From 4e3c4af92f10560d4c3347b50edc7ed3f7c2fe49 Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Sat, 5 Sep 2020 17:40:10 +0100 Subject: [PATCH] Import dolfin_2019.2.0~git20200629.946dbd3.orig.tar.bz2 [dgit import orig dolfin_2019.2.0~git20200629.946dbd3.orig.tar.bz2] --- .circleci/config.yml | 95 + AUTHORS | 82 + CMakeLists.txt | 805 + COPYING | 674 + COPYING.LESSER | 165 + ChangeLog.rst | 1955 + INSTALL | 85 + README.rst | 106 + bench/CMakeLists.txt | 30 + bench/README | 23 + bench/bench.py | 108 + bench/common/progress/cpp/main.cpp | 46 + bench/common/timing/cpp/main.cpp | 60 + bench/fem/assembly/cpp/forms.h | 100 + bench/fem/assembly/cpp/forms/Elasticity3D.ufl | 18 + .../fem/assembly/cpp/forms/NSEMomentum3D.ufl | 18 + bench/fem/assembly/cpp/forms/Poisson2DP1.ufl | 6 + bench/fem/assembly/cpp/forms/Poisson2DP2.ufl | 6 + bench/fem/assembly/cpp/forms/Poisson2DP3.ufl | 6 + bench/fem/assembly/cpp/forms/StabStokes2D.ufl | 11 + bench/fem/assembly/cpp/forms/THStokes2D.ufl | 8 + bench/fem/assembly/cpp/main.cpp | 170 + bench/fem/assembly/python/broken | 98 + bench/fem/convergence/cpp/Poisson2D_1.ufl | 30 + bench/fem/convergence/cpp/Poisson2D_2.ufl | 30 + bench/fem/convergence/cpp/Poisson2D_3.ufl | 30 + bench/fem/convergence/cpp/Poisson2D_4.ufl | 30 + bench/fem/convergence/cpp/Poisson2D_5.ufl | 30 + bench/fem/convergence/cpp/Poisson3D_1.ufl | 30 + bench/fem/convergence/cpp/Poisson3D_2.ufl | 30 + bench/fem/convergence/cpp/Poisson3D_3.ufl | 30 + bench/fem/convergence/cpp/Poisson3D_4.ufl | 30 + bench/fem/convergence/cpp/README | 46 + bench/fem/convergence/cpp/main.cpp | 270 + bench/fem/jit/python/bench_fem_jit_python | 76 + bench/fem/speedup/cpp/Poisson.ufl | 31 + bench/fem/speedup/cpp/README | 16 + bench/fem/speedup/cpp/analyse-bench | 90 + bench/fem/speedup/cpp/assemble-poisson.cpp | 71 + bench/fem/speedup/cpp/bench_fem_speedup_cpp | 76 + bench/fem/speedup/cpp/clean.sh | 5 + bench/fem/speedup/cpp/solve-poisson.cpp | 112 + bench/fem/speedup/cpp/submit-bench | 62 + bench/function/evaluation/cpp/P1.ufl | 27 + bench/function/evaluation/cpp/main.cpp | 80 + .../bench_function_extrapolation_python | 48 + .../bench_function_interpolation_python | 49 + .../bounding_box_tree_build/cpp/main.cpp | 46 + .../cpp/main.cpp | 59 + .../cpp/main.cpp | 60 + bench/la/vector/access/cpp/main.cpp | 47 + bench/la/vector/assignment/cpp/main.cpp | 44 + bench/logs/bench.log | 17392 ++++ bench/logs/milestones.log | 24 + bench/mesh/iteration/cpp/main.cpp | 51 + bench/mesh/refinement/cpp/main.cpp | 47 + bench/mesh/topology/cpp/main.cpp | 65 + bench/mesh/unitcube/cpp/main.cpp | 42 + bench/plot.py | 259 + cmake/modules/CorrectWindowsPaths.cmake | 14 + cmake/modules/FindAMD.cmake | 57 + cmake/modules/FindBLAS.cmake | 643 + cmake/modules/FindBLASHeader.cmake | 50 + cmake/modules/FindCHOLMOD.cmake | 237 + cmake/modules/FindEigen3.cmake | 101 + cmake/modules/FindGMP.cmake | 19 + cmake/modules/FindLAPACK.cmake | 363 + cmake/modules/FindMPFR.cmake | 83 + cmake/modules/FindMPI.cmake | 660 + cmake/modules/FindNumPy.cmake | 80 + cmake/modules/FindPETSc.cmake | 229 + cmake/modules/FindPETSc4py.cmake | 112 + cmake/modules/FindParMETIS.cmake | 153 + cmake/modules/FindPythonModule.cmake | 30 + cmake/modules/FindSCOTCH.cmake | 354 + cmake/modules/FindSLEPc.cmake | 216 + cmake/modules/FindSLEPc4py.cmake | 99 + cmake/modules/FindSUNDIALS.cmake | 190 + cmake/modules/FindSphinx.cmake | 78 + cmake/modules/FindUFC.cmake | 81 + cmake/modules/FindUMFPACK.cmake | 174 + cmake/post-install/CMakeLists.txt | 22 + cmake/scripts/copy-test-demo-data.py | 70 + cmake/scripts/generate-cmakefiles.py | 177 + cmake/scripts/generate-demo-files.py | 56 + cmake/scripts/generate-form-files.py | 93 + cmake/templates/DOLFINConfig.cmake.in | 55 + cmake/templates/DOLFINConfigVersion.cmake.in | 16 + cmake/templates/UseDOLFIN.cmake.in | 60 + cmake/templates/cmake_uninstall.cmake.in | 21 + cmake/templates/dolfin-get-demos.in | 34 + cmake/templates/dolfin-version.in | 4 + cmake/templates/dolfin.conf.in | 10 + cmake/templates/dolfin.pc.in | 17 + cmake/templates/fenics-version.in | 4 + data/README | 9 + demo/CMakeLists.txt | 64 + demo/README | 58 + demo/cmake.local | 19 + .../auto-adaptive-poisson/common.txt | 138 + .../cpp/AdaptivePoisson.ufl.rst | 25 + .../auto-adaptive-poisson/cpp/main.cpp.rst | 97 + .../auto-adaptive-poisson/u_refined.png | Bin 0 -> 39800 bytes .../auto-adaptive-poisson/u_unrefined.png | Bin 0 -> 31880 bytes demo/documented/bcs/aneurysm.xml.gz | 3 + demo/documented/bcs/common.txt | 55 + demo/documented/bcs/cpp/Poisson.ufl | 33 + demo/documented/bcs/cpp/documentation.rst | 6 + demo/documented/bcs/cpp/main.cpp | 70 + demo/documented/bcs/demo_bcs.png | Bin 0 -> 62820 bytes demo/documented/bcs/python/demo_bcs.py | 79 + demo/documented/bcs/python/documentation.rst | 103 + demo/documented/biharmonic/biharmonic_u.png | Bin 0 -> 35721 bytes .../biharmonic/cpp/Biharmonic.ufl.rst | 50 + demo/documented/biharmonic/cpp/main.cpp.rst | 219 + demo/documented/built-in-meshes/common.txt | 15 + .../built-in-meshes/cpp/main.cpp.rst | 57 + .../cahn-hilliard/cahn-hilliard_c.png | Bin 0 -> 93097 bytes demo/documented/cahn-hilliard/common.txt | 94 + .../cahn-hilliard/cpp/CahnHilliard2D.ufl | 60 + .../cahn-hilliard/cpp/CahnHilliard3D.ufl | 60 + .../cahn-hilliard/cpp/documentation.rst | 414 + demo/documented/cahn-hilliard/cpp/main.cpp | 163 + .../eigenvalue/box_with_dent.xml.gz | 3 + demo/documented/eigenvalue/common.txt | 40 + .../eigenvalue/cpp/StiffnessMatrix.ufl.rst | 11 + demo/documented/eigenvalue/cpp/main.cpp.rst | 65 + demo/documented/eigenvalue/eigenvalue_x.png | Bin 0 -> 41085 bytes .../cpp/HyperElasticity.ufl.rst | 83 + .../hyperelasticity/cpp/main.cpp.rst | 226 + .../hyperelasticity/hyperelasticity.rst | 145 + .../hyperelasticity/hyperelasticity_u0.png | Bin 0 -> 40841 bytes .../hyperelasticity/hyperelasticity_u1.png | Bin 0 -> 42794 bytes .../mixed-poisson/cpp/MixedPoisson.ufl.rst | 44 + .../documented/mixed-poisson/cpp/main.cpp.rst | 276 + .../mixed-poisson/mixed-poisson_sigma.png | Bin 0 -> 78506 bytes .../mixed-poisson/mixed-poisson_u.png | Bin 0 -> 34205 bytes demo/documented/navier-stokes/common.txt | 91 + .../navier-stokes/cpp/PressureUpdate.ufl | 42 + .../navier-stokes/cpp/TentativeVelocity.ufl | 46 + .../navier-stokes/cpp/VelocityUpdate.ufl | 43 + .../navier-stokes/cpp/documentation.rst | 435 + demo/documented/navier-stokes/cpp/main.cpp | 191 + demo/documented/navier-stokes/lshape.xml.gz | 3 + .../navier-stokes/navier-stokes_p.png | Bin 0 -> 28878 bytes .../navier-stokes/navier-stokes_u.png | Bin 0 -> 60472 bytes demo/documented/neumann-poisson/common.txt | 99 + .../neumann-poisson/cpp/Poisson.ufl | 36 + .../neumann-poisson/cpp/documentation.rst | 6 + demo/documented/neumann-poisson/cpp/main.cpp | 99 + .../neumann-poisson/neumann-poisson_u.png | Bin 0 -> 42812 bytes demo/documented/nonlinear-poisson/common.txt | 80 + .../cpp/NonlinearPoisson.ufl | 35 + .../nonlinear-poisson/cpp/documentation.rst | 6 + .../documented/nonlinear-poisson/cpp/main.cpp | 107 + demo/documented/nonlinear-poisson/cpp/plot.py | 10 + .../nonmatching-interpolation/cpp/P1.ufl.rst | 14 + .../nonmatching-interpolation/cpp/P3.ufl.rst | 14 + .../cpp/main.cpp.rst | 117 + demo/documented/periodic/common.txt | 50 + demo/documented/periodic/cpp/Poisson.ufl | 33 + .../documented/periodic/cpp/documentation.rst | 6 + demo/documented/periodic/cpp/main.cpp | 103 + demo/documented/periodic/plot_u.png | Bin 0 -> 58379 bytes demo/documented/poisson/cpp/Poisson.ufl.rst | 37 + demo/documented/poisson/cpp/main.cpp.rst | 210 + demo/documented/poisson/poisson_u.png | Bin 0 -> 35484 bytes demo/documented/singular-poisson/common.txt | 78 + .../singular-poisson/cpp/Poisson.ufl | 32 + .../singular-poisson/cpp/documentation.rst | 6 + demo/documented/singular-poisson/cpp/main.cpp | 141 + .../singular-poisson/singular_u.png | Bin 0 -> 45179 bytes demo/documented/stokes-iterative/common.txt | 85 + .../stokes-iterative/cpp/Stokes.ufl | 37 + .../cpp/StokesPreconditioner.ufl | 35 + .../stokes-iterative/cpp/documentation.rst | 6 + demo/documented/stokes-iterative/cpp/main.cpp | 173 + demo/documented/stokes-taylor-hood/common.txt | 79 + .../stokes-taylor-hood/cpp/Stokes.ufl | 36 + .../stokes-taylor-hood/cpp/documentation.rst | 6 + .../stokes-taylor-hood/cpp/main.cpp | 107 + .../documented/stokes-taylor-hood/cpp/plot.py | 9 + .../stokes-taylor-hood/dolfin_fine.xml.gz | 3 + .../dolfin_fine_subdomains.xml.gz | 3 + .../stokes-taylor-hood/plot_mesh.png | Bin 0 -> 35671 bytes .../plot_mesh_boundaries.png | Bin 0 -> 52672 bytes demo/documented/stokes-taylor-hood/plot_p.png | Bin 0 -> 45135 bytes demo/documented/stokes-taylor-hood/plot_u.png | Bin 0 -> 95531 bytes demo/documented/subdomains/common.txt | 29 + .../subdomains/cpp/documentation.rst | 6 + demo/documented/subdomains/cpp/main.cpp | 107 + demo/documented/subdomains/dolfin_fine.xml.gz | 3 + .../documented/subdomains/plot_subdomains.png | Bin 0 -> 27143 bytes .../cpp/AdvectionDiffusion.ufl | 40 + .../advection-diffusion/cpp/Velocity.ufl | 25 + .../advection-diffusion/cpp/main.cpp | 106 + .../advection-diffusion/dolfin_fine.xml.gz | 3 + .../dolfin_fine_subdomains.xml.gz | 3 + .../dolfin_fine_velocity.xml.gz | 3 + demo/undocumented/ale/cpp/main.cpp | 59 + .../channel_with_flap.xml.gz | 3 + .../cpp/AdaptiveNavierStokes.ufl | 52 + .../auto-adaptive-navier-stokes/cpp/main.cpp | 137 + .../block-matrix/cpp/StiffnessMatrix.ufl | 31 + demo/undocumented/block-matrix/cpp/main.cpp | 69 + .../conditional/cpp/Conditional.ufl | 44 + demo/undocumented/conditional/cpp/main.cpp | 72 + .../contact-vi-snes/circle_yplane.geo | 15 + .../contact-vi-snes/circle_yplane.xml.gz | 3 + .../contact-vi-snes/cpp/HyperElasticity.ufl | 63 + .../undocumented/contact-vi-snes/cpp/main.cpp | 145 + .../contact-vi-tao/circle_yplane.xml.gz | 3 + .../contact-vi-tao/cpp/Elasticity.ufl | 46 + demo/undocumented/contact-vi-tao/cpp/main.cpp | 125 + .../curl-curl/cpp/CurrentDensity.ufl | 34 + .../curl-curl/cpp/EddyCurrents.ufl | 34 + demo/undocumented/curl-curl/cpp/P1Space.ufl | 20 + demo/undocumented/curl-curl/cpp/main.cpp | 163 + demo/undocumented/curl-curl/sphere.xml.gz | 3 + .../cpp/AdvectionDiffusion.ufl | 59 + .../dg-advection-diffusion/cpp/Projection.ufl | 32 + .../dg-advection-diffusion/cpp/Velocity.ufl | 26 + .../dg-advection-diffusion/cpp/main.cpp | 121 + .../unitsquare_64_64.xml.gz | 3 + .../unitsquare_64_64_velocity.xml.gz | 3 + demo/undocumented/dg-poisson/cpp/Poisson.ufl | 55 + demo/undocumented/dg-poisson/cpp/main.cpp | 132 + demo/undocumented/dg-poisson/cpp/plot.py | 4 + .../elasticity/cpp/Elasticity.ufl | 55 + demo/undocumented/elasticity/cpp/main.cpp | 214 + demo/undocumented/elasticity/pulley.xdmf | 3 + .../elastodynamics/cpp/DG0_eps_xx.ufl | 34 + .../elastodynamics/cpp/ElastoDynamics.ufl | 77 + demo/undocumented/elastodynamics/cpp/main.cpp | 236 + .../elastodynamics/dolfin_fine.xml.gz | 3 + demo/undocumented/eval/cpp/Projection.ufl | 33 + demo/undocumented/eval/cpp/main.cpp | 69 + demo/undocumented/extrapolation/cpp/P1.ufl | 1 + demo/undocumented/extrapolation/cpp/P2.ufl | 1 + demo/undocumented/extrapolation/cpp/main.cpp | 71 + .../functional/cpp/EnergyNorm.ufl | 26 + demo/undocumented/functional/cpp/main.cpp | 63 + demo/undocumented/gmg-poisson/cpp/Poisson.ufl | 37 + demo/undocumented/gmg-poisson/cpp/main.cpp | 116 + .../lift-drag/cpp/Functionals.ufl | 37 + demo/undocumented/lift-drag/cpp/README | 1 + demo/undocumented/lift-drag/cpp/main.cpp | 78 + .../undocumented/lift-drag/dolfin_fine.xml.gz | 3 + .../lift-drag/dolfin_fine_pressure.xml.gz | 3 + demo/undocumented/matnest/cpp/Stokes.ufl | 43 + demo/undocumented/matnest/cpp/main.cpp | 327 + demo/undocumented/mesh-quality/cpp/main.cpp | 66 + .../mesh-quality/dolfin_fine.xml.gz | 3 + .../meshfunction-refinement/cpp/main.cpp | 84 + .../meshview-2D2D/cpp/MeshView_2D2D.ufl | 25 + demo/undocumented/meshview-2D2D/cpp/main.cpp | 107 + .../meshview-3D1D/cpp/MeshView_3D1D.ufl | 18 + demo/undocumented/meshview-3D1D/cpp/main.cpp | 78 + .../meshview-3D2D/cpp/MeshView_3D2D.ufl | 18 + demo/undocumented/meshview-3D2D/cpp/main.cpp | 78 + .../meshview-3D3D/cpp/MeshView_3D3D.ufl | 25 + demo/undocumented/meshview-3D3D/cpp/main.cpp | 110 + .../multimesh-3d/cpp/MultiMeshH10Norm.ufl | 20 + .../multimesh-3d/cpp/MultiMeshL2Norm.ufl | 20 + .../multimesh-3d/cpp/MultiMeshPoisson.ufl | 52 + demo/undocumented/multimesh-3d/cpp/main.cpp | 224 + .../cpp/MultiMeshPoisson.ufl | 51 + .../undocumented/multimesh-poisson/cpp/P1.ufl | 27 + .../multimesh-poisson/cpp/main.cpp | 140 + .../multimesh-stokes/cpp/MultiMeshStokes.ufl | 73 + .../multimesh-stokes/cpp/main.cpp | 152 + .../cpp/P1_projection.ufl | 34 + .../nonmatching-projection/cpp/P3.ufl | 27 + .../nonmatching-projection/cpp/main.cpp | 77 + .../parallel-refinement/cpp/main.cpp | 59 + demo/undocumented/parameters/cpp/main.cpp | 121 + .../parameters/cpp/parameters.xml | 8 + .../poisson-disc/cpp/PoissonDisc.ufl | 53 + demo/undocumented/poisson-disc/cpp/main.cpp | 95 + .../poisson1D-in-2D/cpp/Poisson.ufl | 38 + .../undocumented/poisson1D-in-2D/cpp/main.cpp | 146 + demo/undocumented/poisson1D/cpp/Poisson.ufl | 35 + demo/undocumented/poisson1D/cpp/main.cpp | 105 + demo/undocumented/refinement/cpp/main.cpp | 59 + .../cpp/SpatialCoordinates.ufl | 36 + .../spatial-coordinates/cpp/main.cpp | 80 + demo/undocumented/submesh/cpp/main.cpp | 78 + .../sym-dirichlet-bc/cpp/Poisson.ufl | 34 + .../sym-dirichlet-bc/cpp/main.cpp | 138 + demo/undocumented/time-series/cpp/main.cpp | 76 + demo/undocumented/waveguide/cpp/Forms.py | 46 + demo/undocumented/waveguide/cpp/Forms.ufl | 31 + demo/undocumented/waveguide/cpp/main.cpp | 110 + doc/Doxyfile | 2496 + doc/README | 2 + doc/source/ChangeLog.rst | 1 + doc/source/Makefile | 20 + doc/source/conf.py | 176 + doc/source/index.rst | 10 + dolfin/CMakeLists.txt | 347 + .../AdaptiveLinearVariationalSolver.cpp | 124 + .../AdaptiveLinearVariationalSolver.h | 158 + .../AdaptiveNonlinearVariationalSolver.cpp | 120 + .../AdaptiveNonlinearVariationalSolver.h | 160 + dolfin/adaptivity/CMakeLists.txt | 26 + dolfin/adaptivity/ErrorControl.cpp | 519 + dolfin/adaptivity/ErrorControl.h | 236 + dolfin/adaptivity/Extrapolation.cpp | 314 + dolfin/adaptivity/Extrapolation.h | 112 + .../GenericAdaptiveVariationalSolver.cpp | 262 + .../GenericAdaptiveVariationalSolver.h | 159 + dolfin/adaptivity/GoalFunctional.cpp | 34 + dolfin/adaptivity/GoalFunctional.h | 67 + dolfin/adaptivity/TimeSeries.cpp | 417 + dolfin/adaptivity/TimeSeries.h | 177 + dolfin/adaptivity/adapt.cpp | 633 + dolfin/adaptivity/adapt.h | 182 + dolfin/adaptivity/adaptivesolve.cpp | 119 + dolfin/adaptivity/adaptivesolve.h | 91 + dolfin/adaptivity/dolfin_adaptivity.h | 18 + dolfin/adaptivity/marking.cpp | 93 + dolfin/adaptivity/marking.h | 66 + dolfin/ale/ALE.cpp | 163 + dolfin/ale/ALE.h | 98 + dolfin/ale/CMakeLists.txt | 44 + dolfin/ale/HarmonicSmoothing.cpp | 206 + dolfin/ale/HarmonicSmoothing.h | 60 + dolfin/ale/MeshDisplacement.cpp | 117 + dolfin/ale/MeshDisplacement.h | 104 + dolfin/ale/Poisson1D.ufl | 23 + dolfin/ale/Poisson2D.ufl | 23 + dolfin/ale/Poisson3D.ufl | 23 + dolfin/ale/dolfin_ale.h | 9 + dolfin/common/Array.h | 122 + dolfin/common/ArrayView.h | 114 + dolfin/common/CMakeLists.txt | 34 + dolfin/common/Hierarchical.h | 283 + dolfin/common/IndexSet.h | 135 + dolfin/common/MPI.cpp | 372 + dolfin/common/MPI.h | 890 + dolfin/common/NoDeleter.h | 50 + dolfin/common/RangedIndexSet.h | 108 + dolfin/common/Set.h | 137 + dolfin/common/SubSystemsManager.cpp | 319 + dolfin/common/SubSystemsManager.h | 113 + dolfin/common/Timer.cpp | 77 + dolfin/common/Timer.h | 87 + dolfin/common/UniqueIdGenerator.cpp | 44 + dolfin/common/UniqueIdGenerator.h | 55 + dolfin/common/Variable.cpp | 88 + dolfin/common/Variable.h | 91 + dolfin/common/constants.h | 39 + dolfin/common/defines.cpp | 172 + dolfin/common/defines.h | 87 + dolfin/common/dolfin_common.h | 22 + dolfin/common/dolfin_doc.h | 25 + dolfin/common/init.cpp | 35 + dolfin/common/init.h | 34 + dolfin/common/timing.cpp | 73 + dolfin/common/timing.h | 119 + dolfin/common/types.h | 39 + dolfin/common/utils.cpp | 58 + dolfin/common/utils.h | 107 + dolfin/common/version.h.in | 12 + dolfin/dolfin.h | 30 + dolfin/fem/Assembler.cpp | 690 + dolfin/fem/Assembler.h | 132 + dolfin/fem/AssemblerBase.cpp | 344 + dolfin/fem/AssemblerBase.h | 89 + dolfin/fem/BasisFunction.h | 130 + dolfin/fem/CMakeLists.txt | 76 + dolfin/fem/DirichletBC.cpp | 1247 + dolfin/fem/DirichletBC.h | 461 + dolfin/fem/DiscreteOperators.cpp | 166 + dolfin/fem/DiscreteOperators.h | 62 + dolfin/fem/DofMap.cpp | 672 + dolfin/fem/DofMap.h | 468 + dolfin/fem/DofMapBuilder.cpp | 1822 + dolfin/fem/DofMapBuilder.h | 218 + dolfin/fem/Equation.cpp | 67 + dolfin/fem/Equation.h | 96 + dolfin/fem/FiniteElement.cpp | 116 + dolfin/fem/FiniteElement.h | 265 + dolfin/fem/Form.cpp | 406 + dolfin/fem/Form.h | 353 + dolfin/fem/GenericDofMap.h | 218 + dolfin/fem/LinearTimeDependentProblem.cpp | 110 + dolfin/fem/LinearTimeDependentProblem.h | 101 + dolfin/fem/LinearVariationalProblem.cpp | 128 + dolfin/fem/LinearVariationalProblem.h | 95 + dolfin/fem/LinearVariationalSolver.cpp | 184 + dolfin/fem/LinearVariationalSolver.h | 75 + dolfin/fem/LocalAssembler.cpp | 314 + dolfin/fem/LocalAssembler.h | 118 + dolfin/fem/LocalSolver.cpp | 323 + dolfin/fem/LocalSolver.h | 149 + dolfin/fem/MixedAssembler.cpp | 786 + dolfin/fem/MixedAssembler.h | 124 + dolfin/fem/MixedLinearVariationalProblem.cpp | 297 + dolfin/fem/MixedLinearVariationalProblem.h | 106 + dolfin/fem/MixedLinearVariationalSolver.cpp | 329 + dolfin/fem/MixedLinearVariationalSolver.h | 83 + .../fem/MixedNonlinearVariationalProblem.cpp | 291 + dolfin/fem/MixedNonlinearVariationalProblem.h | 137 + .../fem/MixedNonlinearVariationalSolver.cpp | 324 + dolfin/fem/MixedNonlinearVariationalSolver.h | 126 + dolfin/fem/MultiMeshAssembler.cpp | 827 + dolfin/fem/MultiMeshAssembler.h | 84 + dolfin/fem/MultiMeshDirichletBC.cpp | 313 + dolfin/fem/MultiMeshDirichletBC.h | 249 + dolfin/fem/MultiMeshDofMap.cpp | 207 + dolfin/fem/MultiMeshDofMap.h | 116 + dolfin/fem/MultiMeshForm.cpp | 179 + dolfin/fem/MultiMeshForm.h | 142 + dolfin/fem/NonlinearVariationalProblem.cpp | 170 + dolfin/fem/NonlinearVariationalProblem.h | 127 + dolfin/fem/NonlinearVariationalSolver.cpp | 205 + dolfin/fem/NonlinearVariationalSolver.h | 124 + dolfin/fem/PETScDMCollection.cpp | 764 + dolfin/fem/PETScDMCollection.h | 106 + dolfin/fem/PointSource.cpp | 451 + dolfin/fem/PointSource.h | 97 + dolfin/fem/SparsityPatternBuilder.cpp | 453 + dolfin/fem/SparsityPatternBuilder.h | 93 + dolfin/fem/SystemAssembler.cpp | 1282 + dolfin/fem/SystemAssembler.h | 217 + dolfin/fem/UFC.cpp | 223 + dolfin/fem/UFC.h | 333 + dolfin/fem/assemble.cpp | 122 + dolfin/fem/assemble.h | 79 + dolfin/fem/assemble_local.cpp | 126 + dolfin/fem/assemble_local.h | 45 + dolfin/fem/dolfin_fem.h | 40 + dolfin/fem/fem_utils.cpp | 322 + dolfin/fem/fem_utils.h | 112 + dolfin/fem/solve.cpp | 110 + dolfin/fem/solve.h | 106 + dolfin/function/CMakeLists.txt | 38 + dolfin/function/CoefficientAssigner.cpp | 45 + dolfin/function/CoefficientAssigner.h | 64 + dolfin/function/Constant.cpp | 175 + dolfin/function/Constant.h | 141 + dolfin/function/Expression.cpp | 206 + dolfin/function/Expression.h | 213 + dolfin/function/Function.cpp | 640 + dolfin/function/Function.h | 377 + dolfin/function/FunctionAXPY.cpp | 161 + dolfin/function/FunctionAXPY.h | 107 + dolfin/function/FunctionAssigner.cpp | 499 + dolfin/function/FunctionAssigner.h | 161 + dolfin/function/FunctionSpace.cpp | 482 + dolfin/function/FunctionSpace.h | 358 + dolfin/function/GenericFunction.cpp | 217 + dolfin/function/GenericFunction.h | 163 + dolfin/function/LagrangeInterpolator.cpp | 433 + dolfin/function/LagrangeInterpolator.h | 115 + .../function/MultiMeshCoefficientAssigner.cpp | 69 + .../function/MultiMeshCoefficientAssigner.h | 76 + dolfin/function/MultiMeshFunction.cpp | 309 + dolfin/function/MultiMeshFunction.h | 186 + dolfin/function/MultiMeshFunctionSpace.cpp | 190 + dolfin/function/MultiMeshFunctionSpace.h | 161 + dolfin/function/MultiMeshSubSpace.cpp | 88 + dolfin/function/MultiMeshSubSpace.h | 68 + dolfin/function/SpecialFacetFunction.cpp | 62 + dolfin/function/SpecialFacetFunction.h | 95 + dolfin/function/SpecialFunctions.cpp | 75 + dolfin/function/SpecialFunctions.h | 83 + dolfin/function/assign.cpp | 65 + dolfin/function/assign.h | 69 + dolfin/function/dolfin_function.h | 21 + dolfin/generation/BoxMesh.cpp | 265 + dolfin/generation/BoxMesh.h | 169 + dolfin/generation/CMakeLists.txt | 23 + dolfin/generation/IntervalMesh.cpp | 110 + dolfin/generation/IntervalMesh.h | 116 + dolfin/generation/RectangleMesh.cpp | 310 + dolfin/generation/RectangleMesh.h | 167 + dolfin/generation/SphericalShellMesh.cpp | 100 + dolfin/generation/SphericalShellMesh.h | 51 + dolfin/generation/UnitCubeMesh.h | 120 + dolfin/generation/UnitDiscMesh.cpp | 127 + dolfin/generation/UnitDiscMesh.h | 54 + dolfin/generation/UnitIntervalMesh.h | 100 + dolfin/generation/UnitSquareMesh.h | 158 + dolfin/generation/UnitTetrahedronMesh.cpp | 77 + dolfin/generation/UnitTetrahedronMesh.h | 51 + dolfin/generation/UnitTriangleMesh.cpp | 73 + dolfin/generation/UnitTriangleMesh.h | 50 + dolfin/generation/dolfin_generation.h | 17 + dolfin/geometry/BoundingBoxTree.cpp | 212 + dolfin/geometry/BoundingBoxTree.h | 280 + dolfin/geometry/BoundingBoxTree1D.h | 176 + dolfin/geometry/BoundingBoxTree2D.h | 226 + dolfin/geometry/BoundingBoxTree3D.h | 273 + dolfin/geometry/CGALExactArithmetic.h | 1154 + dolfin/geometry/CMakeLists.txt | 34 + dolfin/geometry/CollisionPredicates.cpp | 1053 + dolfin/geometry/CollisionPredicates.h | 316 + dolfin/geometry/ConvexTriangulation.cpp | 627 + dolfin/geometry/ConvexTriangulation.h | 84 + dolfin/geometry/GenericBoundingBoxTree.cpp | 805 + dolfin/geometry/GenericBoundingBoxTree.h | 381 + dolfin/geometry/GeometryDebugging.cpp | 151 + dolfin/geometry/GeometryDebugging.h | 83 + dolfin/geometry/GeometryPredicates.cpp | 204 + dolfin/geometry/GeometryPredicates.h | 67 + dolfin/geometry/GeometryTools.h | 120 + dolfin/geometry/IntersectionConstruction.cpp | 866 + dolfin/geometry/IntersectionConstruction.h | 292 + dolfin/geometry/MeshPointIntersection.cpp | 44 + dolfin/geometry/MeshPointIntersection.h | 62 + dolfin/geometry/Point.cpp | 76 + dolfin/geometry/Point.h | 326 + dolfin/geometry/SimplexQuadrature.cpp | 3686 + dolfin/geometry/SimplexQuadrature.h | 288 + dolfin/geometry/dolfin_geometry.h | 14 + dolfin/geometry/intersect.cpp | 43 + dolfin/geometry/intersect.h | 50 + dolfin/geometry/predicates.cpp | 2372 + dolfin/geometry/predicates.h | 59 + dolfin/graph/BoostGraphColoring.h | 123 + dolfin/graph/BoostGraphOrdering.cpp | 194 + dolfin/graph/BoostGraphOrdering.h | 68 + dolfin/graph/CMakeLists.txt | 21 + dolfin/graph/CSRGraph.h | 216 + dolfin/graph/Graph.h | 43 + dolfin/graph/GraphBuilder.cpp | 477 + dolfin/graph/GraphBuilder.h | 113 + dolfin/graph/GraphColoring.cpp | 58 + dolfin/graph/GraphColoring.h | 47 + dolfin/graph/ParMETIS.cpp | 446 + dolfin/graph/ParMETIS.h | 91 + dolfin/graph/SCOTCH.cpp | 489 + dolfin/graph/SCOTCH.h | 125 + dolfin/graph/ZoltanInterface.cpp | 180 + dolfin/graph/ZoltanInterface.h | 100 + dolfin/graph/dolfin_graph.h | 11 + dolfin/io/CMakeLists.txt | 55 + dolfin/io/Encoder.h | 96 + dolfin/io/File.cpp | 216 + dolfin/io/File.h | 288 + dolfin/io/GenericFile.cpp | 374 + dolfin/io/GenericFile.h | 150 + dolfin/io/HDF5Attribute.cpp | 219 + dolfin/io/HDF5Attribute.h | 124 + dolfin/io/HDF5File.cpp | 1981 + dolfin/io/HDF5File.h | 285 + dolfin/io/HDF5Interface.cpp | 468 + dolfin/io/HDF5Interface.h | 683 + dolfin/io/HDF5Utility.cpp | 426 + dolfin/io/HDF5Utility.h | 102 + dolfin/io/RAWFile.cpp | 235 + dolfin/io/RAWFile.h | 74 + dolfin/io/SVGFile.cpp | 128 + dolfin/io/SVGFile.h | 49 + dolfin/io/VTKFile.cpp | 761 + dolfin/io/VTKFile.h | 151 + dolfin/io/VTKWriter.cpp | 412 + dolfin/io/VTKWriter.h | 158 + dolfin/io/X3DFile.cpp | 485 + dolfin/io/X3DFile.h | 93 + dolfin/io/X3DOM.cpp | 1333 + dolfin/io/X3DOM.h | 357 + dolfin/io/XDMFFile.cpp | 3187 + dolfin/io/XDMFFile.h | 616 + dolfin/io/XMLArray.h | 125 + dolfin/io/XMLFile.cpp | 509 + dolfin/io/XMLFile.h | 190 + dolfin/io/XMLFunctionData.cpp | 345 + dolfin/io/XMLFunctionData.h | 63 + dolfin/io/XMLMesh.cpp | 581 + dolfin/io/XMLMesh.h | 102 + dolfin/io/XMLMeshFunction.h | 251 + dolfin/io/XMLMeshValueCollection.h | 181 + dolfin/io/XMLParameters.cpp | 175 + dolfin/io/XMLParameters.h | 62 + dolfin/io/XMLTable.cpp | 127 + dolfin/io/XMLTable.h | 51 + dolfin/io/XMLVector.cpp | 145 + dolfin/io/XMLVector.h | 64 + dolfin/io/XYZFile.cpp | 209 + dolfin/io/XYZFile.h | 69 + dolfin/io/base64.cpp | 127 + dolfin/io/base64.h | 5 + dolfin/io/dolfin_io.h | 13 + dolfin/io/pugiconfig.hpp | 74 + dolfin/io/pugixml.cpp | 12444 +++ dolfin/io/pugixml.hpp | 1400 + dolfin/io/xmlutils.cpp | 73 + dolfin/io/xmlutils.h | 55 + dolfin/la/Amesos2LUSolver.cpp | 233 + dolfin/la/Amesos2LUSolver.h | 107 + dolfin/la/BelosKrylovSolver.cpp | 399 + dolfin/la/BelosKrylovSolver.h | 157 + dolfin/la/BlockMatrix.cpp | 195 + dolfin/la/BlockMatrix.h | 91 + dolfin/la/BlockVector.cpp | 202 + dolfin/la/BlockVector.h | 113 + dolfin/la/CMakeLists.txt | 98 + dolfin/la/CoordinateMatrix.cpp | 117 + dolfin/la/CoordinateMatrix.h | 100 + dolfin/la/DefaultFactory.cpp | 122 + dolfin/la/DefaultFactory.h | 87 + dolfin/la/EigenFactory.cpp | 25 + dolfin/la/EigenFactory.h | 120 + dolfin/la/EigenKrylovSolver.cpp | 398 + dolfin/la/EigenKrylovSolver.h | 129 + dolfin/la/EigenLUSolver.cpp | 345 + dolfin/la/EigenLUSolver.h | 108 + dolfin/la/EigenMatrix.cpp | 435 + dolfin/la/EigenMatrix.h | 233 + dolfin/la/EigenVector.cpp | 390 + dolfin/la/EigenVector.h | 313 + dolfin/la/GenericLinearAlgebraFactory.h | 123 + dolfin/la/GenericLinearOperator.h | 77 + dolfin/la/GenericLinearSolver.cpp | 62 + dolfin/la/GenericLinearSolver.h | 106 + dolfin/la/GenericMatrix.cpp | 75 + dolfin/la/GenericMatrix.h | 260 + dolfin/la/GenericTensor.h | 125 + dolfin/la/GenericVector.h | 331 + dolfin/la/Ifpack2Preconditioner.cpp | 95 + dolfin/la/Ifpack2Preconditioner.h | 84 + dolfin/la/IndexMap.cpp | 146 + dolfin/la/IndexMap.h | 139 + dolfin/la/KrylovSolver.cpp | 157 + dolfin/la/KrylovSolver.h | 109 + dolfin/la/LUSolver.cpp | 111 + dolfin/la/LUSolver.h | 100 + dolfin/la/LinearAlgebraObject.h | 109 + dolfin/la/LinearOperator.cpp | 72 + dolfin/la/LinearOperator.h | 90 + dolfin/la/LinearSolver.cpp | 146 + dolfin/la/LinearSolver.h | 121 + dolfin/la/Matrix.h | 247 + dolfin/la/MueluPreconditioner.cpp | 85 + dolfin/la/MueluPreconditioner.h | 81 + dolfin/la/PETScBaseMatrix.cpp | 150 + dolfin/la/PETScBaseMatrix.h | 107 + dolfin/la/PETScFactory.cpp | 94 + dolfin/la/PETScFactory.h | 99 + dolfin/la/PETScKrylovSolver.cpp | 718 + dolfin/la/PETScKrylovSolver.h | 227 + dolfin/la/PETScLUSolver.cpp | 390 + dolfin/la/PETScLUSolver.h | 146 + dolfin/la/PETScLinearOperator.cpp | 160 + dolfin/la/PETScLinearOperator.h | 91 + dolfin/la/PETScMatrix.cpp | 819 + dolfin/la/PETScMatrix.h | 263 + dolfin/la/PETScNestMatrix.cpp | 214 + dolfin/la/PETScNestMatrix.h | 88 + dolfin/la/PETScObject.cpp | 57 + dolfin/la/PETScObject.h | 52 + dolfin/la/PETScOptions.cpp | 72 + dolfin/la/PETScOptions.h | 86 + dolfin/la/PETScPreconditioner.cpp | 266 + dolfin/la/PETScPreconditioner.h | 114 + dolfin/la/PETScVector.cpp | 958 + dolfin/la/PETScVector.h | 290 + dolfin/la/SLEPcEigenSolver.cpp | 546 + dolfin/la/SLEPcEigenSolver.h | 240 + dolfin/la/SUNDIALSNVector.h | 464 + dolfin/la/Scalar.h | 233 + dolfin/la/SparsityPattern.cpp | 620 + dolfin/la/SparsityPattern.h | 183 + dolfin/la/TensorLayout.cpp | 94 + dolfin/la/TensorLayout.h | 125 + dolfin/la/TpetraFactory.cpp | 94 + dolfin/la/TpetraFactory.h | 94 + dolfin/la/TpetraMatrix.cpp | 879 + dolfin/la/TpetraMatrix.h | 240 + dolfin/la/TpetraVector.cpp | 732 + dolfin/la/TpetraVector.h | 278 + dolfin/la/TrilinosParameters.cpp | 82 + dolfin/la/TrilinosParameters.h | 52 + dolfin/la/TrilinosPreconditioner.h | 59 + dolfin/la/Vector.h | 292 + dolfin/la/VectorSpaceBasis.cpp | 119 + dolfin/la/VectorSpaceBasis.h | 71 + dolfin/la/dolfin_la.h | 68 + dolfin/la/solve.cpp | 275 + dolfin/la/solve.h | 109 + dolfin/la/test_nullspace.cpp | 83 + dolfin/la/test_nullspace.h | 39 + dolfin/log/CMakeLists.txt | 21 + dolfin/log/Event.cpp | 58 + dolfin/log/Event.h | 75 + dolfin/log/LogLevel.h | 20 + dolfin/log/LogManager.cpp | 33 + dolfin/log/LogManager.h | 44 + dolfin/log/LogStream.cpp | 126 + dolfin/log/LogStream.h | 107 + dolfin/log/Logger.cpp | 469 + dolfin/log/Logger.h | 191 + dolfin/log/Progress.cpp | 166 + dolfin/log/Progress.h | 135 + dolfin/log/README | 44 + dolfin/log/Table.cpp | 358 + dolfin/log/Table.h | 158 + dolfin/log/dolfin_log.h | 13 + dolfin/log/log.cpp | 233 + dolfin/log/log.h | 184 + dolfin/math/CMakeLists.txt | 12 + dolfin/math/Lagrange.cpp | 180 + dolfin/math/Lagrange.h | 119 + dolfin/math/Legendre.cpp | 49 + dolfin/math/Legendre.h | 66 + dolfin/math/basic.cpp | 89 + dolfin/math/basic.h | 70 + dolfin/math/dolfin_math.h | 10 + dolfin/mesh/BoundaryComputation.cpp | 470 + dolfin/mesh/BoundaryComputation.h | 57 + dolfin/mesh/BoundaryMesh.cpp | 90 + dolfin/mesh/BoundaryMesh.h | 85 + dolfin/mesh/CMakeLists.txt | 94 + dolfin/mesh/Cell.cpp | 45 + dolfin/mesh/Cell.h | 418 + dolfin/mesh/CellType.cpp | 387 + dolfin/mesh/CellType.h | 191 + dolfin/mesh/DistributedMeshTools.cpp | 1263 + dolfin/mesh/DistributedMeshTools.h | 174 + dolfin/mesh/DomainBoundary.h | 52 + dolfin/mesh/DynamicMeshEditor.cpp | 233 + dolfin/mesh/DynamicMeshEditor.h | 116 + dolfin/mesh/Edge.cpp | 68 + dolfin/mesh/Edge.h | 99 + dolfin/mesh/Face.cpp | 130 + dolfin/mesh/Face.h | 66 + dolfin/mesh/Facet.cpp | 104 + dolfin/mesh/Facet.h | 89 + dolfin/mesh/FacetCell.cpp | 59 + dolfin/mesh/FacetCell.h | 58 + dolfin/mesh/HexahedronCell.cpp | 254 + dolfin/mesh/HexahedronCell.h | 99 + dolfin/mesh/IntervalCell.cpp | 259 + dolfin/mesh/IntervalCell.h | 123 + dolfin/mesh/LocalMeshData.cpp | 355 + dolfin/mesh/LocalMeshData.h | 198 + dolfin/mesh/LocalMeshValueCollection.h | 138 + dolfin/mesh/Mesh.cpp | 582 + dolfin/mesh/Mesh.h | 557 + dolfin/mesh/MeshColoring.cpp | 190 + dolfin/mesh/MeshColoring.h | 80 + dolfin/mesh/MeshConnectivity.cpp | 161 + dolfin/mesh/MeshConnectivity.h | 185 + dolfin/mesh/MeshData.cpp | 190 + dolfin/mesh/MeshData.h | 167 + dolfin/mesh/MeshDomains.cpp | 129 + dolfin/mesh/MeshDomains.h | 95 + dolfin/mesh/MeshEditor.cpp | 368 + dolfin/mesh/MeshEditor.h | 379 + dolfin/mesh/MeshEntity.cpp | 172 + dolfin/mesh/MeshEntity.h | 273 + dolfin/mesh/MeshEntityIterator.h | 230 + dolfin/mesh/MeshEntityIteratorBase.h | 195 + dolfin/mesh/MeshFunction.cpp | 67 + dolfin/mesh/MeshFunction.h | 692 + dolfin/mesh/MeshGeometry.cpp | 152 + dolfin/mesh/MeshGeometry.h | 195 + dolfin/mesh/MeshHierarchy.cpp | 227 + dolfin/mesh/MeshHierarchy.h | 109 + dolfin/mesh/MeshOrdering.cpp | 74 + dolfin/mesh/MeshOrdering.h | 46 + dolfin/mesh/MeshPartitioning.cpp | 1211 + dolfin/mesh/MeshPartitioning.h | 381 + dolfin/mesh/MeshQuality.cpp | 327 + dolfin/mesh/MeshQuality.h | 113 + dolfin/mesh/MeshRelation.h | 57 + dolfin/mesh/MeshRenumbering.cpp | 268 + dolfin/mesh/MeshRenumbering.h | 66 + dolfin/mesh/MeshSmoothing.cpp | 233 + dolfin/mesh/MeshSmoothing.h | 62 + dolfin/mesh/MeshTopology.cpp | 263 + dolfin/mesh/MeshTopology.h | 224 + dolfin/mesh/MeshTransformation.cpp | 224 + dolfin/mesh/MeshTransformation.h | 93 + dolfin/mesh/MeshValueCollection.h | 560 + dolfin/mesh/MeshView.cpp | 240 + dolfin/mesh/MeshView.h | 82 + dolfin/mesh/MultiMesh.cpp | 1670 + dolfin/mesh/MultiMesh.h | 602 + dolfin/mesh/PeriodicBoundaryComputation.cpp | 385 + dolfin/mesh/PeriodicBoundaryComputation.h | 74 + dolfin/mesh/PointCell.cpp | 180 + dolfin/mesh/PointCell.h | 116 + dolfin/mesh/QuadrilateralCell.cpp | 301 + dolfin/mesh/QuadrilateralCell.h | 99 + dolfin/mesh/SubDomain.cpp | 408 + dolfin/mesh/SubDomain.h | 317 + dolfin/mesh/SubMesh.cpp | 322 + dolfin/mesh/SubMesh.h | 67 + dolfin/mesh/SubsetIterator.h | 143 + dolfin/mesh/TetrahedronCell.cpp | 596 + dolfin/mesh/TetrahedronCell.h | 123 + dolfin/mesh/TopologyComputation.cpp | 507 + dolfin/mesh/TopologyComputation.h | 90 + dolfin/mesh/TriangleCell.cpp | 491 + dolfin/mesh/TriangleCell.h | 119 + dolfin/mesh/Vertex.h | 69 + dolfin/mesh/dolfin_mesh.h | 43 + dolfin/multistage/CMakeLists.txt | 12 + dolfin/multistage/MultiStageScheme.cpp | 273 + dolfin/multistage/MultiStageScheme.h | 147 + dolfin/multistage/PointIntegralSolver.cpp | 852 + dolfin/multistage/PointIntegralSolver.h | 215 + dolfin/multistage/RKSolver.cpp | 139 + dolfin/multistage/RKSolver.h | 69 + dolfin/multistage/dolfin_multistage.h | 10 + dolfin/nls/CMakeLists.txt | 16 + dolfin/nls/NewtonSolver.cpp | 349 + dolfin/nls/NewtonSolver.h | 250 + dolfin/nls/NonlinearProblem.h | 77 + dolfin/nls/OptimisationProblem.h | 82 + dolfin/nls/PETScSNESSolver.cpp | 682 + dolfin/nls/PETScSNESSolver.h | 198 + dolfin/nls/PETScTAOSolver.cpp | 602 + dolfin/nls/PETScTAOSolver.h | 206 + dolfin/nls/TAOLinearBoundSolver.cpp | 518 + dolfin/nls/TAOLinearBoundSolver.h | 217 + dolfin/nls/dolfin_nls.h | 13 + dolfin/parameter/CMakeLists.txt | 12 + dolfin/parameter/GlobalParameters.cpp | 161 + dolfin/parameter/GlobalParameters.h | 170 + dolfin/parameter/Parameter.cpp | 443 + dolfin/parameter/Parameter.h | 221 + dolfin/parameter/Parameters.cpp | 637 + dolfin/parameter/Parameters.h | 325 + dolfin/parameter/dolfin_parameter.h | 10 + dolfin/refinement/BisectionRefinement1D.cpp | 105 + dolfin/refinement/BisectionRefinement1D.h | 57 + dolfin/refinement/CMakeLists.txt | 18 + dolfin/refinement/LocalMeshCoarsening.cpp | 433 + dolfin/refinement/LocalMeshCoarsening.h | 71 + dolfin/refinement/ParallelRefinement.cpp | 367 + dolfin/refinement/ParallelRefinement.h | 153 + dolfin/refinement/PlazaRefinementND.cpp | 586 + dolfin/refinement/PlazaRefinementND.h | 156 + dolfin/refinement/RegularCutRefinement.cpp | 702 + dolfin/refinement/RegularCutRefinement.h | 102 + dolfin/refinement/dolfin_refinement.h | 8 + dolfin/refinement/refine.cpp | 179 + dolfin/refinement/refine.h | 135 + dolfin/ts/CMakeLists.txt | 8 + dolfin/ts/CVode.cpp | 246 + dolfin/ts/CVode.h | 194 + dolfin/ts/dolfin_ts.h | 8 + python/CMakeLists.txt | 81 + python/README.rst | 31 + python/cmake/FindMPI4PY.cmake | 36 + python/cmake/FindPETSc4py.cmake | 112 + python/demo/conftest.py | 16 + .../demo_auto-adaptive-poisson.py.rst | 263 + .../auto-adaptive-poisson/u_refined.png | Bin 0 -> 39800 bytes .../auto-adaptive-poisson/u_unrefined.png | Bin 0 -> 31880 bytes .../documented/biharmonic/biharmonic_u.png | Bin 0 -> 35721 bytes .../biharmonic/demo_biharmonic.py.rst | 195 + python/demo/documented/box_with_dent.xml.gz | 3 + .../documented/built-in-meshes/boxmesh.png | Bin 0 -> 7418 bytes .../demo_built-in-meshes.py.rst | 152 + .../built-in-meshes/rectanglemesh.png | Bin 0 -> 3535 bytes .../rectanglemesh_left_right.png | Bin 0 -> 4891 bytes .../built-in-meshes/unitcubemesh.png | Bin 0 -> 12548 bytes .../built-in-meshes/unitintervalmesh.png | Bin 0 -> 1606 bytes .../built-in-meshes/unitsquaremesh.png | Bin 0 -> 4982 bytes .../unitsquaremesh_crossed.png | Bin 0 -> 7111 bytes .../built-in-meshes/unitsquaremesh_left.png | Bin 0 -> 4985 bytes .../unitsquaremesh_left_right.png | Bin 0 -> 5900 bytes .../cahn-hilliard/demo_cahn-hilliard.py.rst | 338 + python/demo/documented/dolfin_fine.xml.gz | 3 + .../documented/dolfin_fine_subdomains.xml.gz | 3 + .../eigenvalue/box_with_dent.xml.gz | 3 + .../eigenvalue/demo_eigenvalue.py.rst | 103 + .../elastodynamics/demo_elastodynamics.py.rst | 503 + ...stodynamics-energies_generalized_alpha.png | Bin 0 -> 320274 bytes ...ics-energies_generalized_alpha_damping.png | Bin 0 -> 325442 bytes .../elastodynamics-energies_newmark.png | Bin 0 -> 328771 bytes .../elastodynamics-transient_deformation.gif | Bin 0 -> 833048 bytes .../demo_hyperelasticity.py.rst | 324 + .../hyperelasticity/hyperelasticity_u0.png | Bin 0 -> 40841 bytes .../hyperelasticity/hyperelasticity_u1.png | Bin 0 -> 42794 bytes python/demo/documented/lshape.xml.gz | 3 + .../demo_maxwell-eigenvalues.py.rst | 277 + .../mixed-poisson/demo_mixed-poisson.py.rst | 257 + .../mixed-poisson/mixed-poisson_sigma.png | Bin 0 -> 78506 bytes .../mixed-poisson/mixed-poisson_u.png | Bin 0 -> 34205 bytes .../navier-stokes/demo_navier-stokes.py | 142 + .../navier-stokes/documentation.rst | 241 + .../demo_neumann-poisson.py.rst | 188 + .../neumann-poisson/neumann-poisson_u.png | Bin 0 -> 42812 bytes .../demo_nonlinear-poisson.py.rst | 220 + .../documented/nonlinear-poisson/plot_u.png | Bin 0 -> 25785 bytes .../nonlinear-poisson/plot_u_gradient.png | Bin 0 -> 34141 bytes .../demo_nonmatching-interpolation.py.rst | 58 + .../demo/documented/periodic/demo_periodic.py | 91 + .../documented/periodic/documentation.rst | 178 + .../documented/poisson/demo_poisson.py.rst | 190 + python/demo/documented/poisson/poisson_u.png | Bin 0 -> 35484 bytes .../demo_singular-poisson.py.rst | 203 + .../singular-poisson/singular_u.png | Bin 0 -> 45179 bytes .../demo_stokes-iterative.py.rst | 228 + .../stokes-mini/demo_stokes-mini.py | 86 + .../documented/stokes-mini/documentation.rst | 155 + .../demo_stokes-taylor-hood.py | 100 + .../stokes-taylor-hood/documentation.rst | 155 + .../demo_subdomains-poisson.py | 125 + .../subdomains-poisson/documentation.rst | 233 + .../documented/subdomains/demo_subdomains.py | 96 + .../documented/subdomains/documentation.rst | 165 + .../demo_tensor-weighted-poisson.py | 138 + .../tensor-weighted-poisson/documentation.rst | 302 + .../tensor-weighted-poisson/generate_data.py | 60 + python/demo/generate-demo-files.py | 61 + python/demo/test.py | 74 + .../adaptive-poisson/demo_adaptive-poisson.py | 94 + .../demo_advection-diffusion.py | 128 + python/demo/undocumented/ale/demo_ale.py | 49 + .../demo_auto-adaptive-navier-stokes.py | 121 + .../demo_block-assembly-2D2D-nonlinear.py | 81 + .../demo_block-assembly-2D2D.py | 94 + .../demo_block-assembly-3D1D.py | 66 + .../demo_block-assembly-3D2D.py | 96 + .../block-matrix/demo_block-matrix.py | 60 + .../buckling-tao/demo_buckling-tao.py | 145 + python/demo/undocumented/buckling.xml.gz | 3 + .../undocumented/channel_with_flap.xml.gz | 3 + python/demo/undocumented/circle.xml.gz | 3 + python/demo/undocumented/circle_yplane.xml.gz | 3 + .../demo_collision-detection.py | 84 + .../conditional/demo_conditional.py | 80 + .../contact-vi-snes/demo_contact-vi-snes.py | 115 + .../contact-vi-tao/demo_contact-vi-tao.py | 144 + .../coordinates/demo_coordinates.py | 60 + .../undocumented/curl-curl/demo_curl-curl.py | 173 + .../demo_dg-advection-diffusion.py | 107 + .../dg-poisson/demo_dg-poisson.py | 98 + python/demo/undocumented/dolfin_fine.xml.gz | 3 + .../undocumented/dolfin_fine_pressure.xml.gz | 3 + .../dolfin_fine_subdomains.xml.gz | 3 + .../undocumented/dolfin_fine_velocity.xml.gz | 3 + python/demo/undocumented/donut.xml.gz | 3 + .../elasticity/demo_elasticity.py | 156 + .../elementplot/demo_elementplot.py | 26 + python/demo/undocumented/eval/demo_eval.py | 46 + .../extrapolation/demo_extrapolation.py | 46 + .../formsplitter/demo_formsplitter.py | 58 + .../functional/demo_functional.py | 53 + .../ghost-mesh/demo_ghost-mesh.py | 160 + .../interpolation/demo_interpolation.py | 56 + .../undocumented/lift-drag/demo_lift-drag.py | 65 + .../demo/undocumented/matnest/demo_matnest.py | 132 + .../mesh-quality/demo_mesh-quality.py | 45 + .../meshview-2D2D/demo_meshview-2D2D.py | 84 + .../meshview-3D1D/demo_meshview-3D1D.py | 50 + .../meshview-3D2D/demo_meshview-3D2D.py | 56 + .../meshview-3D3D/demo_meshview-3D3D.py | 71 + .../demo_mixed-poisson-sphere.py | 81 + .../demo_mixedfunctionspace.py | 55 + python/demo/undocumented/mplot/demo_mplot.py | 131 + .../demo_multimesh_marking.py | 77 + .../demo_multimesh-poisson.py | 132 + .../demo_multimesh-quadrature.py | 146 + .../multimesh-stokes/demo_multimesh-stokes.py | 145 + .../demo_multistage-solver.py | 98 + .../demo_nonmatching-projection.py | 55 + .../optimization/demo_optimization.py | 99 + .../demo_overlapping-regions.py | 79 + .../demo_parallel-refinement.py | 48 + .../parameters/demo_parameters.py | 158 + .../undocumented/parameters/parameters.xml | 14 + .../point-integral/demo_point-integral.py | 80 + .../poisson-disc/demo_poisson-disc.py | 107 + .../poisson1D-in-2D/demo_poisson1D-in-2D.py | 110 + .../undocumented/poisson1D/demo_poisson1D.py | 73 + .../demo_projection-interpolation.py | 49 + .../undocumented/propeller_2d_coarse.xml.gz | 3 + .../undocumented/propeller_2d_fine.xml.gz | 3 + python/demo/undocumented/pulley.xdmf | 78543 ++++++++++++++ .../refinement/demo_refinement.py | 73 + .../undocumented/smoothing/demo_smoothing.py | 78 + .../demo_spatial-coordinates.py | 82 + .../demo_special-functions.py | 60 + python/demo/undocumented/sphere.xml.gz | 3 + python/demo/undocumented/sphere_16.xml.gz | 3 + .../demo_sub-function-assignment.py | 77 + .../demo/undocumented/submesh/demo_submesh.py | 66 + .../sym-dirichlet-bc/demo_sym-dirichlet-bc.py | 76 + .../time-series/demo_time-series.py | 62 + .../demo/undocumented/timing/demo_timing.py | 65 + .../demo/undocumented/unitsquare_64_64.xml.gz | 3 + .../unitsquare_64_64_velocity.xml.gz | 3 + .../undocumented/waveguide/demo_waveguide.py | 105 + python/doc/Makefile | 20 + python/doc/README.rst | 8 + python/doc/source/ChangeLog.rst | 1 + python/doc/source/api.rst | 30 + python/doc/source/conf.py | 182 + python/doc/source/contributing.rst | 60 + python/doc/source/demos.rst | 65 + python/doc/source/developer.rst | 15 + python/doc/source/index.rst | 21 + python/doc/source/installation.rst | 83 + python/doc/source/rstprocess.py | 94 + python/doc/source/styleguide_cpp.rst | 343 + python/doc/source/using.rst | 13 + python/dolfin/__init__.py | 212 + python/dolfin/common/__init__.py | 10 + python/dolfin/common/plotting.py | 442 + python/dolfin/common/timer.py | 86 + python/dolfin/fem/__init__.py | 0 python/dolfin/fem/adaptivesolving.py | 225 + python/dolfin/fem/assembling.py | 522 + python/dolfin/fem/dirichletbc.py | 131 + python/dolfin/fem/errorcontrolgenerator.py | 100 + python/dolfin/fem/form.py | 91 + python/dolfin/fem/formmanipulations.py | 130 + python/dolfin/fem/interpolation.py | 75 + python/dolfin/fem/multimeshdirichletbc.py | 79 + python/dolfin/fem/norms.py | 280 + python/dolfin/fem/problem.py | 237 + python/dolfin/fem/projection.py | 181 + python/dolfin/fem/solvers.py | 50 + python/dolfin/fem/solving.py | 519 + python/dolfin/function/__init__.py | 0 python/dolfin/function/argument.py | 138 + python/dolfin/function/constant.py | 134 + python/dolfin/function/expression.py | 439 + python/dolfin/function/function.py | 571 + python/dolfin/function/functionspace.py | 257 + python/dolfin/function/jit.py | 159 + python/dolfin/function/multimeshfunction.py | 246 + .../dolfin/function/multimeshfunctionspace.py | 161 + python/dolfin/function/specialfunctions.py | 298 + python/dolfin/io/__init__.py | 39 + python/dolfin/jit/__init__.py | 24 + python/dolfin/jit/jit.py | 182 + python/dolfin/jit/pybind11jit.py | 98 + python/dolfin/la/__init__.py | 99 + python/dolfin/la/solver.py | 72 + python/dolfin/mesh/__init__.py | 103 + python/dolfin/mesh/ale.py | 176 + python/dolfin/mesh/meshfunction.py | 18 + python/dolfin/mesh/meshvaluecollection.py | 18 + python/dolfin/mesh/subdomain.py | 125 + python/dolfin/mesh/svgtools.py | 114 + python/dolfin/mesh/ufl_util.py | 28 + python/dolfin/multistage/__init__.py | 17 + python/dolfin/multistage/factorize.py | 149 + python/dolfin/multistage/multistagescheme.py | 808 + python/dolfin/multistage/multistagesolvers.py | 63 + python/dolfin/multistage/rushlarsenschemes.py | 599 + python/dolfin/parameter/__init__.py | 90 + python/dolfin/ts/cvode.py | 42 + python/dolfin_utils/meshconvert/__init__.py | 0 python/dolfin_utils/meshconvert/abaqus.py | 482 + .../dolfin_utils/meshconvert/meshconvert.py | 1445 + python/dolfin_utils/meshconvert/xml_writer.py | 155 + python/dolfin_utils/test/__init__.py | 5 + python/dolfin_utils/test/fixtures.py | 310 + python/dolfin_utils/test/paths.py | 91 + python/dolfin_utils/test/skips.py | 61 + python/fenics/__init__.py | 7 + python/setup.cfg | 2 + python/setup.py | 99 + python/src/MPICommWrapper.cpp | 43 + python/src/MPICommWrapper.h | 54 + python/src/adaptivity.cpp | 117 + python/src/ale.cpp | 56 + python/src/casters.h | 53 + python/src/common.cpp | 219 + python/src/dolfin.cpp | 142 + python/src/fem.cpp | 787 + python/src/function.cpp | 529 + python/src/generation.cpp | 158 + python/src/geometry.cpp | 167 + python/src/graph.cpp | 46 + python/src/io.cpp | 447 + python/src/la.cpp | 1208 + python/src/log.cpp | 81 + python/src/math.cpp | 33 + python/src/mesh.cpp | 608 + python/src/mpi_casters.h | 83 + python/src/multistage.cpp | 73 + python/src/nls.cpp | 234 + python/src/parameter.cpp | 254 + python/src/petsc_casters.h | 109 + python/src/refinement.cpp | 36 + python/src/ts.cpp | 94 + python/test/data/boxes.xml | 2473 + python/test/data/doughnut.xml | 1072 + python/test/data/intersecting_surfaces.xml | 5515 + .../unit/adaptivity/test_error_control.py | 140 + .../test/unit/adaptivity/test_time_series.py | 93 + .../test/unit/ale/test_harmonic_smoothing.py | 92 + python/test/unit/common/test_mpi.py | 43 + python/test/unit/common/test_timer.py | 161 + python/test/unit/conftest.py | 18 + python/test/unit/fem/gmsh_unit_interval.xml | 31 + python/test/unit/fem/test_adapt.py | 54 + python/test/unit/fem/test_assembler.py | 453 + .../unit/fem/test_coordinate_derivative.py | 273 + python/test/unit/fem/test_dirichlet_bc.py | 265 + .../test/unit/fem/test_discrete_operators.py | 61 + python/test/unit/fem/test_dofmap.py | 564 + python/test/unit/fem/test_dp_assemble.py | 134 + python/test/unit/fem/test_finite_element.py | 171 + python/test/unit/fem/test_form.py | 559 + python/test/unit/fem/test_formsplitter.py | 106 + .../fem/test_interior_facet_integral_sides.py | 36 + python/test/unit/fem/test_local_assembler.py | 156 + python/test/unit/fem/test_local_solver.py | 207 + python/test/unit/fem/test_manifolds.py | 387 + python/test/unit/fem/test_mixedassembler.py | 437 + .../unit/fem/test_petsc_transfer_matrix.py | 185 + python/test/unit/fem/test_point_source.py | 476 + python/test/unit/fem/test_solving.py | 125 + .../fem/test_symbolic_geometry_assembly.py | 995 + python/test/unit/fem/test_system_assembler.py | 469 + .../test/unit/fem/test_variational_problem.py | 70 + python/test/unit/fem/tetrahedron.xml | 15 + python/test/unit/function/test_constant.py | 130 + .../test_constrained_function_space.py | 172 + python/test/unit/function/test_expression.py | 566 + python/test/unit/function/test_function.py | 458 + .../unit/function/test_function_assigner.py | 227 + .../test/unit/function/test_function_space.py | 246 + .../function/test_lagrange_interpolator.py | 86 + .../test_nonmatching_interpolation.py | 87 + .../unit/function/test_special_functions.py | 42 + .../unit/geometry/test_bounding_box_tree.py | 483 + .../unit/geometry/test_collision_detection.py | 311 + .../test_collision_segment_segment.py | 134 + python/test/unit/geometry/test_coordinates.py | 122 + .../unit/geometry/test_geometry_issues.py | 162 + .../test/unit/geometry/test_intersection.py | 85 + .../test_intersection_construction.py | 314 + python/test/unit/geometry/test_point.py | 95 + python/test/unit/graph/test_graph_build.py | 36 + python/test/unit/io/test_HDF5.py | 249 + python/test/unit/io/test_HDF5_attribute.py | 115 + python/test/unit/io/test_HDF5_series.py | 58 + python/test/unit/io/test_SVG.py | 47 + python/test/unit/io/test_X3D.py | 120 + python/test/unit/io/test_XDMF.py | 783 + python/test/unit/io/test_XDMF_cell_output.py | 44 + python/test/unit/io/test_XMLFunction.py | 41 + python/test/unit/io/test_XML_mesh.py | 113 + python/test/unit/io/test_XML_mesh_function.py | 133 + .../unit/io/test_XML_mesh_value_collection.py | 71 + python/test/unit/io/test_XML_table.py | 47 + python/test/unit/io/test_XML_vector.py | 82 + python/test/unit/io/test_XYZ.py | 56 + python/test/unit/io/test_vtk.py | 201 + .../test/unit/io/xml_value_collection_ref.xml | 11 + python/test/unit/jit/test_jit.py | 287 + python/test/unit/la/test_krylov_solver.py | 252 + python/test/unit/la/test_la_basic.py | 348 + python/test/unit/la/test_linear_operator.py | 91 + python/test/unit/la/test_lu_solver.py | 119 + python/test/unit/la/test_matrix.py | 416 + python/test/unit/la/test_mg_solver.py | 176 + python/test/unit/la/test_nullspace.py | 145 + python/test/unit/la/test_petsc.py | 236 + python/test/unit/la/test_petsc4py.py | 101 + python/test/unit/la/test_scalar.py | 47 + python/test/unit/la/test_slepc_solver.py | 266 + python/test/unit/la/test_solve.py | 41 + python/test/unit/la/test_sparsity_pattern.py | 166 + python/test/unit/la/test_tensor_layout.py | 105 + python/test/unit/la/test_vector.py | 448 + python/test/unit/log/test_log.py | 26 + python/test/unit/math/test_math.py | 104 + python/test/unit/mesh/test_boundary_mesh.py | 57 + python/test/unit/mesh/test_cell.py | 151 + python/test/unit/mesh/test_edge.py | 66 + python/test/unit/mesh/test_face.py | 76 + python/test/unit/mesh/test_facet.py | 31 + python/test/unit/mesh/test_ghost_mesh.py | 135 + .../unit/mesh/test_manifold_point_search.py | 36 + python/test/unit/mesh/test_mesh.py | 758 + python/test/unit/mesh/test_mesh_coloring.py | 40 + python/test/unit/mesh/test_mesh_data.py | 31 + python/test/unit/mesh/test_mesh_editor.py | 46 + python/test/unit/mesh/test_mesh_function.py | 160 + python/test/unit/mesh/test_mesh_iterator.py | 155 + python/test/unit/mesh/test_mesh_markers.py | 78 + python/test/unit/mesh/test_mesh_quality.py | 122 + .../unit/mesh/test_mesh_transformation.py | 67 + .../unit/mesh/test_mesh_value_collection.py | 172 + python/test/unit/mesh/test_meshview.py | 117 + .../test_periodic_boundary_computation.py | 67 + python/test/unit/mesh/test_sub_domain.py | 229 + python/test/unit/mesh/test_sub_mesh.py | 114 + python/test/unit/meshconvert/data/abaqus.inp | 79 + .../unit/meshconvert/data/abaqus_facet.inp | 781 + .../unit/meshconvert/data/diffpack_tet.grid | 121 + .../unit/meshconvert/data/diffpack_tri.grid | 138 + python/test/unit/meshconvert/data/gmsh.msh | 29 + .../data/gmsh_test_facet_regions_1D_2.geo | 10 + .../data/gmsh_test_facet_regions_1D_2.msh | 32 + .../data/gmsh_test_facet_regions_2D_1.geo | 15 + .../data/gmsh_test_facet_regions_2D_1.msh | 19 + .../data/gmsh_test_facet_regions_2D_2.geo | 15 + .../data/gmsh_test_facet_regions_2D_2.msh | 20 + .../data/gmsh_test_facet_regions_2D_3.geo | 15 + .../data/gmsh_test_facet_regions_2D_3.msh | 21 + .../data/gmsh_test_facet_regions_2D_4.geo | 15 + .../data/gmsh_test_facet_regions_2D_4.msh | 22 + .../data/gmsh_test_facet_regions_3D_1.geo | 39 + .../data/gmsh_test_facet_regions_3D_1.msh | 51 + .../meshconvert/data/test_Triangle_3.edge | 118 + .../unit/meshconvert/data/test_Triangle_3.ele | 60 + .../meshconvert/data/test_Triangle_3.node | 60 + .../test/unit/meshconvert/data/triangle.ele | 161 + .../test/unit/meshconvert/data/triangle.node | 98 + .../unit/meshconvert/test_mesh_converter.py | 577 + python/test/unit/mpipipe.sh | 38 + .../test/unit/multimesh/test_compression.py | 101 + .../unit/multimesh/test_interface_area.py | 135 + python/test/unit/multimesh/test_multimesh.py | 136 + .../multimesh/test_multimesh_autocover.py | 108 + .../multimesh/test_multimesh_cell_types.py | 98 + .../multimesh/test_multimesh_coefficients.py | 109 + .../unit/multimesh/test_multimesh_function.py | 55 + .../test_multimesh_initialization.py | 39 + .../unit/multimesh/test_multimesh_issues.py | 66 + .../unit/multimesh/test_multimesh_solve.py | 127 + python/test/unit/multimesh/test_volume.py | 202 + python/test/unit/multistage/test_RK_solver.py | 92 + .../test/unit/multistage/test_factorizer.py | 75 + .../multistage/test_point_integral_solver.py | 157 + python/test/unit/nls/test_PETScSNES_solver.py | 272 + python/test/unit/nls/test_PETScTAOSolver.py | 108 + .../unit/nls/test_TAO_linear_bound_solver.py | 98 + .../test_solve_result_against_reference.py | 151 + python/test/unit/parameter/test_parameters.py | 207 + python/test/unit/scripts/clean.sh | 4 + python/test/unit/scripts/mpidebug.sh | 45 + python/test/unit/scripts/mpirun.sh | 8 + python/test/unit/scripts/prun.sh | 6 + python/test/unit/scripts/run.sh | 6 + python/test/unit/scripts/splitmpidebug.sh | 48 + python/test/unit/ts/test_sundials.py | 99 + .../test_assembly_derivatives.py | 248 + .../test_form_operations.py | 51 + scripts/dolfin-convert/dolfin-convert | 132 + scripts/dolfin-convert/test_Triangle.edge | 60 + scripts/dolfin-convert/test_Triangle.ele | 31 + scripts/dolfin-convert/test_Triangle.node | 31 + scripts/dolfin-convert/test_exodus.exo | Bin 0 -> 7180 bytes scripts/dolfin-order/dolfin-order | 60 + scripts/dolfin-plot/dolfin-plot | 149 + scripts/dolfin-plot/plot_book_elements.sh | 71 + scripts/dolfin-plot/plot_elements.sh | 19 + test/codingstyle/test_coding_style.py.in | 151 + test/data/README | 4 + test/data/aneurysm.xml | 85368 ++++++++++++++++ test/data/manifest.xml | 62 + test/data/snake.xml | 9487 ++ test/unit/README | 23 + test/unit/cpp/CMakeLists.txt | 37 + test/unit/cpp/catch/catch.hpp | 11545 +++ test/unit/cpp/common/SubSystemsManager.cpp | 45 + test/unit/cpp/function/Expression.cpp | 85 + test/unit/cpp/function/Projection.ufl | 33 + .../unit/cpp/geometry/ConvexTriangulation.cpp | 287 + .../cpp/geometry/IntersectionConstruction.cpp | 66 + test/unit/cpp/io/XMLMeshData.cpp | 73 + test/unit/cpp/io/XMLMeshValueCollection.cpp | 44 + test/unit/cpp/io/xml_value_collection_ref.xml | 11 + test/unit/cpp/la/LinearOperator.cpp | 115 + test/unit/cpp/la/SUNDIALSNVector.cpp | 59 + test/unit/cpp/la/Vector.cpp | 175 + test/unit/cpp/la/forms/ReactionDiffusion.ufl | 28 + .../cpp/la/forms/ReactionDiffusionAction.ufl | 26 + test/unit/cpp/main.cpp | 2 + test/unit/cpp/mesh/Mesh.cpp | 252 + test/unit/cpp/mesh/MeshColoring.cpp | 59 + test/unit/cpp/mesh/MeshFunction.cpp | 78 + test/unit/cpp/mesh/MeshValueCollection.cpp | 165 + test/unit/cpp/mesh/MultiMesh.cpp | 91 + test/unit/cpp/parameter/Parameters.cpp | 102 + test/unit/pytest.ini | 10 + test/unit/python/fem/test_splitter.py | 114 + .../function/test_function_space_product.py | 85 + test/unit/python/mesh/test_meshview.py | 113 + utils/emacs/macros | 21 + utils/pylit/LICENSE | 341 + utils/pylit/README.rst | 51 + utils/pylit/pylit.py | 1876 + utils/scripts/broken | 6 + utils/scripts/code-formatting | 198 + utils/scripts/dolfinreplace | 141 + utils/scripts/fixme | 6 + utils/scripts/formatcode | 122 + utils/scripts/klocs | 17 + utils/scripts/notinuse | 23 + utils/scripts/pdebug | 7 + utils/scripts/plotklocs | 88 + utils/x3dom/README.rst | 27 + utils/x3dom/x3dom_support.css | 162 + utils/x3dom/x3dom_support.js | 364 + 1302 files changed, 438255 insertions(+) create mode 100644 .circleci/config.yml create mode 100644 AUTHORS create mode 100644 CMakeLists.txt create mode 100644 COPYING create mode 100644 COPYING.LESSER create mode 100644 ChangeLog.rst create mode 100644 INSTALL create mode 100644 README.rst create mode 100644 bench/CMakeLists.txt create mode 100644 bench/README create mode 100644 bench/bench.py create mode 100644 bench/common/progress/cpp/main.cpp create mode 100644 bench/common/timing/cpp/main.cpp create mode 100644 bench/fem/assembly/cpp/forms.h create mode 100644 bench/fem/assembly/cpp/forms/Elasticity3D.ufl create mode 100644 bench/fem/assembly/cpp/forms/NSEMomentum3D.ufl create mode 100644 bench/fem/assembly/cpp/forms/Poisson2DP1.ufl create mode 100644 bench/fem/assembly/cpp/forms/Poisson2DP2.ufl create mode 100644 bench/fem/assembly/cpp/forms/Poisson2DP3.ufl create mode 100644 bench/fem/assembly/cpp/forms/StabStokes2D.ufl create mode 100644 bench/fem/assembly/cpp/forms/THStokes2D.ufl create mode 100644 bench/fem/assembly/cpp/main.cpp create mode 100755 bench/fem/assembly/python/broken create mode 100644 bench/fem/convergence/cpp/Poisson2D_1.ufl create mode 100644 bench/fem/convergence/cpp/Poisson2D_2.ufl create mode 100644 bench/fem/convergence/cpp/Poisson2D_3.ufl create mode 100644 bench/fem/convergence/cpp/Poisson2D_4.ufl create mode 100644 bench/fem/convergence/cpp/Poisson2D_5.ufl create mode 100644 bench/fem/convergence/cpp/Poisson3D_1.ufl create mode 100644 bench/fem/convergence/cpp/Poisson3D_2.ufl create mode 100644 bench/fem/convergence/cpp/Poisson3D_3.ufl create mode 100644 bench/fem/convergence/cpp/Poisson3D_4.ufl create mode 100644 bench/fem/convergence/cpp/README create mode 100644 bench/fem/convergence/cpp/main.cpp create mode 100755 bench/fem/jit/python/bench_fem_jit_python create mode 100644 bench/fem/speedup/cpp/Poisson.ufl create mode 100644 bench/fem/speedup/cpp/README create mode 100755 bench/fem/speedup/cpp/analyse-bench create mode 100644 bench/fem/speedup/cpp/assemble-poisson.cpp create mode 100755 bench/fem/speedup/cpp/bench_fem_speedup_cpp create mode 100755 bench/fem/speedup/cpp/clean.sh create mode 100644 bench/fem/speedup/cpp/solve-poisson.cpp create mode 100755 bench/fem/speedup/cpp/submit-bench create mode 100644 bench/function/evaluation/cpp/P1.ufl create mode 100644 bench/function/evaluation/cpp/main.cpp create mode 100755 bench/function/extrapolation/python/bench_function_extrapolation_python create mode 100755 bench/function/interpolation/python/bench_function_interpolation_python create mode 100644 bench/geometry/bounding_box_tree_build/cpp/main.cpp create mode 100644 bench/geometry/bounding_box_tree_compute_closest_entity/cpp/main.cpp create mode 100644 bench/geometry/bounding_box_tree_compute_entity_collisions/cpp/main.cpp create mode 100644 bench/la/vector/access/cpp/main.cpp create mode 100644 bench/la/vector/assignment/cpp/main.cpp create mode 100644 bench/logs/bench.log create mode 100644 bench/logs/milestones.log create mode 100644 bench/mesh/iteration/cpp/main.cpp create mode 100644 bench/mesh/refinement/cpp/main.cpp create mode 100644 bench/mesh/topology/cpp/main.cpp create mode 100644 bench/mesh/unitcube/cpp/main.cpp create mode 100644 bench/plot.py create mode 100644 cmake/modules/CorrectWindowsPaths.cmake create mode 100644 cmake/modules/FindAMD.cmake create mode 100644 cmake/modules/FindBLAS.cmake create mode 100644 cmake/modules/FindBLASHeader.cmake create mode 100644 cmake/modules/FindCHOLMOD.cmake create mode 100644 cmake/modules/FindEigen3.cmake create mode 100644 cmake/modules/FindGMP.cmake create mode 100644 cmake/modules/FindLAPACK.cmake create mode 100644 cmake/modules/FindMPFR.cmake create mode 100644 cmake/modules/FindMPI.cmake create mode 100644 cmake/modules/FindNumPy.cmake create mode 100644 cmake/modules/FindPETSc.cmake create mode 100644 cmake/modules/FindPETSc4py.cmake create mode 100644 cmake/modules/FindParMETIS.cmake create mode 100644 cmake/modules/FindPythonModule.cmake create mode 100644 cmake/modules/FindSCOTCH.cmake create mode 100644 cmake/modules/FindSLEPc.cmake create mode 100644 cmake/modules/FindSLEPc4py.cmake create mode 100644 cmake/modules/FindSUNDIALS.cmake create mode 100644 cmake/modules/FindSphinx.cmake create mode 100644 cmake/modules/FindUFC.cmake create mode 100644 cmake/modules/FindUMFPACK.cmake create mode 100644 cmake/post-install/CMakeLists.txt create mode 100644 cmake/scripts/copy-test-demo-data.py create mode 100644 cmake/scripts/generate-cmakefiles.py create mode 100644 cmake/scripts/generate-demo-files.py create mode 100644 cmake/scripts/generate-form-files.py create mode 100644 cmake/templates/DOLFINConfig.cmake.in create mode 100644 cmake/templates/DOLFINConfigVersion.cmake.in create mode 100644 cmake/templates/UseDOLFIN.cmake.in create mode 100644 cmake/templates/cmake_uninstall.cmake.in create mode 100644 cmake/templates/dolfin-get-demos.in create mode 100644 cmake/templates/dolfin-version.in create mode 100644 cmake/templates/dolfin.conf.in create mode 100644 cmake/templates/dolfin.pc.in create mode 100644 cmake/templates/fenics-version.in create mode 100644 data/README create mode 100644 demo/CMakeLists.txt create mode 100644 demo/README create mode 100755 demo/cmake.local create mode 100644 demo/documented/auto-adaptive-poisson/common.txt create mode 100644 demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl.rst create mode 100644 demo/documented/auto-adaptive-poisson/cpp/main.cpp.rst create mode 100644 demo/documented/auto-adaptive-poisson/u_refined.png create mode 100644 demo/documented/auto-adaptive-poisson/u_unrefined.png create mode 100644 demo/documented/bcs/aneurysm.xml.gz create mode 100644 demo/documented/bcs/common.txt create mode 100644 demo/documented/bcs/cpp/Poisson.ufl create mode 100644 demo/documented/bcs/cpp/documentation.rst create mode 100644 demo/documented/bcs/cpp/main.cpp create mode 100644 demo/documented/bcs/demo_bcs.png create mode 100644 demo/documented/bcs/python/demo_bcs.py create mode 100644 demo/documented/bcs/python/documentation.rst create mode 100644 demo/documented/biharmonic/biharmonic_u.png create mode 100644 demo/documented/biharmonic/cpp/Biharmonic.ufl.rst create mode 100644 demo/documented/biharmonic/cpp/main.cpp.rst create mode 100644 demo/documented/built-in-meshes/common.txt create mode 100644 demo/documented/built-in-meshes/cpp/main.cpp.rst create mode 100644 demo/documented/cahn-hilliard/cahn-hilliard_c.png create mode 100644 demo/documented/cahn-hilliard/common.txt create mode 100644 demo/documented/cahn-hilliard/cpp/CahnHilliard2D.ufl create mode 100644 demo/documented/cahn-hilliard/cpp/CahnHilliard3D.ufl create mode 100644 demo/documented/cahn-hilliard/cpp/documentation.rst create mode 100644 demo/documented/cahn-hilliard/cpp/main.cpp create mode 100644 demo/documented/eigenvalue/box_with_dent.xml.gz create mode 100644 demo/documented/eigenvalue/common.txt create mode 100644 demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl.rst create mode 100644 demo/documented/eigenvalue/cpp/main.cpp.rst create mode 100644 demo/documented/eigenvalue/eigenvalue_x.png create mode 100644 demo/documented/hyperelasticity/cpp/HyperElasticity.ufl.rst create mode 100644 demo/documented/hyperelasticity/cpp/main.cpp.rst create mode 100644 demo/documented/hyperelasticity/hyperelasticity.rst create mode 100644 demo/documented/hyperelasticity/hyperelasticity_u0.png create mode 100644 demo/documented/hyperelasticity/hyperelasticity_u1.png create mode 100644 demo/documented/mixed-poisson/cpp/MixedPoisson.ufl.rst create mode 100644 demo/documented/mixed-poisson/cpp/main.cpp.rst create mode 100644 demo/documented/mixed-poisson/mixed-poisson_sigma.png create mode 100644 demo/documented/mixed-poisson/mixed-poisson_u.png create mode 100644 demo/documented/navier-stokes/common.txt create mode 100644 demo/documented/navier-stokes/cpp/PressureUpdate.ufl create mode 100644 demo/documented/navier-stokes/cpp/TentativeVelocity.ufl create mode 100644 demo/documented/navier-stokes/cpp/VelocityUpdate.ufl create mode 100644 demo/documented/navier-stokes/cpp/documentation.rst create mode 100644 demo/documented/navier-stokes/cpp/main.cpp create mode 100644 demo/documented/navier-stokes/lshape.xml.gz create mode 100644 demo/documented/navier-stokes/navier-stokes_p.png create mode 100644 demo/documented/navier-stokes/navier-stokes_u.png create mode 100644 demo/documented/neumann-poisson/common.txt create mode 100644 demo/documented/neumann-poisson/cpp/Poisson.ufl create mode 100644 demo/documented/neumann-poisson/cpp/documentation.rst create mode 100644 demo/documented/neumann-poisson/cpp/main.cpp create mode 100644 demo/documented/neumann-poisson/neumann-poisson_u.png create mode 100644 demo/documented/nonlinear-poisson/common.txt create mode 100644 demo/documented/nonlinear-poisson/cpp/NonlinearPoisson.ufl create mode 100644 demo/documented/nonlinear-poisson/cpp/documentation.rst create mode 100644 demo/documented/nonlinear-poisson/cpp/main.cpp create mode 100644 demo/documented/nonlinear-poisson/cpp/plot.py create mode 100644 demo/documented/nonmatching-interpolation/cpp/P1.ufl.rst create mode 100644 demo/documented/nonmatching-interpolation/cpp/P3.ufl.rst create mode 100644 demo/documented/nonmatching-interpolation/cpp/main.cpp.rst create mode 100644 demo/documented/periodic/common.txt create mode 100644 demo/documented/periodic/cpp/Poisson.ufl create mode 100644 demo/documented/periodic/cpp/documentation.rst create mode 100644 demo/documented/periodic/cpp/main.cpp create mode 100644 demo/documented/periodic/plot_u.png create mode 100644 demo/documented/poisson/cpp/Poisson.ufl.rst create mode 100644 demo/documented/poisson/cpp/main.cpp.rst create mode 100644 demo/documented/poisson/poisson_u.png create mode 100644 demo/documented/singular-poisson/common.txt create mode 100644 demo/documented/singular-poisson/cpp/Poisson.ufl create mode 100644 demo/documented/singular-poisson/cpp/documentation.rst create mode 100644 demo/documented/singular-poisson/cpp/main.cpp create mode 100644 demo/documented/singular-poisson/singular_u.png create mode 100644 demo/documented/stokes-iterative/common.txt create mode 100644 demo/documented/stokes-iterative/cpp/Stokes.ufl create mode 100644 demo/documented/stokes-iterative/cpp/StokesPreconditioner.ufl create mode 100644 demo/documented/stokes-iterative/cpp/documentation.rst create mode 100644 demo/documented/stokes-iterative/cpp/main.cpp create mode 100644 demo/documented/stokes-taylor-hood/common.txt create mode 100644 demo/documented/stokes-taylor-hood/cpp/Stokes.ufl create mode 100644 demo/documented/stokes-taylor-hood/cpp/documentation.rst create mode 100644 demo/documented/stokes-taylor-hood/cpp/main.cpp create mode 100644 demo/documented/stokes-taylor-hood/cpp/plot.py create mode 100644 demo/documented/stokes-taylor-hood/dolfin_fine.xml.gz create mode 100644 demo/documented/stokes-taylor-hood/dolfin_fine_subdomains.xml.gz create mode 100644 demo/documented/stokes-taylor-hood/plot_mesh.png create mode 100644 demo/documented/stokes-taylor-hood/plot_mesh_boundaries.png create mode 100644 demo/documented/stokes-taylor-hood/plot_p.png create mode 100644 demo/documented/stokes-taylor-hood/plot_u.png create mode 100644 demo/documented/subdomains/common.txt create mode 100644 demo/documented/subdomains/cpp/documentation.rst create mode 100644 demo/documented/subdomains/cpp/main.cpp create mode 100644 demo/documented/subdomains/dolfin_fine.xml.gz create mode 100644 demo/documented/subdomains/plot_subdomains.png create mode 100644 demo/undocumented/advection-diffusion/cpp/AdvectionDiffusion.ufl create mode 100644 demo/undocumented/advection-diffusion/cpp/Velocity.ufl create mode 100644 demo/undocumented/advection-diffusion/cpp/main.cpp create mode 100644 demo/undocumented/advection-diffusion/dolfin_fine.xml.gz create mode 100644 demo/undocumented/advection-diffusion/dolfin_fine_subdomains.xml.gz create mode 100644 demo/undocumented/advection-diffusion/dolfin_fine_velocity.xml.gz create mode 100644 demo/undocumented/ale/cpp/main.cpp create mode 100644 demo/undocumented/auto-adaptive-navier-stokes/channel_with_flap.xml.gz create mode 100644 demo/undocumented/auto-adaptive-navier-stokes/cpp/AdaptiveNavierStokes.ufl create mode 100644 demo/undocumented/auto-adaptive-navier-stokes/cpp/main.cpp create mode 100644 demo/undocumented/block-matrix/cpp/StiffnessMatrix.ufl create mode 100644 demo/undocumented/block-matrix/cpp/main.cpp create mode 100644 demo/undocumented/conditional/cpp/Conditional.ufl create mode 100644 demo/undocumented/conditional/cpp/main.cpp create mode 100644 demo/undocumented/contact-vi-snes/circle_yplane.geo create mode 100644 demo/undocumented/contact-vi-snes/circle_yplane.xml.gz create mode 100644 demo/undocumented/contact-vi-snes/cpp/HyperElasticity.ufl create mode 100644 demo/undocumented/contact-vi-snes/cpp/main.cpp create mode 100644 demo/undocumented/contact-vi-tao/circle_yplane.xml.gz create mode 100644 demo/undocumented/contact-vi-tao/cpp/Elasticity.ufl create mode 100644 demo/undocumented/contact-vi-tao/cpp/main.cpp create mode 100644 demo/undocumented/curl-curl/cpp/CurrentDensity.ufl create mode 100644 demo/undocumented/curl-curl/cpp/EddyCurrents.ufl create mode 100644 demo/undocumented/curl-curl/cpp/P1Space.ufl create mode 100644 demo/undocumented/curl-curl/cpp/main.cpp create mode 100644 demo/undocumented/curl-curl/sphere.xml.gz create mode 100644 demo/undocumented/dg-advection-diffusion/cpp/AdvectionDiffusion.ufl create mode 100644 demo/undocumented/dg-advection-diffusion/cpp/Projection.ufl create mode 100644 demo/undocumented/dg-advection-diffusion/cpp/Velocity.ufl create mode 100644 demo/undocumented/dg-advection-diffusion/cpp/main.cpp create mode 100644 demo/undocumented/dg-advection-diffusion/unitsquare_64_64.xml.gz create mode 100644 demo/undocumented/dg-advection-diffusion/unitsquare_64_64_velocity.xml.gz create mode 100644 demo/undocumented/dg-poisson/cpp/Poisson.ufl create mode 100644 demo/undocumented/dg-poisson/cpp/main.cpp create mode 100644 demo/undocumented/dg-poisson/cpp/plot.py create mode 100644 demo/undocumented/elasticity/cpp/Elasticity.ufl create mode 100644 demo/undocumented/elasticity/cpp/main.cpp create mode 100644 demo/undocumented/elasticity/pulley.xdmf create mode 100644 demo/undocumented/elastodynamics/cpp/DG0_eps_xx.ufl create mode 100644 demo/undocumented/elastodynamics/cpp/ElastoDynamics.ufl create mode 100644 demo/undocumented/elastodynamics/cpp/main.cpp create mode 100644 demo/undocumented/elastodynamics/dolfin_fine.xml.gz create mode 100644 demo/undocumented/eval/cpp/Projection.ufl create mode 100644 demo/undocumented/eval/cpp/main.cpp create mode 100644 demo/undocumented/extrapolation/cpp/P1.ufl create mode 100644 demo/undocumented/extrapolation/cpp/P2.ufl create mode 100644 demo/undocumented/extrapolation/cpp/main.cpp create mode 100644 demo/undocumented/functional/cpp/EnergyNorm.ufl create mode 100644 demo/undocumented/functional/cpp/main.cpp create mode 100644 demo/undocumented/gmg-poisson/cpp/Poisson.ufl create mode 100644 demo/undocumented/gmg-poisson/cpp/main.cpp create mode 100644 demo/undocumented/lift-drag/cpp/Functionals.ufl create mode 100644 demo/undocumented/lift-drag/cpp/README create mode 100644 demo/undocumented/lift-drag/cpp/main.cpp create mode 100644 demo/undocumented/lift-drag/dolfin_fine.xml.gz create mode 100644 demo/undocumented/lift-drag/dolfin_fine_pressure.xml.gz create mode 100644 demo/undocumented/matnest/cpp/Stokes.ufl create mode 100644 demo/undocumented/matnest/cpp/main.cpp create mode 100644 demo/undocumented/mesh-quality/cpp/main.cpp create mode 100644 demo/undocumented/mesh-quality/dolfin_fine.xml.gz create mode 100644 demo/undocumented/meshfunction-refinement/cpp/main.cpp create mode 100644 demo/undocumented/meshview-2D2D/cpp/MeshView_2D2D.ufl create mode 100644 demo/undocumented/meshview-2D2D/cpp/main.cpp create mode 100644 demo/undocumented/meshview-3D1D/cpp/MeshView_3D1D.ufl create mode 100644 demo/undocumented/meshview-3D1D/cpp/main.cpp create mode 100644 demo/undocumented/meshview-3D2D/cpp/MeshView_3D2D.ufl create mode 100644 demo/undocumented/meshview-3D2D/cpp/main.cpp create mode 100644 demo/undocumented/meshview-3D3D/cpp/MeshView_3D3D.ufl create mode 100644 demo/undocumented/meshview-3D3D/cpp/main.cpp create mode 100644 demo/undocumented/multimesh-3d/cpp/MultiMeshH10Norm.ufl create mode 100644 demo/undocumented/multimesh-3d/cpp/MultiMeshL2Norm.ufl create mode 100644 demo/undocumented/multimesh-3d/cpp/MultiMeshPoisson.ufl create mode 100644 demo/undocumented/multimesh-3d/cpp/main.cpp create mode 100644 demo/undocumented/multimesh-poisson/cpp/MultiMeshPoisson.ufl create mode 100644 demo/undocumented/multimesh-poisson/cpp/P1.ufl create mode 100644 demo/undocumented/multimesh-poisson/cpp/main.cpp create mode 100644 demo/undocumented/multimesh-stokes/cpp/MultiMeshStokes.ufl create mode 100644 demo/undocumented/multimesh-stokes/cpp/main.cpp create mode 100644 demo/undocumented/nonmatching-projection/cpp/P1_projection.ufl create mode 100644 demo/undocumented/nonmatching-projection/cpp/P3.ufl create mode 100644 demo/undocumented/nonmatching-projection/cpp/main.cpp create mode 100644 demo/undocumented/parallel-refinement/cpp/main.cpp create mode 100644 demo/undocumented/parameters/cpp/main.cpp create mode 100644 demo/undocumented/parameters/cpp/parameters.xml create mode 100644 demo/undocumented/poisson-disc/cpp/PoissonDisc.ufl create mode 100644 demo/undocumented/poisson-disc/cpp/main.cpp create mode 100644 demo/undocumented/poisson1D-in-2D/cpp/Poisson.ufl create mode 100644 demo/undocumented/poisson1D-in-2D/cpp/main.cpp create mode 100644 demo/undocumented/poisson1D/cpp/Poisson.ufl create mode 100644 demo/undocumented/poisson1D/cpp/main.cpp create mode 100644 demo/undocumented/refinement/cpp/main.cpp create mode 100644 demo/undocumented/spatial-coordinates/cpp/SpatialCoordinates.ufl create mode 100644 demo/undocumented/spatial-coordinates/cpp/main.cpp create mode 100644 demo/undocumented/submesh/cpp/main.cpp create mode 100644 demo/undocumented/sym-dirichlet-bc/cpp/Poisson.ufl create mode 100644 demo/undocumented/sym-dirichlet-bc/cpp/main.cpp create mode 100644 demo/undocumented/time-series/cpp/main.cpp create mode 100644 demo/undocumented/waveguide/cpp/Forms.py create mode 100644 demo/undocumented/waveguide/cpp/Forms.ufl create mode 100644 demo/undocumented/waveguide/cpp/main.cpp create mode 100644 doc/Doxyfile create mode 100644 doc/README create mode 120000 doc/source/ChangeLog.rst create mode 100644 doc/source/Makefile create mode 100644 doc/source/conf.py create mode 100644 doc/source/index.rst create mode 100644 dolfin/CMakeLists.txt create mode 100644 dolfin/adaptivity/AdaptiveLinearVariationalSolver.cpp create mode 100644 dolfin/adaptivity/AdaptiveLinearVariationalSolver.h create mode 100644 dolfin/adaptivity/AdaptiveNonlinearVariationalSolver.cpp create mode 100644 dolfin/adaptivity/AdaptiveNonlinearVariationalSolver.h create mode 100644 dolfin/adaptivity/CMakeLists.txt create mode 100644 dolfin/adaptivity/ErrorControl.cpp create mode 100644 dolfin/adaptivity/ErrorControl.h create mode 100644 dolfin/adaptivity/Extrapolation.cpp create mode 100644 dolfin/adaptivity/Extrapolation.h create mode 100644 dolfin/adaptivity/GenericAdaptiveVariationalSolver.cpp create mode 100644 dolfin/adaptivity/GenericAdaptiveVariationalSolver.h create mode 100644 dolfin/adaptivity/GoalFunctional.cpp create mode 100644 dolfin/adaptivity/GoalFunctional.h create mode 100644 dolfin/adaptivity/TimeSeries.cpp create mode 100644 dolfin/adaptivity/TimeSeries.h create mode 100644 dolfin/adaptivity/adapt.cpp create mode 100644 dolfin/adaptivity/adapt.h create mode 100644 dolfin/adaptivity/adaptivesolve.cpp create mode 100644 dolfin/adaptivity/adaptivesolve.h create mode 100644 dolfin/adaptivity/dolfin_adaptivity.h create mode 100644 dolfin/adaptivity/marking.cpp create mode 100644 dolfin/adaptivity/marking.h create mode 100644 dolfin/ale/ALE.cpp create mode 100644 dolfin/ale/ALE.h create mode 100644 dolfin/ale/CMakeLists.txt create mode 100644 dolfin/ale/HarmonicSmoothing.cpp create mode 100644 dolfin/ale/HarmonicSmoothing.h create mode 100644 dolfin/ale/MeshDisplacement.cpp create mode 100644 dolfin/ale/MeshDisplacement.h create mode 100644 dolfin/ale/Poisson1D.ufl create mode 100644 dolfin/ale/Poisson2D.ufl create mode 100644 dolfin/ale/Poisson3D.ufl create mode 100644 dolfin/ale/dolfin_ale.h create mode 100644 dolfin/common/Array.h create mode 100644 dolfin/common/ArrayView.h create mode 100644 dolfin/common/CMakeLists.txt create mode 100644 dolfin/common/Hierarchical.h create mode 100644 dolfin/common/IndexSet.h create mode 100644 dolfin/common/MPI.cpp create mode 100644 dolfin/common/MPI.h create mode 100644 dolfin/common/NoDeleter.h create mode 100644 dolfin/common/RangedIndexSet.h create mode 100644 dolfin/common/Set.h create mode 100644 dolfin/common/SubSystemsManager.cpp create mode 100644 dolfin/common/SubSystemsManager.h create mode 100644 dolfin/common/Timer.cpp create mode 100644 dolfin/common/Timer.h create mode 100644 dolfin/common/UniqueIdGenerator.cpp create mode 100644 dolfin/common/UniqueIdGenerator.h create mode 100644 dolfin/common/Variable.cpp create mode 100644 dolfin/common/Variable.h create mode 100644 dolfin/common/constants.h create mode 100644 dolfin/common/defines.cpp create mode 100644 dolfin/common/defines.h create mode 100644 dolfin/common/dolfin_common.h create mode 100644 dolfin/common/dolfin_doc.h create mode 100644 dolfin/common/init.cpp create mode 100644 dolfin/common/init.h create mode 100644 dolfin/common/timing.cpp create mode 100644 dolfin/common/timing.h create mode 100644 dolfin/common/types.h create mode 100644 dolfin/common/utils.cpp create mode 100644 dolfin/common/utils.h create mode 100644 dolfin/common/version.h.in create mode 100644 dolfin/dolfin.h create mode 100644 dolfin/fem/Assembler.cpp create mode 100644 dolfin/fem/Assembler.h create mode 100644 dolfin/fem/AssemblerBase.cpp create mode 100644 dolfin/fem/AssemblerBase.h create mode 100644 dolfin/fem/BasisFunction.h create mode 100644 dolfin/fem/CMakeLists.txt create mode 100644 dolfin/fem/DirichletBC.cpp create mode 100644 dolfin/fem/DirichletBC.h create mode 100644 dolfin/fem/DiscreteOperators.cpp create mode 100644 dolfin/fem/DiscreteOperators.h create mode 100644 dolfin/fem/DofMap.cpp create mode 100644 dolfin/fem/DofMap.h create mode 100644 dolfin/fem/DofMapBuilder.cpp create mode 100644 dolfin/fem/DofMapBuilder.h create mode 100644 dolfin/fem/Equation.cpp create mode 100644 dolfin/fem/Equation.h create mode 100644 dolfin/fem/FiniteElement.cpp create mode 100644 dolfin/fem/FiniteElement.h create mode 100644 dolfin/fem/Form.cpp create mode 100644 dolfin/fem/Form.h create mode 100644 dolfin/fem/GenericDofMap.h create mode 100644 dolfin/fem/LinearTimeDependentProblem.cpp create mode 100644 dolfin/fem/LinearTimeDependentProblem.h create mode 100644 dolfin/fem/LinearVariationalProblem.cpp create mode 100644 dolfin/fem/LinearVariationalProblem.h create mode 100644 dolfin/fem/LinearVariationalSolver.cpp create mode 100644 dolfin/fem/LinearVariationalSolver.h create mode 100644 dolfin/fem/LocalAssembler.cpp create mode 100644 dolfin/fem/LocalAssembler.h create mode 100644 dolfin/fem/LocalSolver.cpp create mode 100644 dolfin/fem/LocalSolver.h create mode 100644 dolfin/fem/MixedAssembler.cpp create mode 100644 dolfin/fem/MixedAssembler.h create mode 100644 dolfin/fem/MixedLinearVariationalProblem.cpp create mode 100644 dolfin/fem/MixedLinearVariationalProblem.h create mode 100644 dolfin/fem/MixedLinearVariationalSolver.cpp create mode 100644 dolfin/fem/MixedLinearVariationalSolver.h create mode 100644 dolfin/fem/MixedNonlinearVariationalProblem.cpp create mode 100644 dolfin/fem/MixedNonlinearVariationalProblem.h create mode 100644 dolfin/fem/MixedNonlinearVariationalSolver.cpp create mode 100644 dolfin/fem/MixedNonlinearVariationalSolver.h create mode 100644 dolfin/fem/MultiMeshAssembler.cpp create mode 100644 dolfin/fem/MultiMeshAssembler.h create mode 100644 dolfin/fem/MultiMeshDirichletBC.cpp create mode 100644 dolfin/fem/MultiMeshDirichletBC.h create mode 100644 dolfin/fem/MultiMeshDofMap.cpp create mode 100644 dolfin/fem/MultiMeshDofMap.h create mode 100644 dolfin/fem/MultiMeshForm.cpp create mode 100644 dolfin/fem/MultiMeshForm.h create mode 100644 dolfin/fem/NonlinearVariationalProblem.cpp create mode 100644 dolfin/fem/NonlinearVariationalProblem.h create mode 100644 dolfin/fem/NonlinearVariationalSolver.cpp create mode 100644 dolfin/fem/NonlinearVariationalSolver.h create mode 100644 dolfin/fem/PETScDMCollection.cpp create mode 100644 dolfin/fem/PETScDMCollection.h create mode 100644 dolfin/fem/PointSource.cpp create mode 100644 dolfin/fem/PointSource.h create mode 100644 dolfin/fem/SparsityPatternBuilder.cpp create mode 100644 dolfin/fem/SparsityPatternBuilder.h create mode 100644 dolfin/fem/SystemAssembler.cpp create mode 100644 dolfin/fem/SystemAssembler.h create mode 100644 dolfin/fem/UFC.cpp create mode 100644 dolfin/fem/UFC.h create mode 100644 dolfin/fem/assemble.cpp create mode 100644 dolfin/fem/assemble.h create mode 100644 dolfin/fem/assemble_local.cpp create mode 100644 dolfin/fem/assemble_local.h create mode 100644 dolfin/fem/dolfin_fem.h create mode 100644 dolfin/fem/fem_utils.cpp create mode 100644 dolfin/fem/fem_utils.h create mode 100644 dolfin/fem/solve.cpp create mode 100644 dolfin/fem/solve.h create mode 100644 dolfin/function/CMakeLists.txt create mode 100644 dolfin/function/CoefficientAssigner.cpp create mode 100644 dolfin/function/CoefficientAssigner.h create mode 100644 dolfin/function/Constant.cpp create mode 100644 dolfin/function/Constant.h create mode 100644 dolfin/function/Expression.cpp create mode 100644 dolfin/function/Expression.h create mode 100644 dolfin/function/Function.cpp create mode 100644 dolfin/function/Function.h create mode 100644 dolfin/function/FunctionAXPY.cpp create mode 100644 dolfin/function/FunctionAXPY.h create mode 100644 dolfin/function/FunctionAssigner.cpp create mode 100644 dolfin/function/FunctionAssigner.h create mode 100644 dolfin/function/FunctionSpace.cpp create mode 100644 dolfin/function/FunctionSpace.h create mode 100644 dolfin/function/GenericFunction.cpp create mode 100644 dolfin/function/GenericFunction.h create mode 100644 dolfin/function/LagrangeInterpolator.cpp create mode 100644 dolfin/function/LagrangeInterpolator.h create mode 100644 dolfin/function/MultiMeshCoefficientAssigner.cpp create mode 100644 dolfin/function/MultiMeshCoefficientAssigner.h create mode 100644 dolfin/function/MultiMeshFunction.cpp create mode 100644 dolfin/function/MultiMeshFunction.h create mode 100644 dolfin/function/MultiMeshFunctionSpace.cpp create mode 100644 dolfin/function/MultiMeshFunctionSpace.h create mode 100644 dolfin/function/MultiMeshSubSpace.cpp create mode 100644 dolfin/function/MultiMeshSubSpace.h create mode 100644 dolfin/function/SpecialFacetFunction.cpp create mode 100644 dolfin/function/SpecialFacetFunction.h create mode 100644 dolfin/function/SpecialFunctions.cpp create mode 100644 dolfin/function/SpecialFunctions.h create mode 100644 dolfin/function/assign.cpp create mode 100644 dolfin/function/assign.h create mode 100644 dolfin/function/dolfin_function.h create mode 100644 dolfin/generation/BoxMesh.cpp create mode 100644 dolfin/generation/BoxMesh.h create mode 100644 dolfin/generation/CMakeLists.txt create mode 100644 dolfin/generation/IntervalMesh.cpp create mode 100644 dolfin/generation/IntervalMesh.h create mode 100644 dolfin/generation/RectangleMesh.cpp create mode 100644 dolfin/generation/RectangleMesh.h create mode 100644 dolfin/generation/SphericalShellMesh.cpp create mode 100644 dolfin/generation/SphericalShellMesh.h create mode 100644 dolfin/generation/UnitCubeMesh.h create mode 100644 dolfin/generation/UnitDiscMesh.cpp create mode 100644 dolfin/generation/UnitDiscMesh.h create mode 100644 dolfin/generation/UnitIntervalMesh.h create mode 100644 dolfin/generation/UnitSquareMesh.h create mode 100644 dolfin/generation/UnitTetrahedronMesh.cpp create mode 100644 dolfin/generation/UnitTetrahedronMesh.h create mode 100644 dolfin/generation/UnitTriangleMesh.cpp create mode 100644 dolfin/generation/UnitTriangleMesh.h create mode 100644 dolfin/generation/dolfin_generation.h create mode 100644 dolfin/geometry/BoundingBoxTree.cpp create mode 100644 dolfin/geometry/BoundingBoxTree.h create mode 100644 dolfin/geometry/BoundingBoxTree1D.h create mode 100644 dolfin/geometry/BoundingBoxTree2D.h create mode 100644 dolfin/geometry/BoundingBoxTree3D.h create mode 100644 dolfin/geometry/CGALExactArithmetic.h create mode 100644 dolfin/geometry/CMakeLists.txt create mode 100644 dolfin/geometry/CollisionPredicates.cpp create mode 100644 dolfin/geometry/CollisionPredicates.h create mode 100644 dolfin/geometry/ConvexTriangulation.cpp create mode 100644 dolfin/geometry/ConvexTriangulation.h create mode 100644 dolfin/geometry/GenericBoundingBoxTree.cpp create mode 100644 dolfin/geometry/GenericBoundingBoxTree.h create mode 100644 dolfin/geometry/GeometryDebugging.cpp create mode 100644 dolfin/geometry/GeometryDebugging.h create mode 100644 dolfin/geometry/GeometryPredicates.cpp create mode 100644 dolfin/geometry/GeometryPredicates.h create mode 100644 dolfin/geometry/GeometryTools.h create mode 100644 dolfin/geometry/IntersectionConstruction.cpp create mode 100644 dolfin/geometry/IntersectionConstruction.h create mode 100644 dolfin/geometry/MeshPointIntersection.cpp create mode 100644 dolfin/geometry/MeshPointIntersection.h create mode 100644 dolfin/geometry/Point.cpp create mode 100644 dolfin/geometry/Point.h create mode 100644 dolfin/geometry/SimplexQuadrature.cpp create mode 100644 dolfin/geometry/SimplexQuadrature.h create mode 100644 dolfin/geometry/dolfin_geometry.h create mode 100644 dolfin/geometry/intersect.cpp create mode 100644 dolfin/geometry/intersect.h create mode 100644 dolfin/geometry/predicates.cpp create mode 100644 dolfin/geometry/predicates.h create mode 100644 dolfin/graph/BoostGraphColoring.h create mode 100644 dolfin/graph/BoostGraphOrdering.cpp create mode 100644 dolfin/graph/BoostGraphOrdering.h create mode 100644 dolfin/graph/CMakeLists.txt create mode 100644 dolfin/graph/CSRGraph.h create mode 100644 dolfin/graph/Graph.h create mode 100644 dolfin/graph/GraphBuilder.cpp create mode 100644 dolfin/graph/GraphBuilder.h create mode 100644 dolfin/graph/GraphColoring.cpp create mode 100644 dolfin/graph/GraphColoring.h create mode 100644 dolfin/graph/ParMETIS.cpp create mode 100644 dolfin/graph/ParMETIS.h create mode 100644 dolfin/graph/SCOTCH.cpp create mode 100644 dolfin/graph/SCOTCH.h create mode 100644 dolfin/graph/ZoltanInterface.cpp create mode 100644 dolfin/graph/ZoltanInterface.h create mode 100644 dolfin/graph/dolfin_graph.h create mode 100644 dolfin/io/CMakeLists.txt create mode 100644 dolfin/io/Encoder.h create mode 100644 dolfin/io/File.cpp create mode 100644 dolfin/io/File.h create mode 100644 dolfin/io/GenericFile.cpp create mode 100644 dolfin/io/GenericFile.h create mode 100644 dolfin/io/HDF5Attribute.cpp create mode 100644 dolfin/io/HDF5Attribute.h create mode 100644 dolfin/io/HDF5File.cpp create mode 100644 dolfin/io/HDF5File.h create mode 100644 dolfin/io/HDF5Interface.cpp create mode 100644 dolfin/io/HDF5Interface.h create mode 100644 dolfin/io/HDF5Utility.cpp create mode 100644 dolfin/io/HDF5Utility.h create mode 100644 dolfin/io/RAWFile.cpp create mode 100644 dolfin/io/RAWFile.h create mode 100644 dolfin/io/SVGFile.cpp create mode 100644 dolfin/io/SVGFile.h create mode 100644 dolfin/io/VTKFile.cpp create mode 100644 dolfin/io/VTKFile.h create mode 100644 dolfin/io/VTKWriter.cpp create mode 100644 dolfin/io/VTKWriter.h create mode 100644 dolfin/io/X3DFile.cpp create mode 100644 dolfin/io/X3DFile.h create mode 100644 dolfin/io/X3DOM.cpp create mode 100644 dolfin/io/X3DOM.h create mode 100644 dolfin/io/XDMFFile.cpp create mode 100644 dolfin/io/XDMFFile.h create mode 100644 dolfin/io/XMLArray.h create mode 100644 dolfin/io/XMLFile.cpp create mode 100644 dolfin/io/XMLFile.h create mode 100644 dolfin/io/XMLFunctionData.cpp create mode 100644 dolfin/io/XMLFunctionData.h create mode 100644 dolfin/io/XMLMesh.cpp create mode 100644 dolfin/io/XMLMesh.h create mode 100644 dolfin/io/XMLMeshFunction.h create mode 100644 dolfin/io/XMLMeshValueCollection.h create mode 100644 dolfin/io/XMLParameters.cpp create mode 100644 dolfin/io/XMLParameters.h create mode 100644 dolfin/io/XMLTable.cpp create mode 100644 dolfin/io/XMLTable.h create mode 100644 dolfin/io/XMLVector.cpp create mode 100644 dolfin/io/XMLVector.h create mode 100644 dolfin/io/XYZFile.cpp create mode 100644 dolfin/io/XYZFile.h create mode 100644 dolfin/io/base64.cpp create mode 100644 dolfin/io/base64.h create mode 100644 dolfin/io/dolfin_io.h create mode 100644 dolfin/io/pugiconfig.hpp create mode 100644 dolfin/io/pugixml.cpp create mode 100644 dolfin/io/pugixml.hpp create mode 100644 dolfin/io/xmlutils.cpp create mode 100644 dolfin/io/xmlutils.h create mode 100644 dolfin/la/Amesos2LUSolver.cpp create mode 100644 dolfin/la/Amesos2LUSolver.h create mode 100644 dolfin/la/BelosKrylovSolver.cpp create mode 100644 dolfin/la/BelosKrylovSolver.h create mode 100644 dolfin/la/BlockMatrix.cpp create mode 100644 dolfin/la/BlockMatrix.h create mode 100644 dolfin/la/BlockVector.cpp create mode 100644 dolfin/la/BlockVector.h create mode 100644 dolfin/la/CMakeLists.txt create mode 100644 dolfin/la/CoordinateMatrix.cpp create mode 100644 dolfin/la/CoordinateMatrix.h create mode 100644 dolfin/la/DefaultFactory.cpp create mode 100644 dolfin/la/DefaultFactory.h create mode 100644 dolfin/la/EigenFactory.cpp create mode 100644 dolfin/la/EigenFactory.h create mode 100644 dolfin/la/EigenKrylovSolver.cpp create mode 100644 dolfin/la/EigenKrylovSolver.h create mode 100644 dolfin/la/EigenLUSolver.cpp create mode 100644 dolfin/la/EigenLUSolver.h create mode 100644 dolfin/la/EigenMatrix.cpp create mode 100644 dolfin/la/EigenMatrix.h create mode 100644 dolfin/la/EigenVector.cpp create mode 100644 dolfin/la/EigenVector.h create mode 100644 dolfin/la/GenericLinearAlgebraFactory.h create mode 100644 dolfin/la/GenericLinearOperator.h create mode 100644 dolfin/la/GenericLinearSolver.cpp create mode 100644 dolfin/la/GenericLinearSolver.h create mode 100644 dolfin/la/GenericMatrix.cpp create mode 100644 dolfin/la/GenericMatrix.h create mode 100644 dolfin/la/GenericTensor.h create mode 100644 dolfin/la/GenericVector.h create mode 100644 dolfin/la/Ifpack2Preconditioner.cpp create mode 100644 dolfin/la/Ifpack2Preconditioner.h create mode 100644 dolfin/la/IndexMap.cpp create mode 100644 dolfin/la/IndexMap.h create mode 100644 dolfin/la/KrylovSolver.cpp create mode 100644 dolfin/la/KrylovSolver.h create mode 100644 dolfin/la/LUSolver.cpp create mode 100644 dolfin/la/LUSolver.h create mode 100644 dolfin/la/LinearAlgebraObject.h create mode 100644 dolfin/la/LinearOperator.cpp create mode 100644 dolfin/la/LinearOperator.h create mode 100644 dolfin/la/LinearSolver.cpp create mode 100644 dolfin/la/LinearSolver.h create mode 100644 dolfin/la/Matrix.h create mode 100644 dolfin/la/MueluPreconditioner.cpp create mode 100644 dolfin/la/MueluPreconditioner.h create mode 100644 dolfin/la/PETScBaseMatrix.cpp create mode 100644 dolfin/la/PETScBaseMatrix.h create mode 100644 dolfin/la/PETScFactory.cpp create mode 100644 dolfin/la/PETScFactory.h create mode 100644 dolfin/la/PETScKrylovSolver.cpp create mode 100644 dolfin/la/PETScKrylovSolver.h create mode 100644 dolfin/la/PETScLUSolver.cpp create mode 100644 dolfin/la/PETScLUSolver.h create mode 100644 dolfin/la/PETScLinearOperator.cpp create mode 100644 dolfin/la/PETScLinearOperator.h create mode 100644 dolfin/la/PETScMatrix.cpp create mode 100644 dolfin/la/PETScMatrix.h create mode 100644 dolfin/la/PETScNestMatrix.cpp create mode 100644 dolfin/la/PETScNestMatrix.h create mode 100644 dolfin/la/PETScObject.cpp create mode 100644 dolfin/la/PETScObject.h create mode 100644 dolfin/la/PETScOptions.cpp create mode 100644 dolfin/la/PETScOptions.h create mode 100644 dolfin/la/PETScPreconditioner.cpp create mode 100644 dolfin/la/PETScPreconditioner.h create mode 100644 dolfin/la/PETScVector.cpp create mode 100644 dolfin/la/PETScVector.h create mode 100644 dolfin/la/SLEPcEigenSolver.cpp create mode 100644 dolfin/la/SLEPcEigenSolver.h create mode 100644 dolfin/la/SUNDIALSNVector.h create mode 100644 dolfin/la/Scalar.h create mode 100644 dolfin/la/SparsityPattern.cpp create mode 100644 dolfin/la/SparsityPattern.h create mode 100644 dolfin/la/TensorLayout.cpp create mode 100644 dolfin/la/TensorLayout.h create mode 100644 dolfin/la/TpetraFactory.cpp create mode 100644 dolfin/la/TpetraFactory.h create mode 100644 dolfin/la/TpetraMatrix.cpp create mode 100644 dolfin/la/TpetraMatrix.h create mode 100644 dolfin/la/TpetraVector.cpp create mode 100644 dolfin/la/TpetraVector.h create mode 100644 dolfin/la/TrilinosParameters.cpp create mode 100644 dolfin/la/TrilinosParameters.h create mode 100644 dolfin/la/TrilinosPreconditioner.h create mode 100644 dolfin/la/Vector.h create mode 100644 dolfin/la/VectorSpaceBasis.cpp create mode 100644 dolfin/la/VectorSpaceBasis.h create mode 100644 dolfin/la/dolfin_la.h create mode 100644 dolfin/la/solve.cpp create mode 100644 dolfin/la/solve.h create mode 100644 dolfin/la/test_nullspace.cpp create mode 100644 dolfin/la/test_nullspace.h create mode 100644 dolfin/log/CMakeLists.txt create mode 100644 dolfin/log/Event.cpp create mode 100644 dolfin/log/Event.h create mode 100644 dolfin/log/LogLevel.h create mode 100644 dolfin/log/LogManager.cpp create mode 100644 dolfin/log/LogManager.h create mode 100644 dolfin/log/LogStream.cpp create mode 100644 dolfin/log/LogStream.h create mode 100644 dolfin/log/Logger.cpp create mode 100644 dolfin/log/Logger.h create mode 100644 dolfin/log/Progress.cpp create mode 100644 dolfin/log/Progress.h create mode 100644 dolfin/log/README create mode 100644 dolfin/log/Table.cpp create mode 100644 dolfin/log/Table.h create mode 100644 dolfin/log/dolfin_log.h create mode 100644 dolfin/log/log.cpp create mode 100644 dolfin/log/log.h create mode 100644 dolfin/math/CMakeLists.txt create mode 100644 dolfin/math/Lagrange.cpp create mode 100644 dolfin/math/Lagrange.h create mode 100644 dolfin/math/Legendre.cpp create mode 100644 dolfin/math/Legendre.h create mode 100644 dolfin/math/basic.cpp create mode 100644 dolfin/math/basic.h create mode 100644 dolfin/math/dolfin_math.h create mode 100644 dolfin/mesh/BoundaryComputation.cpp create mode 100644 dolfin/mesh/BoundaryComputation.h create mode 100644 dolfin/mesh/BoundaryMesh.cpp create mode 100644 dolfin/mesh/BoundaryMesh.h create mode 100644 dolfin/mesh/CMakeLists.txt create mode 100644 dolfin/mesh/Cell.cpp create mode 100644 dolfin/mesh/Cell.h create mode 100644 dolfin/mesh/CellType.cpp create mode 100644 dolfin/mesh/CellType.h create mode 100644 dolfin/mesh/DistributedMeshTools.cpp create mode 100644 dolfin/mesh/DistributedMeshTools.h create mode 100644 dolfin/mesh/DomainBoundary.h create mode 100644 dolfin/mesh/DynamicMeshEditor.cpp create mode 100644 dolfin/mesh/DynamicMeshEditor.h create mode 100644 dolfin/mesh/Edge.cpp create mode 100644 dolfin/mesh/Edge.h create mode 100644 dolfin/mesh/Face.cpp create mode 100644 dolfin/mesh/Face.h create mode 100644 dolfin/mesh/Facet.cpp create mode 100644 dolfin/mesh/Facet.h create mode 100644 dolfin/mesh/FacetCell.cpp create mode 100644 dolfin/mesh/FacetCell.h create mode 100644 dolfin/mesh/HexahedronCell.cpp create mode 100644 dolfin/mesh/HexahedronCell.h create mode 100644 dolfin/mesh/IntervalCell.cpp create mode 100644 dolfin/mesh/IntervalCell.h create mode 100644 dolfin/mesh/LocalMeshData.cpp create mode 100644 dolfin/mesh/LocalMeshData.h create mode 100644 dolfin/mesh/LocalMeshValueCollection.h create mode 100644 dolfin/mesh/Mesh.cpp create mode 100644 dolfin/mesh/Mesh.h create mode 100644 dolfin/mesh/MeshColoring.cpp create mode 100644 dolfin/mesh/MeshColoring.h create mode 100644 dolfin/mesh/MeshConnectivity.cpp create mode 100644 dolfin/mesh/MeshConnectivity.h create mode 100644 dolfin/mesh/MeshData.cpp create mode 100644 dolfin/mesh/MeshData.h create mode 100644 dolfin/mesh/MeshDomains.cpp create mode 100644 dolfin/mesh/MeshDomains.h create mode 100644 dolfin/mesh/MeshEditor.cpp create mode 100644 dolfin/mesh/MeshEditor.h create mode 100644 dolfin/mesh/MeshEntity.cpp create mode 100644 dolfin/mesh/MeshEntity.h create mode 100644 dolfin/mesh/MeshEntityIterator.h create mode 100644 dolfin/mesh/MeshEntityIteratorBase.h create mode 100644 dolfin/mesh/MeshFunction.cpp create mode 100644 dolfin/mesh/MeshFunction.h create mode 100644 dolfin/mesh/MeshGeometry.cpp create mode 100644 dolfin/mesh/MeshGeometry.h create mode 100644 dolfin/mesh/MeshHierarchy.cpp create mode 100644 dolfin/mesh/MeshHierarchy.h create mode 100644 dolfin/mesh/MeshOrdering.cpp create mode 100644 dolfin/mesh/MeshOrdering.h create mode 100644 dolfin/mesh/MeshPartitioning.cpp create mode 100644 dolfin/mesh/MeshPartitioning.h create mode 100644 dolfin/mesh/MeshQuality.cpp create mode 100644 dolfin/mesh/MeshQuality.h create mode 100644 dolfin/mesh/MeshRelation.h create mode 100644 dolfin/mesh/MeshRenumbering.cpp create mode 100644 dolfin/mesh/MeshRenumbering.h create mode 100644 dolfin/mesh/MeshSmoothing.cpp create mode 100644 dolfin/mesh/MeshSmoothing.h create mode 100644 dolfin/mesh/MeshTopology.cpp create mode 100644 dolfin/mesh/MeshTopology.h create mode 100644 dolfin/mesh/MeshTransformation.cpp create mode 100644 dolfin/mesh/MeshTransformation.h create mode 100644 dolfin/mesh/MeshValueCollection.h create mode 100644 dolfin/mesh/MeshView.cpp create mode 100644 dolfin/mesh/MeshView.h create mode 100644 dolfin/mesh/MultiMesh.cpp create mode 100644 dolfin/mesh/MultiMesh.h create mode 100644 dolfin/mesh/PeriodicBoundaryComputation.cpp create mode 100644 dolfin/mesh/PeriodicBoundaryComputation.h create mode 100644 dolfin/mesh/PointCell.cpp create mode 100644 dolfin/mesh/PointCell.h create mode 100644 dolfin/mesh/QuadrilateralCell.cpp create mode 100644 dolfin/mesh/QuadrilateralCell.h create mode 100644 dolfin/mesh/SubDomain.cpp create mode 100644 dolfin/mesh/SubDomain.h create mode 100644 dolfin/mesh/SubMesh.cpp create mode 100644 dolfin/mesh/SubMesh.h create mode 100644 dolfin/mesh/SubsetIterator.h create mode 100644 dolfin/mesh/TetrahedronCell.cpp create mode 100644 dolfin/mesh/TetrahedronCell.h create mode 100644 dolfin/mesh/TopologyComputation.cpp create mode 100644 dolfin/mesh/TopologyComputation.h create mode 100644 dolfin/mesh/TriangleCell.cpp create mode 100644 dolfin/mesh/TriangleCell.h create mode 100644 dolfin/mesh/Vertex.h create mode 100644 dolfin/mesh/dolfin_mesh.h create mode 100644 dolfin/multistage/CMakeLists.txt create mode 100644 dolfin/multistage/MultiStageScheme.cpp create mode 100644 dolfin/multistage/MultiStageScheme.h create mode 100644 dolfin/multistage/PointIntegralSolver.cpp create mode 100644 dolfin/multistage/PointIntegralSolver.h create mode 100644 dolfin/multistage/RKSolver.cpp create mode 100644 dolfin/multistage/RKSolver.h create mode 100644 dolfin/multistage/dolfin_multistage.h create mode 100644 dolfin/nls/CMakeLists.txt create mode 100644 dolfin/nls/NewtonSolver.cpp create mode 100644 dolfin/nls/NewtonSolver.h create mode 100644 dolfin/nls/NonlinearProblem.h create mode 100644 dolfin/nls/OptimisationProblem.h create mode 100644 dolfin/nls/PETScSNESSolver.cpp create mode 100644 dolfin/nls/PETScSNESSolver.h create mode 100644 dolfin/nls/PETScTAOSolver.cpp create mode 100644 dolfin/nls/PETScTAOSolver.h create mode 100644 dolfin/nls/TAOLinearBoundSolver.cpp create mode 100644 dolfin/nls/TAOLinearBoundSolver.h create mode 100644 dolfin/nls/dolfin_nls.h create mode 100644 dolfin/parameter/CMakeLists.txt create mode 100644 dolfin/parameter/GlobalParameters.cpp create mode 100644 dolfin/parameter/GlobalParameters.h create mode 100644 dolfin/parameter/Parameter.cpp create mode 100644 dolfin/parameter/Parameter.h create mode 100644 dolfin/parameter/Parameters.cpp create mode 100644 dolfin/parameter/Parameters.h create mode 100644 dolfin/parameter/dolfin_parameter.h create mode 100644 dolfin/refinement/BisectionRefinement1D.cpp create mode 100644 dolfin/refinement/BisectionRefinement1D.h create mode 100644 dolfin/refinement/CMakeLists.txt create mode 100644 dolfin/refinement/LocalMeshCoarsening.cpp create mode 100644 dolfin/refinement/LocalMeshCoarsening.h create mode 100644 dolfin/refinement/ParallelRefinement.cpp create mode 100644 dolfin/refinement/ParallelRefinement.h create mode 100644 dolfin/refinement/PlazaRefinementND.cpp create mode 100644 dolfin/refinement/PlazaRefinementND.h create mode 100644 dolfin/refinement/RegularCutRefinement.cpp create mode 100644 dolfin/refinement/RegularCutRefinement.h create mode 100644 dolfin/refinement/dolfin_refinement.h create mode 100644 dolfin/refinement/refine.cpp create mode 100644 dolfin/refinement/refine.h create mode 100644 dolfin/ts/CMakeLists.txt create mode 100644 dolfin/ts/CVode.cpp create mode 100644 dolfin/ts/CVode.h create mode 100644 dolfin/ts/dolfin_ts.h create mode 100644 python/CMakeLists.txt create mode 100644 python/README.rst create mode 100644 python/cmake/FindMPI4PY.cmake create mode 100644 python/cmake/FindPETSc4py.cmake create mode 100644 python/demo/conftest.py create mode 100644 python/demo/documented/auto-adaptive-poisson/demo_auto-adaptive-poisson.py.rst create mode 100644 python/demo/documented/auto-adaptive-poisson/u_refined.png create mode 100644 python/demo/documented/auto-adaptive-poisson/u_unrefined.png create mode 100644 python/demo/documented/biharmonic/biharmonic_u.png create mode 100644 python/demo/documented/biharmonic/demo_biharmonic.py.rst create mode 100644 python/demo/documented/box_with_dent.xml.gz create mode 100644 python/demo/documented/built-in-meshes/boxmesh.png create mode 100644 python/demo/documented/built-in-meshes/demo_built-in-meshes.py.rst create mode 100644 python/demo/documented/built-in-meshes/rectanglemesh.png create mode 100644 python/demo/documented/built-in-meshes/rectanglemesh_left_right.png create mode 100644 python/demo/documented/built-in-meshes/unitcubemesh.png create mode 100644 python/demo/documented/built-in-meshes/unitintervalmesh.png create mode 100644 python/demo/documented/built-in-meshes/unitsquaremesh.png create mode 100644 python/demo/documented/built-in-meshes/unitsquaremesh_crossed.png create mode 100644 python/demo/documented/built-in-meshes/unitsquaremesh_left.png create mode 100644 python/demo/documented/built-in-meshes/unitsquaremesh_left_right.png create mode 100644 python/demo/documented/cahn-hilliard/demo_cahn-hilliard.py.rst create mode 100644 python/demo/documented/dolfin_fine.xml.gz create mode 100644 python/demo/documented/dolfin_fine_subdomains.xml.gz create mode 100644 python/demo/documented/eigenvalue/box_with_dent.xml.gz create mode 100644 python/demo/documented/eigenvalue/demo_eigenvalue.py.rst create mode 100644 python/demo/documented/elastodynamics/demo_elastodynamics.py.rst create mode 100644 python/demo/documented/elastodynamics/elastodynamics-energies_generalized_alpha.png create mode 100644 python/demo/documented/elastodynamics/elastodynamics-energies_generalized_alpha_damping.png create mode 100644 python/demo/documented/elastodynamics/elastodynamics-energies_newmark.png create mode 100644 python/demo/documented/elastodynamics/elastodynamics-transient_deformation.gif create mode 100644 python/demo/documented/hyperelasticity/demo_hyperelasticity.py.rst create mode 100644 python/demo/documented/hyperelasticity/hyperelasticity_u0.png create mode 100644 python/demo/documented/hyperelasticity/hyperelasticity_u1.png create mode 100644 python/demo/documented/lshape.xml.gz create mode 100644 python/demo/documented/maxwell-eigenvalues/demo_maxwell-eigenvalues.py.rst create mode 100644 python/demo/documented/mixed-poisson/demo_mixed-poisson.py.rst create mode 100644 python/demo/documented/mixed-poisson/mixed-poisson_sigma.png create mode 100644 python/demo/documented/mixed-poisson/mixed-poisson_u.png create mode 100644 python/demo/documented/navier-stokes/demo_navier-stokes.py create mode 100644 python/demo/documented/navier-stokes/documentation.rst create mode 100644 python/demo/documented/neumann-poisson/demo_neumann-poisson.py.rst create mode 100644 python/demo/documented/neumann-poisson/neumann-poisson_u.png create mode 100644 python/demo/documented/nonlinear-poisson/demo_nonlinear-poisson.py.rst create mode 100644 python/demo/documented/nonlinear-poisson/plot_u.png create mode 100644 python/demo/documented/nonlinear-poisson/plot_u_gradient.png create mode 100644 python/demo/documented/nonmatching-interpolation/demo_nonmatching-interpolation.py.rst create mode 100644 python/demo/documented/periodic/demo_periodic.py create mode 100644 python/demo/documented/periodic/documentation.rst create mode 100644 python/demo/documented/poisson/demo_poisson.py.rst create mode 100644 python/demo/documented/poisson/poisson_u.png create mode 100644 python/demo/documented/singular-poisson/demo_singular-poisson.py.rst create mode 100644 python/demo/documented/singular-poisson/singular_u.png create mode 100644 python/demo/documented/stokes-iterative/demo_stokes-iterative.py.rst create mode 100644 python/demo/documented/stokes-mini/demo_stokes-mini.py create mode 100644 python/demo/documented/stokes-mini/documentation.rst create mode 100644 python/demo/documented/stokes-taylor-hood/demo_stokes-taylor-hood.py create mode 100644 python/demo/documented/stokes-taylor-hood/documentation.rst create mode 100644 python/demo/documented/subdomains-poisson/demo_subdomains-poisson.py create mode 100644 python/demo/documented/subdomains-poisson/documentation.rst create mode 100644 python/demo/documented/subdomains/demo_subdomains.py create mode 100644 python/demo/documented/subdomains/documentation.rst create mode 100644 python/demo/documented/tensor-weighted-poisson/demo_tensor-weighted-poisson.py create mode 100644 python/demo/documented/tensor-weighted-poisson/documentation.rst create mode 100644 python/demo/documented/tensor-weighted-poisson/generate_data.py create mode 100644 python/demo/generate-demo-files.py create mode 100644 python/demo/test.py create mode 100755 python/demo/undocumented/adaptive-poisson/demo_adaptive-poisson.py create mode 100644 python/demo/undocumented/advection-diffusion/demo_advection-diffusion.py create mode 100644 python/demo/undocumented/ale/demo_ale.py create mode 100644 python/demo/undocumented/auto-adaptive-navier-stokes/demo_auto-adaptive-navier-stokes.py create mode 100644 python/demo/undocumented/block-assembly-2D2D/demo_block-assembly-2D2D-nonlinear.py create mode 100644 python/demo/undocumented/block-assembly-2D2D/demo_block-assembly-2D2D.py create mode 100644 python/demo/undocumented/block-assembly-3D1D/demo_block-assembly-3D1D.py create mode 100644 python/demo/undocumented/block-assembly-3D2D/demo_block-assembly-3D2D.py create mode 100644 python/demo/undocumented/block-matrix/demo_block-matrix.py create mode 100644 python/demo/undocumented/buckling-tao/demo_buckling-tao.py create mode 100644 python/demo/undocumented/buckling.xml.gz create mode 100644 python/demo/undocumented/channel_with_flap.xml.gz create mode 100644 python/demo/undocumented/circle.xml.gz create mode 100644 python/demo/undocumented/circle_yplane.xml.gz create mode 100644 python/demo/undocumented/collision-detection/demo_collision-detection.py create mode 100644 python/demo/undocumented/conditional/demo_conditional.py create mode 100644 python/demo/undocumented/contact-vi-snes/demo_contact-vi-snes.py create mode 100644 python/demo/undocumented/contact-vi-tao/demo_contact-vi-tao.py create mode 100644 python/demo/undocumented/coordinates/demo_coordinates.py create mode 100644 python/demo/undocumented/curl-curl/demo_curl-curl.py create mode 100644 python/demo/undocumented/dg-advection-diffusion/demo_dg-advection-diffusion.py create mode 100644 python/demo/undocumented/dg-poisson/demo_dg-poisson.py create mode 100644 python/demo/undocumented/dolfin_fine.xml.gz create mode 100644 python/demo/undocumented/dolfin_fine_pressure.xml.gz create mode 100644 python/demo/undocumented/dolfin_fine_subdomains.xml.gz create mode 100644 python/demo/undocumented/dolfin_fine_velocity.xml.gz create mode 100644 python/demo/undocumented/donut.xml.gz create mode 100644 python/demo/undocumented/elasticity/demo_elasticity.py create mode 100644 python/demo/undocumented/elementplot/demo_elementplot.py create mode 100644 python/demo/undocumented/eval/demo_eval.py create mode 100644 python/demo/undocumented/extrapolation/demo_extrapolation.py create mode 100644 python/demo/undocumented/formsplitter/demo_formsplitter.py create mode 100644 python/demo/undocumented/functional/demo_functional.py create mode 100755 python/demo/undocumented/ghost-mesh/demo_ghost-mesh.py create mode 100644 python/demo/undocumented/interpolation/demo_interpolation.py create mode 100644 python/demo/undocumented/lift-drag/demo_lift-drag.py create mode 100755 python/demo/undocumented/matnest/demo_matnest.py create mode 100644 python/demo/undocumented/mesh-quality/demo_mesh-quality.py create mode 100644 python/demo/undocumented/meshview-2D2D/demo_meshview-2D2D.py create mode 100644 python/demo/undocumented/meshview-3D1D/demo_meshview-3D1D.py create mode 100644 python/demo/undocumented/meshview-3D2D/demo_meshview-3D2D.py create mode 100644 python/demo/undocumented/meshview-3D3D/demo_meshview-3D3D.py create mode 100644 python/demo/undocumented/mixed-poisson-sphere/demo_mixed-poisson-sphere.py create mode 100644 python/demo/undocumented/mixedfunctionspace/demo_mixedfunctionspace.py create mode 100644 python/demo/undocumented/mplot/demo_mplot.py create mode 100644 python/demo/undocumented/multimesh-marking/demo_multimesh_marking.py create mode 100644 python/demo/undocumented/multimesh-poisson/demo_multimesh-poisson.py create mode 100644 python/demo/undocumented/multimesh-quadrature/demo_multimesh-quadrature.py create mode 100644 python/demo/undocumented/multimesh-stokes/demo_multimesh-stokes.py create mode 100644 python/demo/undocumented/multistage-solver/demo_multistage-solver.py create mode 100644 python/demo/undocumented/nonmatching-projection/demo_nonmatching-projection.py create mode 100644 python/demo/undocumented/optimization/demo_optimization.py create mode 100644 python/demo/undocumented/overlapping-regions/demo_overlapping-regions.py create mode 100644 python/demo/undocumented/parallel-refinement/demo_parallel-refinement.py create mode 100644 python/demo/undocumented/parameters/demo_parameters.py create mode 100644 python/demo/undocumented/parameters/parameters.xml create mode 100644 python/demo/undocumented/point-integral/demo_point-integral.py create mode 100644 python/demo/undocumented/poisson-disc/demo_poisson-disc.py create mode 100644 python/demo/undocumented/poisson1D-in-2D/demo_poisson1D-in-2D.py create mode 100644 python/demo/undocumented/poisson1D/demo_poisson1D.py create mode 100644 python/demo/undocumented/projection-interpolation/demo_projection-interpolation.py create mode 100644 python/demo/undocumented/propeller_2d_coarse.xml.gz create mode 100644 python/demo/undocumented/propeller_2d_fine.xml.gz create mode 100644 python/demo/undocumented/pulley.xdmf create mode 100644 python/demo/undocumented/refinement/demo_refinement.py create mode 100644 python/demo/undocumented/smoothing/demo_smoothing.py create mode 100644 python/demo/undocumented/spatial-coordinates/demo_spatial-coordinates.py create mode 100644 python/demo/undocumented/special-functions/demo_special-functions.py create mode 100644 python/demo/undocumented/sphere.xml.gz create mode 100644 python/demo/undocumented/sphere_16.xml.gz create mode 100644 python/demo/undocumented/sub-function-assignment/demo_sub-function-assignment.py create mode 100644 python/demo/undocumented/submesh/demo_submesh.py create mode 100644 python/demo/undocumented/sym-dirichlet-bc/demo_sym-dirichlet-bc.py create mode 100644 python/demo/undocumented/time-series/demo_time-series.py create mode 100644 python/demo/undocumented/timing/demo_timing.py create mode 100644 python/demo/undocumented/unitsquare_64_64.xml.gz create mode 100644 python/demo/undocumented/unitsquare_64_64_velocity.xml.gz create mode 100644 python/demo/undocumented/waveguide/demo_waveguide.py create mode 100644 python/doc/Makefile create mode 100644 python/doc/README.rst create mode 120000 python/doc/source/ChangeLog.rst create mode 100644 python/doc/source/api.rst create mode 100644 python/doc/source/conf.py create mode 100644 python/doc/source/contributing.rst create mode 100644 python/doc/source/demos.rst create mode 100644 python/doc/source/developer.rst create mode 100644 python/doc/source/index.rst create mode 100644 python/doc/source/installation.rst create mode 100644 python/doc/source/rstprocess.py create mode 100644 python/doc/source/styleguide_cpp.rst create mode 100644 python/doc/source/using.rst create mode 100644 python/dolfin/__init__.py create mode 100644 python/dolfin/common/__init__.py create mode 100644 python/dolfin/common/plotting.py create mode 100644 python/dolfin/common/timer.py create mode 100644 python/dolfin/fem/__init__.py create mode 100644 python/dolfin/fem/adaptivesolving.py create mode 100644 python/dolfin/fem/assembling.py create mode 100644 python/dolfin/fem/dirichletbc.py create mode 100644 python/dolfin/fem/errorcontrolgenerator.py create mode 100644 python/dolfin/fem/form.py create mode 100644 python/dolfin/fem/formmanipulations.py create mode 100644 python/dolfin/fem/interpolation.py create mode 100644 python/dolfin/fem/multimeshdirichletbc.py create mode 100644 python/dolfin/fem/norms.py create mode 100644 python/dolfin/fem/problem.py create mode 100644 python/dolfin/fem/projection.py create mode 100644 python/dolfin/fem/solvers.py create mode 100644 python/dolfin/fem/solving.py create mode 100644 python/dolfin/function/__init__.py create mode 100644 python/dolfin/function/argument.py create mode 100644 python/dolfin/function/constant.py create mode 100644 python/dolfin/function/expression.py create mode 100644 python/dolfin/function/function.py create mode 100644 python/dolfin/function/functionspace.py create mode 100644 python/dolfin/function/jit.py create mode 100644 python/dolfin/function/multimeshfunction.py create mode 100644 python/dolfin/function/multimeshfunctionspace.py create mode 100644 python/dolfin/function/specialfunctions.py create mode 100644 python/dolfin/io/__init__.py create mode 100644 python/dolfin/jit/__init__.py create mode 100644 python/dolfin/jit/jit.py create mode 100644 python/dolfin/jit/pybind11jit.py create mode 100644 python/dolfin/la/__init__.py create mode 100644 python/dolfin/la/solver.py create mode 100644 python/dolfin/mesh/__init__.py create mode 100644 python/dolfin/mesh/ale.py create mode 100644 python/dolfin/mesh/meshfunction.py create mode 100644 python/dolfin/mesh/meshvaluecollection.py create mode 100644 python/dolfin/mesh/subdomain.py create mode 100644 python/dolfin/mesh/svgtools.py create mode 100644 python/dolfin/mesh/ufl_util.py create mode 100644 python/dolfin/multistage/__init__.py create mode 100644 python/dolfin/multistage/factorize.py create mode 100644 python/dolfin/multistage/multistagescheme.py create mode 100644 python/dolfin/multistage/multistagesolvers.py create mode 100644 python/dolfin/multistage/rushlarsenschemes.py create mode 100644 python/dolfin/parameter/__init__.py create mode 100644 python/dolfin/ts/cvode.py create mode 100644 python/dolfin_utils/meshconvert/__init__.py create mode 100644 python/dolfin_utils/meshconvert/abaqus.py create mode 100644 python/dolfin_utils/meshconvert/meshconvert.py create mode 100644 python/dolfin_utils/meshconvert/xml_writer.py create mode 100644 python/dolfin_utils/test/__init__.py create mode 100644 python/dolfin_utils/test/fixtures.py create mode 100644 python/dolfin_utils/test/paths.py create mode 100644 python/dolfin_utils/test/skips.py create mode 100644 python/fenics/__init__.py create mode 100644 python/setup.cfg create mode 100644 python/setup.py create mode 100644 python/src/MPICommWrapper.cpp create mode 100644 python/src/MPICommWrapper.h create mode 100644 python/src/adaptivity.cpp create mode 100644 python/src/ale.cpp create mode 100644 python/src/casters.h create mode 100644 python/src/common.cpp create mode 100644 python/src/dolfin.cpp create mode 100644 python/src/fem.cpp create mode 100644 python/src/function.cpp create mode 100644 python/src/generation.cpp create mode 100644 python/src/geometry.cpp create mode 100644 python/src/graph.cpp create mode 100644 python/src/io.cpp create mode 100644 python/src/la.cpp create mode 100644 python/src/log.cpp create mode 100644 python/src/math.cpp create mode 100644 python/src/mesh.cpp create mode 100644 python/src/mpi_casters.h create mode 100644 python/src/multistage.cpp create mode 100644 python/src/nls.cpp create mode 100644 python/src/parameter.cpp create mode 100644 python/src/petsc_casters.h create mode 100644 python/src/refinement.cpp create mode 100644 python/src/ts.cpp create mode 100644 python/test/data/boxes.xml create mode 100644 python/test/data/doughnut.xml create mode 100644 python/test/data/intersecting_surfaces.xml create mode 100755 python/test/unit/adaptivity/test_error_control.py create mode 100755 python/test/unit/adaptivity/test_time_series.py create mode 100755 python/test/unit/ale/test_harmonic_smoothing.py create mode 100644 python/test/unit/common/test_mpi.py create mode 100644 python/test/unit/common/test_timer.py create mode 100644 python/test/unit/conftest.py create mode 100644 python/test/unit/fem/gmsh_unit_interval.xml create mode 100644 python/test/unit/fem/test_adapt.py create mode 100644 python/test/unit/fem/test_assembler.py create mode 100644 python/test/unit/fem/test_coordinate_derivative.py create mode 100644 python/test/unit/fem/test_dirichlet_bc.py create mode 100644 python/test/unit/fem/test_discrete_operators.py create mode 100644 python/test/unit/fem/test_dofmap.py create mode 100644 python/test/unit/fem/test_dp_assemble.py create mode 100644 python/test/unit/fem/test_finite_element.py create mode 100644 python/test/unit/fem/test_form.py create mode 100644 python/test/unit/fem/test_formsplitter.py create mode 100644 python/test/unit/fem/test_interior_facet_integral_sides.py create mode 100644 python/test/unit/fem/test_local_assembler.py create mode 100644 python/test/unit/fem/test_local_solver.py create mode 100644 python/test/unit/fem/test_manifolds.py create mode 100644 python/test/unit/fem/test_mixedassembler.py create mode 100644 python/test/unit/fem/test_petsc_transfer_matrix.py create mode 100644 python/test/unit/fem/test_point_source.py create mode 100644 python/test/unit/fem/test_solving.py create mode 100644 python/test/unit/fem/test_symbolic_geometry_assembly.py create mode 100644 python/test/unit/fem/test_system_assembler.py create mode 100644 python/test/unit/fem/test_variational_problem.py create mode 100644 python/test/unit/fem/tetrahedron.xml create mode 100755 python/test/unit/function/test_constant.py create mode 100755 python/test/unit/function/test_constrained_function_space.py create mode 100755 python/test/unit/function/test_expression.py create mode 100755 python/test/unit/function/test_function.py create mode 100755 python/test/unit/function/test_function_assigner.py create mode 100755 python/test/unit/function/test_function_space.py create mode 100755 python/test/unit/function/test_lagrange_interpolator.py create mode 100755 python/test/unit/function/test_nonmatching_interpolation.py create mode 100755 python/test/unit/function/test_special_functions.py create mode 100755 python/test/unit/geometry/test_bounding_box_tree.py create mode 100755 python/test/unit/geometry/test_collision_detection.py create mode 100755 python/test/unit/geometry/test_collision_segment_segment.py create mode 100755 python/test/unit/geometry/test_coordinates.py create mode 100755 python/test/unit/geometry/test_geometry_issues.py create mode 100755 python/test/unit/geometry/test_intersection.py create mode 100755 python/test/unit/geometry/test_intersection_construction.py create mode 100644 python/test/unit/geometry/test_point.py create mode 100755 python/test/unit/graph/test_graph_build.py create mode 100755 python/test/unit/io/test_HDF5.py create mode 100755 python/test/unit/io/test_HDF5_attribute.py create mode 100644 python/test/unit/io/test_HDF5_series.py create mode 100755 python/test/unit/io/test_SVG.py create mode 100755 python/test/unit/io/test_X3D.py create mode 100755 python/test/unit/io/test_XDMF.py create mode 100644 python/test/unit/io/test_XDMF_cell_output.py create mode 100755 python/test/unit/io/test_XMLFunction.py create mode 100755 python/test/unit/io/test_XML_mesh.py create mode 100755 python/test/unit/io/test_XML_mesh_function.py create mode 100755 python/test/unit/io/test_XML_mesh_value_collection.py create mode 100755 python/test/unit/io/test_XML_table.py create mode 100755 python/test/unit/io/test_XML_vector.py create mode 100755 python/test/unit/io/test_XYZ.py create mode 100755 python/test/unit/io/test_vtk.py create mode 100644 python/test/unit/io/xml_value_collection_ref.xml create mode 100755 python/test/unit/jit/test_jit.py create mode 100755 python/test/unit/la/test_krylov_solver.py create mode 100755 python/test/unit/la/test_la_basic.py create mode 100755 python/test/unit/la/test_linear_operator.py create mode 100755 python/test/unit/la/test_lu_solver.py create mode 100755 python/test/unit/la/test_matrix.py create mode 100755 python/test/unit/la/test_mg_solver.py create mode 100755 python/test/unit/la/test_nullspace.py create mode 100755 python/test/unit/la/test_petsc.py create mode 100644 python/test/unit/la/test_petsc4py.py create mode 100755 python/test/unit/la/test_scalar.py create mode 100755 python/test/unit/la/test_slepc_solver.py create mode 100755 python/test/unit/la/test_solve.py create mode 100644 python/test/unit/la/test_sparsity_pattern.py create mode 100644 python/test/unit/la/test_tensor_layout.py create mode 100755 python/test/unit/la/test_vector.py create mode 100644 python/test/unit/log/test_log.py create mode 100755 python/test/unit/math/test_math.py create mode 100644 python/test/unit/mesh/test_boundary_mesh.py create mode 100644 python/test/unit/mesh/test_cell.py create mode 100644 python/test/unit/mesh/test_edge.py create mode 100644 python/test/unit/mesh/test_face.py create mode 100644 python/test/unit/mesh/test_facet.py create mode 100644 python/test/unit/mesh/test_ghost_mesh.py create mode 100644 python/test/unit/mesh/test_manifold_point_search.py create mode 100644 python/test/unit/mesh/test_mesh.py create mode 100644 python/test/unit/mesh/test_mesh_coloring.py create mode 100644 python/test/unit/mesh/test_mesh_data.py create mode 100644 python/test/unit/mesh/test_mesh_editor.py create mode 100644 python/test/unit/mesh/test_mesh_function.py create mode 100644 python/test/unit/mesh/test_mesh_iterator.py create mode 100644 python/test/unit/mesh/test_mesh_markers.py create mode 100644 python/test/unit/mesh/test_mesh_quality.py create mode 100644 python/test/unit/mesh/test_mesh_transformation.py create mode 100644 python/test/unit/mesh/test_mesh_value_collection.py create mode 100644 python/test/unit/mesh/test_meshview.py create mode 100644 python/test/unit/mesh/test_periodic_boundary_computation.py create mode 100644 python/test/unit/mesh/test_sub_domain.py create mode 100644 python/test/unit/mesh/test_sub_mesh.py create mode 100644 python/test/unit/meshconvert/data/abaqus.inp create mode 100644 python/test/unit/meshconvert/data/abaqus_facet.inp create mode 100644 python/test/unit/meshconvert/data/diffpack_tet.grid create mode 100644 python/test/unit/meshconvert/data/diffpack_tri.grid create mode 100644 python/test/unit/meshconvert/data/gmsh.msh create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_1D_2.geo create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_1D_2.msh create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_1.geo create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_1.msh create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_2.geo create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_2.msh create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_3.geo create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_3.msh create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_4.geo create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_2D_4.msh create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_3D_1.geo create mode 100644 python/test/unit/meshconvert/data/gmsh_test_facet_regions_3D_1.msh create mode 100644 python/test/unit/meshconvert/data/test_Triangle_3.edge create mode 100644 python/test/unit/meshconvert/data/test_Triangle_3.ele create mode 100644 python/test/unit/meshconvert/data/test_Triangle_3.node create mode 100644 python/test/unit/meshconvert/data/triangle.ele create mode 100644 python/test/unit/meshconvert/data/triangle.node create mode 100755 python/test/unit/meshconvert/test_mesh_converter.py create mode 100755 python/test/unit/mpipipe.sh create mode 100644 python/test/unit/multimesh/test_compression.py create mode 100755 python/test/unit/multimesh/test_interface_area.py create mode 100644 python/test/unit/multimesh/test_multimesh.py create mode 100644 python/test/unit/multimesh/test_multimesh_autocover.py create mode 100644 python/test/unit/multimesh/test_multimesh_cell_types.py create mode 100644 python/test/unit/multimesh/test_multimesh_coefficients.py create mode 100644 python/test/unit/multimesh/test_multimesh_function.py create mode 100755 python/test/unit/multimesh/test_multimesh_initialization.py create mode 100755 python/test/unit/multimesh/test_multimesh_issues.py create mode 100644 python/test/unit/multimesh/test_multimesh_solve.py create mode 100755 python/test/unit/multimesh/test_volume.py create mode 100755 python/test/unit/multistage/test_RK_solver.py create mode 100644 python/test/unit/multistage/test_factorizer.py create mode 100755 python/test/unit/multistage/test_point_integral_solver.py create mode 100755 python/test/unit/nls/test_PETScSNES_solver.py create mode 100755 python/test/unit/nls/test_PETScTAOSolver.py create mode 100755 python/test/unit/nls/test_TAO_linear_bound_solver.py create mode 100755 python/test/unit/parallel-assembly-solve/test_solve_result_against_reference.py create mode 100755 python/test/unit/parameter/test_parameters.py create mode 100755 python/test/unit/scripts/clean.sh create mode 100755 python/test/unit/scripts/mpidebug.sh create mode 100755 python/test/unit/scripts/mpirun.sh create mode 100755 python/test/unit/scripts/prun.sh create mode 100755 python/test/unit/scripts/run.sh create mode 100755 python/test/unit/scripts/splitmpidebug.sh create mode 100644 python/test/unit/ts/test_sundials.py create mode 100755 python/test/unit/ufl-jit-assemble-chain/test_assembly_derivatives.py create mode 100755 python/test/unit/ufl-jit-assemble-chain/test_form_operations.py create mode 100755 scripts/dolfin-convert/dolfin-convert create mode 100644 scripts/dolfin-convert/test_Triangle.edge create mode 100644 scripts/dolfin-convert/test_Triangle.ele create mode 100644 scripts/dolfin-convert/test_Triangle.node create mode 100644 scripts/dolfin-convert/test_exodus.exo create mode 100755 scripts/dolfin-order/dolfin-order create mode 100755 scripts/dolfin-plot/dolfin-plot create mode 100755 scripts/dolfin-plot/plot_book_elements.sh create mode 100755 scripts/dolfin-plot/plot_elements.sh create mode 100755 test/codingstyle/test_coding_style.py.in create mode 100644 test/data/README create mode 100644 test/data/aneurysm.xml create mode 100755 test/data/manifest.xml create mode 100644 test/data/snake.xml create mode 100644 test/unit/README create mode 100644 test/unit/cpp/CMakeLists.txt create mode 100644 test/unit/cpp/catch/catch.hpp create mode 100644 test/unit/cpp/common/SubSystemsManager.cpp create mode 100644 test/unit/cpp/function/Expression.cpp create mode 100644 test/unit/cpp/function/Projection.ufl create mode 100644 test/unit/cpp/geometry/ConvexTriangulation.cpp create mode 100644 test/unit/cpp/geometry/IntersectionConstruction.cpp create mode 100644 test/unit/cpp/io/XMLMeshData.cpp create mode 100644 test/unit/cpp/io/XMLMeshValueCollection.cpp create mode 100644 test/unit/cpp/io/xml_value_collection_ref.xml create mode 100644 test/unit/cpp/la/LinearOperator.cpp create mode 100644 test/unit/cpp/la/SUNDIALSNVector.cpp create mode 100644 test/unit/cpp/la/Vector.cpp create mode 100644 test/unit/cpp/la/forms/ReactionDiffusion.ufl create mode 100644 test/unit/cpp/la/forms/ReactionDiffusionAction.ufl create mode 100644 test/unit/cpp/main.cpp create mode 100644 test/unit/cpp/mesh/Mesh.cpp create mode 100644 test/unit/cpp/mesh/MeshColoring.cpp create mode 100644 test/unit/cpp/mesh/MeshFunction.cpp create mode 100644 test/unit/cpp/mesh/MeshValueCollection.cpp create mode 100644 test/unit/cpp/mesh/MultiMesh.cpp create mode 100644 test/unit/cpp/parameter/Parameters.cpp create mode 100644 test/unit/pytest.ini create mode 100644 test/unit/python/fem/test_splitter.py create mode 100644 test/unit/python/function/test_function_space_product.py create mode 100644 test/unit/python/mesh/test_meshview.py create mode 100644 utils/emacs/macros create mode 100644 utils/pylit/LICENSE create mode 100644 utils/pylit/README.rst create mode 100755 utils/pylit/pylit.py create mode 100755 utils/scripts/broken create mode 100755 utils/scripts/code-formatting create mode 100755 utils/scripts/dolfinreplace create mode 100755 utils/scripts/fixme create mode 100755 utils/scripts/formatcode create mode 100755 utils/scripts/klocs create mode 100755 utils/scripts/notinuse create mode 100755 utils/scripts/pdebug create mode 100644 utils/scripts/plotklocs create mode 100644 utils/x3dom/README.rst create mode 100644 utils/x3dom/x3dom_support.css create mode 100644 utils/x3dom/x3dom_support.js diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..853eae2 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,95 @@ +version: 2 +jobs: + build: + docker: + - image: quay.io/fenicsproject/dev-env:latest + working_directory: /home/fenics/working + steps: + - run: + name: Clone DOLFIN + command: git lfs clone https://bitbucket.org/"${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}".git . + - checkout + - run: + name: Install/update dependencies # Install with sudo as tests not run as superuser in circleci/python + command: sudo pip3 install flake8 pytest pytest-xdist sphinx sphinx_rtd_theme --upgrade + - run: + name: Install FEniCS dependencies + command: | + DEP_BRANCH_NAME="master" + pip3 install git+https://github.com/FEniCS/fiat.git@"${DEP_BRANCH_NAME}" + pip3 install git+https://github.com/FEniCS/ufl.git@"${DEP_BRANCH_NAME}" + pip3 install git+https://bitbucket.org/fenics-project/dijitso.git@"${DEP_BRANCH_NAME}" + pip3 install git+https://bitbucket.org/fenics-project/ffc.git@"${DEP_BRANCH_NAME}" + - run: + name: Flake8 checks on pybind11 Python code + command: python3 -m flake8 --append-config=python/setup.cfg python/dolfin + - run: + name: Build DOLFIN C++ documentation + command: cd doc && doxygen + - run: + name: Configure DOLFIN (C++) + command: mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../ + - run: + name: Build DOLFIN and install (C++) + command: cd build && make -j2 install + - run: + name: Build and run C++ unit tests (serial) + command: cd build && make -j2 unittests && ctest -R unittests + - run: + name: Build and run C++ regressions tests (serial) + command: cd build && make -j2 demos && ctest -j2 -R demo -R serial + - run: + name: Run C++ regression tests (MPI) + command: cd build && make -j2 demos && ctest -R demo -R mpi + - run: + name: Build Python interface + command: | + cd python + pip3 -v install . --user + - run: + name: Build DOLFIN Python documentation + command: cd python/doc && make html + - persist_to_workspace: + root: /home/fenics/working + paths: + - python/doc/build/html/ + - run: + name: Run Python unit tests (serial) + command: python3 -m pytest -n 2 python/test/unit/ + - run: + name: Run Python unit tests (MPI) + command: mpirun -n 3 python3 -m pytest python/test/unit/ + - run: + name: Generate Python demo (regression) programs + command: python3 python/demo/generate-demo-files.py + - run: + name: Run Python regression tests (serial) + command: python3 -m pytest -v -n2 python/demo/test.py + - run: + name: Run Python regression tests (MPI) + command: python3 -m pytest -v python/demo/test.py --mpiexec=mpiexec --num-proc=3 + pushdoc: + docker: + - image: circleci/python + working_directory: /tmp + steps: + - attach_workspace: + at: /tmp + - run: + name: Establish authenticity of fenicsproject.org + command: mkdir ~/.ssh && echo "fenicsproject.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFbD134YcxSNaHVyio0XPAvJYh8SF90xp/ARqfrbAwOmJaEPTl5CNXm6f3+Sy0k1QTp+j9WawiJON+4/FWQBTD4=" >> ~/.ssh/known_hosts + - run: + name: Push Python API doc to fenicsproject.org + command: cd /tmp/python/doc/build/html && scp -r * docs@fenicsproject.org:/var/www/vhosts/fenicsproject.org/docs/dolfin/dev/python/ +workflows: + version: 2 + build-and-pushdoc: + jobs: + - build + - pushdoc: + requires: + - build + filters: + branches: + only: + - master diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..d16c167 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,82 @@ +Authors/contributors in alphabetical order: + + Ido Akkerman (-) + Martin Sandve Alnæs (C) + Fredrik Bengzon (-) + Aslak Bergersen (C) + Jan Blechta (C) + Rolv Erlend Bredesen (C) + Jed Brown (C) + Solveig Bruvoll (C) + Jørgen S. Dokken (C) + Niklas Ericsson (-) + Patrick Farrell (C) + Georgios Foufas (C) + Tom Gustafsson (C) + Joachim B Haga (C) + Johan Hake (C) + Jack S. Hale (C) + Rasmus Hemph (-) + David Heintz (-) + Johan Hoffman (C) + Par Ingelstrom (-) + Anders E. Johansen (C) + Johan Jansson (C) + Niclas Jansson (C) + Alexander Jarosch (C) + Kristen Kaasbjerg (C) + Benjamin Kehlet (C) + Arve Knudsen (C) + Karin Kraft (-) + Aleksandra Krusper (-) + Evan Lezar (C) + Tianyi Li (C) + Matthias Liertzer (C) + Dag Lindbo (C) + Glenn Terje Lines (C) + Anders Logg (C) + Nuno Lopes (C) + Kent-Andre Mardal (C) + Sigvald Marholm (C) + Andreas Mark (-) + Andre Massing (C) + Lawrence Mitchell (C) + Marco Morandini (C) + Mikael Mortensen (C) + Corrado Maurini (C) + Pablo De Napoli (-) + Harish Narayanan (C) + Andreas Nilsson (-) + Minh Do-Quang (-) + Chris Richardson (C) + Johannes Ring (C) + Marie E. Rognes (C) + John Rudge (-) + Bartosz Sawicki (C) + Nico Schlömer (C) + Kristoffer Selim (C) + Angelo Simone (C) + Ola Skavhaug (C) + Thomas Svedberg (-) + Erik Svensson (C) + Harald Svensson (-) + Andy Terrel (C) + Jim Tilander (C) + Fredrik Valdmanis (C) + Magnus Vikstrøm (C) + Walter Villanueva (-) + Shawn Walker (C) + Garth N. Wells (C) + Ilmar Wilbers (C) + Cian Wilson (C) + Ivan Yashchuk (C) + Michele Zaffalon (C) + Åsmund Ødegård (C) + Kristian Ølgaard (C) + +(C) = copyright form signed +(!) = missing copyright form! +(-) = minor change, copyright form not signed + +Missing credits? Tell us and we will fix it. +Send an email to fenics-dev@googlegroups.com diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..fe47574 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,805 @@ +# Top level CMakeLists.txt file for DOLFIN + +# Require CMake 3.5 +cmake_minimum_required(VERSION 3.5) + +#------------------------------------------------------------------------------ +# Set project name and version number + +project(DOLFIN) +set(DOLFIN_VERSION_RELEASE 0) +set(DOLFIN_VERSION_MAJOR "2019") +set(DOLFIN_VERSION_MINOR "2") +set(DOLFIN_VERSION_MICRO "0") +set(DOLFIN_VERSION "${DOLFIN_VERSION_MAJOR}.${DOLFIN_VERSION_MINOR}.${DOLFIN_VERSION_MICRO}") +if (NOT DOLFIN_VERSION_RELEASE) + set(DOLFIN_VERSION "${DOLFIN_VERSION}.dev0") +endif() + +#------------------------------------------------------------------------------ +# Require and use C++11 + +# Use C++11 +set(CMAKE_CXX_STANDARD 11) + +# Require C++11 +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +# Do not enable compler-specific extensions +set(CMAKE_CXX_EXTENSIONS OFF) + +#------------------------------------------------------------------------------ +# Check compiler version + +# Check for GCC version - earlier versions have insuffcient C++11 +# support, or bugs. +if (CMAKE_COMPILER_IS_GNUCXX) + if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8.3) + message(FATAL_ERROR "GCC version must be at least 4.8.3 (for sufficient C++11 support and to avoid some compiler bugs). You have version ${CMAKE_CXX_COMPILER_VERSION}") + endif() +endif() + +#------------------------------------------------------------------------------ +# Get GIT changeset, if available + +# Check for git +find_program(GIT_FOUND git) + +if (GIT_FOUND) + # Get the commit hash of the working branch + execute_process(COMMAND git rev-parse HEAD + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} + OUTPUT_VARIABLE GIT_COMMIT_HASH + OUTPUT_STRIP_TRAILING_WHITESPACE + ) +else() + set(GIT_COMMIT_HASH "unknown") +endif() + +#------------------------------------------------------------------------------ +# General configuration + +# Set CMake options, see `cmake --help-policy CMP000x` +if (COMMAND cmake_policy) + cmake_policy(SET CMP0003 NEW) + cmake_policy(SET CMP0004 NEW) + cmake_policy(SET CMP0042 NEW) +endif() + +# Set location of our FindFoo.cmake modules +set(DOLFIN_CMAKE_DIR "${DOLFIN_SOURCE_DIR}/cmake" CACHE INTERNAL "") +set(CMAKE_MODULE_PATH "${DOLFIN_CMAKE_DIR}/modules") + +# Make sure CMake uses the correct DOLFINConfig.cmake for tests and demos +set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} ${CMAKE_CURRENT_BINARY_DIR}/dolfin) + +#------------------------------------------------------------------------------ +# Configurable options for how we want to build + +include(FeatureSummary) + +option(BUILD_SHARED_LIBS "Build DOLFIN with shared libraries." ON) +option(CMAKE_USE_RELATIVE_PATHS "Use relative paths in makefiles and projects." OFF) +option(DOLFIN_AUTO_DETECT_MPI "Detect MPI automatically (turn this off to use the MPI compiler wrappers directly via setting CXX, CXX, FC)." ON) +option(DOLFIN_DEPRECATION_ERROR "Turn deprecation warnings into errors." OFF) +option(DOLFIN_ENABLE_BENCHMARKS "Enable benchmark programs." OFF) +option(DOLFIN_ENABLE_CODE_COVERAGE "Enable code coverage." OFF) +option(DOLFIN_ENABLE_DOCS "Enable generation of documentation." ON) +option(DOLFIN_SKIP_BUILD_TESTS "Skip build tests for testing usability of dependency packages." OFF) +option(DOLFIN_WITH_LIBRARY_VERSION "Build with library version information." ON) +option(DOLFIN_ENABLE_GEOMETRY_DEBUGGING "Enable geometry debugging (developers only; requires libcgal-dev and libcgal-qt5-dev)." OFF) + +add_feature_info(BUILD_SHARED_LIBS BUILD_SHARED_LIBS "Build DOLFIN with shared libraries.") +add_feature_info(CMAKE_USE_RELATIVE_PATHS CMAKE_USE_RELATIVE_PATHS "Use relative paths in makefiles and projects.") +add_feature_info(DOLFIN_AUTO_DETECT_MPI DOLFIN_AUTO_DETECT_MPI "Detect MPI automatically (turn this off to use the MPI compiler wrappers directly via setting CXX, CXX, FC).") +add_feature_info(DOLFIN_ENABLE_CODE_COVERAGE DOLFIN_ENABLE_CODE_COVERAGE "Enable code coverage.") +add_feature_info(DOLFIN_WITH_LIBRARY_VERSION DOLFIN_WITH_LIBRARY_VERSION "Build with library version information.") +add_feature_info(DOLFIN_ENABLE_BENCHMARKS DOLFIN_ENABLE_BENCHMARKS "Enable benchmark programs.") +add_feature_info(DOLFIN_ENABLE_DOCS DOLFIN_ENABLE_DOCS "Enable generation of documentation.") +add_feature_info(DOLFIN_SKIP_BUILD_TESTS DOLFIN_SKIP_BUILD_TESTS "Skip build tests for testing usability of dependency packages.") +add_feature_info(DOLFIN_DEPRECATION_ERROR DOLFIN_DEPRECATION_ERROR "Turn deprecation warnings into errors.") +add_feature_info(DOLFIN_ENABLE_GEOMETRY_DEBUGGING DOLFIN_ENABLE_GEOMETRY_DEBUGGING "Enable geometry debugging.") + +# Add shared library paths so shared libs in non-system paths are found +option(CMAKE_INSTALL_RPATH_USE_LINK_PATH "Add paths to linker search and installed rpath." ON) +add_feature_info(CMAKE_INSTALL_RPATH_USE_LINK_PATH CMAKE_INSTALL_RPATH_USE_LINK_PATH "Add paths to linker search and installed rpath.") + +# Hande RPATH on OSX when not installing to a system directory, see +# https://groups.google.com/d/msg/fenics-dev/KSCrob4M_1M/zsJwdN-SCAAJ +# and https://cmake.org/Wiki/CMake_RPATH_handling#Always_full_RPATH. +if (APPLE) + # The RPATH to be used when installing, but only if it's not a + # system directory + SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") + LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/lib" isSystemDir) + IF("${isSystemDir}" STREQUAL "-1") + SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib") + ENDIF("${isSystemDir}" STREQUAL "-1") +endif() + +#------------------------------------------------------------------------------ +# Enable or disable optional packages + +# List optional packages +set(OPTIONAL_PACKAGES "") +list(APPEND OPTIONAL_PACKAGES "MPI") +list(APPEND OPTIONAL_PACKAGES "PETSc") +list(APPEND OPTIONAL_PACKAGES "SLEPc") +list(APPEND OPTIONAL_PACKAGES "Trilinos") +list(APPEND OPTIONAL_PACKAGES "UMFPACK") +list(APPEND OPTIONAL_PACKAGES "CHOLMOD") +list(APPEND OPTIONAL_PACKAGES "SCOTCH") +list(APPEND OPTIONAL_PACKAGES "ParMETIS") +list(APPEND OPTIONAL_PACKAGES "SUNDIALS") +list(APPEND OPTIONAL_PACKAGES "zlib") +list(APPEND OPTIONAL_PACKAGES "HDF5") + +# Add options +foreach (OPTIONAL_PACKAGE ${OPTIONAL_PACKAGES}) + string(TOUPPER "DOLFIN_ENABLE_${OPTIONAL_PACKAGE}" OPTION_NAME) + option(${OPTION_NAME} "Compile with support for ${OPTIONAL_PACKAGE}." ON) + add_feature_info(${OPTION_NAME} ${OPTION_NAME} "Compile with support for ${OPTIONAL_PACKAGE}.") +endforeach() + +#------------------------------------------------------------------------------ +# Package-specific options + +# None at the moment + +#------------------------------------------------------------------------------ +# Compiler flags + +# Default build type (can be overridden by user) +if (NOT CMAKE_BUILD_TYPE) + set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING + "Choose the type of build, options are: Debug Developer MinSizeRel Release RelWithDebInfo." FORCE) +endif() + +# Check for some compiler flags +include(CheckCXXCompilerFlag) +CHECK_CXX_COMPILER_FLAG(-pipe HAVE_PIPE) +if (HAVE_PIPE) + set(DOLFIN_CXX_DEVELOPER_FLAGS "-pipe ${DOLFIN_CXX_DEVELOPER_FLAGS}") +endif() + +# Add some strict compiler checks +CHECK_CXX_COMPILER_FLAG("-Wall -Werror -pedantic" HAVE_PEDANTIC) +if (HAVE_PEDANTIC) + set(DOLFIN_CXX_DEVELOPER_FLAGS "-Wall -Werror -pedantic ${DOLFIN_CXX_DEVELOPER_FLAGS}") +endif() + +# Debug flags +CHECK_CXX_COMPILER_FLAG(-g HAVE_DEBUG) +if (HAVE_DEBUG) + set(DOLFIN_CXX_DEVELOPER_FLAGS "-g ${DOLFIN_CXX_DEVELOPER_FLAGS}") +endif() + +CHECK_CXX_COMPILER_FLAG(-O2 HAVE_O2_OPTIMISATION) +if (HAVE_O2_OPTIMISATION) + set(DOLFIN_CXX_DEVELOPER_FLAGS "-O2 ${DOLFIN_CXX_DEVELOPER_FLAGS}") +endif() + +# Set 'Developer' build type flags +set(CMAKE_CXX_FLAGS_DEVELOPER "${DOLFIN_CXX_DEVELOPER_FLAGS}" CACHE STRING + "Flags used by the compiler during development." FORCE) + +# Add flags for generating code coverage reports +if (DOLFIN_ENABLE_CODE_COVERAGE AND CMAKE_COMPILER_IS_GNUCXX) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage") + set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fprofile-arcs -ftest-coverage") +endif() + +# Settings for Intel compilers +if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel") + # Use -isystem incluse flag with Intel compiler + set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ") + + # Stop spurious warnings from older Intel compilers + if("${CMAKE_CXX_COMPILER_VERSION}" LESS "13") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -wd654,1125") + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -wd654,1125") + set(CMAKE_CXX_FLAGS_DEVELOPER "${CMAKE_CXX_FLAGS_DEVELOPER} -wd654,1125") + set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -wd654,1125") + set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -wd654,1125") + endif() +endif() + +# Set system include flags to get around CMake bug on OSX with gcc See +# http://public.kitware.com/Bug/print_bug_page.php?bug_id=10837 +if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") + set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ") +endif() + +if (APPLE) + set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ") + set(CMAKE_CXX_FLAGS_DEVELOPER "${CMAKE_CXX_FLAGS_DEVELOPER} -Wno-long-long") + set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wno-long-long") + set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -Wno-long-long") +endif() + +#------------------------------------------------------------------------------ +# Check for MPI + +# FIXME: Should be set CMake to use the MPI compiler wrappers? + +if (DOLFIN_ENABLE_MPI) + if (DOLFIN_AUTO_DETECT_MPI) + find_package(MPI) + set_package_properties(MPI PROPERTIES TYPE OPTIONAL + DESCRIPTION "Message Passing Interface (MPI)" + PURPOSE "Enables DOLFIN to run in parallel with MPI") + else() + # Assume user has set MPI compiler wrappers (via CXX, etc or + # CMAKE_CXX_COMPILER, etc) + set(MPI_CXX_FOUND TRUE) + set(MPI_C_FOUND TRUE) + endif() +endif() + +#------------------------------------------------------------------------------ +# Run tests to find required packages + +# Check for Boost +set(BOOST_ROOT $ENV{BOOST_DIR} $ENV{BOOST_HOME}) +if (BOOST_ROOT) + set(Boost_NO_SYSTEM_PATHS on) +endif() + +# Prevent FindBoost.cmake from looking for system Boost{foo}.cmake +# files +set(Boost_NO_BOOST_CMAKE true) + +set(Boost_USE_MULTITHREADED $ENV{BOOST_USE_MULTITHREADED}) +find_package(Boost 1.56 QUIET REQUIRED) + +# Boost public/private libraries to link to. +# Note: These should all be private as they do not appear in the +# DOLFIN public interface , but there is a linking issues with older +# Boost or CMake. Ubuntu 16.04 requires linking DOLFIN programs with +# filesystem, whereas Ubuntu 16.10 and macOS (Homebrew) do not. +if (Boost_VERSION VERSION_LESS 106100) + set(DOLFIN_BOOST_COMPONENTS_PUBLIC filesystem timer) + set(DOLFIN_BOOST_COMPONENTS_PRIVATE program_options iostreams) +else() + set(DOLFIN_BOOST_COMPONENTS_PUBLIC timer) + set(DOLFIN_BOOST_COMPONENTS_PRIVATE filesystem program_options iostreams) +endif() + +# Find required Boost libraries +find_package(Boost COMPONENTS + ${DOLFIN_BOOST_COMPONENTS_PUBLIC} ${DOLFIN_BOOST_COMPONENTS_PRIVATE} REQUIRED) +set_package_properties(Boost PROPERTIES TYPE REQUIRED + DESCRIPTION "Boost C++ libraries" + URL "http://www.boost.org") + +# Check for required package Eigen3 +find_package(Eigen3 3.2.90 REQUIRED) +set_package_properties(Eigen3 PROPERTIES TYPE REQUIRED + DESCRIPTION "Lightweight C++ template library for linear algebra" + URL "http://eigen.tuxfamily.org") + +#------------------------------------------------------------------------------ +# Run tests to find optional packages + +# Is this still needed? +find_package(PythonInterp 3) + +set_package_properties(PythonInterp PROPERTIES TYPE REQUIRED + DESCRIPTION "Interactive high-level object-oriented language" + URL "http://www.python.org") + +# Check for required package UFC +find_package(UFC MODULE ${DOLFIN_VERSION_MAJOR}.${DOLFIN_VERSION_MINOR}) +set_package_properties(UFC PROPERTIES TYPE REQUIRED + DESCRIPTION "Unified language for form-compilers (part of FFC)" + URL "https://bitbucket.org/fenics-project/ffc") + +# Check for PETSc and SLEPc +set(PETSC_FOUND FALSE) +set(SLEPC_FOUND FALSE) +if (DOLFIN_ENABLE_PETSC) + find_package(PETSc 3.7) + set_package_properties(PETSc PROPERTIES TYPE OPTIONAL + DESCRIPTION "Portable, Extensible Toolkit for Scientific Computation" + URL "https://www.mcs.anl.gov/petsc/" + PURPOSE "Enables the PETSc linear algebra backend") + + set(SLEPC_FOUND FALSE) + if (PETSC_FOUND AND DOLFIN_ENABLE_SLEPC) + find_package(SLEPc 3.7) + set_package_properties(SLEPc PROPERTIES TYPE OPTIONAL + DESCRIPTION "Scalable Library for Eigenvalue Problem Computations" + URL "http://slepc.upv.es/") + endif() +endif() + +# Check for ParMETIS and SCOTCH +if (DOLFIN_ENABLE_MPI AND MPI_C_FOUND) + if (DOLFIN_ENABLE_PARMETIS) + find_package(ParMETIS 4.0.2) + set_package_properties(ParMETIS PROPERTIES TYPE OPTIONAL + DESCRIPTION "Parallel Graph Partitioning and Fill-reducing Matrix Ordering" + URL "http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview" + PURPOSE "Enables parallel graph partitioning") + endif() + + if (DOLFIN_ENABLE_SUNDIALS) + find_package(SUNDIALS 3) + set_package_properties(SUNDIALS PROPERTIES TYPE OPTIONAL + DESCRIPTION "SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers" + URL "http://computation.llnl.gov/projects/sundials" + PURPOSE "Provides robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes.") + endif() + + if (DOLFIN_ENABLE_SCOTCH) + find_package(SCOTCH) + set_package_properties(SCOTCH PROPERTIES TYPE OPTIONAL + DESCRIPTION "Programs and libraries for graph, mesh and hypergraph partitioning" + URL "https://www.labri.fr/perso/pelegrin/scotch" + PURPOSE "Enables parallel graph partitioning") + endif() +endif() + +# Check for UMFPACK +if (DOLFIN_ENABLE_UMFPACK) + find_package(AMD QUIET) + find_package(BLAS QUIET) + set_package_properties(BLAS PROPERTIES TYPE OPTIONAL + DESCRIPTION "Basic Linear Algebra Subprograms" + URL "http://netlib.org/blas/") + find_package(UMFPACK) + set_package_properties(UMFPACK PROPERTIES TYPE OPTIONAL + DESCRIPTION "Sparse LU factorization library" + URL "http://faculty.cse.tamu.edu/davis/suitesparse.html") +endif() + +# Check for CHOLMOD +if (DOLFIN_ENABLE_CHOLMOD) + find_package(CHOLMOD) + set_package_properties(CHOLMOD PROPERTIES TYPE OPTIONAL + DESCRIPTION "Sparse Cholesky factorization library for sparse matrices" + URL "http://faculty.cse.tamu.edu/davis/suitesparse.html") +endif() + +# Check for HDF5 +if (DOLFIN_ENABLE_HDF5) + if (NOT DEFINED ENV{HDF5_ROOT}) + set(ENV{HDF5_ROOT} "$ENV{HDF5_DIR}") + endif() + set(HDF5_PREFER_PARALLEL FALSE) + if (DOLFIN_ENABLE_MPI) + set(HDF5_PREFER_PARALLEL TRUE) + endif() + find_package(HDF5 COMPONENTS C) + set_package_properties(HDF5 PROPERTIES TYPE OPTIONAL + DESCRIPTION "Hierarchical Data Format 5 (HDF5)" + URL "https://www.hdfgroup.org/HDF5") +endif() + +# Check for Trilinos and the requires Trilinos packages +if (DOLFIN_ENABLE_TRILINOS) + message(STATUS "Checking for Trilinos") + find_package(Trilinos QUIET PATHS ${TRILINOS_DIR} ${Trilinos_DIR} + $ENV{TRILINOS_DIR}) + set(DOLFIN_TRILINOS_PACKAGES "Tpetra;Zoltan;MueLu;Amesos2;Ifpack2;Belos") + + if ("${Trilinos_VERSION}" VERSION_LESS "12.4.0") + set(Trilinos_FOUND FALSE) + message(STATUS "Unable to find Trilinos (>= 12.4.0)") + endif() + + set_package_properties(Trilinos PROPERTIES TYPE OPTIONAL + DESCRIPTION "Object-oriented framework for large-scale problems" + URL "https://trilinos.org") + + # Check for required packages + set(DOLFIN_TRILINOS_PACKAGES_FOUND false) + if (Trilinos_FOUND) + message(STATUS " Trilinos version ${Trilinos_VERSION} found. Checking for components") + + # Check that necessary packages are enabled + set(DOLFIN_TRILINOS_PACKAGES_FOUND true) + foreach (required_package ${DOLFIN_TRILINOS_PACKAGES}) + + # Search for required package in list of available packages + list(FIND Trilinos_PACKAGE_LIST ${required_package} required_trilinos_package_index) + if(required_trilinos_package_index EQUAL -1) + set(required_trilinos_package_found false) + else() + set(required_trilinos_package_found true) + endif() + + # Print whether or not package is found + if (required_trilinos_package_found) + message(STATUS " ${required_package} found") + else() + message(STATUS " Trilinos found, but required package ${required_package} not found. Trilinos will be disabled.") + set(DOLFIN_TRILINOS_PACKAGES_FOUND false) + break() + endif() + + endforeach() + + # Add package libraries if all packages have been found + if (DOLFIN_TRILINOS_PACKAGES_FOUND) + message(STATUS " All necessary Trilinos components found. Trilinos will be enabled.") + set(DOLFIN_TRILINOS_DEFINITIONS) + + # Loop over each package + foreach (package ${DOLFIN_TRILINOS_PACKAGES}) + + # Loop over libs and get full path + foreach (lib ${${package}_LIBRARIES}) + find_library(TRILINOS_LIB_${lib} ${lib} PATHS ${${package}_LIBRARY_DIRS} NO_DEFAULT_PATH) + # Also search the default paths + find_library(TRILINOS_LIB_${lib} ${lib}) + if (TRILINOS_LIB_${lib}) + list(APPEND DOLFIN_TRILINOS_LIBRARIES ${TRILINOS_LIB_${lib}}) + endif() + endforeach() + + endforeach() + + # Remove duplicates + list(REVERSE DOLFIN_TRILINOS_LIBRARIES) + list(REMOVE_DUPLICATES DOLFIN_TRILINOS_LIBRARIES) + list(REVERSE DOLFIN_TRILINOS_LIBRARIES) + + endif() + + else() + message(STATUS "Trilinos could not be found") + endif() +endif() + +# Check for zlib +if (DOLFIN_ENABLE_ZLIB) + find_package(ZLIB) + set_package_properties(ZLIB PROPERTIES TYPE OPTIONAL + DESCRIPTION "Compression library" + URL "http://www.zlib.net") +endif() + +# Check for geometry debugging +if (DOLFIN_ENABLE_GEOMETRY_DEBUGGING) + message(STATUS "Enabling geometry debugging") + find_package(CGAL REQUIRED) + find_package(GMP REQUIRED) + find_package(MPFR REQUIRED) + if (NOT CGAL_FOUND) + message(FATAL_ERROR "Unable to find package CGAL required for DOLFIN_ENABLE_GEOMETRY_DEBUGGING") + endif() + if (NOT GMP_FOUND) + message(FATAL_ERROR "Unable to find package GMP required for DOLFIN_ENABLE_GEOMETRY_DEBUGGING") + endif() + if (NOT MPFR_FOUND) + message(FATAL_ERROR "Unable to find package MPFR required for DOLFIN_ENABLE_GEOMETRY_DEBUGGING") + endif() +endif() + +#------------------------------------------------------------------------------ +# Print summary of found and not found optional packages + +feature_summary(WHAT ALL) + +#------------------------------------------------------------------------------ +# Installation of docstrings + +#install(DIRECTORY ${CMAKE_SOURCE_DIR}/site-packages/dolfin/docstrings +# DESTINATION ${DOLFIN_INSTALL_PYTHON_MODULE_DIR}/dolfin +# USE_SOURCE_PERMISSIONS) + +#------------------------------------------------------------------------------ +# Installation of DOLFIN library + +# Append the library version information to the library target properties +if (DOLFIN_WITH_LIBRARY_VERSION) + string(REPLACE "+" "" DOLFIN_LIBRARY_VERSION ${DOLFIN_VERSION}) + # This setting of SOVERSION assumes that any API change + # will increment either the minor or major version number. + set(DOLFIN_LIBRARY_PROPERTIES ${DOLFIN_LIBRARY_PROPERTIES} + VERSION ${DOLFIN_LIBRARY_VERSION} + SOVERSION ${DOLFIN_VERSION_MAJOR}.${DOLFIN_VERSION_MINOR} + ) +endif() + +include(GNUInstallDirs) + +# Set DOLFIN install sub-directories +set(DOLFIN_BIN_DIR "${CMAKE_INSTALL_BINDIR}" CACHE PATH "Binary installation directory.") +set(DOLFIN_LIB_DIR "${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Library installation directory.") +set(DOLFIN_INCLUDE_DIR "${CMAKE_INSTALL_INCLUDEDIR}" CACHE PATH "C/C++ header installation directory.") +set(DOLFIN_PKGCONFIG_DIR "${CMAKE_INSTALL_LIBDIR}/pkgconfig" CACHE PATH "pkg-config file installation directory.") +set(DOLFIN_SHARE_DIR "${CMAKE_INSTALL_DATAROOTDIR}/dolfin" CACHE PATH "Shared data installation directory.") +set(DOLFIN_MAN_DIR "${CMAKE_INSTALL_MANDIR}" CACHE PATH "Manual page installation directory.") +set(DOLFIN_DOC_DIR "${CMAKE_INSTALL_DOCDIR}" CACHE PATH "DOLFIN Documentation directory.") +set(DOLFIN_ETC_DIR "${CMAKE_INSTALL_SYSCONFDIR}" CACHE PATH "Configuration file directory.") + +# Add source directory +add_subdirectory(dolfin) + +#------------------------------------------------------------------------------ +# Installation of DOLFIN utilities + +set(DOLFIN_UTILITIES + ${DOLFIN_SOURCE_DIR}/scripts/dolfin-convert/dolfin-convert + ${DOLFIN_SOURCE_DIR}/scripts/dolfin-order/dolfin-order + ${DOLFIN_SOURCE_DIR}/scripts/dolfin-plot/dolfin-plot) + +install(FILES ${DOLFIN_UTILITIES} + DESTINATION ${DOLFIN_BIN_DIR} + PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE + COMPONENT RuntimeExecutables) + +#------------------------------------------------------------------------------ +# Generate and install helper file dolfin.conf + +# FIXME: Can CMake provide the library path name variable? +if (APPLE) + set(OS_LIBRARY_PATH_NAME "DYLD_LIBRARY_PATH") +else() + set(OS_LIBRARY_PATH_NAME "LD_LIBRARY_PATH") +endif() + +# FIXME: not cross-platform compatible +# Create and install dolfin.conf file +configure_file(${DOLFIN_CMAKE_DIR}/templates/dolfin.conf.in + ${CMAKE_BINARY_DIR}/dolfin.conf @ONLY) +install(FILES ${CMAKE_BINARY_DIR}/dolfin.conf + DESTINATION ${DOLFIN_SHARE_DIR} + COMPONENT Development) + +#------------------------------------------------------------------------------ +# Generate and install helper scripts dolfin-version, fenics-version + +# FIXME: not cross-platform compatible + +# Create and install dolfin-version +configure_file(${DOLFIN_CMAKE_DIR}/templates/dolfin-version.in + ${CMAKE_BINARY_DIR}/dolfin-version @ONLY) +install(FILES ${CMAKE_BINARY_DIR}/dolfin-version + DESTINATION ${DOLFIN_BIN_DIR} + PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ + OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE + COMPONENT RuntimeExecutables) + +# Create and install fenics-version +configure_file(${DOLFIN_CMAKE_DIR}/templates/fenics-version.in + ${CMAKE_BINARY_DIR}/fenics-version @ONLY) +install(FILES ${CMAKE_BINARY_DIR}/fenics-version + DESTINATION ${DOLFIN_BIN_DIR} + PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ + OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE + COMPONENT RuntimeExecutables) + +#------------------------------------------------------------------------------ +# Generate and install utility script dolfin-get-demos + +configure_file(${DOLFIN_CMAKE_DIR}/templates/dolfin-get-demos.in + ${CMAKE_BINARY_DIR}/dolfin-get-demos @ONLY) +install(FILES ${CMAKE_BINARY_DIR}/dolfin-get-demos + DESTINATION ${DOLFIN_BIN_DIR} + PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ + OWNER_EXECUTE GROUP_EXECUTE WORLD_EXECUTE + COMPONENT RuntimeExecutables) + +#------------------------------------------------------------------------------ +# Generate demo files from rst + +if (PYTHONINTERP_FOUND) + message(STATUS "") + message(STATUS "Generating demo source files from reStructuredText") + message(STATUS "--------------------------------------------------") + file(GLOB_RECURSE demo_rst_files "demo/*.py.rst" "demo/*.cpp.rst" "demo/*.ufl.rst") + foreach(rst_file ${demo_rst_files}) + execute_process(COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" ./utils/pylit/pylit.py ${rst_file} + WORKING_DIRECTORY ${DOLFIN_SOURCE_DIR}) + #add_custom_command(TARGET demos_source PRE_BUILD + # COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" ./utils/pylit/pylit.py ${rst_file} + # WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) + endforeach() +endif() + +#------------------------------------------------------------------------------ +# Generate form files for tests, bench, demos and DOLFIN if not exists +# FIXME: Generate files in Build directory instead, at least for +# bench, demo and tests + +set(COPY_DEMO_TEST_DEMO_DATA FALSE) +if (NOT EXISTS ${DOLFIN_SOURCE_DIR}/demo/documented/poisson/cpp/Poisson.h) + message(STATUS "") + message(STATUS "Generating form files in demo, test and bench directories. May take some time...") + message(STATUS "----------------------------------------------------------------------------------------") + execute_process( + COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" ${DOLFIN_SOURCE_DIR}/cmake/scripts/generate-form-files.py + WORKING_DIRECTORY ${DOLFIN_SOURCE_DIR} + RESULT_VARIABLE FORM_GENERATION_RESULT + OUTPUT_VARIABLE FORM_GENERATION_OUTPUT + ERROR_VARIABLE FORM_GENERATION_OUTPUT + ) + + if (FORM_GENERATION_RESULT) + # Cleanup so download is triggered next time we run cmake + if (EXISTS ${DOLFIN_SOURCE_DIR}/demo/documented/poisson/cpp/Poisson.h) + file(REMOVE ${DOLFIN_SOURCE_DIR}/demo/documented/poisson/cpp/Poisson.h) + endif() + message(FATAL_ERROR "Generation of form files failed: \n${FORM_GENERATION_OUTPUT}") + endif() + set(COPY_DEMO_TEST_DEMO_DATA TRUE) +endif() + +#------------------------------------------------------------------------------ +# Generate CMakeLists.txt files for bench and demos if not existing + +# FIXME: Generate files in Build directory instead? +# NOTE: We need to call this script after generate-formfiles + +if (NOT EXISTS ${DOLFIN_SOURCE_DIR}/demo/documented/poisson/cpp/CMakeLists.txt) + message(STATUS "") + message(STATUS "Generating CMakeLists.txt files in demo, test and bench directories") + message(STATUS "-------------------------------------------------------------------") + execute_process( + COMMAND ${PYTHON_EXECUTABLE} ${DOLFIN_SOURCE_DIR}/cmake/scripts/generate-cmakefiles.py + WORKING_DIRECTORY ${DOLFIN_SOURCE_DIR} + RESULT_VARIABLE CMAKE_GENERATION_RESULT + OUTPUT_VARIABLE CMAKE_GENERATION_OUTPUT + ERROR_VARIABLE CMAKE_GENERATION_OUTPUT + ) + if (CMAKE_GENERATION_RESULT) + + # Cleanup so FFC rebuild is triggered next time we run cmake + if (EXISTS ${DOLFIN_SOURCE_DIR}/demo/documented/poisson/cpp/CMakeLists.txt) + file(REMOVE ${DOLFIN_SOURCE_DIR}/demo/documented/poisson/cpp/CMakeLists.txt) + endif() + message(FATAL_ERROR "Generation of CMakeLists.txt files failed: \n${CMAKE_GENERATION_OUTPUT}") + endif() + + set(COPY_DEMO_TEST_DEMO_DATA TRUE) +endif() + +#------------------------------------------------------------------------------ +# Copy data in demo/bench/test direcories to the build directories + +# FIXME: We should probably just generate them directly in the build +# directory... + +if (COPY_DEMO_TEST_DEMO_DATA) + message(STATUS "") + message(STATUS "Copying demo and test data to build directory.") + message(STATUS "----------------------------------------------") + execute_process( + COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" ${DOLFIN_SOURCE_DIR}/cmake/scripts/copy-test-demo-data.py ${CMAKE_CURRENT_BINARY_DIR} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} + RESULT_VARIABLE COPY_DEMO_DATA_RESULT + OUTPUT_VARIABLE COPY_DEMO_DATA_OUTPUT + ERROR_VARIABLE COPY_DEMO_DATA_OUTPUT) + if (COPY_DEMO_DATA_RESULT) + message(FATAL_ERROR "Copy demo data failed: \n${COPY_DEMO_DATA_OUTPUT}") + endif() +endif() + +#------------------------------------------------------------------------------ +# Add demos and install demo source files and mesh files + +# Set make program +if ("${CMAKE_GENERATOR}" STREQUAL "Unix Makefiles") + set(MAKE_PROGRAM "$(MAKE)") +else() + set(MAKE_PROGRAM "${CMAKE_MAKE_PROGRAM}") +endif() + +# Add taget to build .py demo files from Python rst input files, and +# create a target to build source files from .cpp.rst and .py.rst +# files (using pylit) +if (PYTHONINTERP_FOUND) + file(GLOB_RECURSE demo_rst_files "demo/*.py.rst" "demo/*.cpp.rst" "demo/*.ufl.rst") + add_custom_target(demos_source) + foreach(rst_file ${rst_files}) + add_custom_command(TARGET demos_source PRE_BUILD + COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" ./utils/pylit/pylit.py ${rst_file} + WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) + endforeach() +endif() + +# Install the demo source files +install(DIRECTORY demo DESTINATION ${DOLFIN_SHARE_DIR} + FILES_MATCHING + PATTERN "CMakeLists.txt" + PATTERN "*.cpp" + PATTERN "*.ufl" + PATTERN "*.h" + PATTERN "*.py" + PATTERN "*.xml*" + PATTERN "*.off" + PATTERN "CMakeFiles" EXCLUDE) + + # Install meshes (data directory) +install(DIRECTORY data DESTINATION ${DOLFIN_SHARE_DIR}) + +#------------------------------------------------------------------------------ +# Generate documentation + +#if (DOLFIN_ENABLE_DOCS) +# if (NOT SPHINX_FOUND) +# message(STATUS "Disabling generation of documentation because Sphinx is missing.") +# else() +# add_subdirectory(doc-old) +# endif() +#endif() + +#------------------------------------------------------------------------------ +# Add tests and benchmarks + +enable_testing() + +# Add target "unittests", but do not add to default target +add_subdirectory(test/unit/cpp EXCLUDE_FROM_ALL) + +# Add demo but do not add to default target +set(CMAKE_MODULE_PATH "${DOLFIN_CMAKE_DIR}/modules") +add_subdirectory(demo EXCLUDE_FROM_ALL) + +# Add target "copy_data_test_demo" +add_custom_target(copy_data_test_demo + COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" ${DOLFIN_SOURCE_DIR}/cmake/scripts/copy-test-demo-data.py ${CMAKE_CURRENT_BINARY_DIR} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + +# Add target "demos" for building the demos +add_custom_target(demos + COMMAND ${MAKE_PROGRAM} + DEPENDS copy_data_test_demo demos_source + WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/demo") + +#if (DOLFIN_ENABLE_BENCHMARKS) +# # Add bench but do not add to default target +# #add_subdirectory(bench EXCLUDE_FROM_ALL) +# +# # Add target "bench" for building benchmarks +# #add_custom_target(bench +# # COMMAND ${MAKE_PROGRAM} +# # WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bench")0 +# +# # Copy files needed to run benchmarks in build directory +# file(COPY bench DESTINATION ${CMAKE_CURRENT_BINARY_DIR} +# FILES_MATCHING +# PATTERN "*" +# PATTERN "CMakeFiles" EXCLUDE) +# +# # Add target "run_bench" for running benchmarks +# add_custom_target(run_bench +# COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" "bench.py" +# DEPENDS bench +# WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bench") +#endif() + +#if (DOLFIN_ENABLE_TESTING) + + # Add target "run_styletest" for running documentation tests + #add_custom_target(run_styletest + # COMMAND ${PYTHON_EXECUTABLE} "-B" "-u" "test_coding_style.py" + # DEPENDS copy_data_test_demo + # WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test/codingstyle") + + # Create test_coding_style.py in build dir (depends on source path) + #configure_file(${CMAKE_SOURCE_DIR}/test/codingstyle/test_coding_style.py.in + # ${CMAKE_BINARY_DIR}/test/codingstyle/test_coding_style.py @ONLY) + +#endif() + +#------------------------------------------------------------------------------ +# Add "make uninstall" target + +configure_file( + "${DOLFIN_CMAKE_DIR}/templates/cmake_uninstall.cmake.in" + "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" + IMMEDIATE @ONLY) + +add_custom_target(uninstall + "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") + +#------------------------------------------------------------------------------ +# Print post-install message + +add_subdirectory(cmake/post-install) + +#------------------------------------------------------------------------------ diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/COPYING.LESSER b/COPYING.LESSER new file mode 100644 index 0000000..fc8a5de --- /dev/null +++ b/COPYING.LESSER @@ -0,0 +1,165 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. diff --git a/ChangeLog.rst b/ChangeLog.rst new file mode 100644 index 0000000..a220601 --- /dev/null +++ b/ChangeLog.rst @@ -0,0 +1,1955 @@ +Change log +========== + +2019.2.0.dev0 +------------- + +- No changes yet. + +2019.1.0 (2019-04-19) +--------------------- + +- Support for shape calculus operations, see file: + ``python/test/unit/fem/test_coordinatederivative.py`` +- Support for PETSc and SLEPc 3.10. +- Documented Python elastodynamics demo. +- Various bug fixes, e.g. memory leaks, build issues. +- Enhancements and additions to pybind11-based Python interface. + +2018.1.0 (2018-06-14) +--------------------- + +- Remove python2 support. +- Remove SWIG (now use pybind11 for wrapping C++) +- Rename ``mpi_comm_world()`` to ``MPI.comm_world``. +- Removed ``from fenics import *``, use ``from dolfin import *`` +- Rename ``ERROR``, ``CRITICAL`` etc. to ``LogLevel.ERROR``, ``LogLevel.CRITICAL``. + +2017.2.0 (2017-12-05) +--------------------- + +- Remove ``UnitQuadMesh`` and ``UnitHexMesh``. Now use ``UnitSquareMesh`` and + ``UnitCubeMesh`` with cell type qualifiers. +- Remove ``MeshEditor::open`` without cell type. Now you must explicitly + specify CellType when opening a ``Mesh`` with ``MeshEditor``. +- Rename ``Mesh::size_global`` to ``Mesh::num_entities_global``. +- Remove ``Mesh::size``. Use ``Mesh::num_entities`` instead. +- Improved mesh topology computation performance. +- Remove excessive calls to MPI init. It may now be necessary in some + cases to explicitly intialise MPI. +- Improvements to sparsity pattern computation. +- Addition of some interfaces using ``Eigen::Map/ref`` in addition to + ``dolfin::Array(View)``. ``dolfin::Array(View)``interfaces will be + removed in favour of Eigen interfaces in the next release. +- Update pkg-config (dolfin.pc) file. +- CMake modernisations, with more use of exported targets. +- Add experimental pybind11 generated Python interface. Will replace + the SWIG generated interface in the 2018.1 release. +- Remove redundant SLEPc interfaces. Fixes issue `#908 + `_. +- Bump required Boost version to 1.55. +- Remove PETScUserPreconditioner (was unused and untested). +- Remove VTK plotting backend. Plotting is no longer available from + the C++ interface. Basic plotting is available using ``matplotlib`` + and ``x3dom`` backends via the ``plot()`` free function in the + Python interface. Users are advised to move to e.g. Paraview for + more demanding plotting needs. +- Updates for ``ufc::finite_element::evaluate_vertex_values`` + interface change. +- Add new methods ``XDMFFile::write_checkpoint``, + ``XDMFFile::read_checkpoint`` to write and read (checkpoint) + functions. +- Implement marking vertex and edge mesh functions by + ``SubDomain::mark()`` using ``on_boundary`` flag. +- Fix quadratic scaling in PETSc matrix allocation with global dofs; + assembly with ``Real`` space now exhibits linear scaling in number + of dofs. +- Add assembly for quadrilateral and hexahedral meshes with CG and DG + elements. +- Updates for some demos and tests to show usage of quadrilateral and + hexahedral meshes. +- Deprecate ``CellSize`` (equivalent to ``2*Circumradius``) + in favour of new ``CellDiameter``; add ``MinCellEdgeLength`` + and ``MaxCellEdgeLength`` +- Deprecate subclassing of ``Expression`` in Python; new Python class + ``UserExpression`` introduced for user overloads +- Deprecate ``VertexFunction``, ``EdgeFunction``, ``FaceFunction``, + ``FacetFunction``, ``CellFunction``; use ``MeshFunction`` instead + + +2017.1.0 (2017-05-09) +--------------------- + +- Refactor PETScLUSolver to use functionality from + PETScKrylovSolver. Simplify interface for solving transposed + systems. Fixes #815. +- Switch default Python version to Python 3. Use + `-DDOLFIN_USE_PYTHON3=off` to build with Python 2. +- Remove redundant ``solve_transpose`` functions (use solve with bool + argument instead) +- Remove OpenMpAsssmebler +- Remove MPI communicator as argument in GenericVector::init functions + (communicator should be passed via constructor) +- Remove ``Function::operator[+-*/]`` to prevent memory corruption problems + (does not affect Python interface) +- Fix XDMF3 output of time series. The default output method is now to assume + that all functions have different meshes, and that the meshes change from + time step to time step. Two parameters control the output, one limits each + function to only one mesh for the whole time series, turn off the default + on parameter ``rewrite_function_mesh`` to enable this. You can also make + all functions share the same mesh and time series, which currently is better + supported in Paraview than the alternative, turn on ``functions_share_mesh`` + for this. These two parameters can also be combined in case all functions + share the same mesh at all time steps. This creates minimal size files. +- Add ``PETScSNESSolver`` and ``PETScTAOSolver`` constructor accepting + both communicator and type +- Expression("f[0]*f[1]", f=obj) notation now supported for non-scalar + GenericFunction obj +- Expression("f", f=obj) notation now supports obj of MeshFunction types + (only cell based) +- Fix MPI deadlock in case of instant compilation failure +- Allow using ``Timer`` as context manager and add ``timed`` decorator + to measure timings of functions and methods +- Add ``NonlinearProblem::J_pc`` and support preconditioning matrix in + ``NewtonSolver``, ``PETScSNESSolver`` and ``PETScTAOSolver`` + +2016.2.0 [2016-11-30] +--------------------- + +- Updates to XDMFFile interface, now fully supporting MeshFunction and + MeshValueCollection with multiple named datasets in one file (useful for + volume/boundary markers). Time series now only when a time is explicitly + specified for each step. Full support for ASCII/XML XDMF. +- Improved X3DOM support +- Improved detection of UFC +- Add CMake option `-DDOLFIN_USE_PYTHON3` to create a Python 3 build +- Require CMake version 3.5 or higher +- Add pylit to generate demo doc from rst +- More careful checks of Dirichlet BC function spaces +- Change definition of FunctionSpace::component() +- Adaptive solving now works for tensor-valued unknowns +- Improve logging of PETSc errors; details logged at level TRACE + + +2016.1.0 [2016-06-23] +--------------------- +- Remove support for 'uint'-valued MeshFunction (replaced by 'size_t') +- Major performance improvements and simplifications of the XDMF IO. +- Remove Zoltan graph partitioning interface +- Add new algorithm for computing mesh entiites. Typical speed-up of + two with gcc and four with clang. Reduced memory usage for meshes + with irregularly numbered cells. +- Remove STLMatrix, STLVector, MUMPSLUSolver and PastixLUSolver + classes +- Remove PETScPreconditioner::set_near_nullspace and add + PETScMatrix::set_near_nullspace +- Build system updates for VTK 7.0 +- Remove XDMF from File interface. XDMF is XML based, and has many + possibilities for file access, which are not accessible through the + limited File interface and "<<" ">>" operators. Instead of File, use + XDMFFile, and use XDMFFile.read() and XDMFFile.write() for + I/O. Demos and tests have been updated to show usage. XDMF now also + supports ASCII I/O in serial, useful for compatibility with users + who do not have the HDF5 library available. +- Require polynomial degree or finite element for Expressions in the + Python interface (fixes Issue #355, + https://bitbucket.org/fenics-project/dolfin/issues/355) +- Switch to Google Test framwork for C++ unit tests +- Fix bug when reading domain data from mesh file for a ghosted mesh +- Add interface for manipulating mesh geometry using (higher-order) FE + functions: free functions set_coordinates, get_coordinates, + create_mesh +- Fix bug when reading domain data from mesh file for a ghosted mesh. +- Remove reference versions of constructors for many classes that + store a pointer/reference to the object passed to the + constructor. This is an intrusive interface change for C++ users, + but necessary to improve code maintainabilty and to improve memory + safety. The Python interface is (virtually) unaffected. +- Remove class SubSpace. Using FunctionSpace::sub(...) instead +- Remove reference versions constructors of NonlinearVariationalSolver +- Remove setting of bounds from NonlinearVariationalSolver (was + already available through NonlinearVariationalProblem) +- Update Trilinos support to include Amesos2, and better support from + Python +- Rewrite interface of TensorLayout and SparsityPattern; + local-to-global maps now handled using new IndexMap class; + GenericSparsityPattern class removed +- Remove QT (was an optional dependency) +- PETScTAOSolver::solve() now returns a pair of number of iterations + (std::size_t) and whether iteration converged (bool) +- Better quality refinement in 2D in Plaza algorithm, by choosing + refinement pattern based on max/min edge ratio +- Removed refine_cell() method in CellTypes +- Enable marker refinement to work in parallel for 1D meshes too +- Add std::abort to Python exception hook to avoid parallel deadlocks +- Extend dof_to_vertex_map with unowned dofs, thus making + dof_to_vertex_map an inverse of vertex_to_dof_map +- Clean-up in PyDOLFIN function space design, issue #576 +- Deprecate MixedFunctionSpace and EnrichedFunctionSpace in favour of + initialization by suitable UFL element +- Add experimental matplotlib-based plotting backend, see mplot demo +- Remove method argument of DirichletBC::get_boundary_values() +- Change return types of free functions adapt() to shared_ptr + + +1.6.0 [2015-07-28] +------------------ +- Remove redundant pressure boundary condition in Stokes demos +- Require Point in RectangleMesh and BoxMesh constructors +- Remove BinaryFile (TimeSeries now requires HDF5) +- Add (highly experimental) support for Tpetra matrices and vectors + from Trilinos, interfacing to Belos, Amesos2, IfPack2 and Muelu. +- Enable (highly experimental) support for Quadrilateral and + Hexahedral meshes, including some I/O, but no assembly yet. +- Enable UMFPACK and CHOLMOD solvers with Eigen backend +- Add an MPI_Comm to logger, currently defaulted to MPI_COMM_WORLD + allowing better control over output in parallel +- Experimental output of quadratic geometry in XDMF files, allows more + exact visualisation of P2 Functions +- Remove GenericMatrix::compressed (see Issue #61) +- Deprecate and PETScKryloveSolver::set_nullspace() and add + PETScMatrix::set_nullspace() +- Remove uBLAS backend +- Remove UmfpackLUSolver and CholmodSolver +- Add EigenMatrix/Vector::data() +- Remove GenericMatrix/Vector::data() and GenericMatrix/Vector::data() + (to use backends that support data(), cast first to backend type, + e.g. A = A.as_backend_type() +- Remove cmake.local, replaced by fenics-install-component.sh +- Make interior facet integrals define - and + cells ordered by + cell_domains value. +- Remove deprecated arguments *_domains from assemble() and Form(). +- Change measure definition notation from dx[mesh_function] to + dx(subdomain_data=mesh_function). +- Set locale to "C" before reading from file +- Change GenericDofMap::cell_dofs return type from const + std::vector<..>& to ArrayView +- Add ArrayView class for views into arrays +- Change fall back linear algebra backend to Eigen +- Add Eigen linear algebra backend +- Remove deprecated GenericDofMap::geometric_dim function (fixes Issue + #443) +- Add quadrature rules for multimesh/cut-cell integration up to order + 6 +- Implement MPI reductions and XML ouput of Table class +- list_timings() is now collective and returns MPI average across + processes +- Add dump_timings_to_xml() +- Add enum TimingType { wall, user, system } for selecting wall-clock, + user and system time in timing routines +- Bump required SWIG version to 3.0.3 +- Increase default maximum iterations in NewtonSolver to 50. +- Deprecate Python free function homogenize(bc) in favour of member + function DirichletBC::homogenize() + + +1.5.0 [2015-01-12] +------------------ +- DG demos working in parallel +- Simplify re-use of LU factorisations +- CMake 3 compatibility +- Make underlying SLEPc object accessible +- Full support for linear algebra backends with 64-bit integers +- Add smoothed aggregation AMG elasticity demo +- Add support for slepc4py +- Some self-assignment fixes in mesh data structures +- Deprecated GenericDofMap::geometric_dimension() +- Experimental support for ghosted meshes (overlapping region in + parallel) +- Significant memory reduction in dofmap storage +- Re-write dofmap construction with significant performance and + scaling improvements in parallel +- Switch to local (process-wise) indexing for dof indices +- Support local (process-wise) indexing in linear algerbra backends +- Added support for PETSc 3.5, require version >= 3.3 +- Exposed DofMap::tabulate_local_to_global_dofs, + MeshEntity::sharing_processes in Python +- Added GenericDofmap::local_dimension("all"|"owned"|"unowned") +- Added access to SLEPc or slepc4py EPS object of SLEPcEigenSolver + (requires slepc4py version >= 3.5.1) +- LinearOperator can now be accessed using petsc4py +- Add interface (PETScTAOSolver) for the PETSc nonlinear + (bound-constrained) optimisation solver (TAO) +- Add GenericMatrix::nnz() function to return number of nonzero + entries in matrix (fixes #110) +- Add smoothed aggregation algerbraic multigrid demo for elasticity +- Add argument 'function' to project, to store the result into a + preallocated function +- Remove CGAL dependency and mesh generation, now provided by mshr +- Python 2.7 required +- Add experimental Python 3 support. Need swig version 3.0.3 or later +- Move to py.test, speed up unit tests and make tests more robust in + parallel +- Repeated initialization of PETScMatrix is now an error +- MPI interface change: num_processes -> size, process_number -> rank +- Add optional argument project(..., function=f), to avoid superfluous + allocation +- Remove excessive printing of points during extrapolation +- Clean up DG demos by dropping restrictions of Constants: c('+') -> c +- Fix systemassembler warning when a and L both provide the same + subdomain data. +- Require mesh instead of cell argument to FacetArea, FacetNormal, + CellSize, CellVolume, SpatialCoordinate, Circumradius, + MinFacetEdgeLength, MaxFacetEdgeLength +- Remove argument reset_sparsity to assemble() +- Simplify assemble() and Form() signature: remove arguments mesh, + coefficients, function_spaces, common_cell. These are now all found + by inspecting the UFL form +- Speed up assembly of forms with multiple integrals depending on + different functions, e.g. f*dx(1) + g*dx(2). +- Handle accessing of GenericVectors using numpy arrays in python + layer instead of in hard-to-maintain C++ layer +- Add support for mpi groups in jit-compilation +- Make access to HDFAttributes more dict like +- Add 1st and 2nd order Rush Larsen schemes for the + PointIntegralSolver +- Add vertex assembler for PointIntegrals +- Add support for assembly of custom_integral +- Add support for multimesh assembly, function spaces, dofmaps and + functions +- Fix to Cell-Point collision detection to prevent Points inside the + mesh from falling between Cells due to rounding errors +- Enable reordering of cells and vertices in parallel via SCOTCH and + the Giibs-Poole-Stockmeyer algorithm +- Efficiency improvements in dof assignment in parallel, working on + HPC up to 24000 cores +- Introduction of PlazaRefinement methods based on refinement of the + Mesh skeleton, giving better quality refinement in 3D in parallel +- Basic support for 'ghost cells' allowing integration over interior + facets in parallel + + +1.4.0 [2014-06-02] +------------------ +- Feature: Add set_diagonal (with GenericVector) to GenericMatrix +- Fix many bugs associated with cell orientations on manifolds +- Force all global dofs to be ordered last and to be on the last + process in parallel +- Speed up dof reordering of mixed space including global dofs by + removing the latter from graph reordering +- Force all dofs on a shared facet to be owned by the same process +- Add FEniCS ('fenics') Python module, identical with DOLFIN Python + module +- Add function Form::set_some_coefficients() +- Remove Boost.MPI dependency +- Change GenericMatrix::compresss to return a new matrix (7be3a29) +- Add function GenericTensor::empty() +- Deprecate resizing of linear algebra via the GenericFoo interfaces + (fixes #213) +- Deprecate MPI::process_number() in favour of MPI::rank(MPI_Comm) +- Use PETSc built-in reference counting to manage lifetime of wrapped + PETSc objects +- Remove random access function from MeshEntityIterator (fixes #178) +- Add support for VTK 6 (fixes #149) +- Use MPI communicator in interfaces. Permits the creation of + distributed and local objects, e.g. Meshes. +- Reduce memory usage and increase speed of mesh topology computation + + +1.3.0 [2014-01-07] +------------------ +- Feature: Enable assignment of sparse MeshValueCollections to + MeshFunctions +- Feature: Add free function assign that is used for sub function + assignment +- Feature: Add class FunctionAssigner that cache dofs for sub function + assignment +- Fix runtime dependency on checking swig version +- Deprecate DofMap member methods vertex_to_dof_map and + dof_to_vertex_map +- Add free functions: vertex_to_dof_map and dof_to_vertex_map, and + correct the ordering of the map. +- Introduce CompiledSubDomain a more robust version of + compiled_subdomains, which is now deprecated +- CMake now takes care of calling the correct generate-foo script if + so needed. +- Feature: Add new built-in computational geometry library + (BoundingBoxTree) +- Feature: Add support for setting name and label to an Expression + when constructed +- Feature: Add support for passing a scalar GenericFunction as default + value to a CompiledExpression +- Feature: Add support for distance queries for 3-D meshes +- Feature: Add PointIntegralSolver, which uses the MultiStageSchemes + to solve local ODEs at Vertices +- Feature: Add RKSolver and MultiStageScheme for general time integral + solvers +- Feature: Add support for assigning a Function with linear + combinations of Functions, which lives in the same FunctionSpace +- Added Python wrapper for SystemAssembler +- Added a demo using compiled_extension_module with separate source + files +- Fixes for NumPy 1.7 +- Remove DOLFIN wrapper code (moved to FFC) +- Add set_options_prefix to PETScKrylovSolver +- Remove base class BoundarCondition +- Set block size for PETScMatrix when available from TensorLayout +- Add support to get block compressed format from STLMatrix +- Add detection of block structures in the dofmap for vector equations +- Expose PETSc GAMG parameters +- Modify SystemAssembler to support separate assembly of A and b + + +1.2.0 [2013-03-24] +------------------ +- Fixes bug where child/parent hierarchy in Python were destroyed +- Add utility script dolfin-get-demos +- MeshFunctions in python now support iterable protocol +- Add timed VTK output for Mesh and MeshFunction in addtion to + Functions +- Expose ufc::dofmap::tabulate_entity_dofs to GenericDofMap interface +- Expose ufc::dofmap::num_entity_dofs to GenericDofMap interface +- Allow setting of row dof coordinates in preconditioners (only works + with PETSc backed for now) +- Expose more PETSc/ML parameters +- Improve speed to tabulating coordinates in some DofMap functions +- Feature: Add support for passing a Constant as default value to a + CompiledExpression +- Fix bug in dimension check for 1-D ALE +- Remove some redundant graph code +- Improvements in speed of parallel dual graph builder +- Fix bug in XMDF output for cell-based Functions +- Fixes for latest version of clang compiler +- LocalSolver class added to efficiently solve cell-wise problems +- New implementation of periodic boundary conditions. Now incorporated + into the dofmap +- Optional arguments to assemblers removed +- SymmetricAssembler removed +- Domains for assemblers can now only be attached to forms +- SubMesh can now be constructed without a CellFunction argument, if + the MeshDomain contains marked celldomains. +- MeshDomains are propagated to a SubMesh during construction +- Simplify generation of a MeshFunction from MeshDomains: No need to + call mesh_function with mesh +- Rename dolfin-config.cmake to DOLFINConfig.cmake +- Use CMake to configure JIT compilation of extension modules +- Feature: Add vertex_to_dof_map to DofMap, which map vertex indices + to dolfin dofs +- Feature: Add support for solving on m dimensional meshes embedded in + n >= m dimensions + + +1.1.0 [2013-01-08] +------------------ +- Add support for solving singular problems with Krylov solvers (PETSc + only) +- Add new typedef dolfin::la_index for consistent indexing with linear + algebra backends. +- Change default unsigned integer type to std::size_t +- Add support to attaching operator null space to preconditioner + (required for smoothed aggregation AMG) +- Add basic interface to the PETSc AMG preconditioner +- Make SCOTCH default graph partitioner (GNU-compatible free license, + unlike ParMETIS) +- Add scalable construction of mesh dual graph for mesh partitioning +- Improve performance of mesh building in parallel +- Add mesh output to SVG +- Add support for Facet and cell markers to mesh converted from + Diffpack +- Add support for Facet and cell markers/attributes to mesh converted + from Triangle +- Change interface for auto-adaptive solvers: these now take the goal + functional as a constructor argument +- Add memory usage monitor: monitor_memory_usage() +- Compare mesh hash in interpolate_vertex_values +- Add hash() for Mesh and MeshTopology +- Expose GenericVector::operator{+=,-=,+,-}(double) to Python +- Add function Function::compute_vertex_values not needing a mesh + argument +- Add support for XDMF and HDF5 +- Add new interface LinearOperator for matrix-free linear systems +- Remove MTL4 linear algebra backend +- Rename down_cast --> as_type in C++ / as_backend_type in Python +- Remove KrylovMatrix interface +- Remove quadrature classes +- JIT compiled C++ code can now include a dolfin namespace +- Expression string parsing now understand C++ namespace such as + std::cosh +- Fix bug in Expression so one can pass min, max +- Fix bug in SystemAssembler, where mesh.init(D-1, D) was not called + before assemble +- Fix bug where the reference count of Py_None was not increased +- Fix bug in reading TimeSeries of size smaller than 3 +- Improve code design for Mesh FooIterators to avoid dubious down cast +- Bug fix in destruction of PETSc user preconditioners +- Add CellVolume(mesh) convenience wrapper to Python interface for UFL + function +- Fix bug in producing outward pointing normals of BoundaryMesh +- Fix bug introduced by SWIG 2.0.5, where typemaps of templated + typedefs are not handled correctly +- Fix bug introduced by SWIG 2.0.5, which treated uint as Python long +- Add check that sample points for TimeSeries are monotone +- Fix handling of parameter "report" in Krylov solvers +- Add new linear algebra backend "PETScCusp" for GPU-accelerated + linear algebra +- Add sparray method in the Python interface of GenericMatrix, + requires scipy.sparse +- Make methods that return a view of contiguous c-arrays, via a NumPy + array, keep a reference from the object so it wont get out of scope +- Add parameter: "use_petsc_signal_handler", which enables/disable + PETSc system signals +- Avoid unnecessary resize of result vector for A*b +- MPI functionality for distributing values between neighbours +- SystemAssembler now works in parallel with topological/geometric + boundary search +- New symmetric assembler with ability for stand-alone RHS assemble +- Major speed-up of DirichletBC computation and mesh marking +- Major speed-up of assembly of functions and expressions +- Major speed-up of mesh topology computation +- Add simple 2D and 3D mesh generation (via CGAL) +- Add creation of mesh from triangulations of points (via CGAL) +- Split the SWIG interface into six combined modules instead of one +- Add has_foo to easy check what solver and preconditioners are + available +- Add convenience functions for listing available + linear_algebra_backends +- Change naming convention for cpp unit tests test.cpp -> Foo.cpp +- Added cpp unit test for GenericVector::operator{-,+,*,/}= for all la + backends +- Add functionality for rotating meshes +- Add mesh generation based on NETGEN constructive solid geometry +- Generalize SparsityPattern and STLMatrix to support column-wise + storage +- Add interfaces to wrap PaStiX and MUMPS direct solvers +- Add CoordinateMatrix class +- Make STLMatrix work in parallel +- Remove all tr1::tuple and use boost::tuple +- Fix wrong link in Python quick reference. + + +1.0.0 [2011-12-07] +------------------ +- Change return value of IntervalCell::facet_area() 0.0 --> 1.0. +- Recompile all forms with FFC 1.0.0 +- Fix for CGAL 3.9 on OS X +- Improve docstrings for Box and Rectangle +- Check number of dofs on local patch in extrapolation + + +1.0-rc2 [2011-11-28] +-------------------- +- Fix bug in 1D mesh refinement +- Fix bug in handling of subdirectories for TimeSeries +- Fix logic behind vector assignment, especially in parallel + + +1.0-rc1 [2011-11-21] +-------------------- +- 33 bugs fixed +- Implement traversal of bounding box trees for all codimensions +- Edit and improve all error messages +- Added [un]equality operator to FunctionSpace +- Remove batch compilation of Expression (Expressions) from Python + interface +- Added get_value to MeshValueCollection +- Added assignment operator to MeshValueCollection + + +1.0-beta2 [2011-10-26] +---------------------- +- Change search path of parameter file to + ~/.fenics/dolfin_parameters.xml +- Add functions Parameters::has_parameter, + Parameters::has_parameter_set +- Added option to store all connectivities in a mesh for TimeSeries + (false by default) +- Added option for gzip compressed binary files for TimeSeries +- Propagate global parameters to Krylov and LU solvers +- Fix OpenMp assemble of scalars +- Make OpenMP assemble over sub domains work +- DirichletBC.get_boundary_values, FunctionSpace.collapse now return a + dict in Python +- Changed name of has_la_backend to has_linear_algebra_backend +- Added has_foo functions which can be used instead of the HAS_FOO + defines +- Less trict check on kwargs for compiled Expression +- Add option to not right-justify tables +- Rename summary --> list_timings +- Add function list_linear_solver_methods +- Add function list_lu_solver_methods +- Add function list_krylov_solver_methods +- Add function list_krylov_solver_preconditioners +- Support subdomains in SystemAssembler (not for interior facet + integrals) +- Add option functionality apply("flush") to PETScMatrix +- Add option finalize_tensor=true to assemble functions +- Solver parameters can now be passed to solve +- Remove deprecated function Variable::disp() +- Remove deprecated function logging() +- Add new class MeshValueCollection +- Add new class MeshDomains replacing old storage of boundary markers + as part of MeshData. The following names are no longer supported: + - boundary_facet_cells + - boundary_facet_numbers + - boundary_indicators + - material_indicators + - cell_domains + - interior_facet_domains + - exterior_facet_domains +- Rename XML tag --> +- Rename SubMesh data "global_vertex_indices" --> + "parent_vertex_indices" +- Get XML input/output of boundary markers working again +- Get FacetArea working again + + +1.0-beta [2011-08-11] +--------------------- +- Print percentage of non-zero entries when computing sparsity + patterns +- Use ufl.Real for Constant in Python interface +- Add Dirichlet boundary condition argument to Python project function +- Add remove functionality for parameter sets +- Added out typemap for vector of shared_ptr objects +- Fix typemap bug for list of shared_ptr objects +- Support parallel XML vector io +- Add support for gzipped XML output +- Use pugixml for XML output +- Move XML SAX parser to libxml2 SAX2 interface +- Simplify XML io +- Change interface for variational problems, class VariationalProblem + removed +- Add solve interface: solve(a == L), solve(F == 0) +- Add new classes Linear/NonlinearVariationalProblem +- Add new classes Linear/NonlinearVariationalSolver +- Ad form class aliases ResidualForm and Jacobian form in wrapper code +- Default argument to variables in Expression are passed as kwargs in + the Python interface +- Add has_openmp as utility function in Python interface +- Add improved error reporting using dolfin_error +- Use Boost to compute Legendre polynolials +- Remove ode code +- Handle parsing of unrecognized command-line parameters +- All const std::vector& now return a read-only NumPy array +- Make a robust macro for generating a NumPy array from data +- Exposing low level fem functionality to Python, by adding a Cell -> + ufc::cell typemap +- Added ufl_cell as a method to Mesh in Python interface +- Fix memory leak in Zoltan interface +- Remove some 'new' for arrays in favour of std::vector +- Added cell as an optional argument to Constant +- Prevent the use of non contiguous NumPy arrays for most typemaps +- Point can now be used to evaluate a Function or Expression in Python +- Fixed dimension check for Function and Expression eval in Python +- Fix compressed VTK output for tensors in 2D + + +0.9.11 [2011-05-16] +------------------- +- Change license from LGPL v2.1 to LGPL v3 or later +- Moved meshconverter to dolfin_utils +- Add support for conversion of material markers for Gmsh meshes +- Add support for point sources (class PointSource) +- Rename logging --> set_log_active +- Add parameter "clear_on_write" to TimeSeries +- Add support for input/output of nested parameter sets +- Check for dimensions in linear solvers +- Add support for automated error control for variational problems +- Add support for refinement of MeshFunctions after mesh refinement +- Change order of test and trial spaces in Form constructors +- Make SWIG version >= 2.0 a requirement +- Recognize subdomain data in Assembler from both Form and Mesh +- Add storage for subdomains (cell_domains etc) in Form class +- Rename MeshData "boundary facet cells" --> "boundary_facet_cells" +- Rename MeshData "boundary facet numbers" --> + "boundary_facet_numbers" +- Rename MeshData "boundary indicators" --> "boundary_indicators" +- Rename MeshData "exterior facet domains" --> + "exterior_facet_domains" +- Updates for UFC 2.0.1 +- Add FiniteElement::evaluate_basis_derivatives_all +- Add support for VTK output of facet-based MeshFunctions +- Change default log level from PROGRESS to INFO +- Add copy functions to FiniteElement and DofMap +- Simplify DofMap +- Interpolate vector values when reading from time series + + +0.9.10 [2011-02-23] +------------------- +- Updates for UFC 2.0.0 +- Handle TimeSeries stored backward in time (automatic reversal) +- Automatic storage of hierarchy during refinement +- Remove directory/library 'main', merged into 'common' +- dolfin_init --> init, dolfin_set_precision --> set_precision +- Remove need for mesh argument to functional assembly when possible +- Add function set_output_stream +- Add operator () for evaluation at points for Function/Expression in + C++ +- Add abs() to GenericVector interface +- Fix bug for local refinement of manifolds +- Interface change: VariationalProblem now takes: a, L or F, (dF) +- Map linear algebra objects to processes consistently with mesh + partition +- Lots of improvemenst to parallel assembly, dof maps and linear + algebra +- Add lists supported_elements and supported_elements_for_plotting in + Python +- Add script dolfin-plot for plotting meshes and elements from the + command-line +- Add support for plotting elements from Python +- Add experimental OpenMP assembler +- Thread-safe fixed in Function class +- Make GenericFunction::eval thread-safe (Data class removed) +- Optimize and speedup topology computation (mesh.init()) +- Add function Mesh::clean() for cleaning out auxilliary topology data +- Improve speed and accuracy of timers +- Fix bug in 3D uniform mesh refinement +- Add built-in meshes UnitTriangle and UnitTetrahedron +- Only create output directories when they don't exist +- Make it impossible to set the linear algebra backend to something + illegal +- Overload value_shape instead of dim for userdefined Python + Expressions +- Permit unset parameters +- Search only for BLAS library (not cblas.h) + + +0.9.9 [2010-09-01] +------------------ +- Change build system to CMake +- Add named MeshFunctions: VertexFunction, EdgeFunction, FaceFunction, + FacetFunction, CellFunction +- Allow setting constant boundary conditions directly without using + Constant +- Allow setting boundary conditions based on string ("x[0] == 0.0") +- Create missing directories if specified as part of file names +- Allow re-use of preconditioners for most backends +- Fixes for UMFPACK solver on some 32 bit machines +- Provide access to more Hypre preconditioners via PETSc +- Updates for SLEPc 3.1 +- Improve and implement re-use of LU factorizations for all backends +- Fix bug in refinement of MeshFunctions + + +0.9.8 [2010-07-01] +------------------ +- Optimize and improve StabilityAnalysis. +- Use own implementation of binary search in ODESolution (takes + advantage of previous values as initial guess) +- Improve reading ODESolution spanning multiple files +- Dramatic speedup of progress bar (and algorithms using it) +- Fix bug in writing meshes embedded higher dimensions to M-files +- Zero vector in uBLASVector::resize() to fix spurious bug in Krylov + solver +- Handle named fields (u.rename()) in VTK output +- Bug fix in computation of FacetArea for tetrahedrons +- Add support for direct plotting of Dirichlet boundary conditions: + plot(bc) +- Updates for PETSc 3.1 +- Add relaxation parameter to NewtonSolver +- Implement collapse of renumbered dof maps (serial and parallel) +- Simplification of DofMapBuilder for parallel dof maps +- Improve and simplify DofMap +- Add Armadillo dependency for dense linear algebra +- Remove LAPACKFoo wrappers +- Add abstract base class GenericDofMap +- Zero small values in VTK output to avoid VTK crashes +- Handle MeshFunction/markers in homogenize bc +- Make preconditioner selectable in VariationalProblem (new parameter) +- Read/write meshes in binary format +- Add parameter "use_ident" in DirichletBC +- Issue error by default when solvers don't converge (parameter + "error_on_convergence") +- Add option to print matrix/vector for a VariationalProblem +- Trilinos backend now works in parallel +- Remove Mesh refine members functions. Use free refine(...) functions + instead +- Remove AdapativeObjects +- Add Stokes demo using the MINI element +- Interface change: operator+ now used to denote enriched function + spaces +- Interface change: operator+ --> operator* for mixed elements +- Add option 'allow_extrapolation' useful when interpolating to + refined meshes +- Add SpatialCoordinates demo +- Add functionality for accessing time series sample times: + vector_times(), mesh_times() +- Add functionality for snapping mesh to curved boundaries during + refinement +- Add functionality for smoothing the boundary of a mesh +- Speedup assembly over exterior facets by not using BoundaryMesh +- Mesh refinement improvements, remove unecessary copying in Python + interface +- Clean PETSc and Epetra Krylov solvers +- Add separate preconditioner classes for PETSc and Epetra solvers +- Add function ident_zeros for inserting one on diagonal for zero rows +- Add LU support for Trilinos interface + + +0.9.7 [2010-02-17] +------------------ +- Add support for specifying facet orientation in assembly over + interior facets +- Allow user to choose which LU package PETScLUSolver uses +- Add computation of intersection between arbitrary mesh entities +- Random access to MeshEntitiyIterators +- Modify SWIG flags to prevent leak when using SWIG director feature +- Fix memory leak in std::vector typemaps +- Add interface for SCOTCH for parallel mesh partitioning +- Bug fix in SubDomain::mark, fixes bug in DirichletBC based on + SubDomain::inside +- Improvements in time series class, recognizing old stored values +- Add FacetCell class useful in algorithms iterating over boundary + facets +- Rename reconstruct --> extrapolate +- Remove GTS dependency + + +0.9.6 [2010-02-03] +------------------ +- Simplify access to form compiler parameters, now integrated with + global parameters +- Add DofMap member function to return set of dofs +- Fix memory leak in the LA interface +- Do not import cos, sin, exp from NumPy to avoid clash with UFL + functions +- Fix bug in MTL4Vector assignment +- Remove sandbox (moved to separate repository) +- Remove matrix factory (dolfin/mf) +- Update .ufl files for changes in UFL +- Added swig/import/foo.i for easy type importing from dolfin modules +- Allow optional argument cell when creating Expression +- Change name of Expression argument cpparg --> cppcode +- Add simple constructor (dim0, dim1) for C++ matrix Expressions +- Add example demonstrating the use of cpparg (C++ code in Python) +- Add least squares solver for dense systems (wrapper for DGELS) +- New linear algebra wrappers for LAPACK matrices and vectors +- Experimental support for reconstruction of higher order functions +- Modified interface for eval() and inside() in C++ using Array +- Introduce new Array class for simplified wrapping of arrays in SWIG +- Improved functionality for intersection detection +- Re-implementation of intersection detection using CGAL + + +0.9.5 [2009-12-03] +------------------ +- Set appropriate parameters for symmetric eigenvalue problems with + SLEPc +- Fix for performance regression in recent uBLAS releases +- Simplify Expression interface: f = Expression("sin(x[0])") +- Simplify Constant interface: c = Constant(1.0) +- Fix bug in periodic boundary conditions +- Add simple script dolfin-tetgen for generating DOLFIN XML meshes + from STL +- Make XML parser append/overwrite parameter set when reading + parameters from file +- Refinement of function spaces and automatic interpolation of member + functions +- Allow setting global parameters for Krylov solver +- Fix handling of Constants in Python interface to avoid repeated JIT + compilation +- Allow simple specification of subdomains in Python without needing + to subclass SubDomain +- Add function homogenize() for simple creation of homogeneous BCs + from given BCs +- Add copy constructor and possibility to change value for DirichletBC +- Add simple wrapper for ufl.cell.n. FacetNormal(mesh) now works again + in Python. +- Support apply(A), apply(b) and apply(b, x) in PeriodicBC +- Enable setting spectral transformation for SLEPc eigenvalue solver + +0.9.4 [2009-10-12] +------------------ +- Remove set, get and operator() methods from MeshFunction +- Added const and none const T &operator[uint/MeshEntity] to + MeshFunction +- More clean up in SWIG interface files, remove global renames and + ignores +- Update Python interface to Expression, with extended tests for value + ranks +- Removed DiscreteFunction class +- Require value_shape and geometric_dimension in Expression +- Introduce new class Expression replacing user-defined Functions +- interpolate_vertex_values --> compute_vertex_values +- std::map replaces generated CoefficientSet + code +- Cleanup logic in Function class as a result of new Expression class +- Introduce new Coefficient base class for form coefficients +- Replace CellSize::min,max by Mesh::hmin,hmax +- Use MUMPS instead of UMFPACK as default direct solver in both serial + and parallel +- Fix bug in SystemAssembler +- Remove support for PETSc 2.3 and support PETSc 3.0.0 only +- Remove FacetNormal Function. Use UFL facet normal instead. +- Add update() function to FunctionSpace and DofMap for use in + adaptive mesh refinement +- Require mesh in constructor of functionals (C++) or argument to + assemble (Python) + + +0.9.3 [2009-09-25] +------------------ +- Add global parameter "ffc_representation" for form representation in + FFC JIT compiler +- Make norm() function handle both vectors and functions in Python +- Speedup periodic boundary conditions and make work for mixed + (vector-valued) elements +- Add possibilities to use any number numpy array when assigning + matrices and vectors +- Add possibilities to use any integer numpy array for indices in + matrices and vectors +- Fix for int typemaps in PyDOLFIN +- Split mult into mult and transpmult +- Filter out PETSc argument when parsing command-line parameters +- Extend comments to SWIG interface files +- Add copyright statements to SWIG interface files (not finished yet) +- Add typemaps for misc std::vector in PyDOLFIN +- Remove dependencies on std_vector.i reducing SWIG wrapper code size +- Use relative %includes in dolfin.i +- Changed names on SWIG interface files dolfin_foo.i -> foo.i +- Add function interpolate() in Python interface +- Fix typmaps for uint in python 2.6 +- Use TypeError instead of ValueError in typechecks in typmaps.i +- Add in/out shared_ptr typemaps for PyDOLFIN +- Fix JIT compiling in parallel +- Add a compile_extension_module function in PyDOLFIN +- Fix bug in Python vector assignment +- Add support for compressed base64 encoded VTK files (using zlib) +- Add support for base64 encoded VTK files +- Experimental support for parallel assembly and solve +- Bug fix in project() function, update to UFL syntax +- Remove disp() functions and replace by info(foo, true) +- Add fem unit test (Python) +- Clean up SystemAssembler +- Enable assemble_system through PyDOLFIN +- Add 'norm' to GenericMatrix +- Efficiency improvements in NewtonSolver +- Rename NewtonSolver::get_iteration() to NewtonSolver::iteration() +- Improvements to EpetraKrylovSolver::solve +- Add constructor Vector::Vector(const GenericVector& x) +- Remove SCons deprecation warnings +- Memory leak fix in PETScKrylovSolver +- Rename dolfin_assert -> assert and use C++ version +- Fix debug/optimise flags +- Remove AvgMeshSize, InvMeshSize, InvFacetArea from SpecialFunctions +- Rename MeshSize -> CellSize +- Rewrite parameter system with improved support for command-line + parsing, localization of parameters (per class) and usability from + Python +- Remove OutflowFacet from SpecialFunctions +- Rename interpolate(double*) --> interpolate_vertex_values(double*) +- Add Python version of Cahn-Hilliard demo +- Fix bug in assemble.py +- Permit interpolation of functions between non-matching meshes +- Remove Function::Function(std::string filename) +- Transition to new XML io +- Remove GenericSparsityPattern::sort +- Require sorted/unsorted parameter in SparsityPattern constructor +- Improve performance of SparsityPattern::insert +- Replace enums with strings for linear algebra and built-in meshes +- Allow direct access to Constant value +- Initialize entities in MeshEntity constructor automatically and + check range +- Add unit tests to the memorycheck +- Add call to clean up libxml2 parser at exit +- Remove unecessary arguments in DofMap member functions +- Remove reference constructors from DofMap, FiniteElement and + FunctionSpace +- Use a shared_ptr to store the mesh in DofMap objects +- Interface change for wrapper code: PoissonBilinearForm --> + Poisson::BilinearForm +- Add function info_underline() for writing underlined messages +- Rename message() --> info() for "compatibility" with Python logging + module +- Add elementwise multiplication in GeneriVector interface +- GenericVector interface in PyDOLFIN now support the sequence + protocol +- Rename of camelCaps functions names: fooBar --> foo_bar Note: + mesh.numVertices() --> mesh.num_vertices(), mesh.numCells() --> + mesh.num_cells() +- Add slicing capabilities for GenericMatrix interface in PyDOLFIN + (only getitem) +- Add slicing capabilities for GenericVector interface in PyDOLFIN +- Add sum to GenericVector interface + + +0.9.2 [2009-04-07] +------------------ +- Enable setting parameters for Newton solver in VariationalProblem +- Simplified and improved implementation of C++ plotting, calling + Viper on command-line +- Remove precompiled elements and projections +- Automatically interpolate user-defined functions on assignment +- Add new built-in function MeshCoordinates, useful in ALE simulations +- Add new constructor to Function class, Function(V, "vector.xml") +- Remove class Array (using std::vector instead) +- Add vector_mapping data to MeshData +- Use std::vector instead of Array in MeshData +- Add assignment operator and copy constructor for MeshFunction +- Add function mesh.move(other_mesh) for moving mesh according to + matching mesh (for FSI) +- Add function mesh.move(u) for moving mesh according to displacement + function (for FSI) +- Add macro dolfin_not_implemented() +- Add new interpolate() function for interpolation of user-defined + function to discrete +- Make _function_space protected in Function +- Added access to crs data from python for uBLAS and MTL4 backend + + +0.9.1 [2009-02-17] +------------------ +- Check Rectangle and Box for non-zero dimensions +- ODE solvers now solve the dual problem +- New class SubMesh for simple extraction of matching meshes for sub + domains +- Improvements of multiprecision ODE solver +- Fix Function class copy constructor +- Bug fixes for errornorm(), updates for new interface +- Interface update for MeshData: createMeshFunction --> + create_mesh_function etc +- Interface update for Rectangle and Box +- Add elastodynamics demo +- Fix memory leak in IntersectionDetector/GTSInterface +- Add check for swig version, in jit and compile functions +- Bug fix in dolfin-order script for gzipped files +- Make shared_ptr work across C++/Python interface +- Replace std::tr1::shared_ptr with boost::shared_ptr +- Bug fix in transfinite mean-value interpolation +- Less annoying progress bar (silent when progress is fast) +- Fix assignment operator for MeshData +- Improved adaptive mesh refinement (recursive Rivara) producing + better quality meshes + +0.9.0 [2009-01-05] +------------------ +- Cross-platform fixes +- PETScMatrix::copy fix +- Some Trilinos fixes +- Improvements in MeshData class +- Do not use initial guess in Newton solver +- Change OutflowFacet to IsOutflowFacet and change syntax +- Used shared_ptr for underling linear algebra objects +- Cache subspaces in FunctionSpace +- Improved plotting, now support plot(grad(u)), plot(div(u)) etc +- Simple handling of JIT-compiled functions +- Sign change (bug fix) in increment for Newton solver +- New class VariationalProblem replacing LinearPDE and NonlinearPDE +- Parallel parsing and partitioning of meshes (experimental) +- Add script dolfin-order for ordering mesh files +- Add new class SubSpace (replacing SubSystem) +- Add new class FunctionSpace +- Complete redesign of Function class hierarchy, now a single Function + class +- Increased use of shared_ptr in Function, FunctionSpace, etc +- New interface for boundary conditions, form not necessary +- Allow simple setting of coefficient functions based on names (not + their index) +- Don't order mesh automatically, meshes must now be ordered + explicitly +- Simpler definition of user-defined functions (constructors not + necessary) +- Make mesh iterators const to allow for const-correct Mesh code + + +0.8.1 [2008-10-20] +------------------ +- Add option to use ML multigrid preconditioner through PETSc +- Interface change for ODE solvers: uBLASVector --> double* +- Remove homotopy solver +- Remove typedef real, now using plain double instead +- Add various operators -=, += to GenericMatrix +- Don't use -Werror when compiling SWIG generated code +- Remove init(n) and init(m, n) from GenericVector/Matrix. Use resize + and zero instead +- Add new function is_combatible() for checking compatibility of + boundary conditions +- Use x as initial guess in Krylov solvers (PETSc, uBLAS, ITL) +- Add new function errornorm() +- Add harmonic ALE mesh smoothing +- Refinements of Graph class +- Add CholmodCholeskySlover (direct solver for symmetric matrices) +- Implement application of Dirichlet boundary conditions within + assembly loop +- Improve efficiency of SparsityPattern +- Allow a variable number of smoothings +- Add class Table for pretty-printing of tables +- Add experimental MTL4 linear algebra backend +- Add OutflowFacet to SpecialFunctions for DG transport problems +- Remove unmaintained OpenDX file format +- Fix problem with mesh smoothing near nonconvex corners +- Simple projection of functions in Python +- Add file format: XYZ for use with Xd3d +- Add built-in meshes: UnitCircle, Box, Rectangle, UnitSphere + + +0.8.0 [2008-06-23] +------------------ +- Fix input of matrix data from XML +- Add function normalize() +- Integration with VMTK for reading DOLFIN XML meshes produced by VMTK +- Extend mesh XML format to handle boundary indicators +- Add support for attaching arbitrarily named data to meshes +- Add support for dynamically choosing the linear algebra backend +- Add Epetra/Trilinos linear solvers +- Add setrow() to matrix interface +- Add new solver SingularSolver for solving singular (pressure) + systems +- Add MeshSize::min(), max() for easy computation of smallest/largest + mesh size +- LinearSolver now handles all backends and linear solvers +- Add access to normal in Function, useful for inflow boundary + conditions +- Remove GMRES and LU classes, use solve() instead +- Improve solve() function, now handles both LU and Krylov + + preconditioners +- Add ALE mesh interpolation (moving mesh according to new boundary + coordinates) + + +0.7.3 [2008-04-30] +------------------ +- Add support for Epetra/Trilinos +- Bug fix for order of values in interpolate_vertex_values, now + according to UFC +- Boundary meshes are now always oriented with respect to outward + facet normals +- Improved linear algebra, both in C++ and Python +- Make periodic boundary conditions work in Python +- Fix saving of user-defined functions +- Improve plotting +- Simple computation of various norms of functions from Python +- Evaluation of Functions at arbitrary points in a mesh +- Fix bug in assembling over exterior facets (subdomains were ignored) +- Make progress bar less annoying +- New scons-based build system replaces autotools +- Fix bug when choosing iterative solver from Python + + +0.7.2 [2008-02-18] +------------------ +- Improve sparsity pattern generator efficiency +- Dimension-independent sparsity pattern generator +- Add support for setting strong boundary values for DG elements +- Add option setting boundary conditions based on geometrical search +- Check UMFPACK return argument for warnings/errors +- Simplify setting simple Dirichlet boundary conditions +- Much improved integration with FFC in PyDOLFIN +- Caching of forms by JIT compiler now works +- Updates for UFC 1.1 +- Catch exceptions in PyDOLFIN +- Work on linear algebra interfaces GenericTensor/Matrix/Vector +- Add linear algebra factory (backend) interface +- Add support for 1D meshes +- Make Assembler independent of linear algebra backend +- Add manager for handling sub systems (PETSc and MPI) +- Add parallel broadcast of Mesh and MeshFunction +- Add experimental support for parallel assembly +- Use PETSc MPI matrices when running in parallel +- Add predefined functions FacetNormal and AvgMeshSize +- Add left/right/crisscross options for UnitSquare +- Add more Python demos +- Add support for Exodus II format in dolfin-convert +- Autogenerate docstrings for PyDOLFIN +- Various small bug fixes and improvements + + +0.7.1 [2007-08-31] +------------------ +- Integrate FFC form language into PyDOLFIN +- Just-in-time (JIT) compilation of variational forms +- Conversion from from Diffpack grid format to DOLFIN XML +- Name change: BoundaryCondition --> DirichletBC +- Add support for periodic boundary conditions: class PeriodicBC +- Redesign default linear algebra interface (Matrix, Vector, + KrylovSolver, etc) +- Add function to return Vector associated with a DiscreteFunction + + +0.7.0-1 [2007-06-22] +-------------------- +- Recompile all forms with latest FFC release +- Remove typedefs SparseMatrix and SparseVector +- Fix includes in LinearPDE +- Rename DofMaps -> DofMapSet + + +0.7.0 [2007-06-20] +------------------ +- Move to UFC interface for code generation +- Major rewrite, restructure, cleanup +- Add support for Brezzi-Douglas-Marini (BDM) elements +- Add support for Raviart-Thomas (RT) elements +- Add support for Discontinuous Galerkin (DG) methods +- Add support for mesh partitioning (through SCOTCH) +- Handle both UMFPACK and UFSPARSE +- Local mesh refinement +- Mesh smoothing +- Built-in plotting (through Viper) +- Cleanup log system +- Numerous fixes for mesh, in particular MeshFunction +- Much improved Python bindings for mesh +- Fix Python interface for vertex and cell maps in boundary + computation + + +0.6.4 [2006-12-01] +------------------ +- Switch from Python Numeric to Python NumPy +- Improved mesh Python bindings +- Add input/output support for MeshFunction +- Change Mesh::vertices() --> Mesh::coordinates() +- Fix bug in output of mesh to MATLAB format +- Add plasticty module (experimental) +- Fix configure test for Python dev (patch from Åsmund Ødegård) +- Add mesh benchmark +- Fix memory leak in mesh (data not deleted correctly in MeshTopology) +- Fix detection of curses libraries +- Remove Tecplot output format + + +0.6.3 [2006-10-27] +------------------ +- Move to new mesh library +- Remove dolfin-config and move to pkg-config +- Remove unused classes PArray, PList, Table, Tensor +- Visualization of 2D solutions in OpenDX is now supported (3D + supported before) +- Add support for evaluation of functionals +- Fix bug in Vector::sum() for uBLAS vectors + + +0.6.2-1 [2006-09-06] +-------------------- +- Fix compilation error when using --enable-petsc + (dolfin::uBLASVector::PETScVector undefined) + + +0.6.2 [2006-09-05] +------------------ +- Finish chapter in manual on linear algebra +- Enable PyDOLFIN by default, use --disable-pydolfin to disable +- Disable PETSc by default, use --enable-petsc to enable +- Modify ODE solver interface for u0() and f() +- Add class ConvectionMatrix +- Readd classes LoadVector, MassMatrix, StiffnessMatrix +- Add matrix factory for simple creation of standard finite element + matrices +- Collect static solvers in LU and GMRES +- Bug fixes for Python interface PyDOLFIN +- Enable use of direct solver for ODE solver (experimental) +- Remove demo bistable +- Restructure and cleanup linear algebra +- Use UMFPACK for LU solver with uBLAS matrix types +- Add templated wrapper class for different uBLAS matrix types +- Add ILU preconditioning for uBLAS matrices +- Add Krylov solver for uBLAS sparse matrices (GMRES and BICGSTAB) +- Add first version of new mesh library (NewMesh, experimental) +- Add Parametrized::readParameters() to trigger reading of values on + set() +- Remove output of zeros in Octave matrix file format +- Use uBLAS-based vector for Vector if PETSc disabled +- Add wrappers for uBLAS compressed_matrix class +- Compute eigenvalues using SLEPc (an extension of PETSc) +- Clean up assembly and linear algebra +- Add function to solve Ax = b for dense matrices and dense vectors +- Make it possible to compile without PETSc (--disable-petsc) +- Much improved ODE solvers +- Complete multi-adaptive benchmarks reaction and wave +- Assemble boundary integrals +- FEM class cleaned up. +- Fix multi-adaptive benchmark problem reaction +- Small fixes for Intel C++ compiler version 9.1 +- Test for Intel C++ compiler and configure appropriately +- Add new classes DenseMatrix and DenseVector (wrappers for ublas) +- Fix bug in conversion from Gmsh format + + +0.6.1 [2006-03-28] +------------------ +- Regenerate build system in makedist script +- Update for new FFC syntax: BasisFunction --> TestFunction, + TrialFunction +- Fixes for conversion script dolfin-convert +- Initial cleanups and fixes for ODE solvers +- Numerous small fixes to improve portability +- Remove dolfin:: qualifier on output << in Parameter.h +- Don't use anonymous classes in demos, gives errors with some + compilers +- Remove KrylovSolver::solver() +- Fix bug in convection-diffusion demo (boundary condition for + pressure), use direct solver +- LinearPDE and NewonSolver use umfpack LU solver by default (if + available) when doing direct solve +- Set PETSc matrix type through Matrix constructor +- Allow linear solver and preconditioner type to be passed to + NewtonSolver +- Fix bug in Stokes demos (wrong boundary conditions) +- Cleanup Krylov solver +- Remove KrylovSolver::setPreconditioner() etc. and move to + constructors +- Remove KrylovSolver::setRtol() etc. and replace with parameters +- Fix remaining name changes: noFoo() --> numFoo() +- Add Cahn-Hilliard equation demo +- NewtonSolver option to use residual or incremental convergence + criterion +- Add separate function to nls to test for convergence of Newton + iterations +- Fix bug in dolfin-config (wrong version number) + + +0.6.0 [2006-03-01] +------------------ +- Fix bug in XML output format (writing multiple objects) +- Fix bug in XML matrix output format (handle zero rows) +- Add new nonlinear PDE demo +- Restructure PDE class to use envelope-letter design +- Add precompiled finite elements for q <= 5 +- Add FiniteElementSpec and factor function for FiniteElement +- Add input/output of Function to DOLFIN XML +- Name change: dof --> node +- Name change: noFoo() --> numFoo() +- Add conversion from gmsh format in dolfin-convert script +- Updates for PETSc 2.3.1 +- Add new type of Function (constant) +- Simplify use of Function class +- Add new demo Stokes + convection-diffusion +- Add new demo Stokes (equal-order stabilized) +- Add new demo Stokes (Taylor-Hood) +- Add new parameter for KrylovSolvers: "monitor convergence" +- Add conversion script dolfin-convert for various mesh formats +- Add new demo elasticity +- Move poisson demo to src/demo/pde/poisson +- Move to Mercurial (hg) from CVS +- Use libtool to build libraries (including shared) + +0.5.12 [2006-01-12] +------------------- +- Make Stokes solver dimension independent (2D/3D) +- Make Poisson solver dimension independent (2D/3D) +- Fix sparse matrix output format for MATLAB +- Modify demo problem for Stokes, add exact solution and compute error +- Change interface for boundary conditions: operator() --> eval() +- Add two benchmark problems for the Navier-Stokes solver +- Add support for 2D/3D selection in Navier-Stokes solver +- Move tic()/toc() to timing.h +- Navier-Stokes solver back online +- Make Solver a subclass of Parametrized +- Add support for localization of parameters +- Redesign of parameter system + +0.5.11 [2005-12-15] +------------------- +- Add script monitor for monitoring memory usage +- Remove meminfo.h (not portable) +- Remove dependence on parameter system in log system +- Don't use drand48() (not portable) +- Don't use strcasecmp() (not portable) +- Remove sysinfo.h and class System (not portable) +- Don't include (not portable) +- Change ::show() --> ::disp() everywhere +- Clean out old quadrature classes on triangles and tetrahedra +- Clean out old sparse matrix code +- Update chapter on Functions in manual +- Use std::map to store parameters +- Implement class KrylovSolver +- Name change: Node --> Vertex +- Add nonlinear solver demos +- Add support for picking sub functions and components of functions +- Update interface for FiniteElement for latest FFC version +- Improve and restructure implementation of the Function class +- Dynamically adjust safety factor during integration +- Improve output Matrix::disp() +- Check residual at end of time step, reject step if too large +- Implement Vector::sum() +- Implement nonlinear solver +- New option for ODE solver: "save final solution" --> solution.data +- New ODE test problem: reaction +- Fixes for automake 1.9 (nobase_include_HEADERS) +- Reorganize build system, remove fake install and require make + install +- Add checks for non-standard PETSc component HYPRE in NSE solver +- Make GMRES solver return the number of iterations +- Add installation script for Python interface +- Add Matrix Market format (Haiko Etzel) +- Automatically reinitialize GMRES solver when system size changes +- Implement cout << for class Vector + +0.5.10 [2005-10-11] +------------------- +- Modify ODE solver interface: add T to constructor +- Fix compilation on AMD 64 bit systems (add -fPIC) +- Add new BLAS mode for form evaluation +- Change enum types in File to lowercase +- Change default file type for .m to Octave +- Add experimental Python interface PyDOLFIN +- Fix compilation for gcc 4.0 + +0.5.9 [2005-09-23] +------------------ +- Add Stokes module +- Support for arbitrary mixed elements through FFC +- VTK output interface now handles time-dependent functions + automatically +- Fix cout for empty matrix +- Change dolfin_start() --> dolfin_end() +- Add chapters to manual: about, log system, parameters, reference + elements, installation, contributing, license +- Use new template fenicsmanual.cls for manual +- Add compiler flag -U__STRICT_ANSI__ when compiling under Cygwin +- Add class EigenvalueSolver + +0.5.8 [2005-07-05] +------------------ +- Add new output format Paraview/VTK (Garth N. Wells) +- Update Tecplot interface +- Move to PETSc 2.3.0 +- Complete support for general order Lagrange elements in triangles + and tetrahedra +- Add test problem in src/demo/fem/convergence/ for general Lagrange + elements +- Make FEM::assemble() estimate the number of nonzeros in each row +- Implement Matrix::init(M, N, nzmax) +- Add Matrix::nz(), Matrix::nzsum() and Matrix::nzmax() +- Improve Mesh::disp() +- Add FiniteElement::disp() and FEM::disp() (useful for debugging) +- Remove old class SparseMatrix +- Change FEM::setBC() --> FEM::applyBC() +- Change Mesh::tetrahedrons --> Mesh::tetrahedra +- Implement Dirichlet boundary conditions for tetrahedra +- Implement Face::contains(const Point& p) +- Add test for shape dimension of mesh and form in FEM::assemble() +- Move src/demo/fem/ demo to src/demo/fem/simple/ +- Add README file in src/demo/poisson/ (simple manual) +- Add simple demo program src/demo/poisson/ +- Update computation of alignment of faces to match FFC/FIAT + +0.5.7 [2005-06-23] +------------------ +- Clean up ODE test problems +- Implement automatic detection of sparsity pattern from given matrix +- Clean up homotopy solver +- Implement automatic computation of Jacobian +- Add support for assembly of non-square systems (Andy Terrel) +- Make ODE solver report average number of iterations +- Make progress bar write first update at 0% +- Initialize all values of u before solution in multi-adaptive solver, + not only components given by dependencies +- Allow user to modify and verify a converging homotopy path +- Make homotopy solver save a list of the solutions +- Add Matrix::norm() +- Add new test problem for CES economy +- Remove cast from Parameter to const char* (use std::string) +- Make solution data filename optional for homotopy solver +- Append homotopy solution data to file during solution +- Add dolfin::seed(int) for optionally seeding random number generator +- Remove dolfin::max,min (use std::max,min) +- Add polynomial-integer (true polynomial) form of general CES system +- Compute multi-adaptive efficiency index +- Updates for gcc 4.0 (patches by Garth N. Wells) +- Add Matrix::mult(const real x[], uint row) (temporary fix, assumes + uniprocessor case) +- Add Matrix::mult(const Vector& x, uint row) (temporary fix, assumes + uniprocessor case) +- Update shortcuts MassMatrix and StiffnessMatrix to new system +- Add missing friend to Face.h (reported by Garth N. Wells) + +0.5.6 [2005-05-17] +------------------ +- Implementation of boundary conditions for general order Lagrange + (experimental) +- Use interpolation function automatically generated by FFC +- Put computation of map into class AffineMap +- Clean up assembly +- Use dof maps automatically generated by FFC (experimental) +- Modify interface FiniteElement for new version of FFC +- Update ODE homotopy test problems +- Add cross product to class Point +- Sort mesh entities locally according to ordering used by FIAT and + FFC +- Add new format for dof maps (preparation for higher-order elements) +- Code cleanups: NewFoo --> Foo complete +- Updates for new version of FFC (0.1.7) +- Bypass log system when finalizing PETSc (may be out of scope) + +0.5.5 [2005-04-26] +------------------ +- Fix broken log system, curses works again +- Much improved multi-adaptive time-stepping +- Move elasticity module to new system based on FFC +- Add boundary conditions for systems +- Improve regulation of time steps +- Clean out old assembly classes +- Clean out old form classes +- Remove kernel module map +- Remove kernel module element +- Move convection-diffusion module to new system based on FFC +- Add iterators for cell neighbors of edges and faces +- Implement polynomial for of CES economy +- Rename all new linear algebra classes: NewFoo --> Foo +- Clean out old linear algebra +- Speedup setting of boundary conditions (add MAT_KEEP_ZEROED_ROWS) +- Fix bug for option --disable-curses + +0.5.4 [2005-03-29] +------------------ +- Remove option to compile with PETSc 2.2.0 (2.2.1 required) +- Make make install work again (fix missing includes) +- Add support for mixing multiple finite elements (through FFC) +- Improve functionality of homotopy solver +- Simple creation of piecewise linear functions (without having an + element) +- Simple creation of piecewise linear elements +- Add support of automatic creation of simple meshes (unit cube, unit + square) + +0.5.3 [2005-02-26] +------------------ +- Change to PETSc version 2.2.1 +- Add flag --with-petsc= to configure script +- Move Poisson's equation to system based on FFC +- Add support for automatic creation of homotopies +- Make all ODE solvers automatically handle complex ODEs: (M) z' = + f(z,t) +- Implement version of mono-adaptive solver for implicit ODEs: M u' = + f(u,t) +- Implement Newton's method for multi- and mono-adaptive ODE solvers +- Update PETSc wrappers NewVector, NewMatrix, and NewGMRES +- Fix initialization of PETSc +- Add mono-adaptive cG(q) and dG(q) solvers (experimental) +- Implementation of new assebly: NewFEM, using output from FFC +- Add access to mesh for nodes, cells, faces and edges +- Add Tecplot I/O interface; contributed by Garth N. Wells + +0.5.2 [2005-01-26] +------------------ +- Benchmarks for DOLFIN vs PETSc (src/demo/form and src/demo/test) +- Complete rewrite of the multi-adaptive ODE solver (experimental) +- Add wrapper for PETSc GMRES solver +- Update class Point with new operators +- Complete rewrite of the multi-adaptive solver to improve performance +- Add PETSc wrappers NewMatrix and NewVector +- Add DOLFIN/PETSc benchmarks + +0.5.1 [2004-11-10] +------------------ +- Experimental support for automatic generation of forms using FFC +- Allow user to supply Jacobian to ODE solver +- Add optional test to check if a dependency already exists (Sparsity) +- Modify sparse matrix output (Matrix::show()) +- Add FGMRES solver in new format (patch from eriksv) +- Add non-const version of quick-access of sparse matrices +- Add linear mappings for simple computation of derivatives +- Add check of matrix dimensions for ODE sparsity pattern +- Include missing cmath in Function.cpp + +0.5.0 [2004-08-18] +------------------ +- First prototype of new form evaluation system +- New classes Jacobi, SOR, Richardson (preconditioners and linear + solvers) +- Add integrals on the boundary (ds), partly working +- Add maps from boundary of reference cell +- Add evaluation of map from reference cell +- New Matrix functions: max, min, norm, and sum of rows and columns + (erik) +- Derivatives/gradients of ElementFunction (coefficients f.ex.) + implemented +- Enable assignment to all elements of a NewArray +- Add functions Boundary::noNodes(), noFaces(), noEdges() +- New class GaussSeidel (preconditioner and linear solver) +- New classes Preconditioner and LinearSolver +- Bug fix for tetrahedral mesh refinement (ingelstrom) +- Add iterators for Edge and Face on Boundary +- Add functionality to Map: bdet() and cell() +- Add connectivity face-cell and edge-cell +- New interface for assembly: Galerkin --> FEM +- Bug fix for PDE systems of size > 3 + +0.4.11 [2004-04-23] +------------------- +- Add multigrid solver (experimental) +- Update manual + +0.4.10 +------ +- Automatic model reduction (experimental) +- Fix bug in ParticleSystem (divide by mass) +- Improve control of integration (add function ODE::update()) +- Load/save parameters in XML-format +- Add assembly test +- Add simple StiffnessMatrix, MassMatrix, and LoadVector +- Change dK --> dx +- Change dx() --> ddx() +- Add support for GiD file format +- Add performance tests for multi-adaptivity (both stiff and + non-stiff) +- First version of Newton for the multi-adaptive solver +- Test for Newton for the multi-adaptive solver + +0.4.9 +----- +- Add multi-adaptive solver for the bistable equation +- Add BiCGSTAB solver (thsv) +- Fix bug in SOR (thsv) +- Improved visual program for OpenDX +- Fix OpenDX file format for scalar functions +- Allow access to samples of multi-adaptive solution +- New patch from thsv for gcc 3.4.0 and 3.5.0 +- Make progress step a parameter +- New function ODE::sparse(const Matrix& A) +- Access nodes, cells, edges, faces by id +- New function Matrix::lump() + +0.4.8 +----- +- Add support for systems (jansson and bengzon) +- Add new module wave +- Add new module wave-vector +- Add new module elasticity +- Add new module elasticity-stationary +- Multi-adaptive updates +- Fix compilation error in LogStream +- Fix local Newton iteration for higher order elements +- Init matrix to given type +- Add output of cG(q) and dG(q) weights in matrix format +- Fix numbering of frames from plotslab script +- Add png output for plotslab script +- Add script for running stiff test problems, plot solutions +- Fix bug in MeshInit (node neighbors of node) +- Modify output of sysinfo() +- Compile with -Wall -Werror -pedantic -ansi -std=c++98 (thsv) + +0.4.7 +----- +- Make all stiff test problems work +- Display status report also when using step() +- Improve adaptive damping for stiff problems (remove spikes) +- Modify Octave/Matlab format for solution data (speed improvement) +- Adaptive sampling of solution (optional) +- Restructure stiff test problems +- Check if value of right-hand side is valid +- Modify divergence test in AdaptiveIterationLevel1 + +0.4.6 +----- +- Save vectors and matrices from Matlab/Octave (foufas) +- Rename writexml.m to xmlmesh.m +- Inlining of important functions +- Optimize evaluation of elements +- Optimize Lagrange polynomials +- Optimize sparsity: use stl containers +- Optimize choice of discrete residual for multi-adaptive solver +- Don't save solution in benchmark proble +- Improve computation of divergence factor for underdamped systems +- Don't check residual on first slab for fixed time step +- Decrease largest (default) time step to 0.1 +- Add missing in TimeStepper +- Move real into dolfin namespace + +0.4.5 +----- +- Rename function.h to enable compilation under Cygwin +- Add new benchmark problem for multi-adaptive solver +- Bug fix for ParticleSystem +- Initialization of first time step +- Improve time step regulation (threshold) +- Improve stabilization +- Improve TimeStepper interface (Ko Project) +- Use iterators instead of recursively calling TimeSlab::update() +- Clean up ODESolver +- Add iterators for elements in time slabs and element groups +- Add -f to creation of symbolic links + +0.4.4 +----- +- Add support for 3D graphics in Octave using Open Inventor (jj) + +0.4.3 +----- +- Stabilization of multi-adaptive solver (experimental) +- Improved non-support for curses (--disable-curses) +- New class MechanicalSystem for simulating mechanical systems +- Save debug info from primal and dual (plotslab.m) +- Fix bug in progress bar +- Add missing include file in Components.h (kakr) +- New function dolfin_end(const char* msg, ...) +- Move numerical differentiation to RHS +- New class Event for limited display of messages +- Fix bug in LogStream (large numbers in floating point format) +- Specify individual time steps for different components +- Compile without warnings +- Add -Werror to option enable-debug +- Specify individual methods for different components +- Fix bug in dGqMethods +- Fix bug (delete old block) in ElementData +- Add parameters for method and order +- New test problem reaction +- New class FixedPointIteration +- Fix bug in grid refinement + +0.4.2 +----- +- Fix bug in computation of residual (divide by k) +- Add automatic generation and solution of the dual problem +- Automatic selection of file names for primal and dual +- Fix bug in progress bar (TerminalLogger) +- Many updates of multi-adaptive solver +- Add class ODEFunction +- Update function class hierarchies +- Move functions to a separate directory +- Store multi-adaptive solution binary on disk with cache + +0.4.1 +----- +- First version of multi-adaptive solver working +- Clean up file formats +- Start changing from int to unsigned int where necessary +- Fix bool->int when using stdard in Parameter +- Add NewArray and NewList (will replace Array and List) + +0.4.0 +----- +- Initiation of the FEniCS project +- Change syntax of mesh files: grid -> mesh +- Create symbolic links instead of copying files +- Tanganyika -> ODE +- Add Heat module +- Grid -> Mesh +- Move forms and mappings to separate libraries +- Fix missing include of DirectSolver.h + +0.3.12 +------ +- Adaptive grid refinement (!) +- Add User Manual +- Add function dolfin_log() to turn logging on/off +- Change from pointers to references for Node, Cell, Edge, Face +- Update writexml.m +- Add new grid files and rename old grid files + +0.3.11 +------ +- Add configure option --disable-curses +- Grid refinement updates +- Make OpenDX file format work for grids (output) +- Add volume() and diameter() in cell +- New classes TriGridRefinement and TetGridRefinement +- Add iterators for faces and edges on a boundary +- New class GridHierarchy + +0.3.10 +------ +- Use new boundary structure in Galerkin +- Make dolfin_start() and dolfin_end() work +- Make dolfin_assert() raise segmentation fault for plain text mode +- Add configure option --enable-debug +- Use autoreconf instead of scripts/preconfigure +- Rename configure.in -> configure.ac +- New class FaceIterator +- New class Face +- Move computation of boundary from GridInit to BoundaryInit +- New class BoundaryData +- New class BoundaryInit +- New class Boundary +- Make InitGrid compute edges +- Add test program for generic matrix in src/demo/la +- Clean up Grid classes +- Add new class GridRefinementData +- Move data from Cell to GenericCell +- Make GMRES work with user defined matrix, only mult() needed +- GMRES now uses only one function to compute residual() +- Change Matrix structure (a modified envelope/letter) +- Update script checkerror.m for Poisson +- Add function dolfin_info_aptr() +- Add cast to element pointer for iterators +- Clean up and improve the Tensor class +- New class: List +- Name change: List -> Table +- Name change: ShortList -> Array +- Make functions in GridRefinement static +- Make functions in GridInit static +- Fix bug in GridInit (eriksv) +- Add output to OpenDX format for 3D grids +- Clean up ShortList class +- Clean up List class +- New class ODE, Equation replaced by PDE +- Add Lorenz test problem +- Add new problem type for ODEs +- Add new module ode +- Work on multi-adaptive ODE solver (lots of new stuff) +- Work on grid refinement +- Write all macros in LoggerMacros in one line +- Add transpose functions to Matrix (Erik) + +0.3.9 +----- +- Update Krylov solver (Erik, Johan) +- Add new LU factorization and LU solve (Niklas) +- Add benchmark test in src/demo/bench +- Add silent logger + +0.3.8 +----- +- Make sure dolfin-config is regenerated every time +- Add demo program for cG(q) and dG(q) +- Add dG(q) precalc of nodal points and weights +- Add cG(q) precalc of nodal points and weights +- Fix a bug in configure.in (AC_INIT with README) +- Add Lagrange polynomials +- Add multiplication with transpose +- Add scalar products with rows and columns +- Add A[i][j] index operator for quick access to dense matrix + +0.3.7 +----- +- Add new Matlab-like syntax like A(i,all) = x or A(3,all) = A(4,all) +- Add dolfin_assert() macro enabled if debug is defined +- Redesign of Matrix/DenseMatrix/SparseMatrix to use Matrix as common + interface +- Include missing cmath in Legendre.cpp and GaussianQuadrature.cpp + +0.3.6 +----- +- Add output functionality in DenseMatrix +- Add high precision solver to DirectSolver +- Clean up error messages in Matrix +- Make solvers directly accessible through Matrix and DenseMatrix +- Add quadrature (Gauss, Radau, and Lobatto) from Tanganyika +- Start merge with Tanganyika +- Add support for automatic documentation using doxygen +- Update configure scripts +- Add greeting at end of compilation + +0.3.5 +----- +- Define version number only in the file configure.in +- Fix compilation problem (missing depcomp) + +0.3.4 +----- +- Fix bugs in some of the ElementFunction operators +- Make convection-diffusion solver work again +- Fix bug in integration, move multiplication with the determinant +- Fix memory leaks in ElementFunction +- Add parameter to choose output format +- Make OctaveFile and MatlabFile subclasses of MFile +- Add classes ScalarExpressionFunction and VectorExpressionFunction +- Make progress bars work cleaner +- Get ctrl-c in curses logger +- Remove Settings-classes and use dolfin_parameter() +- Redesign settings to match the structure of the log system +- Add vector functions: Function::Vector +- Add vector element functions: ElementFunction::Vector + +0.3.3 +----- +- Increased functionality of curses-based interface +- Add progress bars to log system + +0.3.2 +----- +- More work on grid refinement +- Add new curses based log system + +0.3.1 +----- +- Makefile updates: make install should now work properly +- KrylovSolver updates +- Preparation for grid refinement +- Matrix and Vector updates + +0.3.0 +----- +- Make poisson work again, other modules still not working +- Add output format for octave +- Fix code to compile with g++-3.2 -Wall -Werror +- New operators for Matrix +- New and faster GMRES solver (speedup factor 4) +- Changed name from SparseMatrix to Matrix +- Remove old unused code +- Add subdirectory math containing mathematical functions +- Better access for A(i,j) += to improve speed in assembling +- Add benchmark for linear algebra +- New definition of finite element +- Add algebra for function spaces +- Convert grids in data/grids to xml.gz +- Add iterators for Nodes and Cells +- Change from .hh to .h +- Add operators to Vector class (foufas) +- Add dependence on libxml2 +- Change from .C to .cpp to make Jim happy. +- Change input/output functionality to streams +- Change to new data structure for Grid +- Change to object-oriented API at top level +- Add use of C++ namespaces +- Complete and major restructuring of the code +- Fix compilation error in src/config +- Fix name of keyword for convection-diffusion + +0.2.11-1 +-------- +- Fix compilation error (`source`) on Solaris + +0.2.11 +------ +- Automate build process to simplify addition of new modules +- Fix bug in matlab_write_field() (walter) +- Fix bug in SparseMatrix::GetCopy() (foufas) + +0.2.10-1 +-------- +- Fix compilation errors on RedHat (thsv) + +0.2.10 +------ +- Fix compilation of problems to use correct compiler +- Change default test problems to the ones in the report +- Improve memory management using mpatrol for tracking allocations +- Change bool to int for va_arg, seems to be a problem with gcc > 3.0 +- Improve input / output support: GiD, Matlab, OpenDX + +0.2.8 +----- +- Navier-Stokes starting to work again +- Add Navier-Stokes 2d +- Bug fixes + +0.2.7 +----- +- Add support for 2D problems +- Add module convection-diffusion +- Add local/global fields in equation/problem +- Bug fixes +- Navier-Stokes updates (still broken) + +0.2.6 [2002-02-19] +------------------ +- Navier-Stokes updates (still broken) +- Output to matlab format + +0.2.5 +----- +- Add variational formulation with overloaded operators for systems +- ShapeFunction/LocalField/FiniteElement according to Scott & Brenner + +0.2.4 +----- +- Add boundary conditions +- Poisson seems to work ok + +0.2.3 +----- +- Add GMRES solver +- Add CG solver +- Add direct solver +- Add Poisson solver +- Big changes to the organisation of the source tree +- Add kwdist.sh script +- Bug fixes + +0.2.2: +------ +- Remove curses temporarily + +0.2.1: +------ +- Remove all PETSc stuff. Finally! +- Gauss-Seidel cannot handle the pressure equation + +0.2.0: +------ +- First GPL release +- Remove all of Klas Samuelssons proprietary grid code +- Adaptivity and refinement broken, include in next release diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..c518dfe --- /dev/null +++ b/INSTALL @@ -0,0 +1,85 @@ +Requirements +------------ + +DOLFIN uses CMake for configuration and installation. DOLFIN also +relies on a number of other third-party libraries. Your system will be +probed for these libraries as part of the configuration process. + +Simple build and install +------------------------ + +In the simplest case, just issue the commands + + mkdir build + cd build + cmake .. + make install + +This will first configure DOLFIN for your system and then compile and +install DOLFIN in your system's default installation direcory, for +example in /usr/local/ or /opt/local/. + +Local installation +------------------ + +It may sometimes be advantageous to install DOLFIN locally as part +of the DOLFIN source tree. To do this, simply type + + mkdir build + cd build + cmake -DCMAKE_INSTALL_PREFIX=$PWD/../local .. + make install + +This configures, compiles, and install DOLFIN in a directory named +'local' in the DOLFIN source tree. + +(Re-)generating the SWIG interface and docstrings +------------------------------------------------- + +In order to regenerate the SWIG interface and update the +documentation, respectively, run the generator scripts: + + ./cmake/scripts/generate-swig-interface + ./cmake/scripts/generate-swig-docstrings + +Customized builds +----------------- + +To customize the configuration of DOLFIN, it is convenient to use one +of the graphical user interfaces for CMake, such as either ccmake or +cmake-gui. These frontends to CMake allow simple manipulation of +variables that control the configuration of DOLFIN. + +DOLFIN must be built 'out-of-source' which means that all files +generated by the build process end up in a separate directory without +cluttering the source tree. To make an out-of-source build for DOLFIN +using a graphical interface to CMake, simply type + + mkdir build + cd build + cmake-gui .. + make install + +Building demos and tests +------------------------ + +To build demos, enter the build directory (if any) and type + + make demo + +This will build all demos. To build a specific demo, just name the +demo you want to build, for example the Poisson demo, and type + + make poisson_demo + +Alternatively, you may navigate to the demo directory directly, for +example demo/documented/poisson/cpp and then build the demo using +CMake: + + cmake . + make + +Python demos can be run directly by navigating to the directory of the +demo and typing (in the case of the Poisson demo) + + python demo_poisson.py diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e5e5f1e --- /dev/null +++ b/README.rst @@ -0,0 +1,106 @@ +====== +DOLFIN +====== + +DOLFIN is the computational backend of FEniCS and implements the +FEniCS Problem Solving Environment in Python and C++. + +We are currently working on a highly experimental version of DOLFIN +at: https://github.com/FEniCS/dolfinx + +Installation +============ + +To build DOLFIN, run:: + + mkdir build + cd build + cmake .. + make install + +For detailed instructions, see the file INSTALL. + + +Documentation +============= + +Documentation can be viewed at http://fenics-dolfin.readthedocs.org/. + +.. image:: https://readthedocs.org/projects/fenics-dolfin/badge/?version=latest + :target: http://fenics.readthedocs.io/projects/dolfin/en/latest/?badge=latest + :alt: Documentation Status + + +Automated Testing +================= + +We use Bitbucket Pipelines and Atlassian Bamboo to perform automated +testing. + +.. image:: https://bitbucket-badges.useast.atlassian.io/badge/fenics-project/dolfin.svg + :target: https://bitbucket.org/fenics-project/dolfin/addon/pipelines/home + :alt: Pipelines Build Status + +.. image:: http://magpie.bpi.cam.ac.uk:8085/plugins/servlet/wittified/build-status/DOL-DODO + :target: http://magpie.bpi.cam.ac.uk:8085/browse/DOL-DODO/latest + :alt: Bamboo Build Status + + +Code Coverage +============= + +Code coverage reports can be viewed at +https://coveralls.io/bitbucket/fenics-project/dolfin. + +.. image:: https://coveralls.io/repos/bitbucket/fenics-project/dolfin/badge.svg?branch=master + :target: https://coveralls.io/bitbucket/fenics-project/dolfin?branch=master + :alt: Coverage Status + + +License +======= + +DOLFIN is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +DOLFIN is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with DOLFIN. If not, see . + + +Contact +======= + +For comments and requests, send an email to the FEniCS mailing list: + + fenics-dev@googlegroups.com + +For questions related to obtaining, building or installing DOLFIN, +send an email to the FEniCS support mailing list: + + fenics-support@googlegroups.com + +For questions about using DOLFIN, visit the FEniCS Q&A page: + + http://fenicsproject.org/qa + +For bug reports, visit the DOLFIN Bitbucket page: + + http://bitbucket.org/fenics-project/dolfin + + +About +===== + +DOLFIN is developed by a group of mathematicians, computational +scientists and engineers distributed around the world. A list of +authors can be found in the file AUTHORS. For more information about +DOLFIN, visit + + http://fenicsproject.org \ No newline at end of file diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt new file mode 100644 index 0000000..f2c8f39 --- /dev/null +++ b/bench/CMakeLists.txt @@ -0,0 +1,30 @@ +# Require CMake 2.8 +cmake_minimum_required(VERSION 3.5) + +# Find DOLFIN config file (not used here, but check that benchmarks will be +# able to find it +find_package(DOLFIN REQUIRED) + +# If config file is found, add all demo sub-directories, else print helper +# message +if (DOLFIN_FOUND) + + # Build list of all cpp directories + file( GLOB_RECURSE list "main.cpp") + list( SORT list ) + string(REGEX REPLACE "/main.cpp" "" list "${list}") + + # Add each C++ code directory + foreach (cpp_dir ${list}) + #message(STATUS "Add C++ benchmark: ${cpp_dir}") + add_subdirectory(${cpp_dir}) + endforeach() + + # Add fem/speedup/cpp manually (no main.cpp so not picked up automatically) + add_subdirectory(fem/speedup/cpp) + +else() + + message(STATUS "Could not locate DOLFINConfig.cmake file. Did you do 'make install' for the DOLFIN library and set the appropriate paths (source /dolfin.conf)?") + +endif() diff --git a/bench/README b/bench/README new file mode 100644 index 0000000..e65d334 --- /dev/null +++ b/bench/README @@ -0,0 +1,23 @@ +This directory (and its sub directories) contain a benchmark suite for +DOLFIN. To run all benchmarks, simply run the script demo.py. + +This script runs all executables/scripts named 'bench' found in the +directory tree and records the result for benchmark found in foo/bar +under the name 'foo-bar' in logs/bench.log. + +Two pieces of information are extracted from each benchmark: + +1. A short description of the benchmark. This is extracted as the +first line of output from the benchmark. + +2. One or more timings. These are extracted from output in the form + + BENCH + BENCH + +If no output is given (or is not given), then the total +running time of the program is recorded. + +Important notice: To run the benchmarks correctly, you need to compile +DOLFIN with option --enable-optimization. Compiling DOLFIN with +--enable-debug will slow down some of the benchmarks considerably. diff --git a/bench/bench.py b/bench/bench.py new file mode 100644 index 0000000..88c7d91 --- /dev/null +++ b/bench/bench.py @@ -0,0 +1,108 @@ +"Run all benchmarks" + +# Copyright (C) 2010 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Johannes Ring, 2011, 2012 + +from __future__ import print_function +import os, sys, time + +failed = [] + +def run_bench(arg, directory, files): + + # Skip directories not containing a benchmark + bench_exec = "bench_" + "_".join(directory.split(os.path.sep)[1:]) + if not bench_exec in files: + return + + # Get name of benchmark + name = directory.replace("./", "").replace("/", "-") + print("Running benchmark %s..." % name) + + # Remove old logfile + cwd = os.getcwd() + logfile = os.path.join(cwd, "logs", name + ".log") + try: + os.remove(logfile) + except: + pass + + # Run benchmark + os.chdir(directory) + t0 = time.time() + status = os.system(os.path.join(os.curdir, bench_exec) + " > %s" % logfile) + elapsed_time = time.time() - t0 + + # Change to toplevel directory + os.chdir(cwd) + + # Report timing + if status == 0: + print("Completed in %g seconds\n" % elapsed_time) + else: + global failed + failed.append(name) + print("*** Failed\n") + return + + # Get description of benchmark + f = open(logfile) + description = f.read().split("\n")[0] + f.close() + + # Get timings (if any) + f = open(logfile) + run_timings = [("", elapsed_time)] + for line in [line for line in f.read().split("\n") if "BENCH" in line]: + words = [word.strip() for word in line.split()] + # Override total time + if len(words) == 2: + run_timings[0] = ("", float(words[1])) + # Add sub timing + elif len(words) == 3: + run_timings.append((words[1].lower(), float(words[2]))) + f.close() + + # Append to log file + d = time.gmtime() + date = str((d.tm_year, d.tm_mon, d.tm_mday, d.tm_hour, d.tm_min, d.tm_sec)) + f = open(os.path.join("logs", "bench.log"), "a") + for (postfix, timing) in run_timings: + if postfix == "": + n = name + d = description + else: + n = "%s-%s" % (name, postfix) + d = "%s ((%s))" % (description, postfix) + f.write('%s %s %g "%s"\n' % (date, n, timing, d)) + + return status == 0 + +# Iterate over benchmarks +os.path.walk(".", run_bench, None) + +# Print summary +if len(failed) == 0: + print("All benchmarks OK") +else: + print("%d benchmark(s) failed:" % len(failed)) + for name in failed: + print(" " + name) + +sys.exit(len(failed)) diff --git a/bench/common/progress/cpp/main.cpp b/bench/common/progress/cpp/main.cpp new file mode 100644 index 0000000..ad1c6fe --- /dev/null +++ b/bench/common/progress/cpp/main.cpp @@ -0,0 +1,46 @@ +// Copyright (C) 2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-06-29 +// Last changed: 2010-11-16 + +#include + +using namespace dolfin; + +#define NUM_REPS 5 +#define SIZE 500000000 + +int main(int argc, char* argv[]) +{ + info("Creating progress bar with %d steps (%d repetitions)", + SIZE, NUM_REPS); + + for (int i = 0; i < NUM_REPS; i++) + { + Progress p("Stepping", SIZE); + double sum = 0.0; + for (int j = 0; j < SIZE; j++) + { + sum += 0.1; + p++; + } + dolfin::cout << "sum = " << sum << dolfin::endl; + } + + return 0; +} diff --git a/bench/common/timing/cpp/main.cpp b/bench/common/timing/cpp/main.cpp new file mode 100644 index 0000000..e56d6ad --- /dev/null +++ b/bench/common/timing/cpp/main.cpp @@ -0,0 +1,60 @@ +// Copyright (C) 2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-11-16 +// Last changed: 2010-11-16 + +#include + +using namespace dolfin; + +#define NUM_REPS 10000000 + +int main(int argc, char* argv[]) +{ + info("Timing access and registration of timings (%d repetitions)", NUM_REPS); + + // Access to timer + double sum = 0.0; + double t0 = time(); + double t1 = t0; + Timer timer_function("time() function"); + for (int i = 0; i < NUM_REPS; i++) + { + t0 = time(); + t1 = time(); + sum += t1 - t0; + } + timer_function.stop(); + dolfin::cout << "sum = " << sum << dolfin::endl << dolfin::endl; + + // Test timer + Timer timer_loop("timer start/stop"); + Timer timer_class("Timer class"); + for (int i = 0; i < NUM_REPS; i++) + { + timer_loop.start(); + timer_loop.stop(); + } + timer_class.stop(); + + // Report timings + list_timings(TimingClear::keep, + { TimingType::wall, TimingType::user, TimingType::system }); + + return 0; +} diff --git a/bench/fem/assembly/cpp/forms.h b/bench/fem/assembly/cpp/forms.h new file mode 100644 index 0000000..449b185 --- /dev/null +++ b/bench/fem/assembly/cpp/forms.h @@ -0,0 +1,100 @@ +// Copyright (C) 2008-2009 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2008-07-22 +// Last changed: 2010-05-03 + +#include +#include + +#include "forms/Poisson2DP1.h" +#include "forms/Poisson2DP2.h" +#include "forms/Poisson2DP3.h" +#include "forms/THStokes2D.h" +#include "forms/StabStokes2D.h" +#include "forms/Elasticity3D.h" +#include "forms/NSEMomentum3D.h" + +#define SIZE_2D 256 +#define SIZE_3D 32 + +using namespace dolfin; + +double bench_form(std::string form_name, double (*foo)(Form&)) +{ + if (form_name == "poisson1") + { + auto mesh = std::make_shared(SIZE_2D, SIZE_2D); + auto V = std::make_shared(mesh); + Poisson2DP1::BilinearForm form(V, V); + return foo(form); + } + else if (form_name == "poisson2") + { + auto mesh = std::make_shared(SIZE_2D, SIZE_2D); + auto V = std::make_shared(mesh); + Poisson2DP2::BilinearForm form(V, V); + return foo(form); + } + else if (form_name == "poisson3") + { + auto mesh = std::make_shared(SIZE_2D, SIZE_2D); + auto V = std::make_shared(mesh); + Poisson2DP3::BilinearForm form(V, V); + return foo(form); + } + else if (form_name == "stokes") + { + auto mesh = std::make_shared(SIZE_2D, SIZE_2D); + auto V = std::make_shared(mesh); + THStokes2D::BilinearForm form(V, V); + return foo(form); + } + else if (form_name == "stabilization") + { + auto mesh = std::make_shared(SIZE_2D, SIZE_2D); + auto V = std::make_shared(mesh); + auto h = std::make_shared(1.0); + StabStokes2D::BilinearForm form(V, V, h); + return foo(form); + } + else if (form_name == "elasticity") + { + auto mesh = std::make_shared(SIZE_3D, SIZE_3D, SIZE_3D); + auto V = std::make_shared(mesh); + Elasticity3D::BilinearForm form(V, V); + return foo(form); + } + else if (form_name == "navierstokes") + { + auto mesh = std::make_shared(SIZE_3D, SIZE_3D, SIZE_3D); + auto V = std::make_shared(mesh); + auto w = std::make_shared(1.0, 1.0, 1.0); + auto d1 = std::make_shared(1.0); + auto d2 = std::make_shared(1.0); + auto k = std::make_shared(1.0); + auto nu = std::make_shared(1.0); + NSEMomentum3D::BilinearForm form(V, V, w, d1, d2, k, nu); + return foo(form); + } + else + { + error("Unknown form: %s.", form_name.c_str()); + } + + return 0.0; +} diff --git a/bench/fem/assembly/cpp/forms/Elasticity3D.ufl b/bench/fem/assembly/cpp/forms/Elasticity3D.ufl new file mode 100644 index 0000000..da51224 --- /dev/null +++ b/bench/fem/assembly/cpp/forms/Elasticity3D.ufl @@ -0,0 +1,18 @@ +element = VectorElement("Lagrange", tetrahedron, 1) + +v = TestFunction(element) +u = TrialFunction(element) + +E = 10.0 +nu = 0.3 + +mu = E / (2*(1 + nu)) +lmbda = E*nu / ((1 + nu)*(1 - 2*nu)) + +def epsilon(v): + return 0.5*(grad(v) + (grad(v)).T) + +def sigma(v): + return 2*mu*epsilon(v) + lmbda*tr(epsilon(v))*Identity(len(v)) + +a = inner(grad(v), sigma(u))*dx diff --git a/bench/fem/assembly/cpp/forms/NSEMomentum3D.ufl b/bench/fem/assembly/cpp/forms/NSEMomentum3D.ufl new file mode 100644 index 0000000..772cdf3 --- /dev/null +++ b/bench/fem/assembly/cpp/forms/NSEMomentum3D.ufl @@ -0,0 +1,18 @@ +element = VectorElement("Lagrange", tetrahedron, 1) + +v = TestFunction(element) +u = TrialFunction(element) + +constant_scalar = FiniteElement("Discontinuous Lagrange", tetrahedron, 0) +constant_vector = VectorElement("Discontinuous Lagrange", tetrahedron, 0) + +w = Coefficient(constant_vector) +d1 = Coefficient(constant_scalar) +d2 = Coefficient(constant_scalar) +k = Coefficient(constant_scalar) +nu = Coefficient(constant_scalar) + +G_a = inner(v, u)*dx + 0.5*k*nu*inner(grad(v), grad(u))*dx + 0.5*k*inner(v, dot(w, grad(u)))*dx +SD_a = d1*0.5*k*dot(dot(w, grad(v)), dot(w, grad(u)))*dx + d2*0.5*k*div(v)*div(u)*dx + +a = G_a + SD_a diff --git a/bench/fem/assembly/cpp/forms/Poisson2DP1.ufl b/bench/fem/assembly/cpp/forms/Poisson2DP1.ufl new file mode 100644 index 0000000..cac2a7a --- /dev/null +++ b/bench/fem/assembly/cpp/forms/Poisson2DP1.ufl @@ -0,0 +1,6 @@ +element = FiniteElement("Lagrange", triangle, 1) + +v = TestFunction(element) +u = TrialFunction(element) + +a = dot(grad(v), grad(u))*dx diff --git a/bench/fem/assembly/cpp/forms/Poisson2DP2.ufl b/bench/fem/assembly/cpp/forms/Poisson2DP2.ufl new file mode 100644 index 0000000..62120d5 --- /dev/null +++ b/bench/fem/assembly/cpp/forms/Poisson2DP2.ufl @@ -0,0 +1,6 @@ +element = FiniteElement("Lagrange", triangle, 2) + +v = TestFunction(element) +u = TrialFunction(element) + +a = dot(grad(v), grad(u))*dx diff --git a/bench/fem/assembly/cpp/forms/Poisson2DP3.ufl b/bench/fem/assembly/cpp/forms/Poisson2DP3.ufl new file mode 100644 index 0000000..b1a90c7 --- /dev/null +++ b/bench/fem/assembly/cpp/forms/Poisson2DP3.ufl @@ -0,0 +1,6 @@ +element = FiniteElement("Lagrange", triangle, 3) + +v = TestFunction(element) +u = TrialFunction(element) + +a = dot(grad(v), grad(u))*dx diff --git a/bench/fem/assembly/cpp/forms/StabStokes2D.ufl b/bench/fem/assembly/cpp/forms/StabStokes2D.ufl new file mode 100644 index 0000000..8975a7d --- /dev/null +++ b/bench/fem/assembly/cpp/forms/StabStokes2D.ufl @@ -0,0 +1,11 @@ +vector = VectorElement("Lagrange", triangle, 1) +scalar = FiniteElement("Discontinuous Lagrange", triangle, 0) +element = vector * scalar + +(v, q) = TestFunctions(element) +(u, p) = TrialFunctions(element) + +h = Coefficient(scalar) +delta = 0.2*h*h + +a = (inner(grad(v), grad(u)) - div(v)*p + q*div(u) + delta*inner(grad(q), grad(p)))*dx diff --git a/bench/fem/assembly/cpp/forms/THStokes2D.ufl b/bench/fem/assembly/cpp/forms/THStokes2D.ufl new file mode 100644 index 0000000..15b8df3 --- /dev/null +++ b/bench/fem/assembly/cpp/forms/THStokes2D.ufl @@ -0,0 +1,8 @@ +vector = VectorElement("Lagrange", triangle, 2) +scalar = FiniteElement("Lagrange", triangle, 1) +element = vector * scalar + +(v, q) = TestFunctions(element) +(u, p) = TrialFunctions(element) + +a = (inner(grad(v), grad(u)) - div(v)*p + q*div(u))*dx diff --git a/bench/fem/assembly/cpp/main.cpp b/bench/fem/assembly/cpp/main.cpp new file mode 100644 index 0000000..8f76565 --- /dev/null +++ b/bench/fem/assembly/cpp/main.cpp @@ -0,0 +1,170 @@ +// Copyright (C) 2008-2010 Dag Lindbo, Anders Logg and Ilmar Wilbers +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2008-07-22 +// Last changed: 2011-09-21 + +#include +#include +#include +#include +#include "forms.h" + +using namespace dolfin; + +double assemble_form(Form& form) +{ + // Assemble once + const double t0 = time(); + Matrix A; + Assembler assembler; + assembler.assemble(A, form); + return time() - t0; +} + +double reassemble_form(Form& form) +{ + // Assemble once + Matrix A; + Assembler assembler; + assembler.assemble(A, form); + + // Reassemble + const double t0 = time(); + assembler.assemble(A, form); + return time() - t0; +} + +int main(int argc, char* argv[]) +{ + info("Assembly for various forms and backends"); + set_log_active(false); + + // FIXME: Why? + parameters["reorder_dofs_serial"] = false; + + // Forms + std::vector forms; + forms.push_back("poisson1"); + forms.push_back("poisson2"); + forms.push_back("poisson3"); + forms.push_back("stokes"); + forms.push_back("stabilization"); + forms.push_back("elasticity"); + forms.push_back("navierstokes"); + + // Backends + std::vector backends = {"PETSc", "Tpetra", "Eigen"}; + { + for (auto it = backends.begin(); it != backends.end();) + if (has_linear_algebra_backend(*it)) + ++it; + else + it = backends.erase(it); + } + + // Override forms and backends with command-line arguments + if (argc == 3) + { + forms.clear(); + forms.push_back(argv[1]); + backends.clear(); + backends.push_back(argv[2]); + } + else if (argc != 1) + { + std::cout << "Usage: bench [form] [backend]" << std::endl; + exit(1); + } + + // Tables for results + Table t0("Assemble total"); + Table t1("Init dofmap"); + Table t2("Build sparsity"); + Table t3("Init tensor"); + Table t4("Delete sparsity"); + Table t5("Assemble cells"); + Table t6("Overhead"); + Table t7("Reassemble total"); + + // Benchmark assembly + for (unsigned int i = 0; i < forms.size(); i++) + { + std::cout << "Form: " << forms[i] << std::endl; + for (unsigned int j = 0; j < backends.size(); j++) + { + parameters["linear_algebra_backend"] = backends[j]; + parameters["timer_prefix"] = backends[j]; + std::cout << " Backend: " << backends[j] << std::endl; + const double tt0 = bench_form(forms[i], assemble_form); + const auto timing1 = timing(backends[j] + t1.name(), TimingClear::clear); + const auto timing2 = timing(backends[j] + t2.name(), TimingClear::clear); + const auto timing3 = timing(backends[j] + t3.name(), TimingClear::clear); + const auto timing4 = timing(backends[j] + t4.name(), TimingClear::clear); + const auto timing5 = timing(backends[j] + t5.name(), TimingClear::clear); + const double tt1 + = std::get<1>(timing1)/static_cast(std::get<0>(timing1)); + const double tt2 + = std::get<1>(timing2)/static_cast(std::get<0>(timing2)); + const double tt3 + = std::get<1>(timing3)/static_cast(std::get<0>(timing3)); + const double tt4 + = std::get<1>(timing4)/static_cast(std::get<0>(timing4)); + const double tt5 + = std::get<1>(timing5)/static_cast(std::get<0>(timing5)); + t0(forms[i], backends[j]) = tt0; + t1(forms[i], backends[j]) = tt1; + t2(forms[i], backends[j]) = tt2; + t3(forms[i], backends[j]) = tt3; + t4(forms[i], backends[j]) = tt4; + t5(forms[i], backends[j]) = tt5; + t6(forms[i], backends[j]) = tt0 - tt1 - tt2 - tt3 - tt4 - tt5; + std::cout << " BENCH " << forms[i] << "-" << backends[j] << " " << tt0 + << std::endl; + } + } + + // Benchmark reassembly + if (argc == 1) + { + for (unsigned int i = 0; i < forms.size(); i++) + { + std::cout << "Form: " << forms[i] << std::endl; + for (unsigned int j = 0; j < backends.size(); j++) + { + parameters["linear_algebra_backend"] = backends[j]; + parameters["timer_prefix"] = backends[j]; + std::cout << " Backend: " << backends[j] << std::endl; + t7(forms[i], backends[j]) = bench_form(forms[i], reassemble_form); + } + } + } + + // Display results + set_log_active(true); + std::cout << std::endl; info(t0, true); + std::cout << std::endl; info(t1, true); + std::cout << std::endl; info(t2, true); + std::cout << std::endl; info(t3, true); + std::cout << std::endl; info(t4, true); + std::cout << std::endl; info(t5, true); + std::cout << std::endl; info(t6, true); + if (argc == 1) + std::cout << std::endl; info(t7, true); + + return 0; +} diff --git a/bench/fem/assembly/python/broken b/bench/fem/assembly/python/broken new file mode 100755 index 0000000..fed3ea6 --- /dev/null +++ b/bench/fem/assembly/python/broken @@ -0,0 +1,98 @@ +# Copyright (C) 2008 Ilmar Wilbers +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Anders Logg, 2008. +# +# First added: 2008-06-04 +# Last changed: 2008-07-21 + +# Be careful to first run the benchmark once in order for +# the Python extensions to be created, or else the timings +# will not be correct. + +from dolfin import * +from time import time +import sys + +def make_form(name, mesh): + globals()['mesh'] = mesh + execfile("../forms/" + name + '.form', globals()) + try: + return a + except: + print "No object 'a' to return in file %s.form" %name + return None + +def bench_form(form, mesh, reps=1): + totaltime = 0.0 + t0 = time() + A = assemble(form, mesh) + totaltime += time() - t0 + for i in range(reps - 1): + t0 = time() + assemble(form, mesh, tensor=A, reset_sparsity=False) + totaltime += time() - t0 + return totaltime / float(reps) + +def make_mesh(name, dim): + if dim == 3: + N = 32 + mesh = UnitCube(N, N, N) + return mesh + else: + N = 256 + mesh = UnitSquare(N, N) + return mesh + +if __name__ == "__main__": + try: + reps = int(sys.argv[1]) + except: + print 'Usage: %s number_of_repetitions [1]' %sys.argv[0] + reps = 1 + +# Backends +backends = ["uBLAS", "PETSc", "Tpetra", "Eigen"] + +# Forms +forms = ["Elasticity3D", + "PoissonP1", + "PoissonP2", + "PoissonP3", + "THStokes2D", + "NSEMomentum3D", + "StabStokes2D"] + +dolfin_set("output destination", "silent") +results = Table("Assembly benchmark") + +for backend in backends: + dolfin_set("linear algebra backend", backend) + for form in forms: + dim = 2 if not form.find("3D") > -1 else 3 + m = make_mesh(form, dim) + a = make_form(form, m) + print "Assembling %s with %s" % (form, backend) + t = bench_form(a, m, reps=reps) + results.set(backend, form, t) + +dolfin_set("output destination", "terminal") +print "" + +results.disp() +list_timings(TimingClear_keep, + [TimingType_wall, TimingType_user, TimingType_system]) diff --git a/bench/fem/convergence/cpp/Poisson2D_1.ufl b/bench/fem/convergence/cpp/Poisson2D_1.ufl new file mode 100644 index 0000000..1f399d5 --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson2D_1.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 2D for q = 1 + +element = FiniteElement("Lagrange", triangle, 1) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson2D_2.ufl b/bench/fem/convergence/cpp/Poisson2D_2.ufl new file mode 100644 index 0000000..589cce9 --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson2D_2.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 2D for q = 2 + +element = FiniteElement("Lagrange", triangle, 2) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson2D_3.ufl b/bench/fem/convergence/cpp/Poisson2D_3.ufl new file mode 100644 index 0000000..b429748 --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson2D_3.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 2D for q = 3 + +element = FiniteElement("Lagrange", triangle, 3) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson2D_4.ufl b/bench/fem/convergence/cpp/Poisson2D_4.ufl new file mode 100644 index 0000000..7579b42 --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson2D_4.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 2D for q = 4 + +element = FiniteElement("Lagrange", triangle, 4) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson2D_5.ufl b/bench/fem/convergence/cpp/Poisson2D_5.ufl new file mode 100644 index 0000000..97e5382 --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson2D_5.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 2D for q = 5 + +element = FiniteElement("Lagrange", triangle, 5) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson3D_1.ufl b/bench/fem/convergence/cpp/Poisson3D_1.ufl new file mode 100644 index 0000000..abc182a --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson3D_1.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 3D for q = 1 + +element = FiniteElement("Lagrange", tetrahedron, 1) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson3D_2.ufl b/bench/fem/convergence/cpp/Poisson3D_2.ufl new file mode 100644 index 0000000..31812fe --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson3D_2.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 3D for q = 2 + +element = FiniteElement("Lagrange", tetrahedron, 2) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson3D_3.ufl b/bench/fem/convergence/cpp/Poisson3D_3.ufl new file mode 100644 index 0000000..e105f8c --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson3D_3.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 3D for q = 3 + +element = FiniteElement("Lagrange", tetrahedron, 3) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/Poisson3D_4.ufl b/bench/fem/convergence/cpp/Poisson3D_4.ufl new file mode 100644 index 0000000..ee902a0 --- /dev/null +++ b/bench/fem/convergence/cpp/Poisson3D_4.ufl @@ -0,0 +1,30 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2006-03-28 +# +# Poisson's equation in 3D for q = 4 + +element = FiniteElement("Lagrange", tetrahedron, 4) + +v = TestFunction(element) +U = TrialFunction(element) +f = Coefficient(element) + +a = v.dx(i)*U.dx(i)*dx +L = v*f*dx diff --git a/bench/fem/convergence/cpp/README b/bench/fem/convergence/cpp/README new file mode 100644 index 0000000..bb5b742 --- /dev/null +++ b/bench/fem/convergence/cpp/README @@ -0,0 +1,46 @@ +This test program solves Poisson's equation + + - div grad u = f + +on the unit square and on the unit cube with homogeneous Dirichlet +boundary conditions. + +In 2D, the right-hand side f is given by + + f(x, y) = 2 pi^2 sin(x) sin(y) + +and the exact solution is u(x, y) = sin(x) sin(y). + +In 3D, the right-hand side f is given by + + f(x, y) = 3 pi^2 sin(x) sin(y) sin(z) + +and the exact solution is u(x, y) = sin(x) sin(y) sin(z). + +The solution is computed with Lagrange finite elements of degree 1-5 +and the error is computed in the maximum norm (maximum taken only over +the values at vertices). + +Here are the results (2005-06-30, DOLFIN version 0.5.7+): + +Maximum norm error in 2D: +------------------------- + + | h = 1/2 h = 1/4 h = 1/8 +------------------------------------ +q = 1 | 3.831e-01 1.375e-01 3.748e-02 +q = 2 | 1.067e-02 1.782e-03 1.480e-04 +q = 3 | 3.675e-03 5.417e-04 4.243e-05 +q = 4 | 1.027e-03 2.644e-05 4.862e-07 +q = 5 | 1.639e-05 1.803e-06 3.985e-08 + +Maximum norm error in 3D: +------------------------- + + | h = 1/2 h = 1/4 h = 1/8 +------------------------------------ +q = 1 | 5.065e-01 2.129e-01 6.127e-02 +q = 2 | 3.890e-02 6.874e-03 5.589e-04 +q = 3 | 1.088e-03 1.722e-03 1.535e-04 +q = 4 | 6.868e-03 2.154e-04 3.983e-06 +q = 5 | 3.821e-04 1.450e-05 3.598e-07 diff --git a/bench/fem/convergence/cpp/main.cpp b/bench/fem/convergence/cpp/main.cpp new file mode 100644 index 0000000..d8b4d56 --- /dev/null +++ b/bench/fem/convergence/cpp/main.cpp @@ -0,0 +1,270 @@ +// Copyright (C) 2005-2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . + +#include +#include "Poisson2D_1.h" +#include "Poisson2D_2.h" +#include "Poisson2D_3.h" +#include "Poisson2D_4.h" +#include "Poisson2D_5.h" +#include "Poisson3D_1.h" +#include "Poisson3D_2.h" +#include "Poisson3D_3.h" +#include "Poisson3D_4.h" + +using namespace dolfin; + +// Boundary condition +class DirichletBoundary : public SubDomain +{ +public: + + DirichletBoundary() {} + + bool inside(const Array& x, bool on_boundary) const + { return on_boundary; } +}; + +// Right-hand side, 2D +class Source2D : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = 2.0*DOLFIN_PI*DOLFIN_PI*sin(DOLFIN_PI*x[0])*sin(DOLFIN_PI*x[1]); + } +}; + +// Right-hand side, 3D +class Source3D : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = 3.0*DOLFIN_PI*DOLFIN_PI*sin(DOLFIN_PI*x[0])*sin(DOLFIN_PI*x[1])*sin(DOLFIN_PI*x[2]); + } +}; + +// Solve equation and compute error, 2D +double solve2D(int q, int n) +{ + printf("Solving Poisson's equation in 2D for q = %d, n = %d.\n", q, n); + + // Set up problem + auto mesh = std::make_shared(n, n); + auto f = std::make_shared(); + auto zero = std::make_shared(0.0); + + // Choose forms + Form* a = 0; + Form* L = 0; + std::shared_ptr V; + switch (q) + { + case 1: + V = std::make_shared(mesh); + a = new Poisson2D_1::BilinearForm(V, V); + L = new Poisson2D_1::LinearForm(V, f); + break; + case 2: + V = std::make_shared(mesh); + a = new Poisson2D_2::BilinearForm(V, V); + L = new Poisson2D_2::LinearForm(V, f); + break; + case 3: + V = std::make_shared(mesh); + a = new Poisson2D_3::BilinearForm(V, V); + L = new Poisson2D_3::LinearForm(V, f); + break; + case 4: + V = std::make_shared(mesh); + a = new Poisson2D_4::BilinearForm(V, V); + L = new Poisson2D_4::LinearForm(V, f); + break; + case 5: + V = std::make_shared(mesh); + a = new Poisson2D_5::BilinearForm(V, V); + L = new Poisson2D_5::LinearForm(V, f); + break; + default: + error("Forms not compiled for q = %d.", q); + } + + // Set up boundary conditions + auto boundary = std::make_shared(); + DirichletBC bc(V, zero, boundary); + + // Discretize equation + Matrix A; + Vector x, b; + assemble(A, *a); + assemble(b, *L); + bc.apply(A, b); + + // Solve the linear system + KrylovSolver solver("gmres"); + solver.parameters["relative_tolerance"] = 1e-14; + solver.solve(A, x, b); + + // Compute maximum norm of error + double emax = 0.0; + std::vector U; + x.get_local(U); + for (VertexIterator v(*mesh); !v.end(); ++v) + { + const Point p = v->point(); + const double u = sin(DOLFIN_PI*p.x())*sin(DOLFIN_PI*p.y()); + const double e = std::abs(U[v->index()] - u); + emax = std::max(emax, e); + } + + delete a; + delete L; + + return emax; +} + +// Solve equation and compute error, 3D +double solve3D(int q, int n) +{ + printf("Solving Poisson's equation in 3D for q = %d, n = %d.\n", q, n); + + // Set up problem + auto mesh = std::make_shared(n, n, n); + auto f = std::make_shared(); + auto zero = std::make_shared(0.0); + + // Choose forms + Form* a = 0; + Form* L = 0; + std::shared_ptr V; + switch (q) + { + case 1: + V = std::make_shared(mesh); + a = new Poisson3D_1::BilinearForm(V, V); + L = new Poisson3D_1::LinearForm(V, f); + break; + case 2: + V = std::make_shared(mesh); + a = new Poisson3D_2::BilinearForm(V, V); + L = new Poisson3D_2::LinearForm(V, f); + break; + case 3: + V = std::make_shared(mesh); + a = new Poisson3D_3::BilinearForm(V, V); + L = new Poisson3D_3::LinearForm(V, f); + break; + case 4: + V = std::make_shared(mesh); + a = new Poisson3D_4::BilinearForm(V, V); + L = new Poisson3D_4::LinearForm(V, f); + break; + default: + error("Forms not compiled for q = %d.", q); + } + + // Set up boundary conditions + auto boundary = std::make_shared(); + DirichletBC bc(V, zero, boundary); + + // Discretize equation + Matrix A; + Vector x, b; + assemble(A, *a); + assemble(b, *L); + bc.apply(A, b); + + // Solve the linear system + KrylovSolver solver("gmres"); + solver.parameters["relative_tolerance"] = 1e-14; + solver.solve(A, x, b); + + // Compute maximum norm of error + double emax = 0.0; + std::vector U; + x.get_local(U); + for (VertexIterator v(*mesh); !v.end(); ++v) + { + const Point p = v->point(); + const double u = sin(DOLFIN_PI*p.x())*sin(DOLFIN_PI*p.y())*sin(DOLFIN_PI*p.z()); + const double e = std::abs(U[v->index()] - u); + emax = std::max(emax, e); + } + + delete a; + delete L; + + return emax; +} + +int main() +{ + info("Runtime of convergence benchmark"); + + set_log_active(false); + + const int qmax_2D = 5; + const int qmax_3D = 4; + const int num_meshes = 3; + std::vector> e2D(qmax_2D, + std::vector(num_meshes)); + std::vector> e3D(qmax_3D, + std::vector(num_meshes)); + + // Compute errors in 2D + for (int q = 1; q <= qmax_2D; q++) + { + int n = 2; + for (int i = 0; i < num_meshes; i++) + { + e2D[q - 1][i] = solve2D(q, n); + n *= 2; + } + } + + // Compute errors in 3D + for (int q = 1; q <= qmax_3D; q++) + { + int n = 2; + for (int i = 0; i < num_meshes; i++) + { + e3D[q - 1][i] = solve3D(q, n); + n *= 2; + } + } + + // Write errors in 2D + printf("\nMaximum norm error in 2D:\n"); + printf("-------------------------\n"); + for (int q = 1; q <= qmax_2D; q++) + { + printf("q = %d:", q); + for (int i = 0; i < num_meshes; i++) + printf(" %.3e", e2D[q - 1][i]); + printf("\n"); + } + + // Write errors in 3D + printf("\nMaximum norm error in 3D:\n"); + printf("-------------------------\n"); + for (int q = 1; q <= qmax_3D; q++) + { + printf("q = %d:", q); + for (int i = 0; i < num_meshes; i++) + printf(" %.3e", e3D[q - 1][i]); + printf("\n"); + } +} diff --git a/bench/fem/jit/python/bench_fem_jit_python b/bench/fem/jit/python/bench_fem_jit_python new file mode 100755 index 0000000..a411c81 --- /dev/null +++ b/bench/fem/jit/python/bench_fem_jit_python @@ -0,0 +1,76 @@ +#!/usr/bin/env python + +"""This script provides a benchmark for the JIT compiler, in +particular the speed of the in-memory cache.""" + +# Copyright (C) 2008-2010 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2008-09-04 +# Last changed: 2010-05-03 + +from dolfin import * +from time import time + +print "JIT compilation (in memory cache)" + +# Benchmark parameters +NUM_REPS = 10 +SIZE = 3 + +# Create mesh +mesh = UnitCubeMesh(SIZE, SIZE, SIZE) + +# Create form (velocity equation for "G2") +V = VectorFunctionSpace(mesh, "Lagrange", 1) +Q = FunctionSpace(mesh, "Lagrange", 1) +DG = FunctionSpace(mesh, "DG", 0) +DGv = VectorFunctionSpace(mesh, "DG", 0) + +v = TestFunction(V) +q = TestFunction(Q) +u = TrialFunction(V) +p = TrialFunction(Q) +u0 = Function(V) +p1 = Function(Q) +W = Function(DGv) +nu = Constant(0.1) +k = Constant(0.1) +h = 2*Circumradius(mesh) +d1 = h +d2 = 2.0*h + +U = 0.5*(u0 + u) + +F = (1.0/k)*inner(v, u - u0) + inner(v, grad(U)*W) + nu*inner(grad(v), grad(U)) - div(v)*p1 + \ + d1*inner(grad(v)*W, grad(U)*W) + d2*div(v)*div(U) +a = lhs(F*dx) + +# JIT compile once +t0 = time() +jit(a) +t1 = time() - t0 + +# Then JIT compile some more +t0 = time() +for i in range(NUM_REPS): + jit(a) +t2 = (time() - t0) / float(NUM_REPS) + +print "Disk cache: ", t1 +print "In-memory cache:", t2 +print "BENCH", t2 diff --git a/bench/fem/speedup/cpp/Poisson.ufl b/bench/fem/speedup/cpp/Poisson.ufl new file mode 100644 index 0000000..44e4af0 --- /dev/null +++ b/bench/fem/speedup/cpp/Poisson.ufl @@ -0,0 +1,31 @@ +# Copyright (C) 2009 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-09-15 +# Last changed: 2009-09-15 +# +# The bilinear form a(v, u) and linear form L(v) for +# Poisson's equation. + +element = FiniteElement("Lagrange", tetrahedron, 1) + +v = TestFunction(element) +u = TrialFunction(element) +f = Coefficient(element) + +a = inner(grad(v), grad(u))*dx +L = v*f*dx diff --git a/bench/fem/speedup/cpp/README b/bench/fem/speedup/cpp/README new file mode 100644 index 0000000..713dbc5 --- /dev/null +++ b/bench/fem/speedup/cpp/README @@ -0,0 +1,16 @@ +This benchmark tests parallel speedup for assembly and solve. +It is organized as follows: + + assemble-poisson: simple program for assembling Poisson matrix + solve-poisson: simple program for solving Poisson's equation + + submit-bench: script for submitting jobs using dolfin_utils.pjobs + analyse-bench: script for analysing output from submit-bench + + bench: script used on benchbot for simple checking of speedup + +Possible future improvements: + + 1. MUMPS vs UMFPACK gives skewed results (MUMPS faster?) + 2. Time assemble_cells and apply separately + 3. Use barriers between timings diff --git a/bench/fem/speedup/cpp/analyse-bench b/bench/fem/speedup/cpp/analyse-bench new file mode 100755 index 0000000..faf6bcc --- /dev/null +++ b/bench/fem/speedup/cpp/analyse-bench @@ -0,0 +1,90 @@ +#!/usr/bin/env python + +# Copyright (C) 2009 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Johan Hake, 2009. +# +# First added: 2009-09-15 +# Last changed: 2011-01-04 + +# FIXME: Not checked if working! + +from dolfin import * +from glob import glob +from numpy import arange + +# Size of mesh +size = 128 + +# Number of processes to use +# NOTE: Largest number of processors to run is 2^EXP +EXP = 6 +num_processes = list(2**arange(EXP+1)) + +# Function for extracting log file +def get_filename(pattern): + filenames = glob(pattern) + if len(filenames) == 0: + raise IOError, "Unable to open file: %s" % pattern + elif len(filenames) > 1: + raise RuntimeError, "More than one data file, don't know which one to pick: " + ", ".join(filenames) + filename = filenames[0] + print "Reading data from %s..." % filename + return filename + +# Iterate over process range +assemble_time = [] +assemble_second_time = [] +solve_time = [] + +# Remove run with one processor +if 1 in num_processes: + num_processes.remove(1) + +for np in num_processes: + + # Read timings for assemble benchmark + lines = open(get_filename(\ + "assemble-poisson_np_%d_size_%d.log*" % (np, size))).readlines() + assemble_time.append(float([line for line in lines \ + if "TIME (first assembly):" in \ + line][0].split("TIME (first assembly): ")[-1])) + + assemble_second_time.append(float([line for line in lines \ + if "TIME (second assembly):" in \ + line][0].split("TIME (second assembly): ")[-1])) + + # Read timings for solve benchmark + filename = get_filename("solve-poisson_np_%d_size_%d.log*" % (np, size)) + solve_time.append(float([line for line in open(filename).readlines()\ + if "TIME:" in line][0].split("TIME: ")[-1])) + +# Compute speedups +scale_assemble = [assemble_time[0] / t for t in assemble_time] +scale_second_assemble = [assemble_second_time[0] / t for t in assemble_second_time] +scale_solve = [solve_time[0] / t for t in solve_time] + +# Print results +table = Table("Speedup") +for i, np in enumerate(num_processes): + table.set(str(np), "Assemble (first)", scale_assemble[i]) + table.set(str(np), "Assemble (second)", scale_second_assemble[i]) + table.set(str(np), "Solve", scale_solve[i]) + +print "" +info(table, True) diff --git a/bench/fem/speedup/cpp/assemble-poisson.cpp b/bench/fem/speedup/cpp/assemble-poisson.cpp new file mode 100644 index 0000000..23eb45c --- /dev/null +++ b/bench/fem/speedup/cpp/assemble-poisson.cpp @@ -0,0 +1,71 @@ +// Copyright (C) 2009 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2009-09-15 +// Last changed: 2012-12-12 +// +// Simple Poisson assembler + +#include +#include +#include "Poisson.h" + +using namespace dolfin; + +int main(int argc, char* argv[]) +{ + // Parse command-line arguments + if (argc != 2) + { + info("Usage: solve-poisson n"); + return 1; + } + int n = atoi(argv[1]); + + // Create mesh and function space + auto mesh = std::make_shared(n, n, n); + auto V = std::make_shared(mesh); + + const MPI_Comm comm = mesh->mpi_comm(); + + // Assemble matrix + Poisson::BilinearForm a(V, V); + Matrix A; + dolfin::MPI::barrier(comm); + double t = time(); + Assembler assembler; + assembler.assemble(A, a); + dolfin::MPI::barrier(comm); + t = time() - t; + + // Report timing + if (dolfin::MPI::rank(comm) == 0) + info("TIME (first assembly): %.5g", t); + + // Re-assemble matrix + dolfin::MPI::barrier(comm); + t = time(); + assembler.assemble(A, a); + dolfin::MPI::barrier(comm); + t = time() - t; + + // Report timing + if (dolfin::MPI::rank(comm) == 0) + info("TIME (second assembly): %.5g", t); + + return 0; +} diff --git a/bench/fem/speedup/cpp/bench_fem_speedup_cpp b/bench/fem/speedup/cpp/bench_fem_speedup_cpp new file mode 100755 index 0000000..b134894 --- /dev/null +++ b/bench/fem/speedup/cpp/bench_fem_speedup_cpp @@ -0,0 +1,76 @@ +#!/usr/bin/env python + +# Copyright (C) 2010 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Garth N. Wells, 2011. +# Modified by Johannes Ring, 2011. +# +# First added: 2010-05-03 +# Last changed: 2011-04-05 + +import commands + +# Parameters for benchmark +SIZE = 64 +NUM_PROCS = 4 + +print "Assembly/solve speedup running on %s processors" % NUM_PROCS + +# Function for extracting test name and time from benchmark +def get_time(output): + lines = [line for line in output.split("\n") if "TIME" in line] + timing = [] + for line in lines: + time = float(line.split(":")[-1]) + name = line.split(":")[-2].strip("Process 0: ").strip("TIME").strip(None).replace("(", "").replace(")", "") + timing.append( (name, time) ) + return timing + +# Serial assembly +output = commands.getoutput("./bench_assemble-poisson %d" % SIZE) +assembly_t1 = get_time(output) +print "Serial assembly:", assembly_t1 + +# Parallel assembly +output = commands.getoutput("mpirun -n %d ./bench_assemble-poisson %d" % (NUM_PROCS, SIZE)) +assembly_t2 = get_time(output) +print "Parallel assembly:", assembly_t2 + +# Serial solve +output = commands.getoutput("./bench_solve-poisson %d" % SIZE) +solve_t1 = get_time(output) +print "Serial solve:", solve_t1 + +# Parallel solve +output = commands.getoutput("mpirun -n %d ./bench_solve-poisson %d" % (NUM_PROCS, SIZE)) +solve_t2 = get_time(output) +print "Parallel solve:", solve_t2 + +print "assembly" +for test1, test2 in zip(assembly_t1, assembly_t2): + print " ", test1[0] + ":", test1[1]/test2[1] + +print "solve" +for test1, test2 in zip(solve_t1, solve_t2): + print " ", test1[0] + ":", test1[1]/test2[1] + +print "BENCH assembly_1st", assembly_t1[0][1] / assembly_t2[0][1] +print "BENCH assembly_2nd", assembly_t1[1][1] / assembly_t2[1][1] +print "BENCH solve_1st", solve_t1[0][1] / solve_t2[0][1] +print "BENCH solve_same_pc_pattern", solve_t1[1][1] / solve_t2[2][1] +print "BENCH solve_same_pc", solve_t1[2][1] / solve_t2[2][1] diff --git a/bench/fem/speedup/cpp/clean.sh b/bench/fem/speedup/cpp/clean.sh new file mode 100755 index 0000000..2fc94dc --- /dev/null +++ b/bench/fem/speedup/cpp/clean.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# Clean out old log files + +rm -f assemble-poisson*.log* +rm -f solve-poisson*.log* diff --git a/bench/fem/speedup/cpp/solve-poisson.cpp b/bench/fem/speedup/cpp/solve-poisson.cpp new file mode 100644 index 0000000..bbb3e3d --- /dev/null +++ b/bench/fem/speedup/cpp/solve-poisson.cpp @@ -0,0 +1,112 @@ +// Copyright (C) 2009 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2009-09-15 +// Last changed: 2012-12-12 +// +// Simple Poisson solver + +#include +#include +#include "Poisson.h" + +using namespace dolfin; + +int main(int argc, char* argv[]) +{ + #ifdef HAS_PETSC + + parameters["linear_algebra_backend"] = "PETSc"; + + // Parse command-line arguments + if (argc != 2) + { + info("Usage: solve-poisson n"); + return 1; + } + int n = atoi(argv[1]); + + // Create mesh and function space + auto mesh = std::make_shared(n, n, n); + auto V = std::make_shared(mesh); + + // MPI communicator + const MPI_Comm comm = mesh->mpi_comm(); + + // Define boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, u0, boundary); + + // Define variational problem + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + auto f= std::make_shared(1.0); + L.f = f; + Function u(V); + + // Prepare iterative solver + const auto pc = std::make_shared("petsc_amg"); + PETScKrylovSolver solver("cg", pc); + + // Assemble matrix and vector, and apply Dirichlet boundary conditions + Matrix A; + Vector b; + assemble(A, a); + assemble(b, L); + bc.apply(A, b); + bc.apply(*u.vector()); + + // Solve linear system + dolfin::MPI::barrier(comm); + double t = time(); + solver.solve(A, *u.vector(), b); + dolfin::MPI::barrier(comm); + t = time() - t; + if (dolfin::MPI::rank(comm) == 0) + info("TIME (first time): %.5g", t); + + // Solve linear system (preconditioner assuming same non-zero pattern) + if (solver.parameters.has_key("preconditioner")) + solver.parameters("preconditioner")["structure"] = "same_nonzero_pattern"; + u.vector()->zero(); + dolfin::MPI::barrier(comm); + t = time(); + solver.solve(A, *u.vector(), b); + dolfin::MPI::barrier(comm); + t = time() - t; + if (dolfin::MPI::rank(comm) == 0) + info("TIME (same nonzero pattern): %.5g", t); + + // Solve linear system (re-use preconditioner) + if (solver.parameters.has_key("preconditioner")) + solver.parameters("preconditioner")["structure"] = "same"; + u.vector()->zero(); + dolfin::MPI::barrier(comm); + t = time(); + solver.solve(A, *u.vector(), b); + dolfin::MPI::barrier(comm); + t = time() - t; + if (dolfin::MPI::rank(comm) == 0) + info("TIME (re-use preconditioner): %.5g", t); + + #else + error("This benchmark requires PETSc."); + #endif + + return 0; +} diff --git a/bench/fem/speedup/cpp/submit-bench b/bench/fem/speedup/cpp/submit-bench new file mode 100755 index 0000000..1a243e7 --- /dev/null +++ b/bench/fem/speedup/cpp/submit-bench @@ -0,0 +1,62 @@ +#!/usr/bin/env python +# +# This script submits jobs for measuring parallel speedup. +# +# Copyright (C) 2009 Johan Hake +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Anders Logg, 2009. +# +# First added: 2009-09-15 +# Last changed: 2011-01-04 + +from dolfin_utils.pjobs import submit +from numpy import arange +import sys + +# Parameters for benchmark +SIZE = 128 + +# Number of processes to use +# NOTE: Largest number of processors to run is 2^EXP +EXP = 6 +num_processes = list(2**arange(EXP+1)) + +# Check command-line arguments +dryrun = True if 'dryrun' in sys.argv else False + +# Iterate over process range +for np in num_processes: + + if np == 1: + run_cmd = "" + else: + run_cmd = "mpirun.openmpi -n %d " % np + + # Submit assemble benchmark + submit("%s./assemble-poisson %d" % (run_cmd, SIZE), + nodes=max(1, np/8), + ppn=8, # Grab all cores on a node + name="assemble-poisson_np_%d_size_%d.log" % (np, SIZE), + dryrun=dryrun) + + # Submit solve benchmark + submit("%s./solve-poisson %d" % (run_cmd, SIZE), + nodes=max(1, np/8), + ppn=8, # Grab all cores on a node + name="solve-poisson_np_%d_size_%d.log" % (np, SIZE), + dryrun=dryrun) diff --git a/bench/function/evaluation/cpp/P1.ufl b/bench/function/evaluation/cpp/P1.ufl new file mode 100644 index 0000000..602a800 --- /dev/null +++ b/bench/function/evaluation/cpp/P1.ufl @@ -0,0 +1,27 @@ +# Copyright (C) 2009 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-06-18 +# Last changed: +# +# The bilinear form a(v, u) and linear form L(v) for +# projection onto piecewise quadratics. +# +# Compile this form with FFC: ffc -l dolfin P1.ufl + +element = FiniteElement("Lagrange", tetrahedron, 1) + diff --git a/bench/function/evaluation/cpp/main.cpp b/bench/function/evaluation/cpp/main.cpp new file mode 100644 index 0000000..dfb9c4a --- /dev/null +++ b/bench/function/evaluation/cpp/main.cpp @@ -0,0 +1,80 @@ +// Copyright (C) 2010 Andre Massing +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-06-10 +// Last changed: 2012-12-12 +// +// Description: Benchmark for the evaluations of functions at arbitrary points. + +#include +#include "P1.h" + +using namespace dolfin; + +class F : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { + values[0] = sin(3.0*x[0])*sin(3.0*x[1])*sin(3.0*x[2]); + } + +}; + +int main(int argc, char* argv[]) +{ + not_working_in_parallel("Function evalutation benchmark"); + + info("Evaluations of functions at arbitrary points."); + + const std::size_t mesh_max_size = 32; + const std::size_t num_points = 10000000; + + // Start timing + tic(); + for (std::size_t N = 10; N < mesh_max_size; N += 2) + { + const auto mesh = std::make_shared(N, N, N); + + const auto V0 = std::make_shared(mesh); + Function f0(V0); + F f; + f0.interpolate(f); + + Array X(3); + Array value(1); + + // Initialize random generator generator (produces same sequence each test). + srand(1); + + for (std::size_t i = 1; i <= num_points; ++i) + { + X[0] = std::rand()/static_cast(RAND_MAX); + X[1] = std::rand()/static_cast(RAND_MAX); + X[2] = std::rand()/static_cast(RAND_MAX); + + f.eval(value, X); + } + + // Use X variable. + info("x = %.12e\ty = %.12e\tz = %.12e\tf(x) = %.12e", X[0], X[1], X[2], value[0]); + } + info("BENCH %g",toc()); + + return 0; +} diff --git a/bench/function/extrapolation/python/bench_function_extrapolation_python b/bench/function/extrapolation/python/bench_function_extrapolation_python new file mode 100755 index 0000000..0472969 --- /dev/null +++ b/bench/function/extrapolation/python/bench_function_extrapolation_python @@ -0,0 +1,48 @@ +#!/usr/bin/env python + +"""This script provides a benchmark for Extrapolation""" + +# Copyright (C) 2010 Marie E. Rognes +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2010-06-07 +# Last changed: 2013-06-17 + +from dolfin import * +from time import time + +SIZE = 4 + +info("Extrapolation from P2*dP1 to P3*dP2 on UnitCubeMesh(%d, %d, %d)" + % (SIZE, SIZE, SIZE)) + +mesh = UnitCubeMesh(SIZE, SIZE, SIZE) +cell = mesh.ufl_cell() + +V = FunctionSpace(mesh, VectorElement("CG", cell, 2) * FiniteElement("DG", cell, 1)) +W = FunctionSpace(mesh, VectorElement("CG", cell, 3) * FiniteElement("DG", cell, 2)) + +u = Expression(("sin(x[0])", "1.0", "x[0]*x[1]", "0.0"), degree=3) +u = interpolate(u, V) + +w = Function(W) + +tic = time() +w.extrapolate(u) +t = time() - tic + +print "BENCH: ", t diff --git a/bench/function/interpolation/python/bench_function_interpolation_python b/bench/function/interpolation/python/bench_function_interpolation_python new file mode 100755 index 0000000..132e554 --- /dev/null +++ b/bench/function/interpolation/python/bench_function_interpolation_python @@ -0,0 +1,49 @@ +#!/usr/bin/env python + +"""This script provides a benchmark for interpolation between meshes""" + +# Copyright (C) 2013 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2013-06-17 +# Last changed: 2013-06-21 + +from dolfin import * +from time import time + +SIZE_0 = 21 #71 +SIZE_1 = 23 #73 + +info("Extrapolation from P1 on UnitCubeMesh(%d, %d, %d) to " + "P1 on UnitCubeMesh(%d, %d, %d)" + % (SIZE_0, SIZE_0, SIZE_0, SIZE_1, SIZE_1, SIZE_1)) + +parameters["allow_extrapolation"] = True + +mesh_0 = UnitCubeMesh(SIZE_0, SIZE_0, SIZE_0) +mesh_1 = UnitCubeMesh(SIZE_1, SIZE_1, SIZE_1) + +V0 = FunctionSpace(mesh_0, "CG", 1) +V1 = FunctionSpace(mesh_1, "CG", 1) + +v0 = interpolate(Expression("sin(5*x[0])*cos(7*x[1])"), V0) + +tic = time() +v1 = interpolate(v0, V1) +t = time() - tic + +print "BENCH: ", t diff --git a/bench/geometry/bounding_box_tree_build/cpp/main.cpp b/bench/geometry/bounding_box_tree_build/cpp/main.cpp new file mode 100644 index 0000000..7e526a8 --- /dev/null +++ b/bench/geometry/bounding_box_tree_build/cpp/main.cpp @@ -0,0 +1,46 @@ +// Copyright (C) 2013 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This benchmark measures the performance of building a BoundingBoxTree (and +// one call to compute_entities, which is dominated by building). +// +// First added: 2013-04-18 +// Last changed: 2013-06-25 + +#include +#include + +using namespace dolfin; + +#define SIZE 128 + +int main(int argc, char* argv[]) +{ + info("Build bounding box tree on UnitCubeMesh(%d, %d, %d)", + SIZE, SIZE, SIZE); + + // Create mesh + UnitCubeMesh mesh(SIZE, SIZE, SIZE); + + // Create and build tree + tic(); + BoundingBoxTree tree; + tree.build(mesh); + info("BENCH %g", toc()); + + return 0; +} diff --git a/bench/geometry/bounding_box_tree_compute_closest_entity/cpp/main.cpp b/bench/geometry/bounding_box_tree_compute_closest_entity/cpp/main.cpp new file mode 100644 index 0000000..bd0e085 --- /dev/null +++ b/bench/geometry/bounding_box_tree_compute_closest_entity/cpp/main.cpp @@ -0,0 +1,59 @@ +// Copyright (C) 2013 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This benchmark measures the performance of compute_entity_collisions. +// +// First added: 2013-05-23 +// Last changed: 2013-09-04 + +#include +#include + +using namespace dolfin; + +#define NUM_REPS 1000000 +#define SIZE 64 + +int main(int argc, char* argv[]) +{ + info("Compute closest entity on UnitCubeMesh(%d, %d, %d)", + SIZE, SIZE, SIZE); + + // Create mesh + UnitCubeMesh mesh(SIZE, SIZE, SIZE); + + // First call + BoundingBoxTree tree; + tree.build(mesh); + Point point(-1.0, -1.0, 0.0); + tree.compute_closest_entity(point); + cout << "Built tree, searching for closest point" << endl; + + // Call repeatedly + tic(); + for (int i = 0; i < NUM_REPS; i++) + { + tree.compute_closest_entity(point); + point.coordinates()[1] += 2.0 / static_cast(NUM_REPS); + } + const double t = toc(); + + // Report result + info("BENCH %g", t); + + return 0; +} diff --git a/bench/geometry/bounding_box_tree_compute_entity_collisions/cpp/main.cpp b/bench/geometry/bounding_box_tree_compute_entity_collisions/cpp/main.cpp new file mode 100644 index 0000000..63fc106 --- /dev/null +++ b/bench/geometry/bounding_box_tree_compute_entity_collisions/cpp/main.cpp @@ -0,0 +1,60 @@ +// Copyright (C) 2013 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This benchmark measures the performance of compute_entity_collisions. +// +// First added: 2013-05-23 +// Last changed: 2013-09-04 + +#include +#include + +using namespace dolfin; + +#define NUM_REPS 5000000 +#define SIZE 64 + +int main(int argc, char* argv[]) +{ + info("Compute entity collisions on UnitCubeMesh(%d, %d, %d)", + SIZE, SIZE, SIZE); + + // Create mesh + UnitCubeMesh mesh(SIZE, SIZE, SIZE); + + // First call + BoundingBoxTree tree; + tree.build(mesh); + Point point(0.0, 0.0, 0.0); + tree.compute_entity_collisions(point); + + // Call repeatedly + tic(); + for (int i = 0; i < NUM_REPS; i++) + { + point.coordinates()[0] += 1.0 / static_cast(NUM_REPS); + point.coordinates()[1] += 1.0 / static_cast(NUM_REPS); + point.coordinates()[2] += 1.0 / static_cast(NUM_REPS); + std::vector entities = tree.compute_entity_collisions(point); + } + const double t = toc(); + + // Report result + info("BENCH %g", t); + + return 0; +} diff --git a/bench/la/vector/access/cpp/main.cpp b/bench/la/vector/access/cpp/main.cpp new file mode 100644 index 0000000..4f71586 --- /dev/null +++ b/bench/la/vector/access/cpp/main.cpp @@ -0,0 +1,47 @@ +// Copyright (C) 2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg, 2010. +// +// First added: 2010-03-30 +// Last changed: 2010-05-03 + +#include + +using namespace dolfin; + +#define SIZE 10000000 +#define NUM_REPS 100 + +int main(int argc, char* argv[]) +{ + info("Accessing vector of size %d (%d repetitions)", + SIZE, NUM_REPS); + + parameters.parse(argc, argv); + + Vector x(MPI_COMM_WORLD, SIZE); + x.zero(); + + double sum = 0.0; + for (unsigned int i = 0; i < NUM_REPS; i++) + for (unsigned int j = 0; j < SIZE; j++) + sum += x[j]; + dolfin::cout << "Sum is " << sum << dolfin::endl; + + return 0; +} diff --git a/bench/la/vector/assignment/cpp/main.cpp b/bench/la/vector/assignment/cpp/main.cpp new file mode 100644 index 0000000..f316ee5 --- /dev/null +++ b/bench/la/vector/assignment/cpp/main.cpp @@ -0,0 +1,44 @@ +// Copyright (C) 2006 Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg, 2010. +// +// First added: 2006-08-18 +// Last changed: 2010-05-03 + +#include + +using namespace dolfin; + +#define NUM_REPS 100 +#define SIZE 10000000 + +int main(int argc, char* argv[]) +{ + info("Assigning to vector of size %d (%d repetitions)", + SIZE, NUM_REPS); + + parameters.parse(argc, argv); + + Vector x(MPI_COMM_WORLD, SIZE); + + for (unsigned int i = 0; i < NUM_REPS; i++) + for (unsigned int j = 0; j < SIZE; j++) + x.setitem(j, 1.0); + + return 0; +} diff --git a/bench/logs/bench.log b/bench/logs/bench.log new file mode 100644 index 0000000..f15b489 --- /dev/null +++ b/bench/logs/bench.log @@ -0,0 +1,17392 @@ +(2008, 4, 30, 14, 12, 50) la-vector-access-cpp 15.8298 "Accessing vector of size 10000000 (100 repetitions)" +(2008, 4, 30, 14, 13, 9) la-vector-assignment-cpp 18.8627 "Assigning to vector of size 10000000 (100 repetitions)" +(2008, 4, 30, 14, 13, 16) fem-jit-python 0.555803 "JIT compilation (in memory cache)" +(2008, 4, 30, 14, 13, 28) fem-convergence-cpp 11.4321 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2008, 4, 30, 14, 13, 34) mesh-unitcube-cpp 6.08171 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2008, 4, 30, 14, 14, 50) mesh-refinement-cpp 75.8 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2008, 4, 30, 14, 15, 5) mesh-iteration-cpp 14.4 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2008, 4, 30, 14, 38, 58) common-progress-cpp 526.775 "Creating progress bar with 500000000 steps (5 repetitions)" +(2008, 6, 23, 14, 18, 43) la-vector-access-cpp 15.0198 "Accessing vector of size 10000000 (100 repetitions)" +(2008, 6, 23, 14, 19, 4) la-vector-assignment-cpp 20.8082 "Assigning to vector of size 10000000 (100 repetitions)" +(2008, 6, 23, 14, 19, 5) fem-jit-python 5.6982e-06 "JIT compilation (in memory cache)" +(2008, 6, 23, 14, 19, 20) fem-convergence-cpp 14.7388 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2008, 6, 23, 14, 21, 44) fem-assembly-cpp 143.513 "Assembly for various forms and backends" +(2008, 6, 23, 14, 21, 49) mesh-unitcube-cpp 5.86431 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2008, 6, 23, 14, 23, 5) mesh-refinement-cpp 75.54 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2008, 6, 23, 14, 23, 20) mesh-iteration-cpp 14.43 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2008, 6, 23, 14, 25, 4) common-progress-cpp 520.776 "Creating progress bar with 500000000 steps (5 repetitions)" +(2008, 10, 20, 14, 31, 31) la-vector-access-cpp 14.8214 "Accessing vector of size 10000000 (100 repetitions)" +(2008, 10, 20, 14, 31, 52) la-vector-assignment-cpp 20.3453 "Assigning to vector of size 10000000 (100 repetitions)" +(2008, 10, 20, 14, 31, 57) fem-jit-python 9.65118e-05 "JIT compilation (in memory cache)" +(2008, 10, 20, 14, 32, 8) fem-convergence-cpp 11.3695 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2008, 10, 20, 14, 36, 28) fem-assembly-cpp 259.766 "Assembly for various forms and backends" +(2008, 10, 20, 14, 36, 34) mesh-unitcube-cpp 6.17667 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2008, 10, 20, 14, 37, 50) mesh-refinement-cpp 75.76 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2008, 10, 20, 14, 38, 5) mesh-iteration-cpp 13.98 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2008, 10, 20, 14, 5, 48) common-progress-cpp 520.887 "Creating progress bar with 500000000 steps (5 repetitions)" +(2009, 1, 5, 14, 40, 18) la-vector-access-cpp 15.5729 "Accessing vector of size 10000000 (100 repetitions)" +(2009, 1, 5, 14, 40, 37) la-vector-assignment-cpp 19.2912 "Assigning to vector of size 10000000 (100 repetitions)" +(2009, 1, 5, 14, 40, 42) fem-jit-python 9.86099e-05 "JIT compilation (in memory cache)" +(2009, 1, 5, 14, 40, 53) fem-convergence-cpp 11.4639 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2009, 1, 5, 14, 45, 15) fem-assembly-cpp 261.595 "Assembly for various forms and backends" +(2009, 1, 5, 14, 45, 52) mesh-unitcube-cpp 37.4356 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2009, 1, 5, 14, 47, 14) mesh-refinement-cpp 81.26 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2009, 1, 5, 14, 47, 32) mesh-iteration-cpp 13.98 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2009, 1, 5, 13, 51, 51) common-progress-cpp 511.406 "Creating progress bar with 500000000 steps (5 repetitions)" +(2009, 2, 17, 14, 50, 21) la-vector-access-cpp 14.8237 "Accessing vector of size 10000000 (100 repetitions)" +(2009, 2, 17, 14, 50, 41) la-vector-assignment-cpp 20.2998 "Assigning to vector of size 10000000 (100 repetitions)" +(2009, 2, 17, 14, 50, 46) fem-jit-python 0.00846782 "JIT compilation (in memory cache)" +(2009, 2, 17, 14, 50, 57) fem-convergence-cpp 11.3066 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2009, 2, 17, 14, 55, 21) fem-assembly-cpp 263.869 "Assembly for various forms and backends" +(2009, 2, 17, 14, 55, 59) mesh-unitcube-cpp 38.0645 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2009, 2, 17, 14, 57, 22) mesh-refinement-cpp 82.32 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2009, 2, 17, 14, 57, 40) mesh-iteration-cpp 13.98 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2009, 2, 17, 13, 36, 44) common-progress-cpp 520.814 "Creating progress bar with 500000000 steps (5 repetitions)" +(2009, 4, 7, 15, 0, 43) la-vector-access-cpp 15.8316 "Accessing vector of size 10000000 (100 repetitions)" +(2009, 4, 7, 15, 1, 2) la-vector-assignment-cpp 19.2988 "Assigning to vector of size 10000000 (100 repetitions)" +(2009, 4, 7, 15, 1, 7) fem-jit-python 0.00636039 "JIT compilation (in memory cache)" +(2009, 4, 7, 15, 1, 42) fem-convergence-cpp 35.5486 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2009, 4, 7, 15, 11, 21) fem-assembly-cpp 579.254 "Assembly for various forms and backends" +(2009, 4, 7, 15, 12, 0) mesh-unitcube-cpp 38.1176 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2009, 4, 7, 15, 13, 22) mesh-refinement-cpp 82.04 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2009, 4, 7, 15, 13, 40) mesh-iteration-cpp 13.97 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2009, 4, 7, 11, 40, 54) common-progress-cpp 520.816 "Creating progress bar with 500000000 steps (5 repetitions)" +(2009, 9, 26, 11, 5, 0) common-progress-cpp 595.635 "Creating progress bar with 500000000 steps (5 repetitions)" +(2009, 9, 26, 11, 12, 6) fem-assembly-cpp 425.772 "Assembly for various forms and backends" +(2009, 9, 26, 11, 12, 32) fem-convergence-cpp 26.3695 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2009, 9, 26, 11, 12, 40) fem-jit-python 0.0060529 "JIT compilation (in memory cache)" +(2009, 9, 26, 11, 19, 38) fem-speedup-cpp 417.534 "Assembly/solve speedup running on 4 processors" +(2009, 9, 26, 11, 19, 38) fem-speedup-cpp-assembly 2.56383 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2009, 9, 26, 11, 19, 38) fem-speedup-cpp-solve 1.81727 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2009, 9, 26, 11, 21, 24) mesh-refinement-cpp 105.12 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2009, 9, 26, 11, 22, 8) mesh-unitcube-cpp 44.2465 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2009, 9, 26, 11, 22, 49) mesh-iteration-cpp 36.16 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2009, 9, 26, 11, 23, 11) function-evaluation-cpp 22.0644 "Evaluations of functions at arbitrary points." +(2009, 9, 26, 11, 23, 11) function-evaluation-cpp 21.94 "Evaluations of functions at arbitrary points." +(2009, 9, 26, 11, 24, 2) la-vector-access-cpp 50.4373 "Accessing vector of size 10000000 (100 repetitions)" +(2009, 9, 26, 11, 24, 24) la-vector-assignment-cpp 22.8032 "Assigning to vector of size 10000000 (100 repetitions)" +(2009, 10, 12, 10, 7, 22) common-progress-cpp 596.983 "Creating progress bar with 500000000 steps (5 repetitions)" +(2009, 10, 12, 10, 14, 27) fem-assembly-cpp 425.915 "Assembly for various forms and backends" +(2009, 10, 12, 10, 14, 54) fem-convergence-cpp 26.3268 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2009, 10, 12, 10, 15, 22) fem-jit-python 0.0067857 "JIT compilation (in memory cache)" +(2009, 10, 12, 10, 23, 20) fem-speedup-cpp 477.349 "Assembly/solve speedup running on 4 processors" +(2009, 10, 12, 10, 23, 20) fem-speedup-cpp-assembly 2.57143 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2009, 10, 12, 10, 23, 20) fem-speedup-cpp-solve 2.65017 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2009, 10, 12, 10, 25, 5) mesh-refinement-cpp 104.54 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2009, 10, 12, 10, 25, 49) mesh-unitcube-cpp 44.1032 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2009, 10, 12, 10, 26, 30) mesh-iteration-cpp 36.16 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2009, 10, 12, 10, 26, 51) function-evaluation-cpp 21.0695 "Evaluations of functions at arbitrary points." +(2009, 10, 12, 10, 26, 51) function-evaluation-cpp 20.95 "Evaluations of functions at arbitrary points." +(2009, 10, 12, 10, 27, 38) la-vector-access-cpp 46.9329 "Accessing vector of size 10000000 (100 repetitions)" +(2009, 10, 12, 10, 28, 1) la-vector-assignment-cpp 22.8043 "Assigning to vector of size 10000000 (100 repetitions)" +(2009, 12, 4, 9, 4, 57) common-progress-cpp 596.335 "Creating progress bar with 500000000 steps (5 repetitions)" +(2009, 12, 4, 9, 12, 2) fem-assembly-cpp 425.04 "Assembly for various forms and backends" +(2009, 12, 4, 9, 12, 27) fem-convergence-cpp 25.672 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2009, 12, 4, 9, 12, 28) fem-jit-python 0.0059581 "JIT compilation (in memory cache)" +(2009, 12, 4, 9, 20, 40) fem-speedup-cpp 491.809 "Assembly/solve speedup running on 4 processors" +(2009, 12, 4, 9, 20, 40) fem-speedup-cpp-assembly 2.54639 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2009, 12, 4, 9, 20, 40) fem-speedup-cpp-solve 2.55689 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2009, 12, 4, 9, 22, 27) mesh-refinement-cpp 105.47 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2009, 12, 4, 9, 23, 11) mesh-unitcube-cpp 44.4285 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2009, 12, 4, 9, 23, 52) mesh-iteration-cpp 36.12 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2009, 12, 4, 9, 24, 13) function-evaluation-cpp 20.8032 "Evaluations of functions at arbitrary points." +(2009, 12, 4, 9, 24, 13) function-evaluation-cpp 20.69 "Evaluations of functions at arbitrary points." +(2009, 12, 4, 9, 25, 0) la-vector-access-cpp 46.9343 "Accessing vector of size 10000000 (100 repetitions)" +(2009, 12, 4, 9, 25, 23) la-vector-assignment-cpp 23.3136 "Assigning to vector of size 10000000 (100 repetitions)" +(2010, 2, 3, 9, 28, 57) common-progress-cpp 597.902 "Creating progress bar with 500000000 steps (5 repetitions)" +(2010, 2, 3, 9, 36, 18) fem-assembly-cpp 440.361 "Assembly for various forms and backends" +(2010, 2, 3, 9, 36, 31) fem-convergence-cpp 12.7566 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2010, 2, 3, 9, 36, 33) fem-jit-python 0.0244736 "JIT compilation (in memory cache)" +(2010, 2, 3, 9, 44, 34) fem-speedup-cpp 480.786 "Assembly/solve speedup running on 4 processors" +(2010, 2, 3, 9, 44, 34) fem-speedup-cpp-assembly 2.50538 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2010, 2, 3, 9, 44, 34) fem-speedup-cpp-solve 2.34291 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2010, 2, 3, 9, 46, 20) mesh-refinement-cpp 105.43 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2010, 2, 3, 9, 47, 10) mesh-unitcube-cpp 49.6756 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2010, 2, 3, 9, 47, 51) mesh-iteration-cpp 36.14 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2010, 2, 3, 9, 48, 13) function-evaluation-cpp 22.2158 "Evaluations of functions at arbitrary points." +(2010, 2, 3, 9, 48, 13) function-evaluation-cpp 22.06 "Evaluations of functions at arbitrary points." +(2010, 2, 3, 9, 49, 4) la-vector-access-cpp 50.4234 "Accessing vector of size 10000000 (100 repetitions)" +(2010, 2, 3, 9, 49, 28) la-vector-assignment-cpp 24.811 "Assigning to vector of size 10000000 (100 repetitions)" +(2010, 2, 17, 10, 44, 42) common-progress-cpp 593.092 "Creating progress bar with 500000000 steps (5 repetitions)" +(2010, 2, 17, 10, 52, 2) fem-assembly-cpp 439.682 "Assembly for various forms and backends" +(2010, 2, 17, 10, 52, 15) fem-convergence-cpp 12.9031 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2010, 2, 17, 10, 52, 17) fem-jit-python 0.0251185 "JIT compilation (in memory cache)" +(2010, 2, 17, 10, 59, 34) fem-speedup-cpp 436.864 "Assembly/solve speedup running on 4 processors" +(2010, 2, 17, 10, 59, 34) fem-speedup-cpp-assembly 2.47917 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2010, 2, 17, 10, 59, 34) fem-speedup-cpp-solve 1.4417 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2010, 2, 17, 11, 1, 32) mesh-refinement-cpp 117.03 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2010, 2, 17, 11, 2, 17) mesh-unitcube-cpp 44.5587 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2010, 2, 17, 11, 2, 58) mesh-iteration-cpp 36.21 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2010, 2, 17, 11, 3, 20) function-evaluation-cpp 22.2584 "Evaluations of functions at arbitrary points." +(2010, 2, 17, 11, 3, 20) function-evaluation-cpp 22.14 "Evaluations of functions at arbitrary points." +(2010, 2, 17, 11, 4, 7) la-vector-access-cpp 46.4237 "Accessing vector of size 10000000 (100 repetitions)" +(2010, 2, 17, 11, 4, 30) la-vector-assignment-cpp 23.8103 "Assigning to vector of size 10000000 (100 repetitions)" +(2010, 7, 1, 11, 18, 53) common-progress-cpp 33.9116 "Creating progress bar with 500000000 steps (5 repetitions)" +(2010, 7, 1, 11, 22, 53) fem-assembly-cpp 239.567 "Assembly for various forms and backends" +(2010, 7, 1, 11, 23, 5) fem-convergence-cpp 12.7182 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2010, 7, 1, 11, 23, 8) fem-jit-python 0.0250931 "JIT compilation (in memory cache)" +(2010, 7, 1, 11, 25, 42) fem-speedup-cpp 153.886 "Assembly/solve speedup running on 4 processors" +(2010, 7, 1, 11, 25, 42) fem-speedup-cpp-assembly 2.48235 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2010, 7, 1, 11, 25, 42) fem-speedup-cpp-solve 1.5378 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2010, 7, 1, 11, 27, 22) mesh-refinement-cpp 99.99 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2010, 7, 1, 11, 27, 39) mesh-unitcube-cpp 17.167 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2010, 7, 1, 11, 28, 17) mesh-iteration-cpp 36.2 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2010, 7, 1, 11, 28, 39) function-evaluation-cpp 21.9734 "Evaluations of functions at arbitrary points." +(2010, 7, 1, 11, 28, 39) function-evaluation-cpp 21.89 "Evaluations of functions at arbitrary points." +(2010, 7, 1, 11, 29, 30) la-vector-access-cpp 50.9623 "Accessing vector of size 10000000 (100 repetitions)" +(2010, 7, 1, 11, 29, 54) la-vector-assignment-cpp 23.8196 "Assigning to vector of size 10000000 (100 repetitions)" +(2010, 9, 2, 11, 36, 6) common-progress-cpp 28.1953 "Creating progress bar with 500000000 steps (5 repetitions)" +(2010, 9, 2, 11, 40, 5) fem-assembly-cpp 239.167 "Assembly for various forms and backends" +(2010, 9, 2, 11, 40, 17) fem-convergence-cpp 12.6995 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2010, 9, 2, 11, 40, 18) fem-jit-python 0.000318193 "JIT compilation (in memory cache)" +(2010, 9, 2, 11, 42, 50) fem-speedup-cpp 151.885 "Assembly/solve speedup running on 4 processors" +(2010, 9, 2, 11, 42, 50) fem-speedup-cpp-assembly 2.44578 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2010, 9, 2, 11, 42, 50) fem-speedup-cpp-solve 1.39037 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2010, 9, 2, 11, 44, 31) mesh-refinement-cpp 100.49 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2010, 9, 2, 11, 44, 46) mesh-unitcube-cpp 15.3218 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2010, 9, 2, 11, 45, 27) mesh-iteration-cpp 38.47 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2010, 9, 2, 11, 45, 48) function-evaluation-cpp 21.9537 "Evaluations of functions at arbitrary points." +(2010, 9, 2, 11, 45, 48) function-evaluation-cpp 21.83 "Evaluations of functions at arbitrary points." +(2010, 9, 2, 11, 46, 41) la-vector-access-cpp 47.9873 "Accessing vector of size 10000000 (100 repetitions)" +(2010, 9, 2, 11, 47, 3) la-vector-assignment-cpp 21.8435 "Assigning to vector of size 10000000 (100 repetitions)" +(2011, 2, 23, 12, 11, 27) common-progress-cpp 35.2089 "Creating progress bar with 500000000 steps (5 repetitions)" +(2011, 2, 23, 12, 11, 54) common-timing-cpp 26.9492 "Timing access and registration of timings (10000000 repetitions)" +(2011, 2, 23, 12, 12, 7) fem-multicore-cpp 13.1911 "Coloring mesh." +(2011, 2, 23, 12, 16, 32) fem-assembly-cpp 264.223 "Assembly for various forms and backends" +(2011, 2, 23, 12, 16, 45) fem-convergence-cpp 13.6343 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2011, 2, 23, 12, 16, 46) fem-jit-python 0.000336289 "JIT compilation (in memory cache)" +(2011, 2, 23, 12, 22, 54) fem-speedup-cpp 367.888 "Assembly/solve speedup running on 4 processors" +(2011, 2, 23, 12, 22, 54) fem-speedup-cpp-assembly 5.58102 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2011, 2, 23, 12, 22, 54) fem-speedup-cpp-solve 1.40411 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2011, 2, 23, 12, 23, 41) mesh-refinement-cpp 45.4596 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2011, 2, 23, 12, 24, 21) mesh-topology-cpp 39.6228 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2011, 2, 23, 12, 24, 39) mesh-unitcube-cpp 18.1147 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2011, 2, 23, 12, 25, 17) mesh-iteration-cpp 36.588 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2011, 2, 23, 12, 25, 40) function-evaluation-cpp 22.5863 "Evaluations of functions at arbitrary points." +(2011, 2, 23, 12, 25, 40) function-evaluation-cpp 22.4607 "Evaluations of functions at arbitrary points." +(2011, 2, 23, 12, 26, 0) la-vector-access-cpp 20.5366 "Accessing vector of size 10000000 (100 repetitions)" +(2011, 2, 23, 12, 26, 21) la-vector-assignment-cpp 20.7975 "Assigning to vector of size 10000000 (100 repetitions)" +(2011, 5, 16, 10, 48, 7) common-progress-cpp 33.9909 "Creating progress bar with 500000000 steps (5 repetitions)" +(2011, 5, 16, 10, 48, 33) common-timing-cpp 26.2898 "Timing access and registration of timings (10000000 repetitions)" +(2011, 5, 16, 10, 48, 44) fem-multicore-cpp 10.3499 "Coloring mesh." +(2011, 5, 16, 10, 52, 42) fem-assembly-cpp 238.558 "Assembly for various forms and backends" +(2011, 5, 16, 10, 52, 56) fem-convergence-cpp 13.8223 "*** Warning: The function 'logging' is deprecated, use 'set_log_active'." +(2011, 5, 16, 10, 52, 59) fem-jit-python 0.000444913 "JIT compilation (in memory cache)" +(2011, 5, 16, 10, 58, 47) fem-speedup-cpp 348.541 "Assembly/solve speedup running on 4 processors" +(2011, 5, 16, 10, 58, 47) fem-speedup-cpp-assembly 5.41016 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2011, 5, 16, 10, 58, 47) fem-speedup-cpp-solve 1.91566 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2011, 5, 16, 10, 59, 33) mesh-refinement-cpp 45.1063 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2011, 5, 16, 11, 0, 14) mesh-topology-cpp 40.5342 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2011, 5, 16, 11, 0, 32) mesh-unitcube-cpp 18.4513 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2011, 5, 16, 11, 1, 14) mesh-iteration-cpp 39.5328 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2011, 5, 16, 11, 1, 36) function-evaluation-cpp 22.2639 "Evaluations of functions at arbitrary points." +(2011, 5, 16, 11, 1, 36) function-evaluation-cpp 22.1138 "Evaluations of functions at arbitrary points." +(2011, 5, 16, 11, 1, 54) la-vector-access-cpp 17.6943 "Accessing vector of size 10000000 (100 repetitions)" +(2011, 5, 16, 11, 2, 16) la-vector-assignment-cpp 22.7888 "Assigning to vector of size 10000000 (100 repetitions)" +(2011, 8, 11, 6, 24, 7) common-progress-cpp 27.676 "Creating progress bar with 500000000 steps (5 repetitions)" +(2011, 8, 11, 6, 24, 34) common-timing-cpp 27.158 "Timing access and registration of timings (10000000 repetitions)" +(2011, 8, 11, 6, 24, 44) fem-multicore-cpp 10.3709 "Coloring mesh." +(2011, 8, 11, 6, 28, 43) fem-assembly-cpp 239.121 "Assembly for various forms and backends" +(2011, 8, 11, 6, 28, 57) fem-convergence-cpp 13.9848 "*** Warning: The function 'logging' is deprecated, use 'set_log_active'." +(2011, 8, 11, 6, 29, 0) fem-jit-python 0.000418997 "JIT compilation (in memory cache)" +(2011, 8, 11, 6, 35, 12) fem-speedup-cpp 371.482 "Assembly/solve speedup running on 4 processors" +(2011, 8, 11, 6, 35, 12) fem-speedup-cpp-assembly 5.55195 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2011, 8, 11, 6, 35, 12) fem-speedup-cpp-solve 1.50643 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2011, 8, 11, 6, 35, 58) mesh-refinement-cpp 44.3073 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2011, 8, 11, 6, 36, 38) mesh-topology-cpp 40.0738 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2011, 8, 11, 6, 36, 56) mesh-unitcube-cpp 18.2183 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2011, 8, 11, 6, 37, 36) mesh-iteration-cpp 37.6003 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2011, 8, 11, 6, 37, 59) function-evaluation-cpp 22.8748 "Evaluations of functions at arbitrary points." +(2011, 8, 11, 6, 37, 59) function-evaluation-cpp 22.7168 "Evaluations of functions at arbitrary points." +(2011, 8, 11, 6, 38, 17) la-vector-access-cpp 17.9047 "Accessing vector of size 10000000 (100 repetitions)" +(2011, 8, 11, 6, 38, 38) la-vector-assignment-cpp 21.3412 "Assigning to vector of size 10000000 (100 repetitions)" +(2011, 12, 7, 8, 35, 11) common-progress-cpp 29.2316 "Creating progress bar with 500000000 steps (5 repetitions)" +(2011, 12, 7, 8, 35, 40) common-timing-cpp 29.0057 "Timing access and registration of timings (10000000 repetitions)" +(2011, 12, 7, 8, 35, 50) fem-multicore-cpp 10.5959 "Coloring mesh." +(2011, 12, 7, 8, 40, 4) fem-assembly-cpp 253.54 "Assembly for various forms and backends" +(2011, 12, 7, 8, 40, 17) fem-convergence-cpp 13.6581 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2011, 12, 7, 8, 40, 18) fem-jit-python 0.000432897 "JIT compilation (in memory cache)" +(2011, 12, 7, 8, 47, 5) fem-speedup-cpp 406.216 "Assembly/solve speedup running on 4 processors" +(2011, 12, 7, 8, 47, 5) fem-speedup-cpp-assembly 5.71627 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2011, 12, 7, 8, 47, 5) fem-speedup-cpp-solve 1.39569 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2011, 12, 7, 8, 48, 13) mesh-refinement-cpp 66.4876 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2011, 12, 7, 8, 48, 53) mesh-topology-cpp 40.1815 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2011, 12, 7, 8, 49, 13) mesh-unitcube-cpp 20.2862 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2011, 12, 7, 8, 49, 58) mesh-iteration-cpp 42.3196 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2011, 12, 7, 8, 50, 22) la-vector-access-cpp 23.939 "Accessing vector of size 10000000 (100 repetitions)" +(2011, 12, 7, 8, 50, 46) la-vector-assignment-cpp 24.4505 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 14, 10, 39, 5) common-progress-cpp 29.6111 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 14, 10, 39, 34) common-timing-cpp 28.8854 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 14, 10, 39, 44) fem-multicore-cpp 10.1149 "Coloring mesh." +(2012, 2, 14, 10, 43, 1) fem-assembly-cpp 196.373 "Assembly for various forms and backends" +(2012, 2, 14, 10, 43, 12) fem-convergence-cpp 11.7074 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 14, 10, 43, 13) fem-jit-python 0.000421596 "JIT compilation (in memory cache)" +(2012, 2, 14, 10, 48, 31) fem-speedup-cpp 318.02 "Assembly/solve speedup running on 4 processors" +(2012, 2, 14, 10, 48, 31) fem-speedup-cpp-assembly 5.51232 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 14, 10, 48, 31) fem-speedup-cpp-solve 2.04125 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 14, 10, 49, 2) mesh-refinement-cpp 29.417 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 14, 10, 49, 38) mesh-topology-cpp 35.8703 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 14, 10, 50, 0) mesh-unitcube-cpp 22.188 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 14, 10, 50, 46) mesh-iteration-cpp 43.2879 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 14, 10, 50, 53) function-extrapolation-python 6.7923 "BENCH: 1.92506408691" +(2012, 2, 14, 10, 50, 53) function-extrapolation-python 1.92506 "BENCH: 1.92506408691" +(2012, 2, 14, 10, 51, 16) la-vector-access-cpp 23.545 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 14, 10, 51, 42) la-vector-assignment-cpp 25.4055 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 15, 2, 10, 45) common-progress-cpp 36.4267 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 15, 2, 11, 14) common-timing-cpp 28.9545 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 15, 2, 11, 24) fem-multicore-cpp 10.1293 "Coloring mesh." +(2012, 2, 15, 2, 14, 41) fem-assembly-cpp 197.194 "Assembly for various forms and backends" +(2012, 2, 15, 2, 14, 53) fem-convergence-cpp 11.9123 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 15, 2, 14, 54) fem-jit-python 0.000424099 "JIT compilation (in memory cache)" +(2012, 2, 15, 2, 20, 42) fem-speedup-cpp 348.098 "Assembly/solve speedup running on 4 processors" +(2012, 2, 15, 2, 20, 42) fem-speedup-cpp-assembly 5.49244 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 15, 2, 20, 42) fem-speedup-cpp-solve 1.48337 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 15, 2, 21, 13) mesh-refinement-cpp 29.2876 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 15, 2, 21, 49) mesh-topology-cpp 35.7988 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 15, 2, 22, 11) mesh-unitcube-cpp 22.0805 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 15, 2, 22, 56) mesh-iteration-cpp 42.3068 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 15, 2, 23, 3) function-extrapolation-python 6.6989 "BENCH: 1.95823812485" +(2012, 2, 15, 2, 23, 3) function-extrapolation-python 1.95824 "BENCH: 1.95823812485" +(2012, 2, 15, 2, 23, 28) la-vector-access-cpp 24.7837 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 15, 2, 23, 53) la-vector-assignment-cpp 25.4381 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 16, 2, 11, 13) common-progress-cpp 29.7211 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 16, 2, 11, 41) common-timing-cpp 27.9184 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 16, 2, 11, 51) fem-multicore-cpp 10.0904 "Coloring mesh." +(2012, 2, 16, 2, 15, 8) fem-assembly-cpp 197.416 "Assembly for various forms and backends" +(2012, 2, 16, 2, 15, 20) fem-convergence-cpp 11.7719 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 16, 2, 15, 23) fem-jit-python 0.000430512 "JIT compilation (in memory cache)" +(2012, 2, 16, 2, 21, 0) fem-speedup-cpp 337.021 "Assembly/solve speedup running on 4 processors" +(2012, 2, 16, 2, 21, 0) fem-speedup-cpp-assembly 5.41916 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 16, 2, 21, 0) fem-speedup-cpp-solve 1.57975 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 16, 2, 21, 24) mesh-refinement-cpp 22.9859 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 16, 2, 21, 46) mesh-topology-cpp 21.6153 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 16, 2, 22, 12) mesh-unitcube-cpp 25.9115 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 16, 2, 23, 6) mesh-iteration-cpp 51.0314 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 16, 2, 23, 13) function-extrapolation-python 6.67041 "BENCH: 1.85507106781" +(2012, 2, 16, 2, 23, 13) function-extrapolation-python 1.85507 "BENCH: 1.85507106781" +(2012, 2, 16, 2, 23, 35) la-vector-access-cpp 22.4256 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 16, 2, 24, 1) la-vector-assignment-cpp 25.3903 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 17, 2, 11, 2) common-progress-cpp 29.5262 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 17, 2, 11, 29) common-timing-cpp 27.0658 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 17, 2, 11, 39) fem-multicore-cpp 10.0568 "Coloring mesh." +(2012, 2, 17, 2, 14, 55) fem-assembly-cpp 196.196 "Assembly for various forms and backends" +(2012, 2, 17, 2, 15, 7) fem-convergence-cpp 11.6798 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 17, 2, 15, 8) fem-jit-python 0.000422406 "JIT compilation (in memory cache)" +(2012, 2, 17, 2, 20, 18) fem-speedup-cpp 310.227 "Assembly/solve speedup running on 4 processors" +(2012, 2, 17, 2, 20, 18) fem-speedup-cpp-assembly 5.45884 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 17, 2, 20, 18) fem-speedup-cpp-solve 2.02068 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 17, 2, 20, 42) mesh-refinement-cpp 22.2379 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 17, 2, 21, 3) mesh-topology-cpp 21.1826 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 17, 2, 21, 24) mesh-unitcube-cpp 20.9564 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 17, 2, 22, 7) mesh-iteration-cpp 41.0497 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 17, 2, 22, 14) function-extrapolation-python 6.83684 "BENCH: 1.89804196358" +(2012, 2, 17, 2, 22, 14) function-extrapolation-python 1.89804 "BENCH: 1.89804196358" +(2012, 2, 17, 2, 22, 37) la-vector-access-cpp 22.4288 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 17, 2, 23, 2) la-vector-assignment-cpp 25.3919 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 18, 2, 11, 9) common-progress-cpp 29.3891 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 18, 2, 11, 36) common-timing-cpp 27.1296 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 18, 2, 11, 46) fem-multicore-cpp 10.0048 "Coloring mesh." +(2012, 2, 18, 2, 15, 1) fem-assembly-cpp 195.306 "Assembly for various forms and backends" +(2012, 2, 18, 2, 15, 13) fem-convergence-cpp 11.5941 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 18, 2, 15, 14) fem-jit-python 0.000431204 "JIT compilation (in memory cache)" +(2012, 2, 18, 2, 20, 39) fem-speedup-cpp 324.538 "Assembly/solve speedup running on 4 processors" +(2012, 2, 18, 2, 20, 39) fem-speedup-cpp-assembly 5.52437 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 18, 2, 20, 39) fem-speedup-cpp-solve 1.74741 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 18, 2, 21, 2) mesh-refinement-cpp 22.3391 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 18, 2, 21, 24) mesh-topology-cpp 21.1066 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 18, 2, 21, 45) mesh-unitcube-cpp 21.0726 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 18, 2, 22, 29) mesh-iteration-cpp 41.6188 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 18, 2, 22, 36) function-extrapolation-python 6.7424 "BENCH: 1.93186807632" +(2012, 2, 18, 2, 22, 36) function-extrapolation-python 1.93187 "BENCH: 1.93186807632" +(2012, 2, 18, 2, 23, 0) la-vector-access-cpp 23.8191 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 18, 2, 23, 25) la-vector-assignment-cpp 25.388 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 19, 2, 11, 3) common-progress-cpp 29.4786 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 19, 2, 11, 31) common-timing-cpp 28.1226 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 19, 2, 11, 41) fem-multicore-cpp 10.0208 "Coloring mesh." +(2012, 2, 19, 2, 14, 56) fem-assembly-cpp 195.034 "Assembly for various forms and backends" +(2012, 2, 19, 2, 15, 8) fem-convergence-cpp 11.6263 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 19, 2, 15, 9) fem-jit-python 0.000423598 "JIT compilation (in memory cache)" +(2012, 2, 19, 2, 20, 29) fem-speedup-cpp 319.491 "Assembly/solve speedup running on 4 processors" +(2012, 2, 19, 2, 20, 29) fem-speedup-cpp-assembly 5.5499 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 19, 2, 20, 29) fem-speedup-cpp-solve 1.87927 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 19, 2, 20, 52) mesh-refinement-cpp 22.2182 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 19, 2, 21, 14) mesh-topology-cpp 21.1064 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 19, 2, 21, 35) mesh-unitcube-cpp 20.9159 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 19, 2, 22, 19) mesh-iteration-cpp 42.1144 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 19, 2, 22, 26) function-extrapolation-python 6.7728 "BENCH: 1.94360399246" +(2012, 2, 19, 2, 22, 26) function-extrapolation-python 1.9436 "BENCH: 1.94360399246" +(2012, 2, 19, 2, 22, 49) la-vector-access-cpp 22.4431 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 19, 2, 23, 14) la-vector-assignment-cpp 25.3972 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 20, 2, 11, 1) common-progress-cpp 37.7044 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 20, 2, 11, 29) common-timing-cpp 27.8028 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 20, 2, 11, 39) fem-multicore-cpp 10.0327 "Coloring mesh." +(2012, 2, 20, 2, 14, 54) fem-assembly-cpp 195.107 "Assembly for various forms and backends" +(2012, 2, 20, 2, 15, 6) fem-convergence-cpp 11.5751 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 20, 2, 15, 7) fem-jit-python 0.000422311 "JIT compilation (in memory cache)" +(2012, 2, 20, 2, 20, 32) fem-speedup-cpp 324.725 "Assembly/solve speedup running on 4 processors" +(2012, 2, 20, 2, 20, 32) fem-speedup-cpp-assembly 5.53876 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 20, 2, 20, 32) fem-speedup-cpp-solve 1.73764 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 20, 2, 20, 56) mesh-refinement-cpp 22.2203 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 20, 2, 21, 17) mesh-topology-cpp 21.1084 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 20, 2, 21, 38) mesh-unitcube-cpp 21.0358 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 20, 2, 22, 22) mesh-iteration-cpp 41.62 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 20, 2, 22, 29) function-extrapolation-python 6.77272 "BENCH: 1.94126605988" +(2012, 2, 20, 2, 22, 29) function-extrapolation-python 1.94127 "BENCH: 1.94126605988" +(2012, 2, 20, 2, 22, 53) la-vector-access-cpp 24.4551 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 20, 2, 23, 19) la-vector-assignment-cpp 25.3988 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 21, 2, 10, 52) common-progress-cpp 29.4553 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 21, 2, 11, 19) common-timing-cpp 27.1758 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 21, 2, 11, 29) fem-multicore-cpp 10.0762 "Coloring mesh." +(2012, 2, 21, 2, 14, 45) fem-assembly-cpp 195.472 "Assembly for various forms and backends" +(2012, 2, 21, 2, 14, 56) fem-convergence-cpp 11.5682 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 21, 2, 14, 57) fem-jit-python 0.000425005 "JIT compilation (in memory cache)" +(2012, 2, 21, 2, 20, 15) fem-speedup-cpp 317.829 "Assembly/solve speedup running on 4 processors" +(2012, 2, 21, 2, 20, 15) fem-speedup-cpp-assembly 5.49712 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 21, 2, 20, 15) fem-speedup-cpp-solve 1.88517 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 21, 2, 20, 39) mesh-refinement-cpp 22.2217 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 21, 2, 21, 0) mesh-topology-cpp 21.1646 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 21, 2, 21, 21) mesh-unitcube-cpp 21.0428 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 21, 2, 22, 5) mesh-iteration-cpp 41.6181 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 21, 2, 22, 12) function-extrapolation-python 6.78422 "BENCH: 1.94494700432" +(2012, 2, 21, 2, 22, 12) function-extrapolation-python 1.94495 "BENCH: 1.94494700432" +(2012, 2, 21, 2, 22, 37) la-vector-access-cpp 24.4507 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 21, 2, 23, 2) la-vector-assignment-cpp 25.4279 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 22, 2, 11, 9) common-progress-cpp 29.6217 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 22, 2, 11, 35) common-timing-cpp 26.1961 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 22, 2, 11, 45) fem-multicore-cpp 10.0101 "Coloring mesh." +(2012, 2, 22, 2, 15, 1) fem-assembly-cpp 196.141 "Assembly for various forms and backends" +(2012, 2, 22, 2, 15, 12) fem-convergence-cpp 11.6069 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 22, 2, 15, 14) fem-jit-python 0.000419712 "JIT compilation (in memory cache)" +(2012, 2, 22, 2, 20, 37) fem-speedup-cpp 323.285 "Assembly/solve speedup running on 4 processors" +(2012, 2, 22, 2, 20, 37) fem-speedup-cpp-assembly 5.53815 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 22, 2, 20, 37) fem-speedup-cpp-solve 1.79809 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 22, 2, 21, 1) mesh-refinement-cpp 22.2328 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 22, 2, 21, 22) mesh-topology-cpp 21.2685 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 22, 2, 21, 43) mesh-unitcube-cpp 21.0014 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 22, 2, 22, 28) mesh-iteration-cpp 42.3159 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 22, 2, 22, 35) function-extrapolation-python 6.66545 "BENCH: 1.88887500763" +(2012, 2, 22, 2, 22, 35) function-extrapolation-python 1.88888 "BENCH: 1.88887500763" +(2012, 2, 22, 2, 22, 57) la-vector-access-cpp 22.439 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 22, 2, 23, 22) la-vector-assignment-cpp 24.9489 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 23, 2, 11, 29) common-progress-cpp 29.6307 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 23, 2, 11, 57) common-timing-cpp 27.7839 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 23, 2, 12, 7) fem-multicore-cpp 10.0873 "Coloring mesh." +(2012, 2, 23, 2, 15, 47) fem-assembly-cpp 219.493 "Assembly for various forms and backends" +(2012, 2, 23, 2, 15, 58) fem-convergence-cpp 11.584 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 23, 2, 15, 59) fem-jit-python 0.000422287 "JIT compilation (in memory cache)" +(2012, 2, 23, 2, 21, 21) fem-speedup-cpp 322.164 "Assembly/solve speedup running on 4 processors" +(2012, 2, 23, 2, 21, 21) fem-speedup-cpp-assembly 5.50432 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 23, 2, 21, 21) fem-speedup-cpp-solve 1.81969 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 23, 2, 21, 45) mesh-refinement-cpp 22.2776 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 23, 2, 22, 7) mesh-topology-cpp 21.2501 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 23, 2, 22, 28) mesh-unitcube-cpp 20.993 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 23, 2, 23, 12) mesh-iteration-cpp 41.6129 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 23, 2, 23, 19) function-extrapolation-python 6.73588 "BENCH: 1.9055120945" +(2012, 2, 23, 2, 23, 19) function-extrapolation-python 1.90551 "BENCH: 1.9055120945" +(2012, 2, 23, 2, 23, 41) la-vector-access-cpp 22.4054 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 23, 2, 24, 9) la-vector-assignment-cpp 27.9088 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 25, 2, 10, 48) common-progress-cpp 29.7488 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 25, 2, 11, 16) common-timing-cpp 27.6256 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 25, 2, 11, 26) fem-multicore-cpp 10.0566 "Coloring mesh." +(2012, 2, 25, 2, 15, 6) fem-assembly-cpp 219.736 "Assembly for various forms and backends" +(2012, 2, 25, 2, 15, 17) fem-convergence-cpp 11.7109 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 25, 2, 15, 20) fem-jit-python 0.000421286 "JIT compilation (in memory cache)" +(2012, 2, 25, 2, 20, 54) fem-speedup-cpp 333.872 "Assembly/solve speedup running on 4 processors" +(2012, 2, 25, 2, 20, 54) fem-speedup-cpp-assembly 5.41226 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 25, 2, 20, 54) fem-speedup-cpp-solve 1.6144 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 25, 2, 21, 18) mesh-refinement-cpp 22.2431 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 25, 2, 21, 39) mesh-topology-cpp 21.2707 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 25, 2, 22, 0) mesh-unitcube-cpp 20.9687 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 25, 2, 22, 45) mesh-iteration-cpp 42.4139 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 25, 2, 22, 52) function-extrapolation-python 6.61425 "BENCH: 1.86223196983" +(2012, 2, 25, 2, 22, 52) function-extrapolation-python 1.86223 "BENCH: 1.86223196983" +(2012, 2, 25, 2, 23, 14) la-vector-access-cpp 22.4096 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 25, 2, 23, 39) la-vector-assignment-cpp 24.938 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 26, 2, 10, 39) common-progress-cpp 29.6827 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 26, 2, 11, 7) common-timing-cpp 27.5193 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 26, 2, 11, 17) fem-multicore-cpp 10.0022 "Coloring mesh." +(2012, 2, 26, 2, 14, 57) fem-assembly-cpp 220.613 "Assembly for various forms and backends" +(2012, 2, 26, 2, 15, 9) fem-convergence-cpp 11.6063 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 26, 2, 15, 10) fem-jit-python 0.000416684 "JIT compilation (in memory cache)" +(2012, 2, 26, 2, 20, 26) fem-speedup-cpp 316.075 "Assembly/solve speedup running on 4 processors" +(2012, 2, 26, 2, 20, 26) fem-speedup-cpp-assembly 5.48959 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 26, 2, 20, 26) fem-speedup-cpp-solve 1.94827 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 26, 2, 20, 50) mesh-refinement-cpp 22.2992 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 26, 2, 21, 11) mesh-topology-cpp 21.2619 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 26, 2, 21, 32) mesh-unitcube-cpp 21.0136 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 26, 2, 22, 17) mesh-iteration-cpp 42.2499 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 26, 2, 22, 24) function-extrapolation-python 6.62892 "BENCH: 1.87784814835" +(2012, 2, 26, 2, 22, 24) function-extrapolation-python 1.87785 "BENCH: 1.87784814835" +(2012, 2, 26, 2, 22, 46) la-vector-access-cpp 22.4038 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 26, 2, 23, 11) la-vector-assignment-cpp 24.9438 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 27, 2, 10, 49) common-progress-cpp 38.9561 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 27, 2, 11, 16) common-timing-cpp 26.7055 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 27, 2, 11, 26) fem-multicore-cpp 10.0724 "Coloring mesh." +(2012, 2, 27, 2, 15, 6) fem-assembly-cpp 220.394 "Assembly for various forms and backends" +(2012, 2, 27, 2, 15, 18) fem-convergence-cpp 11.5158 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 27, 2, 15, 19) fem-jit-python 0.000419307 "JIT compilation (in memory cache)" +(2012, 2, 27, 2, 20, 44) fem-speedup-cpp 325.516 "Assembly/solve speedup running on 4 processors" +(2012, 2, 27, 2, 20, 44) fem-speedup-cpp-assembly 5.53022 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 27, 2, 20, 44) fem-speedup-cpp-solve 1.76675 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 27, 2, 21, 8) mesh-refinement-cpp 22.2457 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 27, 2, 21, 30) mesh-topology-cpp 21.3388 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 27, 2, 21, 51) mesh-unitcube-cpp 21.0537 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 27, 2, 22, 39) mesh-iteration-cpp 46.0111 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 27, 2, 22, 46) function-extrapolation-python 6.71978 "BENCH: 1.99281311035" +(2012, 2, 27, 2, 22, 46) function-extrapolation-python 1.99281 "BENCH: 1.99281311035" +(2012, 2, 27, 2, 23, 10) la-vector-access-cpp 23.6024 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 27, 2, 23, 35) la-vector-assignment-cpp 24.9446 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 28, 2, 11, 26) common-progress-cpp 29.7783 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 28, 2, 11, 53) common-timing-cpp 26.5032 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 28, 2, 12, 3) fem-multicore-cpp 9.99451 "Coloring mesh." +(2012, 2, 28, 2, 12, 15) fem-convergence-cpp 11.6563 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 28, 2, 12, 17) fem-jit-python 0.000420713 "JIT compilation (in memory cache)" +(2012, 2, 28, 2, 17, 44) fem-speedup-cpp 326.469 "Assembly/solve speedup running on 4 processors" +(2012, 2, 28, 2, 17, 44) fem-speedup-cpp-assembly 5.4348 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 28, 2, 17, 44) fem-speedup-cpp-solve 1.73334 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 28, 2, 18, 8) mesh-refinement-cpp 22.2341 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 28, 2, 18, 29) mesh-topology-cpp 21.111 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 28, 2, 18, 50) mesh-unitcube-cpp 21.0633 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 28, 2, 19, 34) mesh-iteration-cpp 41.6393 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 28, 2, 19, 41) function-extrapolation-python 6.56976 "BENCH: 1.87061309814" +(2012, 2, 28, 2, 19, 41) function-extrapolation-python 1.87061 "BENCH: 1.87061309814" +(2012, 2, 28, 2, 20, 7) la-vector-access-cpp 25.7875 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 28, 2, 20, 32) la-vector-assignment-cpp 25.4388 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 2, 29, 2, 11, 15) common-progress-cpp 29.6144 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 2, 29, 2, 11, 43) common-timing-cpp 27.9701 "Timing access and registration of timings (10000000 repetitions)" +(2012, 2, 29, 2, 11, 53) fem-multicore-cpp 10.097 "Coloring mesh." +(2012, 2, 29, 2, 12, 5) fem-convergence-cpp 11.5951 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 2, 29, 2, 12, 6) fem-jit-python 0.0004251 "JIT compilation (in memory cache)" +(2012, 2, 29, 2, 17, 17) fem-speedup-cpp 311.177 "Assembly/solve speedup running on 4 processors" +(2012, 2, 29, 2, 17, 17) fem-speedup-cpp-assembly 5.52424 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 2, 29, 2, 17, 17) fem-speedup-cpp-solve 2.03784 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 2, 29, 2, 17, 41) mesh-refinement-cpp 22.2815 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 2, 29, 2, 18, 2) mesh-topology-cpp 21.1173 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 2, 29, 2, 18, 23) mesh-unitcube-cpp 21.269 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 2, 29, 2, 19, 7) mesh-iteration-cpp 41.7044 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 2, 29, 2, 19, 14) function-extrapolation-python 6.58109 "BENCH: 1.89537906647" +(2012, 2, 29, 2, 19, 14) function-extrapolation-python 1.89538 "BENCH: 1.89537906647" +(2012, 2, 29, 2, 19, 37) la-vector-access-cpp 22.4255 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 2, 29, 2, 20, 2) la-vector-assignment-cpp 25.4497 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 2, 2, 11, 11) common-progress-cpp 37.7166 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 2, 2, 11, 38) common-timing-cpp 27.1555 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 2, 2, 11, 48) fem-multicore-cpp 10.0269 "Coloring mesh." +(2012, 3, 2, 2, 12, 0) fem-convergence-cpp 11.6895 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 2, 2, 12, 1) fem-jit-python 0.000437784 "JIT compilation (in memory cache)" +(2012, 3, 2, 2, 17, 23) fem-speedup-cpp 321.856 "Assembly/solve speedup running on 4 processors" +(2012, 3, 2, 2, 17, 23) fem-speedup-cpp-assembly 5.45692 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 2, 2, 17, 23) fem-speedup-cpp-solve 1.80895 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 2, 2, 17, 46) mesh-refinement-cpp 22.2671 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 2, 2, 18, 8) mesh-topology-cpp 21.1164 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 2, 2, 18, 29) mesh-unitcube-cpp 21.1234 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 2, 2, 19, 13) mesh-iteration-cpp 41.9632 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 2, 2, 19, 20) function-extrapolation-python 6.54491 "BENCH: 1.88551902771" +(2012, 3, 2, 2, 19, 20) function-extrapolation-python 1.88552 "BENCH: 1.88551902771" +(2012, 3, 2, 2, 19, 43) la-vector-access-cpp 22.4787 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 2, 2, 20, 10) la-vector-assignment-cpp 27.899 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 3, 2, 11, 35) common-progress-cpp 47.7445 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 3, 2, 12, 2) common-timing-cpp 27.0265 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 3, 2, 12, 12) fem-multicore-cpp 10.0606 "Coloring mesh." +(2012, 3, 3, 2, 15, 22) fem-assembly-cpp 190.543 "Assembly for various forms and backends" +(2012, 3, 3, 2, 15, 34) fem-convergence-cpp 11.6461 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 3, 2, 15, 35) fem-jit-python 0.000424099 "JIT compilation (in memory cache)" +(2012, 3, 3, 2, 21, 15) fem-speedup-cpp 340.129 "Assembly/solve speedup running on 4 processors" +(2012, 3, 3, 2, 21, 15) fem-speedup-cpp-assembly 5.55108 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 3, 2, 21, 15) fem-speedup-cpp-solve 1.49924 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 3, 2, 21, 39) mesh-refinement-cpp 22.2783 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 3, 2, 22, 0) mesh-topology-cpp 21.0959 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 3, 2, 22, 22) mesh-unitcube-cpp 21.5152 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 3, 2, 23, 6) mesh-iteration-cpp 41.9603 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 3, 2, 23, 13) function-extrapolation-python 6.71577 "BENCH: 1.8930618763" +(2012, 3, 3, 2, 23, 13) function-extrapolation-python 1.89306 "BENCH: 1.8930618763" +(2012, 3, 3, 2, 23, 35) la-vector-access-cpp 22.412 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 3, 2, 24, 3) la-vector-assignment-cpp 27.8896 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 4, 2, 11, 22) common-progress-cpp 29.5126 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 4, 2, 11, 50) common-timing-cpp 28.1364 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 4, 2, 12, 1) fem-multicore-cpp 10.3041 "Coloring mesh." +(2012, 3, 4, 2, 15, 8) fem-assembly-cpp 186.78 "Assembly for various forms and backends" +(2012, 3, 4, 2, 15, 19) fem-convergence-cpp 11.6616 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 4, 2, 15, 20) fem-jit-python 0.000426793 "JIT compilation (in memory cache)" +(2012, 3, 4, 2, 20, 32) fem-speedup-cpp 311.883 "Assembly/solve speedup running on 4 processors" +(2012, 3, 4, 2, 20, 32) fem-speedup-cpp-assembly 5.39823 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 4, 2, 20, 32) fem-speedup-cpp-solve 2.01846 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 4, 2, 20, 56) mesh-refinement-cpp 22.2624 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 4, 2, 21, 17) mesh-topology-cpp 21.2362 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 4, 2, 21, 39) mesh-unitcube-cpp 21.3107 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 4, 2, 22, 26) mesh-iteration-cpp 44.5811 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 4, 2, 22, 33) function-extrapolation-python 6.90531 "BENCH: 1.89593982697" +(2012, 3, 4, 2, 22, 33) function-extrapolation-python 1.89594 "BENCH: 1.89593982697" +(2012, 3, 4, 2, 22, 57) la-vector-access-cpp 23.9349 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 4, 2, 23, 25) la-vector-assignment-cpp 27.8937 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 5, 2, 10, 59) common-progress-cpp 29.584 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 5, 2, 11, 27) common-timing-cpp 27.7145 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 5, 2, 11, 37) fem-multicore-cpp 10.082 "Coloring mesh." +(2012, 3, 5, 2, 14, 44) fem-assembly-cpp 186.607 "Assembly for various forms and backends" +(2012, 3, 5, 2, 14, 55) fem-convergence-cpp 11.6288 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 5, 2, 14, 56) fem-jit-python 0.000422382 "JIT compilation (in memory cache)" +(2012, 3, 5, 2, 20, 25) fem-speedup-cpp 328.423 "Assembly/solve speedup running on 4 processors" +(2012, 3, 5, 2, 20, 25) fem-speedup-cpp-assembly 5.54144 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 5, 2, 20, 25) fem-speedup-cpp-solve 1.67243 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 5, 2, 20, 49) mesh-refinement-cpp 22.3152 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 5, 2, 21, 10) mesh-topology-cpp 21.2385 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 5, 2, 21, 31) mesh-unitcube-cpp 21.0795 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 5, 2, 22, 15) mesh-iteration-cpp 41.964 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 5, 2, 22, 22) function-extrapolation-python 6.66317 "BENCH: 1.8630437851" +(2012, 3, 5, 2, 22, 22) function-extrapolation-python 1.86304 "BENCH: 1.8630437851" +(2012, 3, 5, 2, 22, 45) la-vector-access-cpp 23.0149 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 5, 2, 23, 13) la-vector-assignment-cpp 27.8911 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 6, 2, 11, 0) common-progress-cpp 29.6071 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 6, 2, 11, 28) common-timing-cpp 27.6214 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 6, 2, 11, 38) fem-multicore-cpp 10.1785 "Coloring mesh." +(2012, 3, 6, 2, 14, 45) fem-assembly-cpp 186.838 "Assembly for various forms and backends" +(2012, 3, 6, 2, 14, 57) fem-convergence-cpp 11.6171 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 6, 2, 14, 58) fem-jit-python 0.000423288 "JIT compilation (in memory cache)" +(2012, 3, 6, 2, 20, 13) fem-speedup-cpp 315.16 "Assembly/solve speedup running on 4 processors" +(2012, 3, 6, 2, 20, 13) fem-speedup-cpp-assembly 5.44692 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 6, 2, 20, 13) fem-speedup-cpp-solve 1.92397 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 6, 2, 20, 37) mesh-refinement-cpp 22.3169 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 6, 2, 20, 58) mesh-topology-cpp 21.2779 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 6, 2, 21, 19) mesh-unitcube-cpp 21.0917 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 6, 2, 22, 4) mesh-iteration-cpp 41.9681 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 6, 2, 22, 11) function-extrapolation-python 6.67543 "BENCH: 1.88750600815" +(2012, 3, 6, 2, 22, 11) function-extrapolation-python 1.88751 "BENCH: 1.88750600815" +(2012, 3, 6, 2, 22, 33) la-vector-access-cpp 22.4076 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 6, 2, 23, 1) la-vector-assignment-cpp 27.8987 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 7, 2, 11, 12) common-progress-cpp 30.0316 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 7, 2, 11, 40) common-timing-cpp 28.4918 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 7, 2, 11, 51) fem-multicore-cpp 10.0993 "Coloring mesh." +(2012, 3, 7, 2, 15, 0) fem-assembly-cpp 189.731 "Assembly for various forms and backends" +(2012, 3, 7, 2, 15, 12) fem-convergence-cpp 11.9791 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 7, 2, 15, 13) fem-jit-python 0.000421 "JIT compilation (in memory cache)" +(2012, 3, 7, 2, 20, 26) fem-speedup-cpp 312.125 "Assembly/solve speedup running on 4 processors" +(2012, 3, 7, 2, 20, 26) fem-speedup-cpp-assembly 5.53894 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 7, 2, 20, 26) fem-speedup-cpp-solve 2.03647 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 7, 2, 20, 49) mesh-refinement-cpp 22.458 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 7, 2, 21, 11) mesh-topology-cpp 21.2026 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 7, 2, 21, 33) mesh-unitcube-cpp 21.8754 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 7, 2, 22, 17) mesh-iteration-cpp 41.9637 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 7, 2, 22, 24) function-extrapolation-python 6.59471 "BENCH: 1.89239001274" +(2012, 3, 7, 2, 22, 24) function-extrapolation-python 1.89239 "BENCH: 1.89239001274" +(2012, 3, 7, 2, 22, 48) la-vector-access-cpp 23.9145 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 7, 2, 23, 16) la-vector-assignment-cpp 27.8893 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 8, 2, 11, 19) common-progress-cpp 29.6021 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 8, 2, 11, 46) common-timing-cpp 27.6614 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 8, 2, 11, 57) fem-multicore-cpp 10.2437 "Coloring mesh." +(2012, 3, 8, 2, 15, 5) fem-assembly-cpp 188.78 "Assembly for various forms and backends" +(2012, 3, 8, 2, 15, 17) fem-convergence-cpp 11.9243 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 8, 2, 15, 18) fem-jit-python 0.000425601 "JIT compilation (in memory cache)" +(2012, 3, 8, 2, 20, 40) fem-speedup-cpp 322.013 "Assembly/solve speedup running on 4 processors" +(2012, 3, 8, 2, 20, 40) fem-speedup-cpp-assembly 5.52599 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 8, 2, 20, 40) fem-speedup-cpp-solve 1.84482 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 8, 2, 21, 4) mesh-refinement-cpp 22.3857 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 8, 2, 21, 26) mesh-topology-cpp 21.3154 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 8, 2, 21, 48) mesh-unitcube-cpp 21.7511 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 8, 2, 22, 33) mesh-iteration-cpp 42.9272 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 8, 2, 22, 40) function-extrapolation-python 6.65543 "BENCH: 1.8642950058" +(2012, 3, 8, 2, 22, 40) function-extrapolation-python 1.8643 "BENCH: 1.8642950058" +(2012, 3, 8, 2, 23, 2) la-vector-access-cpp 22.4013 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 8, 2, 23, 30) la-vector-assignment-cpp 27.8904 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 9, 2, 11, 18) common-progress-cpp 29.6102 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 9, 2, 11, 45) common-timing-cpp 27.094 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 9, 2, 11, 56) fem-multicore-cpp 10.1509 "Coloring mesh." +(2012, 3, 9, 2, 15, 11) fem-assembly-cpp 194.975 "Assembly for various forms and backends" +(2012, 3, 9, 2, 15, 22) fem-convergence-cpp 11.9128 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 9, 2, 15, 24) fem-jit-python 0.000434899 "JIT compilation (in memory cache)" +(2012, 3, 9, 2, 20, 49) fem-speedup-cpp 325.179 "Assembly/solve speedup running on 4 processors" +(2012, 3, 9, 2, 20, 49) fem-speedup-cpp-assembly 5.54605 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 9, 2, 20, 49) fem-speedup-cpp-solve 1.76131 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 9, 2, 21, 13) mesh-refinement-cpp 22.4204 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 9, 2, 21, 34) mesh-topology-cpp 21.1347 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 9, 2, 21, 56) mesh-unitcube-cpp 22.103 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 9, 2, 22, 40) mesh-iteration-cpp 41.956 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 9, 2, 23, 10) function-extrapolation-python 29.4167 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 3, 9, 2, 23, 10) function-extrapolation-python 1.88691 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 3, 9, 2, 23, 33) la-vector-access-cpp 22.4162 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 9, 2, 24, 0) la-vector-assignment-cpp 27.8992 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 10, 2, 11, 12) common-progress-cpp 29.6533 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 10, 2, 11, 40) common-timing-cpp 27.756 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 10, 2, 11, 50) fem-multicore-cpp 10.1681 "Coloring mesh." +(2012, 3, 10, 2, 15, 2) fem-assembly-cpp 192.075 "Assembly for various forms and backends" +(2012, 3, 10, 2, 15, 14) fem-convergence-cpp 11.9193 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 10, 2, 15, 15) fem-jit-python 0.000426817 "JIT compilation (in memory cache)" +(2012, 3, 10, 2, 20, 39) fem-speedup-cpp 323.822 "Assembly/solve speedup running on 4 processors" +(2012, 3, 10, 2, 20, 39) fem-speedup-cpp-assembly 5.53006 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 10, 2, 20, 39) fem-speedup-cpp-solve 1.756 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 10, 2, 21, 3) mesh-refinement-cpp 22.4384 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 10, 2, 21, 25) mesh-topology-cpp 21.1909 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 10, 2, 21, 47) mesh-unitcube-cpp 21.9534 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 10, 2, 22, 34) mesh-iteration-cpp 44.8074 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 10, 2, 22, 41) function-extrapolation-python 6.84385 "BENCH: 1.87336993217" +(2012, 3, 10, 2, 22, 41) function-extrapolation-python 1.87337 "BENCH: 1.87336993217" +(2012, 3, 10, 2, 23, 4) la-vector-access-cpp 22.4098 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 10, 2, 23, 29) la-vector-assignment-cpp 25.0954 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 11, 2, 11, 14) common-progress-cpp 38.9438 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 11, 2, 11, 44) common-timing-cpp 29.2966 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 11, 2, 11, 54) fem-multicore-cpp 10.2232 "Coloring mesh." +(2012, 3, 11, 2, 15, 7) fem-assembly-cpp 192.633 "Assembly for various forms and backends" +(2012, 3, 11, 2, 15, 19) fem-convergence-cpp 11.8992 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 11, 2, 15, 20) fem-jit-python 0.000436997 "JIT compilation (in memory cache)" +(2012, 3, 11, 2, 20, 32) fem-speedup-cpp 312.868 "Assembly/solve speedup running on 4 processors" +(2012, 3, 11, 2, 20, 32) fem-speedup-cpp-assembly 5.49065 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 11, 2, 20, 32) fem-speedup-cpp-solve 2.00588 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 11, 2, 20, 57) mesh-refinement-cpp 22.7526 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 11, 2, 21, 18) mesh-topology-cpp 21.2829 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 11, 2, 21, 41) mesh-unitcube-cpp 23.1452 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 11, 2, 22, 27) mesh-iteration-cpp 42.9893 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 11, 2, 22, 34) function-extrapolation-python 6.74763 "BENCH: 1.89597916603" +(2012, 3, 11, 2, 22, 34) function-extrapolation-python 1.89598 "BENCH: 1.89597916603" +(2012, 3, 11, 2, 22, 56) la-vector-access-cpp 22.4736 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 11, 2, 23, 24) la-vector-assignment-cpp 27.89 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 12, 2, 10, 56) common-progress-cpp 29.2054 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 12, 2, 11, 25) common-timing-cpp 29.0935 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 12, 2, 11, 35) fem-multicore-cpp 10.2215 "Coloring mesh." +(2012, 3, 12, 2, 14, 47) fem-assembly-cpp 192.444 "Assembly for various forms and backends" +(2012, 3, 12, 2, 14, 59) fem-convergence-cpp 11.9014 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 12, 2, 15, 0) fem-jit-python 0.000441289 "JIT compilation (in memory cache)" +(2012, 3, 12, 2, 20, 32) fem-speedup-cpp 331.154 "Assembly/solve speedup running on 4 processors" +(2012, 3, 12, 2, 20, 32) fem-speedup-cpp-assembly 5.47798 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 12, 2, 20, 32) fem-speedup-cpp-solve 1.65601 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 12, 2, 20, 56) mesh-refinement-cpp 22.7983 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 12, 2, 21, 17) mesh-topology-cpp 21.3877 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 12, 2, 21, 41) mesh-unitcube-cpp 23.618 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 12, 2, 22, 27) mesh-iteration-cpp 42.9459 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 12, 2, 22, 33) function-extrapolation-python 6.70933 "BENCH: 1.89374995232" +(2012, 3, 12, 2, 22, 33) function-extrapolation-python 1.89375 "BENCH: 1.89374995232" +(2012, 3, 12, 2, 22, 58) la-vector-access-cpp 24.453 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 12, 2, 23, 26) la-vector-assignment-cpp 27.8885 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 13, 2, 11, 12) common-progress-cpp 29.5275 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 13, 2, 11, 40) common-timing-cpp 27.9414 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 13, 2, 11, 50) fem-multicore-cpp 10.0836 "Coloring mesh." +(2012, 3, 13, 2, 15, 2) fem-assembly-cpp 191.731 "Assembly for various forms and backends" +(2012, 3, 13, 2, 15, 14) fem-convergence-cpp 11.8683 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 13, 2, 15, 15) fem-jit-python 0.000435519 "JIT compilation (in memory cache)" +(2012, 3, 13, 2, 20, 37) fem-speedup-cpp 321.986 "Assembly/solve speedup running on 4 processors" +(2012, 3, 13, 2, 20, 37) fem-speedup-cpp-assembly 5.51489 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 13, 2, 20, 37) fem-speedup-cpp-solve 1.80728 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 13, 2, 21, 1) mesh-refinement-cpp 22.6107 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 13, 2, 21, 23) mesh-topology-cpp 21.2844 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 13, 2, 21, 45) mesh-unitcube-cpp 22.1244 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 13, 2, 22, 30) mesh-iteration-cpp 42.9091 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 13, 2, 22, 58) la-vector-access-cpp 22.6403 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 13, 2, 23, 26) la-vector-assignment-cpp 27.8896 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 14, 2, 11, 8) common-progress-cpp 29.1833 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 14, 2, 11, 37) common-timing-cpp 28.0877 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 14, 2, 11, 47) fem-multicore-cpp 10.1264 "Coloring mesh." +(2012, 3, 14, 2, 14, 58) fem-assembly-cpp 191.468 "Assembly for various forms and backends" +(2012, 3, 14, 2, 15, 10) fem-convergence-cpp 11.8851 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 14, 2, 15, 11) fem-jit-python 0.000440598 "JIT compilation (in memory cache)" +(2012, 3, 14, 2, 20, 22) fem-speedup-cpp 311.137 "Assembly/solve speedup running on 4 processors" +(2012, 3, 14, 2, 20, 22) fem-speedup-cpp-assembly 5.54597 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 14, 2, 20, 22) fem-speedup-cpp-solve 2.02177 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 14, 2, 20, 46) mesh-refinement-cpp 22.5597 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 14, 2, 21, 8) mesh-topology-cpp 21.1568 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 14, 2, 21, 30) mesh-unitcube-cpp 22.1763 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 14, 2, 22, 15) mesh-iteration-cpp 42.9753 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 14, 2, 22, 45) la-vector-access-cpp 24.9016 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 14, 2, 23, 13) la-vector-assignment-cpp 27.8919 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 15, 2, 10, 55) common-progress-cpp 29.7919 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 15, 2, 11, 25) common-timing-cpp 29.2994 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 15, 2, 11, 35) fem-multicore-cpp 10.176 "Coloring mesh." +(2012, 3, 15, 2, 14, 46) fem-assembly-cpp 191.525 "Assembly for various forms and backends" +(2012, 3, 15, 2, 14, 58) fem-convergence-cpp 11.9635 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 15, 2, 14, 59) fem-jit-python 0.000433612 "JIT compilation (in memory cache)" +(2012, 3, 15, 2, 20, 29) fem-speedup-cpp 329.9 "Assembly/solve speedup running on 4 processors" +(2012, 3, 15, 2, 20, 29) fem-speedup-cpp-assembly 5.53121 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 15, 2, 20, 29) fem-speedup-cpp-solve 1.67331 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 15, 2, 20, 53) mesh-refinement-cpp 22.4721 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 15, 2, 21, 15) mesh-topology-cpp 21.0975 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 15, 2, 21, 38) mesh-unitcube-cpp 23.535 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 15, 2, 22, 24) mesh-iteration-cpp 42.9694 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 15, 2, 22, 51) la-vector-access-cpp 22.624 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 15, 2, 23, 23) la-vector-assignment-cpp 31.8963 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 16, 2, 11, 20) common-progress-cpp 29.1769 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 16, 2, 11, 49) common-timing-cpp 29.4311 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 16, 2, 11, 59) fem-multicore-cpp 10.1385 "Coloring mesh." +(2012, 3, 16, 2, 15, 9) fem-assembly-cpp 189.965 "Assembly for various forms and backends" +(2012, 3, 16, 2, 15, 21) fem-convergence-cpp 11.587 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 16, 2, 15, 22) fem-jit-python 0.000426602 "JIT compilation (in memory cache)" +(2012, 3, 16, 2, 20, 38) fem-speedup-cpp 316.379 "Assembly/solve speedup running on 4 processors" +(2012, 3, 16, 2, 20, 38) fem-speedup-cpp-assembly 5.57773 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 16, 2, 20, 38) fem-speedup-cpp-solve 1.93243 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 16, 2, 21, 2) mesh-refinement-cpp 22.4445 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 16, 2, 21, 23) mesh-topology-cpp 21.0381 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 16, 2, 21, 47) mesh-unitcube-cpp 23.7185 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 16, 2, 22, 31) mesh-iteration-cpp 41.9583 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 16, 2, 23, 0) la-vector-access-cpp 23.7331 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 16, 2, 23, 28) la-vector-assignment-cpp 27.9023 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 17, 2, 11, 3) common-progress-cpp 29.6218 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 17, 2, 11, 33) common-timing-cpp 30.1059 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 17, 2, 11, 43) fem-multicore-cpp 10.2326 "Coloring mesh." +(2012, 3, 17, 2, 14, 56) fem-assembly-cpp 193.14 "Assembly for various forms and backends" +(2012, 3, 17, 2, 15, 8) fem-convergence-cpp 11.8484 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 17, 2, 15, 9) fem-jit-python 0.000442004 "JIT compilation (in memory cache)" +(2012, 3, 17, 2, 20, 21) fem-speedup-cpp 311.462 "Assembly/solve speedup running on 4 processors" +(2012, 3, 17, 2, 20, 21) fem-speedup-cpp-assembly 5.47218 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 17, 2, 20, 21) fem-speedup-cpp-solve 2.02193 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 17, 2, 20, 44) mesh-refinement-cpp 22.4131 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 17, 2, 21, 6) mesh-topology-cpp 21.1438 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 17, 2, 21, 27) mesh-unitcube-cpp 21.165 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 17, 2, 22, 12) mesh-iteration-cpp 42.9161 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 17, 2, 22, 40) la-vector-access-cpp 22.6284 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 17, 2, 23, 8) la-vector-assignment-cpp 27.9458 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 18, 2, 11, 14) common-progress-cpp 29.7763 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 18, 2, 11, 43) common-timing-cpp 29.1075 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 18, 2, 11, 53) fem-multicore-cpp 10.0955 "Coloring mesh." +(2012, 3, 18, 2, 14, 59) fem-assembly-cpp 186.284 "Assembly for various forms and backends" +(2012, 3, 18, 2, 15, 11) fem-convergence-cpp 11.8973 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 18, 2, 15, 12) fem-jit-python 0.000438499 "JIT compilation (in memory cache)" +(2012, 3, 18, 2, 20, 29) fem-speedup-cpp 316.308 "Assembly/solve speedup running on 4 processors" +(2012, 3, 18, 2, 20, 29) fem-speedup-cpp-assembly 5.50749 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 18, 2, 20, 29) fem-speedup-cpp-solve 1.93064 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 18, 2, 20, 53) mesh-refinement-cpp 22.4646 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 18, 2, 21, 14) mesh-topology-cpp 21.1607 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 18, 2, 21, 36) mesh-unitcube-cpp 21.9807 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 18, 2, 22, 24) mesh-iteration-cpp 45.6159 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 18, 2, 22, 52) la-vector-access-cpp 22.6539 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 18, 2, 23, 20) la-vector-assignment-cpp 27.9433 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 19, 2, 10, 59) common-progress-cpp 29.7581 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 19, 2, 11, 29) common-timing-cpp 29.3136 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 19, 2, 11, 39) fem-multicore-cpp 10.1749 "Coloring mesh." +(2012, 3, 19, 2, 14, 46) fem-assembly-cpp 186.641 "Assembly for various forms and backends" +(2012, 3, 19, 2, 14, 57) fem-convergence-cpp 11.8723 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 19, 2, 14, 58) fem-jit-python 0.000418305 "JIT compilation (in memory cache)" +(2012, 3, 19, 2, 20, 22) fem-speedup-cpp 323.96 "Assembly/solve speedup running on 4 processors" +(2012, 3, 19, 2, 20, 22) fem-speedup-cpp-assembly 5.52268 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 19, 2, 20, 22) fem-speedup-cpp-solve 1.77541 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 19, 2, 20, 46) mesh-refinement-cpp 22.3813 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 19, 2, 21, 8) mesh-topology-cpp 21.1015 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 19, 2, 21, 30) mesh-unitcube-cpp 21.9139 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 19, 2, 22, 23) mesh-iteration-cpp 51.0405 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 19, 2, 22, 53) la-vector-access-cpp 24.595 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 19, 2, 23, 23) la-vector-assignment-cpp 29.8894 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 20, 2, 11, 0) common-progress-cpp 29.6163 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 20, 2, 11, 30) common-timing-cpp 29.1732 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 20, 2, 11, 40) fem-multicore-cpp 10.1176 "Coloring mesh." +(2012, 3, 20, 2, 14, 46) fem-assembly-cpp 186.541 "Assembly for various forms and backends" +(2012, 3, 20, 2, 14, 58) fem-convergence-cpp 11.8774 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 20, 2, 14, 59) fem-jit-python 0.000426602 "JIT compilation (in memory cache)" +(2012, 3, 20, 2, 20, 11) fem-speedup-cpp 312.039 "Assembly/solve speedup running on 4 processors" +(2012, 3, 20, 2, 20, 11) fem-speedup-cpp-assembly 5.47704 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 20, 2, 20, 11) fem-speedup-cpp-solve 2.00028 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 20, 2, 20, 35) mesh-refinement-cpp 22.3899 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 20, 2, 20, 57) mesh-topology-cpp 21.1438 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 20, 2, 21, 19) mesh-unitcube-cpp 21.9657 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 20, 2, 22, 3) mesh-iteration-cpp 41.9575 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 20, 2, 22, 33) la-vector-access-cpp 24.7075 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 20, 2, 23, 1) la-vector-assignment-cpp 27.9425 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 21, 2, 11, 20) common-progress-cpp 29.6446 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 21, 2, 11, 50) common-timing-cpp 29.5241 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 21, 2, 12, 0) fem-multicore-cpp 10.0781 "Coloring mesh." +(2012, 3, 21, 2, 15, 6) fem-assembly-cpp 186.525 "Assembly for various forms and backends" +(2012, 3, 21, 2, 15, 18) fem-convergence-cpp 11.5829 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 21, 2, 15, 19) fem-jit-python 0.000426292 "JIT compilation (in memory cache)" +(2012, 3, 21, 2, 20, 30) fem-speedup-cpp 311.429 "Assembly/solve speedup running on 4 processors" +(2012, 3, 21, 2, 20, 30) fem-speedup-cpp-assembly 5.50763 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 21, 2, 20, 30) fem-speedup-cpp-solve 2.02043 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 21, 2, 20, 54) mesh-refinement-cpp 22.4093 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 21, 2, 21, 16) mesh-topology-cpp 21.1356 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 21, 2, 21, 38) mesh-unitcube-cpp 21.942 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 21, 2, 22, 22) mesh-iteration-cpp 41.9617 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 21, 2, 22, 49) la-vector-access-cpp 22.6346 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 21, 2, 23, 17) la-vector-assignment-cpp 27.9443 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 22, 2, 11, 6) common-progress-cpp 29.6124 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 22, 2, 11, 36) common-timing-cpp 29.527 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 22, 2, 11, 46) fem-multicore-cpp 10.0475 "Coloring mesh." +(2012, 3, 22, 2, 14, 53) fem-assembly-cpp 186.811 "Assembly for various forms and backends" +(2012, 3, 22, 2, 15, 5) fem-convergence-cpp 11.8756 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 22, 2, 15, 6) fem-jit-python 0.000440311 "JIT compilation (in memory cache)" +(2012, 3, 22, 2, 20, 32) fem-speedup-cpp 325.998 "Assembly/solve speedup running on 4 processors" +(2012, 3, 22, 2, 20, 32) fem-speedup-cpp-assembly 5.49121 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 22, 2, 20, 32) fem-speedup-cpp-solve 1.7379 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 22, 2, 20, 56) mesh-refinement-cpp 22.5104 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 22, 2, 21, 17) mesh-topology-cpp 21.1518 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 22, 2, 21, 39) mesh-unitcube-cpp 21.9391 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 22, 2, 22, 24) mesh-iteration-cpp 41.9631 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 22, 2, 22, 51) la-vector-access-cpp 22.6449 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 22, 2, 23, 20) la-vector-assignment-cpp 27.9458 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 23, 10, 18, 15) common-progress-cpp 29.2502 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 23, 10, 18, 44) common-timing-cpp 28.9173 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 23, 10, 18, 54) fem-multicore-cpp 10.1337 "Coloring mesh." +(2012, 3, 23, 10, 22, 2) fem-assembly-cpp 187.907 "Assembly for various forms and backends" +(2012, 3, 23, 10, 22, 14) fem-convergence-cpp 11.855 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 23, 10, 22, 15) fem-jit-python 0.000434303 "JIT compilation (in memory cache)" +(2012, 3, 23, 10, 28, 3) fem-speedup-cpp 347.987 "Assembly/solve speedup running on 4 processors" +(2012, 3, 23, 10, 28, 3) fem-speedup-cpp-assembly 5.52104 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 23, 10, 28, 3) fem-speedup-cpp-solve 1.40722 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 23, 10, 28, 27) mesh-refinement-cpp 22.7465 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 23, 10, 28, 48) mesh-topology-cpp 21.129 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 23, 10, 29, 10) mesh-unitcube-cpp 21.2977 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 23, 10, 29, 55) mesh-iteration-cpp 42.8558 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 23, 10, 30, 16) function-evaluation-cpp 21.3397 "Evaluations of functions at arbitrary points." +(2012, 3, 23, 10, 30, 16) function-evaluation-cpp 21.2454 "Evaluations of functions at arbitrary points." +(2012, 3, 23, 10, 30, 23) function-extrapolation-python 7.08951 "BENCH: 1.91053199768" +(2012, 3, 23, 10, 30, 23) function-extrapolation-python 1.91053 "BENCH: 1.91053199768" +(2012, 3, 23, 10, 30, 46) la-vector-access-cpp 22.4567 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 23, 10, 31, 14) la-vector-assignment-cpp 27.9451 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 24, 2, 11, 35) common-progress-cpp 29.8481 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 24, 2, 12, 6) common-timing-cpp 30.0109 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 24, 2, 12, 16) fem-multicore-cpp 10.011 "Coloring mesh." +(2012, 3, 24, 2, 15, 24) fem-assembly-cpp 188.197 "Assembly for various forms and backends" +(2012, 3, 24, 2, 15, 36) fem-convergence-cpp 11.9155 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 24, 2, 15, 48) fem-jit-python 0.000569606 "JIT compilation (in memory cache)" +(2012, 3, 24, 2, 21, 35) fem-speedup-cpp 346.566 "Assembly/solve speedup running on 4 processors" +(2012, 3, 24, 2, 21, 35) fem-speedup-cpp-assembly 5.51891 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 24, 2, 21, 35) fem-speedup-cpp-solve 1.43412 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 24, 2, 21, 59) mesh-refinement-cpp 22.7388 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 24, 2, 22, 20) mesh-topology-cpp 21.1862 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 24, 2, 22, 42) mesh-unitcube-cpp 21.3518 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 24, 2, 23, 27) mesh-iteration-cpp 42.6707 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 24, 2, 23, 48) function-evaluation-cpp 21.3317 "Evaluations of functions at arbitrary points." +(2012, 3, 24, 2, 23, 48) function-evaluation-cpp 21.2392 "Evaluations of functions at arbitrary points." +(2012, 3, 24, 2, 24, 39) function-extrapolation-python 50.6951 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2012, 3, 24, 2, 24, 39) function-extrapolation-python 1.89467 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2012, 3, 24, 2, 25, 3) la-vector-access-cpp 23.8564 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 24, 2, 25, 35) la-vector-assignment-cpp 31.9083 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 25, 1, 11, 12) common-progress-cpp 29.5972 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 25, 1, 11, 42) common-timing-cpp 29.5222 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 25, 1, 11, 52) fem-multicore-cpp 10.0221 "Coloring mesh." +(2012, 3, 25, 1, 15, 0) fem-assembly-cpp 188.188 "Assembly for various forms and backends" +(2012, 3, 25, 1, 15, 12) fem-convergence-cpp 11.8477 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 25, 1, 15, 13) fem-jit-python 0.000525594 "JIT compilation (in memory cache)" +(2012, 3, 25, 1, 20, 24) fem-speedup-cpp 311.519 "Assembly/solve speedup running on 4 processors" +(2012, 3, 25, 1, 20, 24) fem-speedup-cpp-assembly 5.53704 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 25, 1, 20, 24) fem-speedup-cpp-solve 2.03861 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 25, 1, 20, 49) mesh-refinement-cpp 22.7542 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 25, 1, 21, 10) mesh-topology-cpp 21.1512 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 25, 1, 21, 31) mesh-unitcube-cpp 21.3332 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 25, 1, 22, 17) mesh-iteration-cpp 42.8488 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 25, 1, 22, 38) function-evaluation-cpp 21.385 "Evaluations of functions at arbitrary points." +(2012, 3, 25, 1, 22, 38) function-evaluation-cpp 21.3041 "Evaluations of functions at arbitrary points." +(2012, 3, 25, 1, 22, 45) function-extrapolation-python 6.80304 "BENCH: 1.9065849781" +(2012, 3, 25, 1, 22, 45) function-extrapolation-python 1.90658 "BENCH: 1.9065849781" +(2012, 3, 25, 1, 23, 9) la-vector-access-cpp 23.8583 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 25, 1, 23, 37) la-vector-assignment-cpp 27.9519 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 26, 1, 11, 12) common-progress-cpp 29.6833 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 26, 1, 11, 41) common-timing-cpp 29.1034 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 26, 1, 11, 51) fem-multicore-cpp 9.94161 "Coloring mesh." +(2012, 3, 26, 1, 14, 58) fem-assembly-cpp 187.507 "Assembly for various forms and backends" +(2012, 3, 26, 1, 15, 10) fem-convergence-cpp 11.8326 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 26, 1, 15, 11) fem-jit-python 0.000517201 "JIT compilation (in memory cache)" +(2012, 3, 26, 1, 20, 27) fem-speedup-cpp 316.115 "Assembly/solve speedup running on 4 processors" +(2012, 3, 26, 1, 20, 27) fem-speedup-cpp-assembly 5.53409 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 26, 1, 20, 27) fem-speedup-cpp-solve 1.92683 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 26, 1, 20, 51) mesh-refinement-cpp 22.7083 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 26, 1, 21, 13) mesh-topology-cpp 21.2153 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 26, 1, 21, 34) mesh-unitcube-cpp 21.2683 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 26, 1, 22, 19) mesh-iteration-cpp 42.8333 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 26, 1, 22, 41) function-evaluation-cpp 21.5819 "Evaluations of functions at arbitrary points." +(2012, 3, 26, 1, 22, 41) function-evaluation-cpp 21.4958 "Evaluations of functions at arbitrary points." +(2012, 3, 26, 1, 22, 48) function-extrapolation-python 6.67678 "BENCH: 1.91194415092" +(2012, 3, 26, 1, 22, 48) function-extrapolation-python 1.91194 "BENCH: 1.91194415092" +(2012, 3, 26, 1, 23, 10) la-vector-access-cpp 22.447 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 26, 1, 23, 38) la-vector-assignment-cpp 27.9534 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 27, 1, 11, 10) common-progress-cpp 29.8119 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 27, 1, 11, 40) common-timing-cpp 29.6736 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 27, 1, 11, 50) fem-multicore-cpp 10.1445 "Coloring mesh." +(2012, 3, 27, 1, 14, 57) fem-assembly-cpp 187.423 "Assembly for various forms and backends" +(2012, 3, 27, 1, 15, 9) fem-convergence-cpp 11.8745 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 27, 1, 15, 10) fem-jit-python 0.000532913 "JIT compilation (in memory cache)" +(2012, 3, 27, 1, 20, 31) fem-speedup-cpp 320.54 "Assembly/solve speedup running on 4 processors" +(2012, 3, 27, 1, 20, 31) fem-speedup-cpp-assembly 5.54247 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 27, 1, 20, 31) fem-speedup-cpp-solve 1.83288 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 27, 1, 20, 55) mesh-refinement-cpp 22.6726 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 27, 1, 21, 16) mesh-topology-cpp 21.0875 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 27, 1, 21, 37) mesh-unitcube-cpp 21.2453 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 27, 1, 22, 23) mesh-iteration-cpp 42.867 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 27, 1, 22, 44) function-evaluation-cpp 21.3268 "Evaluations of functions at arbitrary points." +(2012, 3, 27, 1, 22, 44) function-evaluation-cpp 21.246 "Evaluations of functions at arbitrary points." +(2012, 3, 27, 1, 22, 51) function-extrapolation-python 6.80449 "BENCH: 1.96759700775" +(2012, 3, 27, 1, 22, 51) function-extrapolation-python 1.9676 "BENCH: 1.96759700775" +(2012, 3, 27, 1, 23, 13) la-vector-access-cpp 22.4477 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 27, 1, 23, 41) la-vector-assignment-cpp 27.9519 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 28, 1, 11, 35) common-progress-cpp 36.4359 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 28, 1, 12, 5) common-timing-cpp 29.7557 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 28, 1, 12, 15) fem-multicore-cpp 10.0797 "Coloring mesh." +(2012, 3, 28, 1, 15, 28) fem-assembly-cpp 193.158 "Assembly for various forms and backends" +(2012, 3, 28, 1, 15, 40) fem-convergence-cpp 11.8458 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 28, 1, 15, 41) fem-jit-python 0.000517321 "JIT compilation (in memory cache)" +(2012, 3, 28, 1, 20, 53) fem-speedup-cpp 311.816 "Assembly/solve speedup running on 4 processors" +(2012, 3, 28, 1, 20, 53) fem-speedup-cpp-assembly 5.35381 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 28, 1, 20, 53) fem-speedup-cpp-solve 2 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 28, 1, 21, 17) mesh-refinement-cpp 22.5773 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 28, 1, 21, 39) mesh-topology-cpp 21.4724 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 28, 1, 22, 0) mesh-unitcube-cpp 21.5984 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 28, 1, 22, 46) mesh-iteration-cpp 42.9169 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 28, 1, 23, 7) function-evaluation-cpp 21.2531 "Evaluations of functions at arbitrary points." +(2012, 3, 28, 1, 23, 7) function-evaluation-cpp 21.1721 "Evaluations of functions at arbitrary points." +(2012, 3, 28, 1, 23, 14) function-extrapolation-python 6.65458 "BENCH: 1.91735506058" +(2012, 3, 28, 1, 23, 14) function-extrapolation-python 1.91736 "BENCH: 1.91735506058" +(2012, 3, 28, 1, 23, 36) la-vector-access-cpp 22.4146 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 28, 1, 24, 4) la-vector-assignment-cpp 27.9528 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 29, 1, 11, 44) common-progress-cpp 47.7206 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 29, 1, 12, 13) common-timing-cpp 29.4658 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 29, 1, 12, 23) fem-multicore-cpp 10.1128 "Coloring mesh." +(2012, 3, 29, 1, 15, 36) fem-assembly-cpp 192.811 "Assembly for various forms and backends" +(2012, 3, 29, 1, 15, 48) fem-convergence-cpp 11.8379 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 29, 1, 15, 49) fem-jit-python 0.000525403 "JIT compilation (in memory cache)" +(2012, 3, 29, 1, 21, 2) fem-speedup-cpp 313.254 "Assembly/solve speedup running on 4 processors" +(2012, 3, 29, 1, 21, 2) fem-speedup-cpp-assembly 5.33967 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 29, 1, 21, 2) fem-speedup-cpp-solve 1.9766 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 29, 1, 21, 26) mesh-refinement-cpp 22.5234 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 29, 1, 21, 48) mesh-topology-cpp 21.3866 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 29, 1, 22, 10) mesh-unitcube-cpp 21.6283 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 29, 1, 22, 55) mesh-iteration-cpp 42.9465 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 29, 1, 23, 16) function-evaluation-cpp 21.3256 "Evaluations of functions at arbitrary points." +(2012, 3, 29, 1, 23, 16) function-evaluation-cpp 21.2446 "Evaluations of functions at arbitrary points." +(2012, 3, 29, 1, 23, 23) function-extrapolation-python 6.77774 "BENCH: 1.9107670784" +(2012, 3, 29, 1, 23, 23) function-extrapolation-python 1.91077 "BENCH: 1.9107670784" +(2012, 3, 29, 1, 23, 47) la-vector-access-cpp 23.8877 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 29, 1, 24, 15) la-vector-assignment-cpp 27.951 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 30, 1, 11, 13) common-progress-cpp 29.1799 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 30, 1, 11, 43) common-timing-cpp 30.3009 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 30, 1, 11, 53) fem-multicore-cpp 9.98761 "Coloring mesh." +(2012, 3, 30, 1, 15, 6) fem-assembly-cpp 193.031 "Assembly for various forms and backends" +(2012, 3, 30, 1, 15, 18) fem-convergence-cpp 11.8157 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 30, 1, 15, 19) fem-jit-python 0.0011179 "JIT compilation (in memory cache)" +(2012, 3, 30, 1, 20, 31) fem-speedup-cpp 312.07 "Assembly/solve speedup running on 4 processors" +(2012, 3, 30, 1, 20, 31) fem-speedup-cpp-assembly 5.35266 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 30, 1, 20, 31) fem-speedup-cpp-solve 2.00995 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 30, 1, 20, 55) mesh-refinement-cpp 22.5618 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 30, 1, 21, 17) mesh-topology-cpp 21.4106 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 30, 1, 21, 39) mesh-unitcube-cpp 21.6636 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 30, 1, 22, 24) mesh-iteration-cpp 42.9289 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 30, 1, 22, 45) function-evaluation-cpp 21.312 "Evaluations of functions at arbitrary points." +(2012, 3, 30, 1, 22, 45) function-evaluation-cpp 21.231 "Evaluations of functions at arbitrary points." +(2012, 3, 30, 1, 22, 52) function-extrapolation-python 6.82452 "BENCH: 1.90303897858" +(2012, 3, 30, 1, 22, 52) function-extrapolation-python 1.90304 "BENCH: 1.90303897858" +(2012, 3, 30, 1, 23, 18) la-vector-access-cpp 25.4073 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 30, 1, 23, 46) la-vector-assignment-cpp 27.9508 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 3, 31, 1, 11, 16) common-progress-cpp 29.9434 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 3, 31, 1, 11, 46) common-timing-cpp 29.9282 "Timing access and registration of timings (10000000 repetitions)" +(2012, 3, 31, 1, 11, 56) fem-multicore-cpp 10.0462 "Coloring mesh." +(2012, 3, 31, 1, 15, 9) fem-assembly-cpp 192.654 "Assembly for various forms and backends" +(2012, 3, 31, 1, 15, 21) fem-convergence-cpp 11.8577 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 3, 31, 1, 15, 22) fem-jit-python 0.000411105 "JIT compilation (in memory cache)" +(2012, 3, 31, 1, 20, 40) fem-speedup-cpp 317.603 "Assembly/solve speedup running on 4 processors" +(2012, 3, 31, 1, 20, 40) fem-speedup-cpp-assembly 5.33456 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 3, 31, 1, 20, 40) fem-speedup-cpp-solve 1.91342 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 3, 31, 1, 21, 4) mesh-refinement-cpp 22.5222 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 3, 31, 1, 21, 25) mesh-topology-cpp 21.3206 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 3, 31, 1, 21, 47) mesh-unitcube-cpp 21.6934 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 3, 31, 1, 22, 36) mesh-iteration-cpp 46.0533 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 3, 31, 1, 22, 57) function-evaluation-cpp 21.3194 "Evaluations of functions at arbitrary points." +(2012, 3, 31, 1, 22, 57) function-evaluation-cpp 21.2383 "Evaluations of functions at arbitrary points." +(2012, 3, 31, 1, 23, 4) function-extrapolation-python 6.69082 "BENCH: 1.8820579052" +(2012, 3, 31, 1, 23, 4) function-extrapolation-python 1.88206 "BENCH: 1.8820579052" +(2012, 3, 31, 1, 23, 26) la-vector-access-cpp 22.4411 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 3, 31, 1, 23, 54) la-vector-assignment-cpp 27.9711 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 1, 1, 11, 29) common-progress-cpp 29.6234 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 1, 1, 11, 57) common-timing-cpp 28.0265 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 1, 1, 12, 7) fem-multicore-cpp 10.0726 "Coloring mesh." +(2012, 4, 1, 1, 15, 20) fem-assembly-cpp 193.379 "Assembly for various forms and backends" +(2012, 4, 1, 1, 15, 32) fem-convergence-cpp 11.5822 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 1, 1, 15, 33) fem-jit-python 0.000422621 "JIT compilation (in memory cache)" +(2012, 4, 1, 1, 20, 43) fem-speedup-cpp 310.266 "Assembly/solve speedup running on 4 processors" +(2012, 4, 1, 1, 20, 43) fem-speedup-cpp-assembly 5.57014 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 1, 1, 20, 43) fem-speedup-cpp-solve 2.03339 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 1, 1, 21, 7) mesh-refinement-cpp 22.6896 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 1, 1, 21, 29) mesh-topology-cpp 21.5138 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 1, 1, 21, 52) mesh-unitcube-cpp 22.3731 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 1, 1, 22, 37) mesh-iteration-cpp 42.9926 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 1, 1, 22, 58) function-evaluation-cpp 21.3313 "Evaluations of functions at arbitrary points." +(2012, 4, 1, 1, 22, 58) function-evaluation-cpp 21.2499 "Evaluations of functions at arbitrary points." +(2012, 4, 1, 1, 23, 5) function-extrapolation-python 6.78079 "BENCH: 1.89290785789" +(2012, 4, 1, 1, 23, 5) function-extrapolation-python 1.89291 "BENCH: 1.89290785789" +(2012, 4, 1, 1, 23, 28) la-vector-access-cpp 22.8901 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 1, 1, 23, 56) la-vector-assignment-cpp 27.955 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 2, 1, 11, 27) common-progress-cpp 29.5912 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 2, 1, 11, 55) common-timing-cpp 27.9926 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 2, 1, 12, 5) fem-multicore-cpp 9.94763 "Coloring mesh." +(2012, 4, 2, 1, 15, 17) fem-assembly-cpp 192.68 "Assembly for various forms and backends" +(2012, 4, 2, 1, 15, 29) fem-convergence-cpp 11.839 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 2, 1, 15, 30) fem-jit-python 0.000409603 "JIT compilation (in memory cache)" +(2012, 4, 2, 1, 20, 54) fem-speedup-cpp 323.953 "Assembly/solve speedup running on 4 processors" +(2012, 4, 2, 1, 20, 54) fem-speedup-cpp-assembly 5.57919 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 2, 1, 20, 54) fem-speedup-cpp-solve 1.78626 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 2, 1, 21, 19) mesh-refinement-cpp 22.7456 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 2, 1, 21, 40) mesh-topology-cpp 21.3414 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 2, 1, 22, 3) mesh-unitcube-cpp 22.3971 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 2, 1, 22, 53) mesh-iteration-cpp 48.5393 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 2, 1, 23, 14) function-evaluation-cpp 20.8662 "Evaluations of functions at arbitrary points." +(2012, 4, 2, 1, 23, 14) function-evaluation-cpp 20.7852 "Evaluations of functions at arbitrary points." +(2012, 4, 2, 1, 23, 21) function-extrapolation-python 6.82069 "BENCH: 1.89127898216" +(2012, 4, 2, 1, 23, 21) function-extrapolation-python 1.89128 "BENCH: 1.89127898216" +(2012, 4, 2, 1, 23, 44) la-vector-access-cpp 22.9127 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 2, 1, 24, 12) la-vector-assignment-cpp 27.9095 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 3, 1, 11, 30) common-progress-cpp 29.6125 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 3, 1, 12, 0) common-timing-cpp 29.2451 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 3, 1, 12, 10) fem-multicore-cpp 10.0172 "Coloring mesh." +(2012, 4, 3, 1, 15, 23) fem-assembly-cpp 192.942 "Assembly for various forms and backends" +(2012, 4, 3, 1, 15, 34) fem-convergence-cpp 11.8779 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 3, 1, 15, 36) fem-jit-python 0.000404787 "JIT compilation (in memory cache)" +(2012, 4, 3, 1, 20, 48) fem-speedup-cpp 311.927 "Assembly/solve speedup running on 4 processors" +(2012, 4, 3, 1, 20, 48) fem-speedup-cpp-assembly 5.57805 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 3, 1, 20, 48) fem-speedup-cpp-solve 2.03223 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 3, 1, 21, 12) mesh-refinement-cpp 22.7041 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 3, 1, 21, 33) mesh-topology-cpp 21.4215 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 3, 1, 21, 56) mesh-unitcube-cpp 22.4044 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 3, 1, 22, 41) mesh-iteration-cpp 42.9646 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 3, 1, 23, 2) function-evaluation-cpp 21.3042 "Evaluations of functions at arbitrary points." +(2012, 4, 3, 1, 23, 2) function-evaluation-cpp 21.2234 "Evaluations of functions at arbitrary points." +(2012, 4, 3, 1, 23, 9) function-extrapolation-python 6.59291 "BENCH: 1.90084600449" +(2012, 4, 3, 1, 23, 9) function-extrapolation-python 1.90085 "BENCH: 1.90084600449" +(2012, 4, 3, 1, 23, 33) la-vector-access-cpp 23.9183 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 3, 1, 24, 3) la-vector-assignment-cpp 29.9047 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 4, 1, 11, 33) common-progress-cpp 29.801 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 4, 1, 12, 1) common-timing-cpp 28.113 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 4, 1, 12, 11) fem-multicore-cpp 10.1021 "Coloring mesh." +(2012, 4, 4, 1, 15, 25) fem-assembly-cpp 193.557 "Assembly for various forms and backends" +(2012, 4, 4, 1, 15, 37) fem-convergence-cpp 11.8598 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 4, 1, 15, 38) fem-jit-python 0.000418305 "JIT compilation (in memory cache)" +(2012, 4, 4, 1, 20, 53) fem-speedup-cpp 315.101 "Assembly/solve speedup running on 4 processors" +(2012, 4, 4, 1, 20, 53) fem-speedup-cpp-assembly 5.39718 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 4, 1, 20, 53) fem-speedup-cpp-solve 1.93364 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 4, 1, 21, 17) mesh-refinement-cpp 22.7536 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 4, 1, 21, 39) mesh-topology-cpp 21.3588 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 4, 1, 22, 1) mesh-unitcube-cpp 22.1709 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 4, 1, 22, 47) mesh-iteration-cpp 43.03 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 4, 1, 23, 8) function-evaluation-cpp 21.5658 "Evaluations of functions at arbitrary points." +(2012, 4, 4, 1, 23, 8) function-evaluation-cpp 21.4845 "Evaluations of functions at arbitrary points." +(2012, 4, 4, 1, 23, 15) function-extrapolation-python 6.80863 "BENCH: 1.88338589668" +(2012, 4, 4, 1, 23, 15) function-extrapolation-python 1.88339 "BENCH: 1.88338589668" +(2012, 4, 4, 1, 23, 39) la-vector-access-cpp 23.9452 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 4, 1, 24, 4) la-vector-assignment-cpp 24.9566 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 5, 1, 11, 24) common-progress-cpp 29.8204 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 5, 1, 11, 53) common-timing-cpp 29.478 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 5, 1, 12, 3) fem-multicore-cpp 9.97172 "Coloring mesh." +(2012, 4, 5, 1, 15, 15) fem-assembly-cpp 191.927 "Assembly for various forms and backends" +(2012, 4, 5, 1, 15, 27) fem-convergence-cpp 11.8568 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 5, 1, 15, 28) fem-jit-python 0.000405502 "JIT compilation (in memory cache)" +(2012, 4, 5, 1, 20, 50) fem-speedup-cpp 322.331 "Assembly/solve speedup running on 4 processors" +(2012, 4, 5, 1, 20, 50) fem-speedup-cpp-assembly 5.60304 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 5, 1, 20, 50) fem-speedup-cpp-solve 1.8112 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 5, 1, 21, 15) mesh-refinement-cpp 22.9131 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 5, 1, 21, 36) mesh-topology-cpp 21.2879 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 5, 1, 21, 59) mesh-unitcube-cpp 22.1745 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 5, 1, 22, 44) mesh-iteration-cpp 43.0736 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 5, 1, 23, 6) function-evaluation-cpp 21.3185 "Evaluations of functions at arbitrary points." +(2012, 4, 5, 1, 23, 6) function-evaluation-cpp 21.2377 "Evaluations of functions at arbitrary points." +(2012, 4, 5, 1, 23, 12) function-extrapolation-python 6.78808 "BENCH: 1.92564797401" +(2012, 4, 5, 1, 23, 12) function-extrapolation-python 1.92565 "BENCH: 1.92564797401" +(2012, 4, 5, 1, 23, 35) la-vector-access-cpp 22.4427 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 5, 1, 24, 0) la-vector-assignment-cpp 24.9598 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 6, 1, 11, 24) common-progress-cpp 29.5914 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 6, 1, 11, 54) common-timing-cpp 30.9051 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 6, 1, 12, 4) fem-multicore-cpp 10.0022 "Coloring mesh." +(2012, 4, 6, 1, 15, 19) fem-assembly-cpp 194.833 "Assembly for various forms and backends" +(2012, 4, 6, 1, 15, 31) fem-convergence-cpp 11.8686 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 6, 1, 15, 32) fem-jit-python 0.000404692 "JIT compilation (in memory cache)" +(2012, 4, 6, 1, 20, 45) fem-speedup-cpp 312.888 "Assembly/solve speedup running on 4 processors" +(2012, 4, 6, 1, 20, 45) fem-speedup-cpp-assembly 5.51397 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 6, 1, 20, 45) fem-speedup-cpp-solve 1.96147 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 6, 1, 21, 9) mesh-refinement-cpp 22.655 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 6, 1, 21, 31) mesh-topology-cpp 21.3078 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 6, 1, 21, 52) mesh-unitcube-cpp 21.6501 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 6, 1, 22, 37) mesh-iteration-cpp 41.9631 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 6, 1, 22, 59) function-evaluation-cpp 21.9918 "Evaluations of functions at arbitrary points." +(2012, 4, 6, 1, 22, 59) function-evaluation-cpp 21.9108 "Evaluations of functions at arbitrary points." +(2012, 4, 6, 1, 23, 6) function-extrapolation-python 6.64582 "BENCH: 1.92029690742" +(2012, 4, 6, 1, 23, 6) function-extrapolation-python 1.9203 "BENCH: 1.92029690742" +(2012, 4, 6, 1, 23, 29) la-vector-access-cpp 23.4188 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 6, 1, 23, 54) la-vector-assignment-cpp 25.1107 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 7, 1, 11, 8) common-progress-cpp 29.6045 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 7, 1, 11, 37) common-timing-cpp 29.2484 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 7, 1, 11, 47) fem-multicore-cpp 10.1002 "Coloring mesh." +(2012, 4, 7, 1, 15, 2) fem-assembly-cpp 194.759 "Assembly for various forms and backends" +(2012, 4, 7, 1, 15, 14) fem-convergence-cpp 11.8038 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 7, 1, 15, 15) fem-jit-python 0.00042491 "JIT compilation (in memory cache)" +(2012, 4, 7, 1, 20, 26) fem-speedup-cpp 310.96 "Assembly/solve speedup running on 4 processors" +(2012, 4, 7, 1, 20, 26) fem-speedup-cpp-assembly 5.5059 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 7, 1, 20, 26) fem-speedup-cpp-solve 2.03805 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 7, 1, 20, 50) mesh-refinement-cpp 22.6697 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 7, 1, 21, 12) mesh-topology-cpp 21.3257 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 7, 1, 21, 33) mesh-unitcube-cpp 21.5497 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 7, 1, 22, 18) mesh-iteration-cpp 41.9542 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 7, 1, 22, 39) function-evaluation-cpp 21.3445 "Evaluations of functions at arbitrary points." +(2012, 4, 7, 1, 22, 39) function-evaluation-cpp 21.2634 "Evaluations of functions at arbitrary points." +(2012, 4, 7, 1, 22, 46) function-extrapolation-python 6.7778 "BENCH: 1.91542887688" +(2012, 4, 7, 1, 22, 46) function-extrapolation-python 1.91543 "BENCH: 1.91542887688" +(2012, 4, 7, 1, 23, 10) la-vector-access-cpp 23.8879 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 7, 1, 23, 35) la-vector-assignment-cpp 24.9626 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 8, 1, 11, 10) common-progress-cpp 29.6068 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 8, 1, 11, 40) common-timing-cpp 29.3383 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 8, 1, 11, 50) fem-multicore-cpp 10.0317 "Coloring mesh." +(2012, 4, 8, 1, 15, 4) fem-assembly-cpp 193.816 "Assembly for various forms and backends" +(2012, 4, 8, 1, 15, 15) fem-convergence-cpp 11.9014 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 8, 1, 15, 17) fem-jit-python 0.000415492 "JIT compilation (in memory cache)" +(2012, 4, 8, 1, 20, 36) fem-speedup-cpp 319.491 "Assembly/solve speedup running on 4 processors" +(2012, 4, 8, 1, 20, 36) fem-speedup-cpp-assembly 5.53892 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 8, 1, 20, 36) fem-speedup-cpp-solve 1.83568 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 8, 1, 21, 0) mesh-refinement-cpp 22.6556 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 8, 1, 21, 22) mesh-topology-cpp 21.2851 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 8, 1, 21, 43) mesh-unitcube-cpp 21.5829 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 8, 1, 22, 28) mesh-iteration-cpp 41.959 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 8, 1, 22, 49) function-evaluation-cpp 21.2914 "Evaluations of functions at arbitrary points." +(2012, 4, 8, 1, 22, 49) function-evaluation-cpp 21.2098 "Evaluations of functions at arbitrary points." +(2012, 4, 8, 1, 22, 56) function-extrapolation-python 6.80206 "BENCH: 1.91059112549" +(2012, 4, 8, 1, 22, 56) function-extrapolation-python 1.91059 "BENCH: 1.91059112549" +(2012, 4, 8, 1, 23, 21) la-vector-access-cpp 24.7488 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 8, 1, 23, 46) la-vector-assignment-cpp 24.9565 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 9, 1, 11, 10) common-progress-cpp 29.6139 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 9, 1, 11, 40) common-timing-cpp 29.3154 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 9, 1, 11, 50) fem-multicore-cpp 10.1391 "Coloring mesh." +(2012, 4, 9, 1, 15, 5) fem-assembly-cpp 195.676 "Assembly for various forms and backends" +(2012, 4, 9, 1, 15, 17) fem-convergence-cpp 11.8654 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 9, 1, 15, 18) fem-jit-python 0.000416708 "JIT compilation (in memory cache)" +(2012, 4, 9, 1, 20, 46) fem-speedup-cpp 327.076 "Assembly/solve speedup running on 4 processors" +(2012, 4, 9, 1, 20, 46) fem-speedup-cpp-assembly 5.38924 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 9, 1, 20, 46) fem-speedup-cpp-solve 1.72854 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 9, 1, 21, 10) mesh-refinement-cpp 22.6798 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 9, 1, 21, 31) mesh-topology-cpp 21.3687 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 9, 1, 21, 53) mesh-unitcube-cpp 21.5628 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 9, 1, 22, 41) mesh-iteration-cpp 45.5416 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 9, 1, 23, 2) function-evaluation-cpp 21.3215 "Evaluations of functions at arbitrary points." +(2012, 4, 9, 1, 23, 2) function-evaluation-cpp 21.2402 "Evaluations of functions at arbitrary points." +(2012, 4, 9, 1, 23, 9) function-extrapolation-python 6.67455 "BENCH: 1.87760996819" +(2012, 4, 9, 1, 23, 9) function-extrapolation-python 1.87761 "BENCH: 1.87760996819" +(2012, 4, 9, 1, 23, 32) la-vector-access-cpp 22.8976 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 9, 1, 24, 0) la-vector-assignment-cpp 27.909 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 10, 1, 11, 11) common-progress-cpp 29.6185 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 10, 1, 11, 41) common-timing-cpp 30.2668 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 10, 1, 11, 51) fem-multicore-cpp 10.051 "Coloring mesh." +(2012, 4, 10, 1, 15, 6) fem-assembly-cpp 194.713 "Assembly for various forms and backends" +(2012, 4, 10, 1, 15, 18) fem-convergence-cpp 11.8898 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 10, 1, 15, 19) fem-jit-python 0.000405598 "JIT compilation (in memory cache)" +(2012, 4, 10, 1, 20, 31) fem-speedup-cpp 312.221 "Assembly/solve speedup running on 4 processors" +(2012, 4, 10, 1, 20, 31) fem-speedup-cpp-assembly 5.50767 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 10, 1, 20, 31) fem-speedup-cpp-solve 2.00828 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 10, 1, 20, 55) mesh-refinement-cpp 22.6637 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 10, 1, 21, 16) mesh-topology-cpp 21.2887 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 10, 1, 21, 38) mesh-unitcube-cpp 21.5207 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 10, 1, 22, 22) mesh-iteration-cpp 41.9577 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 10, 1, 22, 44) function-evaluation-cpp 21.2886 "Evaluations of functions at arbitrary points." +(2012, 4, 10, 1, 22, 44) function-evaluation-cpp 21.2079 "Evaluations of functions at arbitrary points." +(2012, 4, 10, 1, 22, 51) function-extrapolation-python 6.71729 "BENCH: 1.90854501724" +(2012, 4, 10, 1, 22, 51) function-extrapolation-python 1.90855 "BENCH: 1.90854501724" +(2012, 4, 10, 1, 23, 13) la-vector-access-cpp 22.8883 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 10, 1, 23, 38) la-vector-assignment-cpp 24.8592 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 11, 1, 11, 39) common-progress-cpp 37.6901 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 11, 1, 12, 9) common-timing-cpp 30.061 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 11, 1, 12, 19) fem-multicore-cpp 10.031 "Coloring mesh." +(2012, 4, 11, 1, 15, 34) fem-assembly-cpp 195.459 "Assembly for various forms and backends" +(2012, 4, 11, 1, 15, 46) fem-convergence-cpp 11.8761 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 11, 1, 15, 59) fem-jit-python 0.000437808 "JIT compilation (in memory cache)" +(2012, 4, 11, 1, 21, 24) fem-speedup-cpp 325.611 "Assembly/solve speedup running on 4 processors" +(2012, 4, 11, 1, 21, 24) fem-speedup-cpp-assembly 5.53267 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 11, 1, 21, 24) fem-speedup-cpp-solve 1.75802 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 11, 1, 21, 49) mesh-refinement-cpp 22.7249 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 11, 1, 22, 10) mesh-topology-cpp 21.2921 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 11, 1, 22, 32) mesh-unitcube-cpp 21.554 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 11, 1, 23, 16) mesh-iteration-cpp 41.9561 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 11, 1, 23, 38) function-evaluation-cpp 21.3437 "Evaluations of functions at arbitrary points." +(2012, 4, 11, 1, 23, 38) function-evaluation-cpp 21.2627 "Evaluations of functions at arbitrary points." +(2012, 4, 11, 1, 24, 28) function-extrapolation-python 50.3287 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2012, 4, 11, 1, 24, 28) function-extrapolation-python 1.87041 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2012, 4, 11, 1, 24, 52) la-vector-access-cpp 23.9218 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 11, 1, 25, 17) la-vector-assignment-cpp 24.958 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 12, 1, 11, 28) common-progress-cpp 29.5758 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 12, 1, 11, 58) common-timing-cpp 29.4504 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 12, 1, 12, 8) fem-multicore-cpp 10.0968 "Coloring mesh." +(2012, 4, 12, 1, 15, 23) fem-assembly-cpp 195.389 "Assembly for various forms and backends" +(2012, 4, 12, 1, 15, 35) fem-convergence-cpp 11.9012 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 12, 1, 15, 36) fem-jit-python 0.000413799 "JIT compilation (in memory cache)" +(2012, 4, 12, 1, 20, 51) fem-speedup-cpp 314.38 "Assembly/solve speedup running on 4 processors" +(2012, 4, 12, 1, 20, 51) fem-speedup-cpp-assembly 5.49665 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 12, 1, 20, 51) fem-speedup-cpp-solve 1.96089 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 12, 1, 21, 15) mesh-refinement-cpp 22.6922 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 12, 1, 21, 36) mesh-topology-cpp 21.328 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 12, 1, 21, 58) mesh-unitcube-cpp 21.5581 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 12, 1, 22, 42) mesh-iteration-cpp 41.9564 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 12, 1, 23, 3) function-evaluation-cpp 21.3275 "Evaluations of functions at arbitrary points." +(2012, 4, 12, 1, 23, 3) function-evaluation-cpp 21.2465 "Evaluations of functions at arbitrary points." +(2012, 4, 12, 1, 23, 10) function-extrapolation-python 6.86228 "BENCH: 1.91826319695" +(2012, 4, 12, 1, 23, 10) function-extrapolation-python 1.91826 "BENCH: 1.91826319695" +(2012, 4, 12, 1, 23, 33) la-vector-access-cpp 22.8895 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 12, 1, 23, 58) la-vector-assignment-cpp 24.947 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 13, 1, 11, 5) common-progress-cpp 29.7275 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 13, 1, 11, 35) common-timing-cpp 29.3219 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 13, 1, 11, 45) fem-multicore-cpp 10.0317 "Coloring mesh." +(2012, 4, 13, 1, 15, 0) fem-assembly-cpp 195.012 "Assembly for various forms and backends" +(2012, 4, 13, 1, 15, 12) fem-convergence-cpp 11.8576 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 13, 1, 15, 13) fem-jit-python 0.000402689 "JIT compilation (in memory cache)" +(2012, 4, 13, 1, 20, 23) fem-speedup-cpp 309.903 "Assembly/solve speedup running on 4 processors" +(2012, 4, 13, 1, 20, 23) fem-speedup-cpp-assembly 5.44764 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 13, 1, 20, 23) fem-speedup-cpp-solve 2.00791 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 13, 1, 20, 47) mesh-refinement-cpp 22.6317 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 13, 1, 21, 8) mesh-topology-cpp 21.2982 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 13, 1, 21, 30) mesh-unitcube-cpp 21.5571 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 13, 1, 22, 14) mesh-iteration-cpp 41.9579 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 13, 1, 22, 35) function-evaluation-cpp 20.895 "Evaluations of functions at arbitrary points." +(2012, 4, 13, 1, 22, 35) function-evaluation-cpp 20.8135 "Evaluations of functions at arbitrary points." +(2012, 4, 13, 1, 22, 42) function-extrapolation-python 6.69723 "BENCH: 1.91965317726" +(2012, 4, 13, 1, 22, 42) function-extrapolation-python 1.91965 "BENCH: 1.91965317726" +(2012, 4, 13, 1, 23, 5) la-vector-access-cpp 22.8961 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 13, 1, 23, 30) la-vector-assignment-cpp 24.9554 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 14, 1, 11, 13) common-progress-cpp 29.5913 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 14, 1, 11, 42) common-timing-cpp 29.3513 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 14, 1, 11, 52) fem-multicore-cpp 9.95149 "Coloring mesh." +(2012, 4, 14, 1, 15, 7) fem-assembly-cpp 194.398 "Assembly for various forms and backends" +(2012, 4, 14, 1, 15, 19) fem-convergence-cpp 11.9192 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 14, 1, 15, 20) fem-jit-python 0.000419497 "JIT compilation (in memory cache)" +(2012, 4, 14, 1, 20, 37) fem-speedup-cpp 317.428 "Assembly/solve speedup running on 4 processors" +(2012, 4, 14, 1, 20, 37) fem-speedup-cpp-assembly 5.50765 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 14, 1, 20, 37) fem-speedup-cpp-solve 1.88947 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 14, 1, 21, 1) mesh-refinement-cpp 22.6315 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 14, 1, 21, 23) mesh-topology-cpp 21.315 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 14, 1, 21, 44) mesh-unitcube-cpp 21.5444 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 14, 1, 22, 29) mesh-iteration-cpp 41.9574 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 14, 1, 22, 50) function-evaluation-cpp 21.312 "Evaluations of functions at arbitrary points." +(2012, 4, 14, 1, 22, 50) function-evaluation-cpp 21.2305 "Evaluations of functions at arbitrary points." +(2012, 4, 14, 1, 22, 57) function-extrapolation-python 6.84253 "BENCH: 1.91713786125" +(2012, 4, 14, 1, 22, 57) function-extrapolation-python 1.91714 "BENCH: 1.91713786125" +(2012, 4, 14, 1, 23, 20) la-vector-access-cpp 23.4699 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 14, 1, 23, 49) la-vector-assignment-cpp 28.4046 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 15, 1, 11, 1) common-progress-cpp 29.6471 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 15, 1, 11, 30) common-timing-cpp 29.3415 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 15, 1, 11, 40) fem-multicore-cpp 10.0903 "Coloring mesh." +(2012, 4, 15, 1, 14, 55) fem-assembly-cpp 195.025 "Assembly for various forms and backends" +(2012, 4, 15, 1, 15, 7) fem-convergence-cpp 11.9013 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 15, 1, 15, 8) fem-jit-python 0.000399303 "JIT compilation (in memory cache)" +(2012, 4, 15, 1, 20, 30) fem-speedup-cpp 321.279 "Assembly/solve speedup running on 4 processors" +(2012, 4, 15, 1, 20, 30) fem-speedup-cpp-assembly 5.52572 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 15, 1, 20, 30) fem-speedup-cpp-solve 1.79201 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 15, 1, 20, 54) mesh-refinement-cpp 22.6588 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 15, 1, 21, 15) mesh-topology-cpp 21.3575 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 15, 1, 21, 37) mesh-unitcube-cpp 21.5732 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 15, 1, 22, 21) mesh-iteration-cpp 41.9679 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 15, 1, 22, 43) function-evaluation-cpp 21.4094 "Evaluations of functions at arbitrary points." +(2012, 4, 15, 1, 22, 43) function-evaluation-cpp 21.3282 "Evaluations of functions at arbitrary points." +(2012, 4, 15, 1, 22, 50) function-extrapolation-python 6.84848 "BENCH: 1.93561601639" +(2012, 4, 15, 1, 22, 50) function-extrapolation-python 1.93562 "BENCH: 1.93561601639" +(2012, 4, 15, 1, 23, 15) la-vector-access-cpp 25.3845 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 15, 1, 23, 40) la-vector-assignment-cpp 24.9474 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 16, 1, 11, 8) common-progress-cpp 29.8776 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 16, 1, 11, 37) common-timing-cpp 29.6351 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 16, 1, 11, 47) fem-multicore-cpp 10.0687 "Coloring mesh." +(2012, 4, 16, 1, 15, 2) fem-assembly-cpp 195.05 "Assembly for various forms and backends" +(2012, 4, 16, 1, 15, 14) fem-convergence-cpp 11.8756 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 16, 1, 15, 15) fem-jit-python 0.000411296 "JIT compilation (in memory cache)" +(2012, 4, 16, 1, 20, 33) fem-speedup-cpp 317.598 "Assembly/solve speedup running on 4 processors" +(2012, 4, 16, 1, 20, 33) fem-speedup-cpp-assembly 5.48247 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 16, 1, 20, 33) fem-speedup-cpp-solve 1.8917 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 16, 1, 20, 57) mesh-refinement-cpp 22.6601 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 16, 1, 21, 19) mesh-topology-cpp 21.3013 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 16, 1, 21, 40) mesh-unitcube-cpp 21.5678 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 16, 1, 22, 25) mesh-iteration-cpp 41.9616 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 16, 1, 22, 46) function-evaluation-cpp 21.2234 "Evaluations of functions at arbitrary points." +(2012, 4, 16, 1, 22, 46) function-evaluation-cpp 21.1426 "Evaluations of functions at arbitrary points." +(2012, 4, 16, 1, 22, 53) function-extrapolation-python 6.62327 "BENCH: 1.9081389904" +(2012, 4, 16, 1, 22, 53) function-extrapolation-python 1.90814 "BENCH: 1.9081389904" +(2012, 4, 16, 1, 23, 16) la-vector-access-cpp 22.8958 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 16, 1, 23, 41) la-vector-assignment-cpp 25.3182 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 17, 1, 11, 24) common-progress-cpp 29.5943 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 17, 1, 11, 53) common-timing-cpp 29.3269 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 17, 1, 12, 3) fem-multicore-cpp 10.0395 "Coloring mesh." +(2012, 4, 17, 1, 15, 18) fem-assembly-cpp 195.046 "Assembly for various forms and backends" +(2012, 4, 17, 1, 15, 30) fem-convergence-cpp 11.8156 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 17, 1, 15, 31) fem-jit-python 0.000405502 "JIT compilation (in memory cache)" +(2012, 4, 17, 1, 20, 52) fem-speedup-cpp 321.085 "Assembly/solve speedup running on 4 processors" +(2012, 4, 17, 1, 20, 52) fem-speedup-cpp-assembly 5.49989 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 17, 1, 20, 52) fem-speedup-cpp-solve 1.80138 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 17, 1, 21, 17) mesh-refinement-cpp 22.6523 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 17, 1, 21, 38) mesh-topology-cpp 21.3286 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 17, 1, 22, 0) mesh-unitcube-cpp 21.538 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 17, 1, 22, 45) mesh-iteration-cpp 42.9854 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 17, 1, 23, 7) function-evaluation-cpp 21.5716 "Evaluations of functions at arbitrary points." +(2012, 4, 17, 1, 23, 7) function-evaluation-cpp 21.491 "Evaluations of functions at arbitrary points." +(2012, 4, 17, 1, 23, 13) function-extrapolation-python 6.70889 "BENCH: 1.91690993309" +(2012, 4, 17, 1, 23, 13) function-extrapolation-python 1.91691 "BENCH: 1.91690993309" +(2012, 4, 17, 1, 23, 38) la-vector-access-cpp 24.7413 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 17, 1, 24, 6) la-vector-assignment-cpp 27.898 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 18, 1, 11, 18) common-progress-cpp 29.5696 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 18, 1, 11, 49) common-timing-cpp 31.2141 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 18, 1, 11, 59) fem-multicore-cpp 10.0536 "Coloring mesh." +(2012, 4, 18, 1, 15, 14) fem-assembly-cpp 195.05 "Assembly for various forms and backends" +(2012, 4, 18, 1, 15, 26) fem-convergence-cpp 11.9287 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 18, 1, 15, 27) fem-jit-python 0.000406384 "JIT compilation (in memory cache)" +(2012, 4, 18, 1, 20, 38) fem-speedup-cpp 310.697 "Assembly/solve speedup running on 4 processors" +(2012, 4, 18, 1, 20, 38) fem-speedup-cpp-assembly 5.44698 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 18, 1, 20, 38) fem-speedup-cpp-solve 2.02891 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 18, 1, 21, 2) mesh-refinement-cpp 22.6653 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 18, 1, 21, 24) mesh-topology-cpp 21.3476 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 18, 1, 21, 46) mesh-unitcube-cpp 22.4067 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 18, 1, 22, 31) mesh-iteration-cpp 41.9577 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 18, 1, 22, 52) function-evaluation-cpp 21.3133 "Evaluations of functions at arbitrary points." +(2012, 4, 18, 1, 22, 52) function-evaluation-cpp 21.2324 "Evaluations of functions at arbitrary points." +(2012, 4, 18, 1, 22, 59) function-extrapolation-python 6.75713 "BENCH: 1.90683197975" +(2012, 4, 18, 1, 22, 59) function-extrapolation-python 1.90683 "BENCH: 1.90683197975" +(2012, 4, 18, 1, 23, 22) la-vector-access-cpp 23.4111 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 18, 1, 23, 47) la-vector-assignment-cpp 24.9726 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 19, 1, 11, 3) common-progress-cpp 29.6664 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 19, 1, 11, 34) common-timing-cpp 31.1433 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 19, 1, 11, 44) fem-multicore-cpp 10.2088 "Coloring mesh." +(2012, 4, 19, 1, 14, 58) fem-assembly-cpp 194.265 "Assembly for various forms and backends" +(2012, 4, 19, 1, 15, 10) fem-convergence-cpp 11.5099 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 19, 1, 15, 11) fem-jit-python 0.000402379 "JIT compilation (in memory cache)" +(2012, 4, 19, 1, 20, 31) fem-speedup-cpp 320.158 "Assembly/solve speedup running on 4 processors" +(2012, 4, 19, 1, 20, 31) fem-speedup-cpp-assembly 5.41944 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 19, 1, 20, 31) fem-speedup-cpp-solve 1.86275 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 19, 1, 20, 55) mesh-refinement-cpp 22.646 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 19, 1, 21, 17) mesh-topology-cpp 21.4082 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 19, 1, 21, 39) mesh-unitcube-cpp 22.4364 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 19, 1, 22, 24) mesh-iteration-cpp 41.9751 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 19, 1, 22, 46) function-evaluation-cpp 22.0381 "Evaluations of functions at arbitrary points." +(2012, 4, 19, 1, 22, 46) function-evaluation-cpp 21.947 "Evaluations of functions at arbitrary points." +(2012, 4, 19, 1, 22, 53) function-extrapolation-python 6.80468 "BENCH: 1.90234613419" +(2012, 4, 19, 1, 22, 53) function-extrapolation-python 1.90235 "BENCH: 1.90234613419" +(2012, 4, 19, 1, 23, 15) la-vector-access-cpp 22.4238 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 19, 1, 23, 43) la-vector-assignment-cpp 27.8512 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 20, 1, 11, 2) common-progress-cpp 29.7221 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 20, 1, 11, 33) common-timing-cpp 30.9285 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 20, 1, 11, 43) fem-multicore-cpp 10.0384 "Coloring mesh." +(2012, 4, 20, 1, 14, 57) fem-assembly-cpp 194.188 "Assembly for various forms and backends" +(2012, 4, 20, 1, 15, 9) fem-convergence-cpp 11.8689 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 20, 1, 15, 10) fem-jit-python 0.000417686 "JIT compilation (in memory cache)" +(2012, 4, 20, 1, 20, 29) fem-speedup-cpp 318.508 "Assembly/solve speedup running on 4 processors" +(2012, 4, 20, 1, 20, 29) fem-speedup-cpp-assembly 5.40301 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 20, 1, 20, 29) fem-speedup-cpp-solve 1.8532 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 20, 1, 20, 53) mesh-refinement-cpp 22.6916 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 20, 1, 21, 14) mesh-topology-cpp 21.3408 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 20, 1, 21, 37) mesh-unitcube-cpp 22.4068 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 20, 1, 22, 21) mesh-iteration-cpp 41.9578 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 20, 1, 22, 43) function-evaluation-cpp 21.3187 "Evaluations of functions at arbitrary points." +(2012, 4, 20, 1, 22, 43) function-evaluation-cpp 21.237 "Evaluations of functions at arbitrary points." +(2012, 4, 20, 1, 22, 49) function-extrapolation-python 6.67374 "BENCH: 1.90048503876" +(2012, 4, 20, 1, 22, 49) function-extrapolation-python 1.90049 "BENCH: 1.90048503876" +(2012, 4, 20, 1, 23, 13) la-vector-access-cpp 23.6049 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 20, 1, 23, 41) la-vector-assignment-cpp 27.8924 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 21, 1, 11, 12) common-progress-cpp 29.9227 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 21, 1, 11, 42) common-timing-cpp 30.6816 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 21, 1, 11, 53) fem-multicore-cpp 10.1222 "Coloring mesh." +(2012, 4, 21, 1, 15, 7) fem-assembly-cpp 194.172 "Assembly for various forms and backends" +(2012, 4, 21, 1, 15, 19) fem-convergence-cpp 11.8828 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 21, 1, 15, 20) fem-jit-python 0.000417018 "JIT compilation (in memory cache)" +(2012, 4, 21, 1, 20, 32) fem-speedup-cpp 312.361 "Assembly/solve speedup running on 4 processors" +(2012, 4, 21, 1, 20, 32) fem-speedup-cpp-assembly 5.44887 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 21, 1, 20, 32) fem-speedup-cpp-solve 1.98505 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 21, 1, 20, 56) mesh-refinement-cpp 22.7131 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 21, 1, 21, 18) mesh-topology-cpp 21.5561 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 21, 1, 21, 40) mesh-unitcube-cpp 22.4071 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 21, 1, 22, 31) mesh-iteration-cpp 47.9581 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 21, 1, 22, 52) function-evaluation-cpp 21.2446 "Evaluations of functions at arbitrary points." +(2012, 4, 21, 1, 22, 52) function-evaluation-cpp 21.1633 "Evaluations of functions at arbitrary points." +(2012, 4, 21, 1, 22, 59) function-extrapolation-python 6.72554 "BENCH: 1.90550684929" +(2012, 4, 21, 1, 22, 59) function-extrapolation-python 1.90551 "BENCH: 1.90550684929" +(2012, 4, 21, 1, 23, 21) la-vector-access-cpp 22.4383 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 21, 1, 23, 46) la-vector-assignment-cpp 24.9547 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 22, 1, 11, 1) common-progress-cpp 29.5646 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 22, 1, 11, 33) common-timing-cpp 31.3225 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 22, 1, 11, 43) fem-multicore-cpp 9.93637 "Coloring mesh." +(2012, 4, 22, 1, 14, 57) fem-assembly-cpp 193.893 "Assembly for various forms and backends" +(2012, 4, 22, 1, 15, 8) fem-convergence-cpp 11.8767 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 22, 1, 15, 10) fem-jit-python 0.000411415 "JIT compilation (in memory cache)" +(2012, 4, 22, 1, 20, 23) fem-speedup-cpp 313.282 "Assembly/solve speedup running on 4 processors" +(2012, 4, 22, 1, 20, 23) fem-speedup-cpp-assembly 5.428 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 22, 1, 20, 23) fem-speedup-cpp-solve 1.98766 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 22, 1, 20, 47) mesh-refinement-cpp 22.6643 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 22, 1, 21, 8) mesh-topology-cpp 21.3226 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 22, 1, 21, 31) mesh-unitcube-cpp 22.4335 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 22, 1, 22, 15) mesh-iteration-cpp 41.9536 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 22, 1, 22, 37) function-evaluation-cpp 21.3033 "Evaluations of functions at arbitrary points." +(2012, 4, 22, 1, 22, 37) function-evaluation-cpp 21.222 "Evaluations of functions at arbitrary points." +(2012, 4, 22, 1, 22, 44) function-extrapolation-python 6.77616 "BENCH: 1.90428900719" +(2012, 4, 22, 1, 22, 44) function-extrapolation-python 1.90429 "BENCH: 1.90428900719" +(2012, 4, 22, 1, 23, 6) la-vector-access-cpp 22.4397 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 22, 1, 23, 31) la-vector-assignment-cpp 24.9604 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 23, 1, 11, 4) common-progress-cpp 29.5794 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 23, 1, 11, 35) common-timing-cpp 30.9283 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 23, 1, 11, 45) fem-multicore-cpp 10.087 "Coloring mesh." +(2012, 4, 23, 1, 14, 59) fem-assembly-cpp 193.737 "Assembly for various forms and backends" +(2012, 4, 23, 1, 15, 11) fem-convergence-cpp 11.9053 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 23, 1, 15, 12) fem-jit-python 0.000401783 "JIT compilation (in memory cache)" +(2012, 4, 23, 1, 20, 29) fem-speedup-cpp 317.045 "Assembly/solve speedup running on 4 processors" +(2012, 4, 23, 1, 20, 29) fem-speedup-cpp-assembly 5.43166 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 23, 1, 20, 29) fem-speedup-cpp-solve 1.91184 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 23, 1, 20, 53) mesh-refinement-cpp 22.6769 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 23, 1, 21, 15) mesh-topology-cpp 21.3928 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 23, 1, 21, 37) mesh-unitcube-cpp 22.3844 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 23, 1, 22, 23) mesh-iteration-cpp 42.7467 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 23, 1, 22, 44) function-evaluation-cpp 21.368 "Evaluations of functions at arbitrary points." +(2012, 4, 23, 1, 22, 44) function-evaluation-cpp 21.2797 "Evaluations of functions at arbitrary points." +(2012, 4, 23, 1, 22, 51) function-extrapolation-python 6.57987 "BENCH: 1.87099385262" +(2012, 4, 23, 1, 22, 51) function-extrapolation-python 1.87099 "BENCH: 1.87099385262" +(2012, 4, 23, 1, 23, 14) la-vector-access-cpp 23.0003 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 23, 1, 23, 39) la-vector-assignment-cpp 25.0918 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 24, 1, 11, 24) common-progress-cpp 29.8705 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 24, 1, 11, 55) common-timing-cpp 30.5995 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 24, 1, 12, 5) fem-multicore-cpp 10.0213 "Coloring mesh." +(2012, 4, 24, 1, 15, 19) fem-assembly-cpp 194.317 "Assembly for various forms and backends" +(2012, 4, 24, 1, 15, 31) fem-convergence-cpp 11.8945 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 24, 1, 15, 32) fem-jit-python 0.000413299 "JIT compilation (in memory cache)" +(2012, 4, 24, 1, 20, 45) fem-speedup-cpp 312.664 "Assembly/solve speedup running on 4 processors" +(2012, 4, 24, 1, 20, 45) fem-speedup-cpp-assembly 5.43314 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 24, 1, 20, 45) fem-speedup-cpp-solve 1.9839 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 24, 1, 21, 9) mesh-refinement-cpp 22.6099 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 24, 1, 21, 31) mesh-topology-cpp 21.3277 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 24, 1, 21, 53) mesh-unitcube-cpp 22.4734 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 24, 1, 22, 38) mesh-iteration-cpp 41.9552 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 24, 1, 22, 59) function-evaluation-cpp 21.2943 "Evaluations of functions at arbitrary points." +(2012, 4, 24, 1, 22, 59) function-evaluation-cpp 21.213 "Evaluations of functions at arbitrary points." +(2012, 4, 24, 1, 23, 6) function-extrapolation-python 6.79949 "BENCH: 1.90289306641" +(2012, 4, 24, 1, 23, 6) function-extrapolation-python 1.90289 "BENCH: 1.90289306641" +(2012, 4, 24, 1, 23, 28) la-vector-access-cpp 22.4134 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 24, 1, 23, 53) la-vector-assignment-cpp 24.9436 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 25, 1, 11, 20) common-progress-cpp 29.6066 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 25, 1, 11, 51) common-timing-cpp 30.8745 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 25, 1, 12, 1) fem-multicore-cpp 10.0471 "Coloring mesh." +(2012, 4, 25, 1, 15, 15) fem-assembly-cpp 194.202 "Assembly for various forms and backends" +(2012, 4, 25, 1, 15, 27) fem-convergence-cpp 11.8709 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 25, 1, 15, 28) fem-jit-python 0.000406599 "JIT compilation (in memory cache)" +(2012, 4, 25, 1, 20, 37) fem-speedup-cpp 309.563 "Assembly/solve speedup running on 4 processors" +(2012, 4, 25, 1, 20, 37) fem-speedup-cpp-assembly 5.05148 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 25, 1, 20, 37) fem-speedup-cpp-solve 2.0173 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 25, 1, 21, 2) mesh-refinement-cpp 22.8024 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 25, 1, 21, 23) mesh-topology-cpp 21.2844 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 25, 1, 21, 46) mesh-unitcube-cpp 22.8737 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 25, 1, 22, 30) mesh-iteration-cpp 41.963 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 25, 1, 22, 52) function-evaluation-cpp 21.3133 "Evaluations of functions at arbitrary points." +(2012, 4, 25, 1, 22, 52) function-evaluation-cpp 21.2323 "Evaluations of functions at arbitrary points." +(2012, 4, 25, 1, 22, 59) function-extrapolation-python 6.72501 "BENCH: 1.9053709507" +(2012, 4, 25, 1, 22, 59) function-extrapolation-python 1.90537 "BENCH: 1.9053709507" +(2012, 4, 25, 1, 23, 22) la-vector-access-cpp 22.8958 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 25, 1, 23, 47) la-vector-assignment-cpp 24.9489 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 26, 1, 11, 3) common-progress-cpp 29.578 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 26, 1, 11, 33) common-timing-cpp 30.2781 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 26, 1, 11, 43) fem-multicore-cpp 10.0408 "Coloring mesh." +(2012, 4, 26, 1, 14, 56) fem-assembly-cpp 192.944 "Assembly for various forms and backends" +(2012, 4, 26, 1, 15, 8) fem-convergence-cpp 11.8974 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 26, 1, 15, 9) fem-jit-python 0.000407696 "JIT compilation (in memory cache)" +(2012, 4, 26, 1, 20, 20) fem-speedup-cpp 311.103 "Assembly/solve speedup running on 4 processors" +(2012, 4, 26, 1, 20, 20) fem-speedup-cpp-assembly 5.50609 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 26, 1, 20, 20) fem-speedup-cpp-solve 2.01727 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 26, 1, 20, 44) mesh-refinement-cpp 22.8465 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 26, 1, 21, 6) mesh-topology-cpp 21.1994 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 26, 1, 21, 29) mesh-unitcube-cpp 22.9647 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 26, 1, 22, 13) mesh-iteration-cpp 41.9606 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 26, 1, 22, 34) function-evaluation-cpp 21.1027 "Evaluations of functions at arbitrary points." +(2012, 4, 26, 1, 22, 34) function-evaluation-cpp 21.0216 "Evaluations of functions at arbitrary points." +(2012, 4, 26, 1, 22, 41) function-extrapolation-python 6.72148 "BENCH: 1.90126991272" +(2012, 4, 26, 1, 22, 41) function-extrapolation-python 1.90127 "BENCH: 1.90126991272" +(2012, 4, 26, 1, 23, 4) la-vector-access-cpp 22.8984 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 26, 1, 23, 32) la-vector-assignment-cpp 27.8939 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 27, 1, 11, 33) common-progress-cpp 29.6143 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 27, 1, 12, 3) common-timing-cpp 30.0286 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 27, 1, 12, 13) fem-multicore-cpp 9.96386 "Coloring mesh." +(2012, 4, 27, 1, 15, 27) fem-assembly-cpp 193.596 "Assembly for various forms and backends" +(2012, 4, 27, 1, 15, 39) fem-convergence-cpp 11.8802 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 27, 1, 15, 40) fem-jit-python 0.000405693 "JIT compilation (in memory cache)" +(2012, 4, 27, 1, 20, 51) fem-speedup-cpp 310.826 "Assembly/solve speedup running on 4 processors" +(2012, 4, 27, 1, 20, 51) fem-speedup-cpp-assembly 5.3286 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 27, 1, 20, 51) fem-speedup-cpp-solve 2.01275 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 27, 1, 21, 15) mesh-refinement-cpp 22.5063 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 27, 1, 21, 36) mesh-topology-cpp 21.3384 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 27, 1, 22, 0) mesh-unitcube-cpp 23.3504 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 27, 1, 22, 47) mesh-iteration-cpp 44.7476 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 27, 1, 23, 8) function-evaluation-cpp 21.3546 "Evaluations of functions at arbitrary points." +(2012, 4, 27, 1, 23, 8) function-evaluation-cpp 21.2732 "Evaluations of functions at arbitrary points." +(2012, 4, 27, 1, 23, 15) function-extrapolation-python 6.73874 "BENCH: 1.90335917473" +(2012, 4, 27, 1, 23, 15) function-extrapolation-python 1.90336 "BENCH: 1.90335917473" +(2012, 4, 27, 1, 23, 38) la-vector-access-cpp 22.9011 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 27, 1, 24, 3) la-vector-assignment-cpp 24.9626 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 28, 1, 11, 3) common-progress-cpp 29.5722 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 28, 1, 11, 34) common-timing-cpp 30.8464 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 28, 1, 11, 44) fem-multicore-cpp 9.97898 "Coloring mesh." +(2012, 4, 28, 1, 14, 56) fem-assembly-cpp 191.886 "Assembly for various forms and backends" +(2012, 4, 28, 1, 15, 8) fem-convergence-cpp 11.9076 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 28, 1, 15, 9) fem-jit-python 0.000423503 "JIT compilation (in memory cache)" +(2012, 4, 28, 1, 20, 20) fem-speedup-cpp 311.399 "Assembly/solve speedup running on 4 processors" +(2012, 4, 28, 1, 20, 20) fem-speedup-cpp-assembly 5.43823 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 28, 1, 20, 20) fem-speedup-cpp-solve 2.03134 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 28, 1, 20, 44) mesh-refinement-cpp 22.5445 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 28, 1, 21, 5) mesh-topology-cpp 21.164 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 28, 1, 21, 28) mesh-unitcube-cpp 22.9426 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 28, 1, 22, 16) mesh-iteration-cpp 45.5473 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 28, 1, 22, 38) function-evaluation-cpp 21.3854 "Evaluations of functions at arbitrary points." +(2012, 4, 28, 1, 22, 38) function-evaluation-cpp 21.3044 "Evaluations of functions at arbitrary points." +(2012, 4, 28, 1, 22, 45) function-extrapolation-python 6.73951 "BENCH: 1.89307403564" +(2012, 4, 28, 1, 22, 45) function-extrapolation-python 1.89307 "BENCH: 1.89307403564" +(2012, 4, 28, 1, 23, 9) la-vector-access-cpp 24.3891 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 28, 1, 23, 34) la-vector-assignment-cpp 24.9493 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 29, 1, 11, 9) common-progress-cpp 36.4359 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 29, 1, 11, 40) common-timing-cpp 31.5174 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 29, 1, 11, 50) fem-multicore-cpp 10.0968 "Coloring mesh." +(2012, 4, 29, 1, 15, 4) fem-assembly-cpp 193.244 "Assembly for various forms and backends" +(2012, 4, 29, 1, 15, 15) fem-convergence-cpp 11.8429 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 29, 1, 15, 17) fem-jit-python 0.000413609 "JIT compilation (in memory cache)" +(2012, 4, 29, 1, 20, 30) fem-speedup-cpp 313.846 "Assembly/solve speedup running on 4 processors" +(2012, 4, 29, 1, 20, 30) fem-speedup-cpp-assembly 5.43797 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 29, 1, 20, 30) fem-speedup-cpp-solve 1.98952 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 29, 1, 20, 55) mesh-refinement-cpp 22.6393 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 29, 1, 21, 16) mesh-topology-cpp 21.2768 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 29, 1, 21, 39) mesh-unitcube-cpp 23.0451 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 29, 1, 22, 24) mesh-iteration-cpp 42.5439 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 29, 1, 22, 46) function-evaluation-cpp 21.2636 "Evaluations of functions at arbitrary points." +(2012, 4, 29, 1, 22, 46) function-evaluation-cpp 21.1828 "Evaluations of functions at arbitrary points." +(2012, 4, 29, 1, 22, 52) function-extrapolation-python 6.72058 "BENCH: 1.91814398766" +(2012, 4, 29, 1, 22, 52) function-extrapolation-python 1.91814 "BENCH: 1.91814398766" +(2012, 4, 29, 1, 23, 15) la-vector-access-cpp 22.8914 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 29, 1, 23, 40) la-vector-assignment-cpp 24.9444 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 4, 30, 1, 11, 6) common-progress-cpp 37.6897 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 4, 30, 1, 11, 38) common-timing-cpp 31.2945 "Timing access and registration of timings (10000000 repetitions)" +(2012, 4, 30, 1, 11, 48) fem-multicore-cpp 10.0715 "Coloring mesh." +(2012, 4, 30, 1, 15, 0) fem-assembly-cpp 192.317 "Assembly for various forms and backends" +(2012, 4, 30, 1, 15, 12) fem-convergence-cpp 11.8947 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 4, 30, 1, 15, 13) fem-jit-python 0.000404596 "JIT compilation (in memory cache)" +(2012, 4, 30, 1, 20, 24) fem-speedup-cpp 311.524 "Assembly/solve speedup running on 4 processors" +(2012, 4, 30, 1, 20, 24) fem-speedup-cpp-assembly 5.43241 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 4, 30, 1, 20, 24) fem-speedup-cpp-solve 2.01566 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 4, 30, 1, 20, 48) mesh-refinement-cpp 22.4807 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 4, 30, 1, 21, 10) mesh-topology-cpp 21.147 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 4, 30, 1, 21, 33) mesh-unitcube-cpp 23.0136 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 4, 30, 1, 22, 17) mesh-iteration-cpp 41.9589 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 4, 30, 1, 22, 39) function-evaluation-cpp 21.2606 "Evaluations of functions at arbitrary points." +(2012, 4, 30, 1, 22, 39) function-evaluation-cpp 21.1795 "Evaluations of functions at arbitrary points." +(2012, 4, 30, 1, 22, 45) function-extrapolation-python 6.77603 "BENCH: 1.95966100693" +(2012, 4, 30, 1, 22, 45) function-extrapolation-python 1.95966 "BENCH: 1.95966100693" +(2012, 4, 30, 1, 23, 8) la-vector-access-cpp 22.8911 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 4, 30, 1, 23, 33) la-vector-assignment-cpp 24.9481 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 1, 1, 11, 14) common-progress-cpp 29.6728 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 1, 1, 11, 45) common-timing-cpp 30.7784 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 1, 1, 11, 55) fem-multicore-cpp 10.0783 "Coloring mesh." +(2012, 5, 1, 1, 15, 8) fem-assembly-cpp 192.609 "Assembly for various forms and backends" +(2012, 5, 1, 1, 15, 20) fem-convergence-cpp 11.9016 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 1, 1, 15, 21) fem-jit-python 0.000410104 "JIT compilation (in memory cache)" +(2012, 5, 1, 1, 20, 31) fem-speedup-cpp 309.921 "Assembly/solve speedup running on 4 processors" +(2012, 5, 1, 1, 20, 31) fem-speedup-cpp-assembly 5.45925 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 1, 1, 20, 31) fem-speedup-cpp-solve 2.01244 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 1, 1, 20, 55) mesh-refinement-cpp 22.5479 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 1, 1, 21, 16) mesh-topology-cpp 21.1494 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 1, 1, 21, 39) mesh-unitcube-cpp 23.0437 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 1, 1, 22, 24) mesh-iteration-cpp 41.9561 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 1, 1, 22, 45) function-evaluation-cpp 20.9268 "Evaluations of functions at arbitrary points." +(2012, 5, 1, 1, 22, 45) function-evaluation-cpp 20.8392 "Evaluations of functions at arbitrary points." +(2012, 5, 1, 1, 22, 52) function-extrapolation-python 6.90457 "BENCH: 1.95063400269" +(2012, 5, 1, 1, 22, 52) function-extrapolation-python 1.95063 "BENCH: 1.95063400269" +(2012, 5, 1, 1, 23, 14) la-vector-access-cpp 22.8938 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 1, 1, 23, 39) la-vector-assignment-cpp 24.9443 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 2, 1, 11, 2) common-progress-cpp 29.5664 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 2, 1, 11, 32) common-timing-cpp 30.7228 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 2, 1, 11, 42) fem-multicore-cpp 10.0352 "Coloring mesh." +(2012, 5, 2, 1, 14, 55) fem-assembly-cpp 192.826 "Assembly for various forms and backends" +(2012, 5, 2, 1, 15, 7) fem-convergence-cpp 11.916 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 2, 1, 15, 8) fem-jit-python 0.000402808 "JIT compilation (in memory cache)" +(2012, 5, 2, 1, 20, 20) fem-speedup-cpp 311.846 "Assembly/solve speedup running on 4 processors" +(2012, 5, 2, 1, 20, 20) fem-speedup-cpp-assembly 5.34273 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 2, 1, 20, 20) fem-speedup-cpp-solve 1.99734 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 2, 1, 20, 44) mesh-refinement-cpp 22.5059 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 2, 1, 21, 5) mesh-topology-cpp 21.2231 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 2, 1, 21, 29) mesh-unitcube-cpp 23.0814 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 2, 1, 22, 13) mesh-iteration-cpp 41.9839 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 2, 1, 22, 35) function-evaluation-cpp 22.006 "Evaluations of functions at arbitrary points." +(2012, 5, 2, 1, 22, 35) function-evaluation-cpp 21.9155 "Evaluations of functions at arbitrary points." +(2012, 5, 2, 1, 22, 42) function-extrapolation-python 6.72567 "BENCH: 1.94297981262" +(2012, 5, 2, 1, 22, 42) function-extrapolation-python 1.94298 "BENCH: 1.94297981262" +(2012, 5, 2, 1, 23, 5) la-vector-access-cpp 22.8918 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 2, 1, 23, 30) la-vector-assignment-cpp 24.947 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 3, 1, 11, 0) common-progress-cpp 29.6279 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 3, 1, 11, 32) common-timing-cpp 31.5957 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 3, 1, 11, 42) fem-multicore-cpp 10.0787 "Coloring mesh." +(2012, 5, 3, 1, 14, 55) fem-assembly-cpp 193.423 "Assembly for various forms and backends" +(2012, 5, 3, 1, 15, 7) fem-convergence-cpp 11.8753 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 3, 1, 15, 8) fem-jit-python 0.000418901 "JIT compilation (in memory cache)" +(2012, 5, 3, 1, 20, 20) fem-speedup-cpp 311.621 "Assembly/solve speedup running on 4 processors" +(2012, 5, 3, 1, 20, 20) fem-speedup-cpp-assembly 5.45161 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 3, 1, 20, 20) fem-speedup-cpp-solve 2.00328 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 3, 1, 20, 44) mesh-refinement-cpp 22.5706 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 3, 1, 21, 5) mesh-topology-cpp 21.1757 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 3, 1, 21, 28) mesh-unitcube-cpp 22.97 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 3, 1, 22, 17) mesh-iteration-cpp 46.5573 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 3, 1, 22, 39) function-evaluation-cpp 21.341 "Evaluations of functions at arbitrary points." +(2012, 5, 3, 1, 22, 39) function-evaluation-cpp 21.2462 "Evaluations of functions at arbitrary points." +(2012, 5, 3, 1, 22, 45) function-extrapolation-python 6.77149 "BENCH: 1.94217681885" +(2012, 5, 3, 1, 22, 45) function-extrapolation-python 1.94218 "BENCH: 1.94217681885" +(2012, 5, 3, 1, 23, 8) la-vector-access-cpp 22.8919 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 3, 1, 23, 33) la-vector-assignment-cpp 24.9502 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 4, 1, 11, 11) common-progress-cpp 37.69 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 4, 1, 11, 42) common-timing-cpp 31.0577 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 4, 1, 11, 52) fem-multicore-cpp 10.1671 "Coloring mesh." +(2012, 5, 4, 1, 15, 4) fem-assembly-cpp 192.233 "Assembly for various forms and backends" +(2012, 5, 4, 1, 15, 16) fem-convergence-cpp 11.8399 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 4, 1, 15, 17) fem-jit-python 0.000430417 "JIT compilation (in memory cache)" +(2012, 5, 4, 1, 20, 28) fem-speedup-cpp 310.953 "Assembly/solve speedup running on 4 processors" +(2012, 5, 4, 1, 20, 28) fem-speedup-cpp-assembly 5.45039 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 4, 1, 20, 28) fem-speedup-cpp-solve 2.03963 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 4, 1, 20, 52) mesh-refinement-cpp 22.5244 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 4, 1, 21, 14) mesh-topology-cpp 21.281 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 4, 1, 21, 37) mesh-unitcube-cpp 22.9758 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 4, 1, 22, 22) mesh-iteration-cpp 42.2445 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 4, 1, 22, 43) function-evaluation-cpp 21.338 "Evaluations of functions at arbitrary points." +(2012, 5, 4, 1, 22, 43) function-evaluation-cpp 21.2268 "Evaluations of functions at arbitrary points." +(2012, 5, 4, 1, 22, 50) function-extrapolation-python 6.82877 "BENCH: 1.91648793221" +(2012, 5, 4, 1, 22, 50) function-extrapolation-python 1.91649 "BENCH: 1.91648793221" +(2012, 5, 4, 1, 23, 13) la-vector-access-cpp 22.9364 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 4, 1, 23, 38) la-vector-assignment-cpp 24.9838 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 5, 1, 11, 11) common-progress-cpp 29.1965 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 5, 1, 11, 42) common-timing-cpp 30.9071 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 5, 1, 11, 52) fem-multicore-cpp 10.0601 "Coloring mesh." +(2012, 5, 5, 1, 15, 5) fem-assembly-cpp 192.683 "Assembly for various forms and backends" +(2012, 5, 5, 1, 15, 17) fem-convergence-cpp 11.8871 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 5, 1, 15, 18) fem-jit-python 0.000421309 "JIT compilation (in memory cache)" +(2012, 5, 5, 1, 20, 29) fem-speedup-cpp 310.873 "Assembly/solve speedup running on 4 processors" +(2012, 5, 5, 1, 20, 29) fem-speedup-cpp-assembly 5.45015 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 5, 1, 20, 29) fem-speedup-cpp-solve 2.01026 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 5, 1, 20, 53) mesh-refinement-cpp 22.5522 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 5, 1, 21, 14) mesh-topology-cpp 21.1878 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 5, 1, 21, 37) mesh-unitcube-cpp 23.0094 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 5, 1, 22, 25) mesh-iteration-cpp 45.3021 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 5, 1, 22, 47) function-evaluation-cpp 21.413 "Evaluations of functions at arbitrary points." +(2012, 5, 5, 1, 22, 47) function-evaluation-cpp 21.3094 "Evaluations of functions at arbitrary points." +(2012, 5, 5, 1, 22, 54) function-extrapolation-python 6.90105 "BENCH: 1.92252421379" +(2012, 5, 5, 1, 22, 54) function-extrapolation-python 1.92252 "BENCH: 1.92252421379" +(2012, 5, 5, 1, 23, 18) la-vector-access-cpp 23.9142 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 5, 1, 23, 46) la-vector-assignment-cpp 28.3928 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 6, 1, 11, 2) common-progress-cpp 29.6295 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 6, 1, 11, 33) common-timing-cpp 31.2813 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 6, 1, 11, 44) fem-multicore-cpp 10.0412 "Coloring mesh." +(2012, 5, 6, 1, 14, 56) fem-assembly-cpp 192.481 "Assembly for various forms and backends" +(2012, 5, 6, 1, 15, 8) fem-convergence-cpp 11.9005 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 6, 1, 15, 9) fem-jit-python 0.000402188 "JIT compilation (in memory cache)" +(2012, 5, 6, 1, 20, 19) fem-speedup-cpp 309.897 "Assembly/solve speedup running on 4 processors" +(2012, 5, 6, 1, 20, 19) fem-speedup-cpp-assembly 5.44467 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 6, 1, 20, 19) fem-speedup-cpp-solve 2.01761 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 6, 1, 20, 43) mesh-refinement-cpp 22.5436 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 6, 1, 21, 4) mesh-topology-cpp 21.1975 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 6, 1, 21, 27) mesh-unitcube-cpp 22.9573 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 6, 1, 22, 12) mesh-iteration-cpp 41.9624 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 6, 1, 22, 33) function-evaluation-cpp 21.2298 "Evaluations of functions at arbitrary points." +(2012, 5, 6, 1, 22, 33) function-evaluation-cpp 21.1328 "Evaluations of functions at arbitrary points." +(2012, 5, 6, 1, 22, 40) function-extrapolation-python 6.71783 "BENCH: 1.91616392136" +(2012, 5, 6, 1, 22, 40) function-extrapolation-python 1.91616 "BENCH: 1.91616392136" +(2012, 5, 6, 1, 23, 3) la-vector-access-cpp 23.4161 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 6, 1, 23, 28) la-vector-assignment-cpp 24.9585 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 7, 1, 11, 0) common-progress-cpp 29.6013 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 7, 1, 11, 30) common-timing-cpp 30.0344 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 7, 1, 11, 40) fem-multicore-cpp 9.99313 "Coloring mesh." +(2012, 5, 7, 1, 14, 53) fem-assembly-cpp 192.48 "Assembly for various forms and backends" +(2012, 5, 7, 1, 15, 5) fem-convergence-cpp 11.8372 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 7, 1, 15, 6) fem-jit-python 0.000398088 "JIT compilation (in memory cache)" +(2012, 5, 7, 1, 20, 17) fem-speedup-cpp 311.283 "Assembly/solve speedup running on 4 processors" +(2012, 5, 7, 1, 20, 17) fem-speedup-cpp-assembly 5.43498 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 7, 1, 20, 17) fem-speedup-cpp-solve 2.01416 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 7, 1, 20, 41) mesh-refinement-cpp 22.5004 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 7, 1, 21, 2) mesh-topology-cpp 21.2803 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 7, 1, 21, 26) mesh-unitcube-cpp 22.9786 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 7, 1, 22, 10) mesh-iteration-cpp 41.9612 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 7, 1, 22, 31) function-evaluation-cpp 21.3234 "Evaluations of functions at arbitrary points." +(2012, 5, 7, 1, 22, 31) function-evaluation-cpp 21.2195 "Evaluations of functions at arbitrary points." +(2012, 5, 7, 1, 22, 38) function-extrapolation-python 6.7076 "BENCH: 1.92141985893" +(2012, 5, 7, 1, 22, 38) function-extrapolation-python 1.92142 "BENCH: 1.92141985893" +(2012, 5, 7, 1, 23, 2) la-vector-access-cpp 23.8888 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 7, 1, 23, 31) la-vector-assignment-cpp 28.3937 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 8, 1, 11, 26) common-progress-cpp 36.4364 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 8, 1, 11, 57) common-timing-cpp 30.5164 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 8, 1, 12, 7) fem-multicore-cpp 9.97117 "Coloring mesh." +(2012, 5, 8, 1, 15, 20) fem-assembly-cpp 193.292 "Assembly for various forms and backends" +(2012, 5, 8, 1, 15, 32) fem-convergence-cpp 11.8957 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 8, 1, 15, 33) fem-jit-python 0.000415802 "JIT compilation (in memory cache)" +(2012, 5, 8, 1, 20, 42) fem-speedup-cpp 309.092 "Assembly/solve speedup running on 4 processors" +(2012, 5, 8, 1, 20, 42) fem-speedup-cpp-assembly 5.43502 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 8, 1, 20, 42) fem-speedup-cpp-solve 2.03607 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 8, 1, 21, 6) mesh-refinement-cpp 22.6704 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 8, 1, 21, 28) mesh-topology-cpp 21.2208 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 8, 1, 21, 51) mesh-unitcube-cpp 22.9858 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 8, 1, 22, 36) mesh-iteration-cpp 42.8899 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 8, 1, 22, 57) function-evaluation-cpp 21.2983 "Evaluations of functions at arbitrary points." +(2012, 5, 8, 1, 22, 57) function-evaluation-cpp 21.2043 "Evaluations of functions at arbitrary points." +(2012, 5, 8, 1, 23, 4) function-extrapolation-python 6.8849 "BENCH: 1.92250800133" +(2012, 5, 8, 1, 23, 4) function-extrapolation-python 1.92251 "BENCH: 1.92250800133" +(2012, 5, 8, 1, 23, 27) la-vector-access-cpp 22.8915 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 8, 1, 23, 52) la-vector-assignment-cpp 25.0577 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 9, 1, 11, 1) common-progress-cpp 29.6455 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 9, 1, 11, 30) common-timing-cpp 29.4995 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 9, 1, 11, 40) fem-multicore-cpp 10.0212 "Coloring mesh." +(2012, 5, 9, 1, 14, 54) fem-assembly-cpp 193.563 "Assembly for various forms and backends" +(2012, 5, 9, 1, 15, 6) fem-convergence-cpp 11.8537 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 9, 1, 15, 7) fem-jit-python 0.000412583 "JIT compilation (in memory cache)" +(2012, 5, 9, 1, 20, 18) fem-speedup-cpp 311.161 "Assembly/solve speedup running on 4 processors" +(2012, 5, 9, 1, 20, 18) fem-speedup-cpp-assembly 5.46736 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 9, 1, 20, 18) fem-speedup-cpp-solve 1.99382 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 9, 1, 20, 42) mesh-refinement-cpp 22.5486 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 9, 1, 21, 4) mesh-topology-cpp 21.1867 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 9, 1, 21, 27) mesh-unitcube-cpp 22.9638 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 9, 1, 22, 12) mesh-iteration-cpp 42.8809 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 9, 1, 22, 33) function-evaluation-cpp 20.8885 "Evaluations of functions at arbitrary points." +(2012, 5, 9, 1, 22, 33) function-evaluation-cpp 20.7947 "Evaluations of functions at arbitrary points." +(2012, 5, 9, 1, 22, 40) function-extrapolation-python 6.70674 "BENCH: 1.90486907959" +(2012, 5, 9, 1, 22, 40) function-extrapolation-python 1.90487 "BENCH: 1.90486907959" +(2012, 5, 9, 1, 23, 3) la-vector-access-cpp 22.8905 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 9, 1, 23, 28) la-vector-assignment-cpp 24.8887 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 10, 1, 11, 28) common-progress-cpp 29.6713 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 10, 1, 11, 58) common-timing-cpp 30.5341 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 10, 1, 12, 8) fem-multicore-cpp 10.0569 "Coloring mesh." +(2012, 5, 10, 1, 15, 21) fem-assembly-cpp 192.536 "Assembly for various forms and backends" +(2012, 5, 10, 1, 15, 33) fem-convergence-cpp 11.8702 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 10, 1, 15, 34) fem-jit-python 0.000415206 "JIT compilation (in memory cache)" +(2012, 5, 10, 1, 20, 44) fem-speedup-cpp 310.053 "Assembly/solve speedup running on 4 processors" +(2012, 5, 10, 1, 20, 44) fem-speedup-cpp-assembly 5.39773 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 10, 1, 20, 44) fem-speedup-cpp-solve 2.0472 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 10, 1, 21, 8) mesh-refinement-cpp 22.5867 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 10, 1, 21, 29) mesh-topology-cpp 21.0902 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 10, 1, 21, 53) mesh-unitcube-cpp 23.345 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 10, 1, 22, 37) mesh-iteration-cpp 41.9572 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 10, 1, 22, 59) function-evaluation-cpp 21.3066 "Evaluations of functions at arbitrary points." +(2012, 5, 10, 1, 22, 59) function-evaluation-cpp 21.214 "Evaluations of functions at arbitrary points." +(2012, 5, 10, 1, 23, 5) function-extrapolation-python 6.62941 "BENCH: 1.90426087379" +(2012, 5, 10, 1, 23, 5) function-extrapolation-python 1.90426 "BENCH: 1.90426087379" +(2012, 5, 10, 1, 23, 28) la-vector-access-cpp 22.889 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 10, 1, 23, 56) la-vector-assignment-cpp 27.8939 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 11, 1, 11, 14) common-progress-cpp 29.5793 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 11, 1, 11, 44) common-timing-cpp 29.4822 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 11, 1, 11, 54) fem-multicore-cpp 10.091 "Coloring mesh." +(2012, 5, 11, 1, 15, 6) fem-assembly-cpp 192.076 "Assembly for various forms and backends" +(2012, 5, 11, 1, 15, 18) fem-convergence-cpp 11.8655 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 11, 1, 15, 19) fem-jit-python 0.000414896 "JIT compilation (in memory cache)" +(2012, 5, 11, 1, 20, 29) fem-speedup-cpp 310.324 "Assembly/solve speedup running on 4 processors" +(2012, 5, 11, 1, 20, 29) fem-speedup-cpp-assembly 5.39041 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 11, 1, 20, 29) fem-speedup-cpp-solve 1.99685 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 11, 1, 20, 53) mesh-refinement-cpp 22.4623 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 11, 1, 21, 15) mesh-topology-cpp 21.4203 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 11, 1, 21, 38) mesh-unitcube-cpp 22.959 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 11, 1, 22, 27) mesh-iteration-cpp 46.0242 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 11, 1, 22, 48) function-evaluation-cpp 21.1649 "Evaluations of functions at arbitrary points." +(2012, 5, 11, 1, 22, 48) function-evaluation-cpp 21.0715 "Evaluations of functions at arbitrary points." +(2012, 5, 11, 1, 22, 55) function-extrapolation-python 6.70405 "BENCH: 1.9132399559" +(2012, 5, 11, 1, 22, 55) function-extrapolation-python 1.91324 "BENCH: 1.9132399559" +(2012, 5, 11, 1, 23, 18) la-vector-access-cpp 22.8891 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 11, 1, 23, 45) la-vector-assignment-cpp 27.8901 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 12, 1, 11, 38) common-progress-cpp 29.1726 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 12, 1, 12, 8) common-timing-cpp 29.1381 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 12, 1, 12, 18) fem-multicore-cpp 10.2136 "Coloring mesh." +(2012, 5, 12, 1, 15, 31) fem-assembly-cpp 192.958 "Assembly for various forms and backends" +(2012, 5, 12, 1, 15, 43) fem-convergence-cpp 11.9306 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 12, 1, 15, 44) fem-jit-python 0.000427794 "JIT compilation (in memory cache)" +(2012, 5, 12, 1, 20, 56) fem-speedup-cpp 312.037 "Assembly/solve speedup running on 4 processors" +(2012, 5, 12, 1, 20, 56) fem-speedup-cpp-assembly 5.52015 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 12, 1, 20, 56) fem-speedup-cpp-solve 1.99804 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 12, 1, 21, 20) mesh-refinement-cpp 22.8419 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 12, 1, 21, 42) mesh-topology-cpp 21.3096 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 12, 1, 22, 5) mesh-unitcube-cpp 22.934 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 12, 1, 22, 48) mesh-iteration-cpp 40.3834 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 12, 1, 23, 9) function-evaluation-cpp 21.1984 "Evaluations of functions at arbitrary points." +(2012, 5, 12, 1, 23, 9) function-evaluation-cpp 21.1019 "Evaluations of functions at arbitrary points." +(2012, 5, 12, 1, 23, 16) function-extrapolation-python 6.95653 "BENCH: 1.93875288963" +(2012, 5, 12, 1, 23, 16) function-extrapolation-python 1.93875 "BENCH: 1.93875288963" +(2012, 5, 12, 1, 23, 39) la-vector-access-cpp 22.6201 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 12, 1, 24, 4) la-vector-assignment-cpp 24.9544 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 13, 1, 11, 5) common-progress-cpp 29.6152 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 13, 1, 11, 34) common-timing-cpp 29.6787 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 13, 1, 11, 44) fem-multicore-cpp 10.0758 "Coloring mesh." +(2012, 5, 13, 1, 14, 59) fem-assembly-cpp 194.653 "Assembly for various forms and backends" +(2012, 5, 13, 1, 15, 11) fem-convergence-cpp 11.8781 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 13, 1, 15, 12) fem-jit-python 0.000433397 "JIT compilation (in memory cache)" +(2012, 5, 13, 1, 20, 24) fem-speedup-cpp 311.862 "Assembly/solve speedup running on 4 processors" +(2012, 5, 13, 1, 20, 24) fem-speedup-cpp-assembly 5.53048 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 13, 1, 20, 24) fem-speedup-cpp-solve 1.97858 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 13, 1, 20, 48) mesh-refinement-cpp 22.8472 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 13, 1, 21, 10) mesh-topology-cpp 21.4051 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 13, 1, 21, 33) mesh-unitcube-cpp 22.8578 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 13, 1, 22, 16) mesh-iteration-cpp 40.3815 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 13, 1, 22, 37) function-evaluation-cpp 21.3066 "Evaluations of functions at arbitrary points." +(2012, 5, 13, 1, 22, 37) function-evaluation-cpp 21.2131 "Evaluations of functions at arbitrary points." +(2012, 5, 13, 1, 22, 44) function-extrapolation-python 6.69725 "BENCH: 1.91420412064" +(2012, 5, 13, 1, 22, 44) function-extrapolation-python 1.9142 "BENCH: 1.91420412064" +(2012, 5, 13, 1, 23, 6) la-vector-access-cpp 22.4094 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 13, 1, 23, 31) la-vector-assignment-cpp 24.947 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 14, 1, 11, 0) common-progress-cpp 29.7758 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 14, 1, 11, 29) common-timing-cpp 29.1657 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 14, 1, 11, 39) fem-multicore-cpp 10.0339 "Coloring mesh." +(2012, 5, 14, 1, 14, 53) fem-assembly-cpp 193.756 "Assembly for various forms and backends" +(2012, 5, 14, 1, 15, 5) fem-convergence-cpp 11.8774 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 14, 1, 15, 6) fem-jit-python 0.000419116 "JIT compilation (in memory cache)" +(2012, 5, 14, 1, 20, 20) fem-speedup-cpp 313.853 "Assembly/solve speedup running on 4 processors" +(2012, 5, 14, 1, 20, 20) fem-speedup-cpp-assembly 5.50463 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 14, 1, 20, 20) fem-speedup-cpp-solve 1.99162 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 14, 1, 20, 44) mesh-refinement-cpp 22.8547 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 14, 1, 21, 6) mesh-topology-cpp 21.2888 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 14, 1, 21, 29) mesh-unitcube-cpp 23.0275 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 14, 1, 22, 12) mesh-iteration-cpp 40.3848 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 14, 1, 22, 33) function-evaluation-cpp 21.3024 "Evaluations of functions at arbitrary points." +(2012, 5, 14, 1, 22, 33) function-evaluation-cpp 21.2207 "Evaluations of functions at arbitrary points." +(2012, 5, 14, 1, 22, 40) function-extrapolation-python 6.68933 "BENCH: 1.89248800278" +(2012, 5, 14, 1, 22, 40) function-extrapolation-python 1.89249 "BENCH: 1.89248800278" +(2012, 5, 14, 1, 23, 5) la-vector-access-cpp 24.754 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 14, 1, 23, 33) la-vector-assignment-cpp 27.9046 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 15, 1, 11, 24) common-progress-cpp 29.595 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 15, 1, 11, 54) common-timing-cpp 30.1962 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 15, 1, 12, 4) fem-multicore-cpp 10.0939 "Coloring mesh." +(2012, 5, 15, 1, 15, 17) fem-assembly-cpp 192.951 "Assembly for various forms and backends" +(2012, 5, 15, 1, 15, 29) fem-convergence-cpp 11.9242 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 15, 1, 15, 30) fem-jit-python 0.000412488 "JIT compilation (in memory cache)" +(2012, 5, 15, 1, 20, 42) fem-speedup-cpp 311.361 "Assembly/solve speedup running on 4 processors" +(2012, 5, 15, 1, 20, 42) fem-speedup-cpp-assembly 5.52625 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 15, 1, 20, 42) fem-speedup-cpp-solve 2.03731 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 15, 1, 21, 6) mesh-refinement-cpp 22.8064 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 15, 1, 21, 28) mesh-topology-cpp 21.3559 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 15, 1, 21, 51) mesh-unitcube-cpp 22.8974 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 15, 1, 22, 34) mesh-iteration-cpp 40.4361 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 15, 1, 22, 55) function-evaluation-cpp 21.0107 "Evaluations of functions at arbitrary points." +(2012, 5, 15, 1, 22, 55) function-evaluation-cpp 20.9296 "Evaluations of functions at arbitrary points." +(2012, 5, 15, 1, 23, 2) function-extrapolation-python 6.73524 "BENCH: 1.90603494644" +(2012, 5, 15, 1, 23, 2) function-extrapolation-python 1.90603 "BENCH: 1.90603494644" +(2012, 5, 15, 1, 23, 24) la-vector-access-cpp 22.4213 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 15, 1, 23, 49) la-vector-assignment-cpp 24.9484 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 16, 1, 11, 13) common-progress-cpp 29.1853 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 16, 1, 11, 42) common-timing-cpp 29.18 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 16, 1, 11, 52) fem-multicore-cpp 10.1642 "Coloring mesh." +(2012, 5, 16, 1, 15, 6) fem-assembly-cpp 193.686 "Assembly for various forms and backends" +(2012, 5, 16, 1, 15, 18) fem-convergence-cpp 11.903 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 16, 1, 15, 19) fem-jit-python 0.000425601 "JIT compilation (in memory cache)" +(2012, 5, 16, 1, 20, 33) fem-speedup-cpp 313.797 "Assembly/solve speedup running on 4 processors" +(2012, 5, 16, 1, 20, 33) fem-speedup-cpp-assembly 5.51376 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 16, 1, 20, 33) fem-speedup-cpp-solve 1.97963 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 16, 1, 20, 57) mesh-refinement-cpp 22.8326 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 16, 1, 21, 19) mesh-topology-cpp 21.3055 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 16, 1, 21, 42) mesh-unitcube-cpp 22.8758 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 16, 1, 22, 27) mesh-iteration-cpp 42.8695 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 16, 1, 22, 48) function-evaluation-cpp 20.8951 "Evaluations of functions at arbitrary points." +(2012, 5, 16, 1, 22, 48) function-evaluation-cpp 20.814 "Evaluations of functions at arbitrary points." +(2012, 5, 16, 1, 22, 55) function-extrapolation-python 6.72322 "BENCH: 1.92462015152" +(2012, 5, 16, 1, 22, 55) function-extrapolation-python 1.92462 "BENCH: 1.92462015152" +(2012, 5, 16, 1, 23, 17) la-vector-access-cpp 22.4294 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 16, 1, 23, 42) la-vector-assignment-cpp 24.945 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 17, 1, 11, 6) common-progress-cpp 29.5754 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 17, 1, 11, 35) common-timing-cpp 29.1286 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 17, 1, 11, 45) fem-multicore-cpp 10.0872 "Coloring mesh." +(2012, 5, 17, 1, 14, 59) fem-assembly-cpp 193.744 "Assembly for various forms and backends" +(2012, 5, 17, 1, 15, 11) fem-convergence-cpp 11.8708 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 17, 1, 15, 12) fem-jit-python 0.000419092 "JIT compilation (in memory cache)" +(2012, 5, 17, 1, 20, 22) fem-speedup-cpp 309.934 "Assembly/solve speedup running on 4 processors" +(2012, 5, 17, 1, 20, 22) fem-speedup-cpp-assembly 5.42661 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 17, 1, 20, 22) fem-speedup-cpp-solve 2.0576 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 17, 1, 20, 46) mesh-refinement-cpp 22.8354 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 17, 1, 21, 7) mesh-topology-cpp 21.3649 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 17, 1, 21, 30) mesh-unitcube-cpp 22.9045 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 17, 1, 22, 14) mesh-iteration-cpp 41.6378 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 17, 1, 22, 36) function-evaluation-cpp 21.3132 "Evaluations of functions at arbitrary points." +(2012, 5, 17, 1, 22, 36) function-evaluation-cpp 21.204 "Evaluations of functions at arbitrary points." +(2012, 5, 17, 1, 22, 42) function-extrapolation-python 6.10387 "BENCH: 1.83741283417" +(2012, 5, 17, 1, 22, 42) function-extrapolation-python 1.83741 "BENCH: 1.83741283417" +(2012, 5, 17, 1, 23, 4) la-vector-access-cpp 22.4361 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 17, 1, 23, 29) la-vector-assignment-cpp 24.9543 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 18, 1, 11, 2) common-progress-cpp 29.185 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 18, 1, 11, 32) common-timing-cpp 29.8661 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 18, 1, 11, 42) fem-multicore-cpp 10.0076 "Coloring mesh." +(2012, 5, 18, 1, 14, 56) fem-assembly-cpp 193.839 "Assembly for various forms and backends" +(2012, 5, 18, 1, 15, 7) fem-convergence-cpp 11.4298 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 18, 1, 15, 9) fem-jit-python 0.000420213 "JIT compilation (in memory cache)" +(2012, 5, 18, 1, 20, 19) fem-speedup-cpp 310.263 "Assembly/solve speedup running on 4 processors" +(2012, 5, 18, 1, 20, 19) fem-speedup-cpp-assembly 5.51431 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 18, 1, 20, 19) fem-speedup-cpp-solve 2.02309 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 18, 1, 20, 43) mesh-refinement-cpp 22.8483 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 18, 1, 21, 5) mesh-topology-cpp 21.3057 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 18, 1, 21, 28) mesh-unitcube-cpp 22.9116 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 18, 1, 22, 10) mesh-iteration-cpp 40.376 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 18, 1, 22, 32) function-evaluation-cpp 21.338 "Evaluations of functions at arbitrary points." +(2012, 5, 18, 1, 22, 32) function-evaluation-cpp 21.2566 "Evaluations of functions at arbitrary points." +(2012, 5, 18, 1, 22, 39) function-extrapolation-python 6.72392 "BENCH: 1.90056300163" +(2012, 5, 18, 1, 22, 39) function-extrapolation-python 1.90056 "BENCH: 1.90056300163" +(2012, 5, 18, 1, 23, 1) la-vector-access-cpp 22.4229 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 18, 1, 23, 30) la-vector-assignment-cpp 28.3925 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 19, 1, 11, 23) common-progress-cpp 29.5897 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 19, 1, 11, 52) common-timing-cpp 29.5265 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 19, 1, 12, 2) fem-multicore-cpp 10.1856 "Coloring mesh." +(2012, 5, 19, 1, 15, 15) fem-assembly-cpp 192.455 "Assembly for various forms and backends" +(2012, 5, 19, 1, 15, 27) fem-convergence-cpp 11.9157 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 19, 1, 15, 28) fem-jit-python 0.000427103 "JIT compilation (in memory cache)" +(2012, 5, 19, 1, 20, 40) fem-speedup-cpp 312.269 "Assembly/solve speedup running on 4 processors" +(2012, 5, 19, 1, 20, 40) fem-speedup-cpp-assembly 5.27967 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 19, 1, 20, 40) fem-speedup-cpp-solve 2.02355 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 19, 1, 21, 4) mesh-refinement-cpp 22.8047 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 19, 1, 21, 26) mesh-topology-cpp 21.5603 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 19, 1, 21, 48) mesh-unitcube-cpp 21.9737 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 19, 1, 22, 33) mesh-iteration-cpp 42.2436 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 19, 1, 22, 54) function-evaluation-cpp 21.3128 "Evaluations of functions at arbitrary points." +(2012, 5, 19, 1, 22, 54) function-evaluation-cpp 21.2252 "Evaluations of functions at arbitrary points." +(2012, 5, 19, 1, 23, 1) function-extrapolation-python 6.93798 "BENCH: 1.97170209885" +(2012, 5, 19, 1, 23, 1) function-extrapolation-python 1.9717 "BENCH: 1.97170209885" +(2012, 5, 19, 1, 23, 24) la-vector-access-cpp 22.8908 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 19, 1, 23, 49) la-vector-assignment-cpp 24.9476 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 20, 1, 11, 4) common-progress-cpp 29.0307 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 20, 1, 11, 35) common-timing-cpp 30.4833 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 20, 1, 11, 45) fem-multicore-cpp 10.1456 "Coloring mesh." +(2012, 5, 20, 1, 14, 56) fem-assembly-cpp 191.331 "Assembly for various forms and backends" +(2012, 5, 20, 1, 15, 8) fem-convergence-cpp 11.8639 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 20, 1, 15, 9) fem-jit-python 0.000417089 "JIT compilation (in memory cache)" +(2012, 5, 20, 1, 20, 20) fem-speedup-cpp 310.484 "Assembly/solve speedup running on 4 processors" +(2012, 5, 20, 1, 20, 20) fem-speedup-cpp-assembly 5.29232 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 20, 1, 20, 20) fem-speedup-cpp-solve 2.04355 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 20, 1, 20, 44) mesh-refinement-cpp 22.8065 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 20, 1, 21, 6) mesh-topology-cpp 21.6726 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 20, 1, 21, 28) mesh-unitcube-cpp 22.0115 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 20, 1, 22, 11) mesh-iteration-cpp 40.402 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 20, 1, 22, 32) function-evaluation-cpp 21.3065 "Evaluations of functions at arbitrary points." +(2012, 5, 20, 1, 22, 32) function-evaluation-cpp 21.2248 "Evaluations of functions at arbitrary points." +(2012, 5, 20, 1, 22, 39) function-extrapolation-python 6.85689 "BENCH: 1.93156290054" +(2012, 5, 20, 1, 22, 39) function-extrapolation-python 1.93156 "BENCH: 1.93156290054" +(2012, 5, 20, 1, 23, 2) la-vector-access-cpp 22.8902 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 20, 1, 23, 31) la-vector-assignment-cpp 28.3952 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 21, 1, 11, 19) common-progress-cpp 37.6875 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 21, 1, 11, 49) common-timing-cpp 29.6896 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 21, 1, 11, 59) fem-multicore-cpp 10.1579 "Coloring mesh." +(2012, 5, 21, 1, 15, 10) fem-assembly-cpp 191.493 "Assembly for various forms and backends" +(2012, 5, 21, 1, 15, 22) fem-convergence-cpp 11.8256 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 21, 1, 15, 23) fem-jit-python 0.000413799 "JIT compilation (in memory cache)" +(2012, 5, 21, 1, 20, 37) fem-speedup-cpp 313.637 "Assembly/solve speedup running on 4 processors" +(2012, 5, 21, 1, 20, 37) fem-speedup-cpp-assembly 5.26765 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 21, 1, 20, 37) fem-speedup-cpp-solve 2.00019 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 21, 1, 21, 1) mesh-refinement-cpp 22.7476 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 21, 1, 21, 23) mesh-topology-cpp 21.5406 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 21, 1, 21, 45) mesh-unitcube-cpp 22.0132 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 21, 1, 22, 28) mesh-iteration-cpp 40.3793 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 21, 1, 22, 49) function-evaluation-cpp 21.3211 "Evaluations of functions at arbitrary points." +(2012, 5, 21, 1, 22, 49) function-evaluation-cpp 21.2394 "Evaluations of functions at arbitrary points." +(2012, 5, 21, 1, 22, 56) function-extrapolation-python 6.86756 "BENCH: 1.92921495438" +(2012, 5, 21, 1, 22, 56) function-extrapolation-python 1.92921 "BENCH: 1.92921495438" +(2012, 5, 21, 1, 23, 19) la-vector-access-cpp 22.8928 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 21, 1, 23, 47) la-vector-assignment-cpp 28.4031 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 22, 1, 11, 8) common-progress-cpp 29.8733 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 22, 1, 11, 38) common-timing-cpp 29.5155 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 22, 1, 11, 48) fem-multicore-cpp 10.073 "Coloring mesh." +(2012, 5, 22, 1, 14, 59) fem-assembly-cpp 191.628 "Assembly for various forms and backends" +(2012, 5, 22, 1, 15, 11) fem-convergence-cpp 11.6046 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 22, 1, 15, 12) fem-jit-python 0.000409889 "JIT compilation (in memory cache)" +(2012, 5, 22, 1, 20, 23) fem-speedup-cpp 311.306 "Assembly/solve speedup running on 4 processors" +(2012, 5, 22, 1, 20, 23) fem-speedup-cpp-assembly 5.25755 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 22, 1, 20, 23) fem-speedup-cpp-solve 2.03365 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 22, 1, 20, 48) mesh-refinement-cpp 22.7463 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 22, 1, 21, 9) mesh-topology-cpp 21.5485 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 22, 1, 21, 31) mesh-unitcube-cpp 21.921 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 22, 1, 22, 15) mesh-iteration-cpp 41.64 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 22, 1, 22, 38) function-evaluation-cpp 22.0231 "Evaluations of functions at arbitrary points." +(2012, 5, 22, 1, 22, 38) function-evaluation-cpp 21.9416 "Evaluations of functions at arbitrary points." +(2012, 5, 22, 1, 22, 45) function-extrapolation-python 6.91431 "BENCH: 1.91852498055" +(2012, 5, 22, 1, 22, 45) function-extrapolation-python 1.91852 "BENCH: 1.91852498055" +(2012, 5, 22, 1, 23, 10) la-vector-access-cpp 25.397 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 22, 1, 23, 35) la-vector-assignment-cpp 24.948 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 23, 1, 11, 24) common-progress-cpp 29.6142 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 23, 1, 11, 53) common-timing-cpp 29.3618 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 23, 1, 12, 3) fem-multicore-cpp 10.1015 "Coloring mesh." +(2012, 5, 23, 1, 15, 15) fem-assembly-cpp 191.992 "Assembly for various forms and backends" +(2012, 5, 23, 1, 15, 27) fem-convergence-cpp 11.895 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 23, 1, 15, 28) fem-jit-python 0.000430393 "JIT compilation (in memory cache)" +(2012, 5, 23, 1, 20, 44) fem-speedup-cpp 316.339 "Assembly/solve speedup running on 4 processors" +(2012, 5, 23, 1, 20, 44) fem-speedup-cpp-assembly 5.27512 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 23, 1, 20, 44) fem-speedup-cpp-solve 1.8932 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 23, 1, 21, 9) mesh-refinement-cpp 22.7397 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 23, 1, 21, 30) mesh-topology-cpp 21.5146 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 23, 1, 21, 52) mesh-unitcube-cpp 22.0919 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 23, 1, 22, 35) mesh-iteration-cpp 40.3782 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 23, 1, 22, 56) function-evaluation-cpp 21.3599 "Evaluations of functions at arbitrary points." +(2012, 5, 23, 1, 22, 56) function-evaluation-cpp 21.278 "Evaluations of functions at arbitrary points." +(2012, 5, 23, 1, 23, 3) function-extrapolation-python 6.84355 "BENCH: 1.92967581749" +(2012, 5, 23, 1, 23, 3) function-extrapolation-python 1.92968 "BENCH: 1.92967581749" +(2012, 5, 23, 1, 23, 27) la-vector-access-cpp 23.89 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 23, 1, 23, 52) la-vector-assignment-cpp 24.9497 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 24, 1, 11, 33) common-progress-cpp 36.4364 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 24, 1, 12, 3) common-timing-cpp 29.917 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 24, 1, 12, 13) fem-multicore-cpp 10.0968 "Coloring mesh." +(2012, 5, 24, 1, 15, 24) fem-assembly-cpp 191.1 "Assembly for various forms and backends" +(2012, 5, 24, 1, 15, 36) fem-convergence-cpp 11.8609 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 24, 1, 15, 37) fem-jit-python 0.000411296 "JIT compilation (in memory cache)" +(2012, 5, 24, 1, 20, 48) fem-speedup-cpp 310.716 "Assembly/solve speedup running on 4 processors" +(2012, 5, 24, 1, 20, 48) fem-speedup-cpp-assembly 5.25731 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 24, 1, 20, 48) fem-speedup-cpp-solve 2.03826 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 24, 1, 21, 12) mesh-refinement-cpp 22.8164 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 24, 1, 21, 34) mesh-topology-cpp 21.4963 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 24, 1, 21, 56) mesh-unitcube-cpp 21.9298 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 24, 1, 22, 39) mesh-iteration-cpp 40.3869 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 24, 1, 23, 0) function-evaluation-cpp 21.1227 "Evaluations of functions at arbitrary points." +(2012, 5, 24, 1, 23, 0) function-evaluation-cpp 21.0415 "Evaluations of functions at arbitrary points." +(2012, 5, 24, 1, 23, 7) function-extrapolation-python 6.83394 "BENCH: 1.90448999405" +(2012, 5, 24, 1, 23, 7) function-extrapolation-python 1.90449 "BENCH: 1.90448999405" +(2012, 5, 24, 1, 23, 30) la-vector-access-cpp 23.1083 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 24, 1, 23, 55) la-vector-assignment-cpp 24.949 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 25, 1, 11, 20) common-progress-cpp 29.8839 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 25, 1, 11, 49) common-timing-cpp 28.9127 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 25, 1, 11, 59) fem-multicore-cpp 10.1458 "Coloring mesh." +(2012, 5, 25, 1, 15, 11) fem-assembly-cpp 191.513 "Assembly for various forms and backends" +(2012, 5, 25, 1, 15, 23) fem-convergence-cpp 11.9113 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 25, 1, 15, 24) fem-jit-python 0.000434804 "JIT compilation (in memory cache)" +(2012, 5, 25, 1, 20, 37) fem-speedup-cpp 312.898 "Assembly/solve speedup running on 4 processors" +(2012, 5, 25, 1, 20, 37) fem-speedup-cpp-assembly 5.34011 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 25, 1, 20, 37) fem-speedup-cpp-solve 2.00523 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 25, 1, 21, 1) mesh-refinement-cpp 22.6056 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 25, 1, 21, 23) mesh-topology-cpp 21.546 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 25, 1, 21, 45) mesh-unitcube-cpp 21.8756 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 25, 1, 22, 30) mesh-iteration-cpp 43.465 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 25, 1, 22, 52) function-evaluation-cpp 21.331 "Evaluations of functions at arbitrary points." +(2012, 5, 25, 1, 22, 52) function-evaluation-cpp 21.2401 "Evaluations of functions at arbitrary points." +(2012, 5, 25, 1, 22, 59) function-extrapolation-python 6.76543 "BENCH: 1.93370103836" +(2012, 5, 25, 1, 22, 59) function-extrapolation-python 1.9337 "BENCH: 1.93370103836" +(2012, 5, 25, 1, 23, 22) la-vector-access-cpp 23.4113 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 25, 1, 23, 51) la-vector-assignment-cpp 28.3577 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 26, 1, 11, 10) common-progress-cpp 29.7607 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 26, 1, 11, 40) common-timing-cpp 30.4693 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 26, 1, 11, 50) fem-multicore-cpp 10.0649 "Coloring mesh." +(2012, 5, 26, 1, 15, 2) fem-assembly-cpp 192.302 "Assembly for various forms and backends" +(2012, 5, 26, 1, 15, 14) fem-convergence-cpp 11.5876 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 26, 1, 15, 15) fem-jit-python 0.000417519 "JIT compilation (in memory cache)" +(2012, 5, 26, 1, 20, 28) fem-speedup-cpp 312.653 "Assembly/solve speedup running on 4 processors" +(2012, 5, 26, 1, 20, 28) fem-speedup-cpp-assembly 5.34531 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 26, 1, 20, 28) fem-speedup-cpp-solve 2.02419 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 26, 1, 20, 52) mesh-refinement-cpp 22.7937 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 26, 1, 21, 14) mesh-topology-cpp 21.4674 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 26, 1, 21, 36) mesh-unitcube-cpp 21.8767 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 26, 1, 22, 19) mesh-iteration-cpp 40.3903 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 26, 1, 22, 40) function-evaluation-cpp 21.2679 "Evaluations of functions at arbitrary points." +(2012, 5, 26, 1, 22, 40) function-evaluation-cpp 21.1869 "Evaluations of functions at arbitrary points." +(2012, 5, 26, 1, 22, 47) function-extrapolation-python 6.68463 "BENCH: 1.87658405304" +(2012, 5, 26, 1, 22, 47) function-extrapolation-python 1.87658 "BENCH: 1.87658405304" +(2012, 5, 26, 1, 23, 9) la-vector-access-cpp 22.4248 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 26, 1, 23, 34) la-vector-assignment-cpp 24.9583 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 27, 1, 11, 6) common-progress-cpp 29.6723 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 27, 1, 11, 36) common-timing-cpp 30.183 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 27, 1, 11, 46) fem-multicore-cpp 10.001 "Coloring mesh." +(2012, 5, 27, 1, 14, 58) fem-assembly-cpp 192.08 "Assembly for various forms and backends" +(2012, 5, 27, 1, 15, 10) fem-convergence-cpp 11.8371 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 27, 1, 15, 11) fem-jit-python 0.00042069 "JIT compilation (in memory cache)" +(2012, 5, 27, 1, 20, 23) fem-speedup-cpp 312.003 "Assembly/solve speedup running on 4 processors" +(2012, 5, 27, 1, 20, 23) fem-speedup-cpp-assembly 5.30995 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 27, 1, 20, 23) fem-speedup-cpp-solve 2.02653 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 27, 1, 20, 47) mesh-refinement-cpp 22.6896 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 27, 1, 21, 9) mesh-topology-cpp 21.5698 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 27, 1, 21, 31) mesh-unitcube-cpp 21.9092 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 27, 1, 22, 16) mesh-iteration-cpp 42.8681 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 27, 1, 22, 37) function-evaluation-cpp 21.3879 "Evaluations of functions at arbitrary points." +(2012, 5, 27, 1, 22, 37) function-evaluation-cpp 21.3012 "Evaluations of functions at arbitrary points." +(2012, 5, 27, 1, 22, 44) function-extrapolation-python 6.88474 "BENCH: 1.92811703682" +(2012, 5, 27, 1, 22, 44) function-extrapolation-python 1.92812 "BENCH: 1.92811703682" +(2012, 5, 27, 1, 23, 7) la-vector-access-cpp 22.468 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 27, 1, 23, 32) la-vector-assignment-cpp 24.9473 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 28, 1, 11, 13) common-progress-cpp 36.4364 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 28, 1, 11, 43) common-timing-cpp 30.0805 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 28, 1, 11, 53) fem-multicore-cpp 10.1594 "Coloring mesh." +(2012, 5, 28, 1, 15, 5) fem-assembly-cpp 191.795 "Assembly for various forms and backends" +(2012, 5, 28, 1, 15, 17) fem-convergence-cpp 11.8942 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 28, 1, 15, 18) fem-jit-python 0.00044589 "JIT compilation (in memory cache)" +(2012, 5, 28, 1, 20, 29) fem-speedup-cpp 310.854 "Assembly/solve speedup running on 4 processors" +(2012, 5, 28, 1, 20, 29) fem-speedup-cpp-assembly 5.31187 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 28, 1, 20, 29) fem-speedup-cpp-solve 2.01725 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 28, 1, 20, 53) mesh-refinement-cpp 22.8342 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 28, 1, 21, 15) mesh-topology-cpp 21.5352 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 28, 1, 21, 37) mesh-unitcube-cpp 22.2483 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 28, 1, 22, 20) mesh-iteration-cpp 40.3942 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 28, 1, 22, 42) function-evaluation-cpp 21.3141 "Evaluations of functions at arbitrary points." +(2012, 5, 28, 1, 22, 42) function-evaluation-cpp 21.233 "Evaluations of functions at arbitrary points." +(2012, 5, 28, 1, 22, 48) function-extrapolation-python 6.79742 "BENCH: 1.92716479301" +(2012, 5, 28, 1, 22, 48) function-extrapolation-python 1.92716 "BENCH: 1.92716479301" +(2012, 5, 28, 1, 23, 13) la-vector-access-cpp 24.4848 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 28, 1, 23, 38) la-vector-assignment-cpp 24.9579 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 29, 1, 11, 22) common-progress-cpp 29.5721 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 29, 1, 11, 51) common-timing-cpp 29.353 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 29, 1, 12, 1) fem-multicore-cpp 10.024 "Coloring mesh." +(2012, 5, 29, 1, 15, 15) fem-assembly-cpp 194.214 "Assembly for various forms and backends" +(2012, 5, 29, 1, 15, 27) fem-convergence-cpp 11.8917 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 29, 1, 15, 28) fem-jit-python 0.000406408 "JIT compilation (in memory cache)" +(2012, 5, 29, 1, 20, 41) fem-speedup-cpp 312.617 "Assembly/solve speedup running on 4 processors" +(2012, 5, 29, 1, 20, 41) fem-speedup-cpp-assembly 5.34119 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 29, 1, 20, 41) fem-speedup-cpp-solve 2.02083 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 29, 1, 21, 5) mesh-refinement-cpp 22.7366 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 29, 1, 21, 27) mesh-topology-cpp 21.5695 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 29, 1, 21, 48) mesh-unitcube-cpp 21.5538 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 29, 1, 22, 31) mesh-iteration-cpp 40.3848 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 29, 1, 22, 52) function-evaluation-cpp 21.2794 "Evaluations of functions at arbitrary points." +(2012, 5, 29, 1, 22, 52) function-evaluation-cpp 21.1984 "Evaluations of functions at arbitrary points." +(2012, 5, 29, 1, 22, 59) function-extrapolation-python 6.82393 "BENCH: 1.9122531414" +(2012, 5, 29, 1, 22, 59) function-extrapolation-python 1.91225 "BENCH: 1.9122531414" +(2012, 5, 29, 1, 23, 22) la-vector-access-cpp 22.9087 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 29, 1, 23, 47) la-vector-assignment-cpp 25.0548 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 30, 1, 11, 7) common-progress-cpp 29.5942 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 30, 1, 11, 36) common-timing-cpp 29.3557 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 30, 1, 11, 46) fem-multicore-cpp 10.0285 "Coloring mesh." +(2012, 5, 30, 1, 15, 2) fem-assembly-cpp 195.489 "Assembly for various forms and backends" +(2012, 5, 30, 1, 15, 13) fem-convergence-cpp 11.8672 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 30, 1, 15, 15) fem-jit-python 0.000409794 "JIT compilation (in memory cache)" +(2012, 5, 30, 1, 20, 25) fem-speedup-cpp 310.344 "Assembly/solve speedup running on 4 processors" +(2012, 5, 30, 1, 20, 25) fem-speedup-cpp-assembly 5.31013 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 30, 1, 20, 25) fem-speedup-cpp-solve 2.02744 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 30, 1, 20, 49) mesh-refinement-cpp 22.7933 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 30, 1, 21, 11) mesh-topology-cpp 21.5537 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 30, 1, 21, 33) mesh-unitcube-cpp 21.4803 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 30, 1, 22, 25) mesh-iteration-cpp 50.3892 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 30, 1, 22, 47) function-evaluation-cpp 21.3679 "Evaluations of functions at arbitrary points." +(2012, 5, 30, 1, 22, 47) function-evaluation-cpp 21.2867 "Evaluations of functions at arbitrary points." +(2012, 5, 30, 1, 22, 54) function-extrapolation-python 6.75319 "BENCH: 1.91392302513" +(2012, 5, 30, 1, 22, 54) function-extrapolation-python 1.91392 "BENCH: 1.91392302513" +(2012, 5, 30, 1, 23, 16) la-vector-access-cpp 22.8961 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 30, 1, 23, 42) la-vector-assignment-cpp 24.9622 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 5, 31, 1, 11, 15) common-progress-cpp 30.2434 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 5, 31, 1, 11, 45) common-timing-cpp 29.95 "Timing access and registration of timings (10000000 repetitions)" +(2012, 5, 31, 1, 11, 56) fem-multicore-cpp 10.1539 "Coloring mesh." +(2012, 5, 31, 1, 15, 11) fem-assembly-cpp 195.619 "Assembly for various forms and backends" +(2012, 5, 31, 1, 15, 23) fem-convergence-cpp 11.9067 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 5, 31, 1, 15, 24) fem-jit-python 0.000415277 "JIT compilation (in memory cache)" +(2012, 5, 31, 1, 20, 35) fem-speedup-cpp 310.523 "Assembly/solve speedup running on 4 processors" +(2012, 5, 31, 1, 20, 35) fem-speedup-cpp-assembly 5.35221 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 5, 31, 1, 20, 35) fem-speedup-cpp-solve 2.00606 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 5, 31, 1, 20, 59) mesh-refinement-cpp 22.7502 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 5, 31, 1, 21, 21) mesh-topology-cpp 21.605 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 5, 31, 1, 21, 42) mesh-unitcube-cpp 21.5397 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 5, 31, 1, 22, 25) mesh-iteration-cpp 40.3962 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 5, 31, 1, 22, 47) function-evaluation-cpp 21.3396 "Evaluations of functions at arbitrary points." +(2012, 5, 31, 1, 22, 47) function-evaluation-cpp 21.2581 "Evaluations of functions at arbitrary points." +(2012, 5, 31, 1, 22, 53) function-extrapolation-python 6.68259 "BENCH: 1.91393995285" +(2012, 5, 31, 1, 22, 53) function-extrapolation-python 1.91394 "BENCH: 1.91393995285" +(2012, 5, 31, 1, 23, 17) la-vector-access-cpp 23.7996 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 5, 31, 1, 23, 42) la-vector-assignment-cpp 25.0495 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 1, 1, 11, 8) common-progress-cpp 29.892 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 1, 1, 11, 38) common-timing-cpp 29.2017 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 1, 1, 11, 48) fem-multicore-cpp 10.0623 "Coloring mesh." +(2012, 6, 1, 1, 15, 1) fem-assembly-cpp 193.849 "Assembly for various forms and backends" +(2012, 6, 1, 1, 15, 13) fem-convergence-cpp 11.8302 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 1, 1, 15, 14) fem-jit-python 0.000411201 "JIT compilation (in memory cache)" +(2012, 6, 1, 1, 20, 26) fem-speedup-cpp 311.968 "Assembly/solve speedup running on 4 processors" +(2012, 6, 1, 1, 20, 26) fem-speedup-cpp-assembly 5.33225 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 1, 1, 20, 26) fem-speedup-cpp-solve 1.98457 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 1, 1, 20, 51) mesh-refinement-cpp 22.6667 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 1, 1, 21, 12) mesh-topology-cpp 21.5592 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 1, 1, 21, 34) mesh-unitcube-cpp 21.5331 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 1, 1, 22, 17) mesh-iteration-cpp 40.3761 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 1, 1, 22, 38) function-evaluation-cpp 21.3813 "Evaluations of functions at arbitrary points." +(2012, 6, 1, 1, 22, 38) function-evaluation-cpp 21.2632 "Evaluations of functions at arbitrary points." +(2012, 6, 1, 1, 22, 45) function-extrapolation-python 6.84335 "BENCH: 1.92669606209" +(2012, 6, 1, 1, 22, 45) function-extrapolation-python 1.9267 "BENCH: 1.92669606209" +(2012, 6, 1, 1, 23, 8) la-vector-access-cpp 22.8918 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 1, 1, 23, 33) la-vector-assignment-cpp 24.9478 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 2, 1, 11, 26) common-progress-cpp 29.5682 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 2, 1, 11, 55) common-timing-cpp 29.4358 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 2, 1, 12, 6) fem-multicore-cpp 10.1176 "Coloring mesh." +(2012, 6, 2, 1, 15, 20) fem-assembly-cpp 194.888 "Assembly for various forms and backends" +(2012, 6, 2, 1, 15, 32) fem-convergence-cpp 11.8629 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 2, 1, 15, 33) fem-jit-python 0.000422287 "JIT compilation (in memory cache)" +(2012, 6, 2, 1, 20, 46) fem-speedup-cpp 312.141 "Assembly/solve speedup running on 4 processors" +(2012, 6, 2, 1, 20, 46) fem-speedup-cpp-assembly 5.42749 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 2, 1, 20, 46) fem-speedup-cpp-solve 2.03296 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 2, 1, 21, 10) mesh-refinement-cpp 22.6487 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 2, 1, 21, 32) mesh-topology-cpp 21.5539 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 2, 1, 21, 53) mesh-unitcube-cpp 21.5304 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 2, 1, 22, 36) mesh-iteration-cpp 40.3734 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 2, 1, 22, 57) function-evaluation-cpp 20.9285 "Evaluations of functions at arbitrary points." +(2012, 6, 2, 1, 22, 57) function-evaluation-cpp 20.8105 "Evaluations of functions at arbitrary points." +(2012, 6, 2, 1, 23, 4) function-extrapolation-python 6.91056 "BENCH: 1.89626288414" +(2012, 6, 2, 1, 23, 4) function-extrapolation-python 1.89626 "BENCH: 1.89626288414" +(2012, 6, 2, 1, 23, 27) la-vector-access-cpp 22.8956 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 2, 1, 23, 52) la-vector-assignment-cpp 24.9617 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 3, 1, 11, 6) common-progress-cpp 29.7073 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 3, 1, 11, 36) common-timing-cpp 29.6492 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 3, 1, 11, 46) fem-multicore-cpp 10.1124 "Coloring mesh." +(2012, 6, 3, 1, 15, 0) fem-assembly-cpp 193.997 "Assembly for various forms and backends" +(2012, 6, 3, 1, 15, 12) fem-convergence-cpp 11.5825 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 3, 1, 15, 13) fem-jit-python 0.000427794 "JIT compilation (in memory cache)" +(2012, 6, 3, 1, 20, 30) fem-speedup-cpp 317.088 "Assembly/solve speedup running on 4 processors" +(2012, 6, 3, 1, 20, 30) fem-speedup-cpp-assembly 5.36035 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 3, 1, 20, 30) fem-speedup-cpp-solve 1.90454 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 3, 1, 20, 54) mesh-refinement-cpp 22.662 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 3, 1, 21, 16) mesh-topology-cpp 21.5826 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 3, 1, 21, 37) mesh-unitcube-cpp 21.5292 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 3, 1, 22, 20) mesh-iteration-cpp 40.3793 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 3, 1, 22, 41) function-evaluation-cpp 21.331 "Evaluations of functions at arbitrary points." +(2012, 6, 3, 1, 22, 41) function-evaluation-cpp 21.2363 "Evaluations of functions at arbitrary points." +(2012, 6, 3, 1, 22, 49) function-extrapolation-python 6.98481 "BENCH: 1.92869877815" +(2012, 6, 3, 1, 22, 49) function-extrapolation-python 1.9287 "BENCH: 1.92869877815" +(2012, 6, 3, 1, 23, 11) la-vector-access-cpp 22.8882 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 3, 1, 23, 43) la-vector-assignment-cpp 31.8781 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 4, 1, 11, 9) common-progress-cpp 29.607 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 4, 1, 11, 40) common-timing-cpp 30.8566 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 4, 1, 11, 50) fem-multicore-cpp 10.1028 "Coloring mesh." +(2012, 6, 4, 1, 15, 3) fem-assembly-cpp 193.564 "Assembly for various forms and backends" +(2012, 6, 4, 1, 15, 15) fem-convergence-cpp 11.8916 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 4, 1, 15, 16) fem-jit-python 0.000420904 "JIT compilation (in memory cache)" +(2012, 6, 4, 1, 20, 28) fem-speedup-cpp 311.697 "Assembly/solve speedup running on 4 processors" +(2012, 6, 4, 1, 20, 28) fem-speedup-cpp-assembly 5.3027 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 4, 1, 20, 28) fem-speedup-cpp-solve 2.03463 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 4, 1, 20, 52) mesh-refinement-cpp 22.7172 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 4, 1, 21, 14) mesh-topology-cpp 21.6336 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 4, 1, 21, 35) mesh-unitcube-cpp 21.6053 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 4, 1, 22, 18) mesh-iteration-cpp 40.3822 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 4, 1, 22, 39) function-evaluation-cpp 21.3066 "Evaluations of functions at arbitrary points." +(2012, 6, 4, 1, 22, 39) function-evaluation-cpp 21.213 "Evaluations of functions at arbitrary points." +(2012, 6, 4, 1, 22, 46) function-extrapolation-python 6.67891 "BENCH: 1.90621995926" +(2012, 6, 4, 1, 22, 46) function-extrapolation-python 1.90622 "BENCH: 1.90621995926" +(2012, 6, 4, 1, 23, 9) la-vector-access-cpp 22.9162 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 4, 1, 23, 34) la-vector-assignment-cpp 24.9555 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 5, 1, 11, 3) common-progress-cpp 29.6767 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 5, 1, 11, 32) common-timing-cpp 29.4671 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 5, 1, 11, 42) fem-multicore-cpp 10.015 "Coloring mesh." +(2012, 6, 5, 1, 14, 56) fem-assembly-cpp 194.016 "Assembly for various forms and backends" +(2012, 6, 5, 1, 15, 8) fem-convergence-cpp 11.8499 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 5, 1, 15, 9) fem-jit-python 0.000432396 "JIT compilation (in memory cache)" +(2012, 6, 5, 1, 20, 20) fem-speedup-cpp 310.625 "Assembly/solve speedup running on 4 processors" +(2012, 6, 5, 1, 20, 20) fem-speedup-cpp-assembly 5.39826 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 5, 1, 20, 20) fem-speedup-cpp-solve 2.0291 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 5, 1, 20, 44) mesh-refinement-cpp 22.6605 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 5, 1, 21, 6) mesh-topology-cpp 21.5928 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 5, 1, 21, 27) mesh-unitcube-cpp 21.5892 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 5, 1, 22, 10) mesh-iteration-cpp 40.3749 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 5, 1, 22, 31) function-evaluation-cpp 21.2994 "Evaluations of functions at arbitrary points." +(2012, 6, 5, 1, 22, 31) function-evaluation-cpp 21.1948 "Evaluations of functions at arbitrary points." +(2012, 6, 5, 1, 22, 38) function-extrapolation-python 6.72049 "BENCH: 1.9154291153" +(2012, 6, 5, 1, 22, 38) function-extrapolation-python 1.91543 "BENCH: 1.9154291153" +(2012, 6, 5, 1, 23, 1) la-vector-access-cpp 22.8892 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 5, 1, 23, 26) la-vector-assignment-cpp 24.9787 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 6, 1, 11, 11) common-progress-cpp 36.4362 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 6, 1, 11, 40) common-timing-cpp 29.0998 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 6, 1, 11, 50) fem-multicore-cpp 10.0637 "Coloring mesh." +(2012, 6, 6, 1, 15, 4) fem-assembly-cpp 194.366 "Assembly for various forms and backends" +(2012, 6, 6, 1, 15, 16) fem-convergence-cpp 11.8895 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 6, 1, 15, 17) fem-jit-python 0.000433302 "JIT compilation (in memory cache)" +(2012, 6, 6, 1, 20, 31) fem-speedup-cpp 313.468 "Assembly/solve speedup running on 4 processors" +(2012, 6, 6, 1, 20, 31) fem-speedup-cpp-assembly 5.27284 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 6, 1, 20, 31) fem-speedup-cpp-solve 1.99439 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 6, 1, 20, 55) mesh-refinement-cpp 22.7055 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 6, 1, 21, 17) mesh-topology-cpp 21.6391 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 6, 1, 21, 38) mesh-unitcube-cpp 21.5574 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 6, 1, 22, 21) mesh-iteration-cpp 40.3823 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 6, 1, 22, 42) function-evaluation-cpp 21.3322 "Evaluations of functions at arbitrary points." +(2012, 6, 6, 1, 22, 42) function-evaluation-cpp 21.2309 "Evaluations of functions at arbitrary points." +(2012, 6, 6, 1, 22, 49) function-extrapolation-python 6.88828 "BENCH: 1.94164609909" +(2012, 6, 6, 1, 22, 49) function-extrapolation-python 1.94165 "BENCH: 1.94164609909" +(2012, 6, 6, 1, 23, 14) la-vector-access-cpp 24.7008 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 6, 1, 23, 42) la-vector-assignment-cpp 27.9355 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 7, 1, 11, 39) common-progress-cpp 29.907 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 7, 1, 12, 9) common-timing-cpp 29.8448 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 7, 1, 12, 19) fem-multicore-cpp 10.1124 "Coloring mesh." +(2012, 6, 7, 1, 15, 32) fem-assembly-cpp 192.956 "Assembly for various forms and backends" +(2012, 6, 7, 1, 15, 44) fem-convergence-cpp 11.8814 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 7, 1, 15, 45) fem-jit-python 0.000419784 "JIT compilation (in memory cache)" +(2012, 6, 7, 1, 20, 54) fem-speedup-cpp 309.291 "Assembly/solve speedup running on 4 processors" +(2012, 6, 7, 1, 20, 54) fem-speedup-cpp-assembly 5.55141 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 7, 1, 20, 54) fem-speedup-cpp-solve 2.02218 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 7, 1, 21, 18) mesh-refinement-cpp 22.4169 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 7, 1, 21, 40) mesh-topology-cpp 21.1113 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 7, 1, 22, 1) mesh-unitcube-cpp 21.4645 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 7, 1, 22, 44) mesh-iteration-cpp 40.3754 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 7, 1, 23, 5) function-evaluation-cpp 21.3316 "Evaluations of functions at arbitrary points." +(2012, 6, 7, 1, 23, 5) function-evaluation-cpp 21.2343 "Evaluations of functions at arbitrary points." +(2012, 6, 7, 1, 23, 12) function-extrapolation-python 6.72874 "BENCH: 1.91428589821" +(2012, 6, 7, 1, 23, 12) function-extrapolation-python 1.91429 "BENCH: 1.91428589821" +(2012, 6, 7, 1, 23, 34) la-vector-access-cpp 22.4149 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 7, 1, 24, 0) la-vector-assignment-cpp 25.0207 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 8, 1, 11, 6) common-progress-cpp 29.8863 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 8, 1, 11, 36) common-timing-cpp 29.9752 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 8, 1, 11, 46) fem-multicore-cpp 10.1752 "Coloring mesh." +(2012, 6, 8, 1, 14, 59) fem-assembly-cpp 192.827 "Assembly for various forms and backends" +(2012, 6, 8, 1, 15, 11) fem-convergence-cpp 11.8781 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 8, 1, 15, 12) fem-jit-python 0.000407004 "JIT compilation (in memory cache)" +(2012, 6, 8, 1, 20, 25) fem-speedup-cpp 312.744 "Assembly/solve speedup running on 4 processors" +(2012, 6, 8, 1, 20, 25) fem-speedup-cpp-assembly 5.51927 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 8, 1, 20, 25) fem-speedup-cpp-solve 1.98713 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 8, 1, 20, 49) mesh-refinement-cpp 22.4902 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 8, 1, 21, 10) mesh-topology-cpp 21.227 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 8, 1, 21, 32) mesh-unitcube-cpp 21.5297 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 8, 1, 22, 14) mesh-iteration-cpp 40.3794 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 8, 1, 22, 36) function-evaluation-cpp 21.3448 "Evaluations of functions at arbitrary points." +(2012, 6, 8, 1, 22, 36) function-evaluation-cpp 21.2269 "Evaluations of functions at arbitrary points." +(2012, 6, 8, 1, 22, 42) function-extrapolation-python 6.74054 "BENCH: 1.90929389" +(2012, 6, 8, 1, 22, 42) function-extrapolation-python 1.90929 "BENCH: 1.90929389" +(2012, 6, 8, 1, 23, 5) la-vector-access-cpp 22.414 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 8, 1, 23, 30) la-vector-assignment-cpp 25.1507 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 9, 1, 11, 11) common-progress-cpp 29.6083 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 9, 1, 11, 41) common-timing-cpp 29.9019 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 9, 1, 11, 51) fem-multicore-cpp 10.292 "Coloring mesh." +(2012, 6, 9, 1, 15, 4) fem-assembly-cpp 192.929 "Assembly for various forms and backends" +(2012, 6, 9, 1, 15, 16) fem-convergence-cpp 11.8579 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 9, 1, 15, 17) fem-jit-python 0.000409293 "JIT compilation (in memory cache)" +(2012, 6, 9, 1, 20, 27) fem-speedup-cpp 310.53 "Assembly/solve speedup running on 4 processors" +(2012, 6, 9, 1, 20, 27) fem-speedup-cpp-assembly 5.50762 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 9, 1, 20, 27) fem-speedup-cpp-solve 2.02045 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 9, 1, 20, 51) mesh-refinement-cpp 22.3945 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 9, 1, 21, 13) mesh-topology-cpp 21.4554 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 9, 1, 21, 35) mesh-unitcube-cpp 21.5144 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 9, 1, 22, 17) mesh-iteration-cpp 40.3748 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 9, 1, 22, 39) function-evaluation-cpp 21.2983 "Evaluations of functions at arbitrary points." +(2012, 6, 9, 1, 22, 39) function-evaluation-cpp 21.1995 "Evaluations of functions at arbitrary points." +(2012, 6, 9, 1, 22, 46) function-extrapolation-python 6.91573 "BENCH: 1.91140294075" +(2012, 6, 9, 1, 22, 46) function-extrapolation-python 1.9114 "BENCH: 1.91140294075" +(2012, 6, 9, 1, 23, 8) la-vector-access-cpp 22.4171 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 9, 1, 23, 33) la-vector-assignment-cpp 24.9578 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 10, 1, 11, 8) common-progress-cpp 29.6028 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 10, 1, 11, 37) common-timing-cpp 29.241 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 10, 1, 11, 47) fem-multicore-cpp 10.2085 "Coloring mesh." +(2012, 6, 10, 1, 15, 1) fem-assembly-cpp 193.99 "Assembly for various forms and backends" +(2012, 6, 10, 1, 15, 13) fem-convergence-cpp 11.9072 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 10, 1, 15, 14) fem-jit-python 0.000418711 "JIT compilation (in memory cache)" +(2012, 6, 10, 1, 20, 30) fem-speedup-cpp 315.755 "Assembly/solve speedup running on 4 processors" +(2012, 6, 10, 1, 20, 30) fem-speedup-cpp-assembly 5.5264 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 10, 1, 20, 30) fem-speedup-cpp-solve 1.92734 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 10, 1, 20, 54) mesh-refinement-cpp 22.402 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 10, 1, 21, 15) mesh-topology-cpp 21.1577 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 10, 1, 21, 37) mesh-unitcube-cpp 21.4241 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 10, 1, 22, 19) mesh-iteration-cpp 40.3732 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 10, 1, 22, 41) function-evaluation-cpp 21.5731 "Evaluations of functions at arbitrary points." +(2012, 6, 10, 1, 22, 41) function-evaluation-cpp 21.4726 "Evaluations of functions at arbitrary points." +(2012, 6, 10, 1, 22, 48) function-extrapolation-python 6.99914 "BENCH: 1.92446279526" +(2012, 6, 10, 1, 22, 48) function-extrapolation-python 1.92446 "BENCH: 1.92446279526" +(2012, 6, 10, 1, 23, 12) la-vector-access-cpp 23.4081 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 10, 1, 23, 40) la-vector-assignment-cpp 27.8949 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 11, 1, 11, 16) common-progress-cpp 30.1849 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 11, 1, 11, 46) common-timing-cpp 29.6861 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 11, 1, 11, 56) fem-multicore-cpp 10.1629 "Coloring mesh." +(2012, 6, 11, 1, 15, 9) fem-assembly-cpp 192.913 "Assembly for various forms and backends" +(2012, 6, 11, 1, 15, 21) fem-convergence-cpp 11.8951 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 11, 1, 15, 22) fem-jit-python 0.000427198 "JIT compilation (in memory cache)" +(2012, 6, 11, 1, 20, 34) fem-speedup-cpp 311.439 "Assembly/solve speedup running on 4 processors" +(2012, 6, 11, 1, 20, 34) fem-speedup-cpp-assembly 5.52724 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 11, 1, 20, 34) fem-speedup-cpp-solve 2.0019 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 11, 1, 20, 58) mesh-refinement-cpp 22.4489 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 11, 1, 21, 19) mesh-topology-cpp 21.1194 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 11, 1, 21, 40) mesh-unitcube-cpp 21.4372 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 11, 1, 22, 23) mesh-iteration-cpp 40.3721 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 11, 1, 22, 45) function-evaluation-cpp 21.3233 "Evaluations of functions at arbitrary points." +(2012, 6, 11, 1, 22, 45) function-evaluation-cpp 21.2205 "Evaluations of functions at arbitrary points." +(2012, 6, 11, 1, 22, 51) function-extrapolation-python 6.7301 "BENCH: 1.91325688362" +(2012, 6, 11, 1, 22, 51) function-extrapolation-python 1.91326 "BENCH: 1.91325688362" +(2012, 6, 11, 1, 23, 15) la-vector-access-cpp 23.7871 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 11, 1, 23, 40) la-vector-assignment-cpp 24.9551 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 12, 1, 11, 12) common-progress-cpp 29.6005 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 12, 1, 11, 41) common-timing-cpp 29.3649 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 12, 1, 11, 52) fem-multicore-cpp 10.2365 "Coloring mesh." +(2012, 6, 12, 1, 15, 4) fem-assembly-cpp 192.809 "Assembly for various forms and backends" +(2012, 6, 12, 1, 15, 16) fem-convergence-cpp 11.902 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 12, 1, 15, 17) fem-jit-python 0.000407386 "JIT compilation (in memory cache)" +(2012, 6, 12, 1, 20, 30) fem-speedup-cpp 312.619 "Assembly/solve speedup running on 4 processors" +(2012, 6, 12, 1, 20, 30) fem-speedup-cpp-assembly 5.52872 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 12, 1, 20, 30) fem-speedup-cpp-solve 2.00459 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 12, 1, 20, 54) mesh-refinement-cpp 22.4309 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 12, 1, 21, 15) mesh-topology-cpp 21.147 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 12, 1, 21, 37) mesh-unitcube-cpp 21.552 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 12, 1, 22, 20) mesh-iteration-cpp 40.3784 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 12, 1, 22, 41) function-evaluation-cpp 21.3816 "Evaluations of functions at arbitrary points." +(2012, 6, 12, 1, 22, 41) function-evaluation-cpp 21.2866 "Evaluations of functions at arbitrary points." +(2012, 6, 12, 1, 22, 48) function-extrapolation-python 6.75649 "BENCH: 1.92233991623" +(2012, 6, 12, 1, 22, 48) function-extrapolation-python 1.92234 "BENCH: 1.92233991623" +(2012, 6, 12, 1, 23, 10) la-vector-access-cpp 22.4226 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 12, 1, 23, 35) la-vector-assignment-cpp 24.9146 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 13, 1, 11, 4) common-progress-cpp 29.8758 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 13, 1, 11, 33) common-timing-cpp 28.8893 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 13, 1, 11, 43) fem-multicore-cpp 10.1614 "Coloring mesh." +(2012, 6, 13, 1, 14, 56) fem-assembly-cpp 193.134 "Assembly for various forms and backends" +(2012, 6, 13, 1, 15, 8) fem-convergence-cpp 11.8836 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 13, 1, 15, 9) fem-jit-python 0.000417399 "JIT compilation (in memory cache)" +(2012, 6, 13, 1, 20, 19) fem-speedup-cpp 309.8 "Assembly/solve speedup running on 4 processors" +(2012, 6, 13, 1, 20, 19) fem-speedup-cpp-assembly 5.54182 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 13, 1, 20, 19) fem-speedup-cpp-solve 2.05001 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 13, 1, 20, 43) mesh-refinement-cpp 22.4349 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 13, 1, 21, 4) mesh-topology-cpp 21.1341 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 13, 1, 21, 26) mesh-unitcube-cpp 21.4753 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 13, 1, 22, 9) mesh-iteration-cpp 40.3903 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 13, 1, 22, 30) function-evaluation-cpp 21.3232 "Evaluations of functions at arbitrary points." +(2012, 6, 13, 1, 22, 30) function-evaluation-cpp 21.2204 "Evaluations of functions at arbitrary points." +(2012, 6, 13, 1, 22, 37) function-extrapolation-python 6.83525 "BENCH: 1.92004990578" +(2012, 6, 13, 1, 22, 37) function-extrapolation-python 1.92005 "BENCH: 1.92004990578" +(2012, 6, 13, 1, 23, 1) la-vector-access-cpp 24.3973 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 13, 1, 23, 27) la-vector-assignment-cpp 24.9728 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 14, 1, 11, 29) common-progress-cpp 30.4164 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 14, 1, 11, 59) common-timing-cpp 29.5554 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 14, 1, 12, 9) fem-multicore-cpp 10.1626 "Coloring mesh." +(2012, 6, 14, 1, 15, 22) fem-assembly-cpp 193.395 "Assembly for various forms and backends" +(2012, 6, 14, 1, 15, 34) fem-convergence-cpp 11.9002 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 14, 1, 15, 36) fem-jit-python 0.00041461 "JIT compilation (in memory cache)" +(2012, 6, 14, 1, 20, 47) fem-speedup-cpp 310.316 "Assembly/solve speedup running on 4 processors" +(2012, 6, 14, 1, 20, 47) fem-speedup-cpp-assembly 5.52806 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 14, 1, 20, 47) fem-speedup-cpp-solve 2.05104 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 14, 1, 21, 10) mesh-refinement-cpp 22.4071 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 14, 1, 21, 31) mesh-topology-cpp 21.2934 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 14, 1, 21, 53) mesh-unitcube-cpp 21.6732 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 14, 1, 22, 36) mesh-iteration-cpp 40.3907 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 14, 1, 22, 57) function-evaluation-cpp 21.1068 "Evaluations of functions at arbitrary points." +(2012, 6, 14, 1, 22, 57) function-evaluation-cpp 20.9887 "Evaluations of functions at arbitrary points." +(2012, 6, 14, 1, 23, 26) function-extrapolation-python 29.0757 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 6, 14, 1, 23, 26) function-extrapolation-python 1.91098 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 6, 14, 1, 23, 50) la-vector-access-cpp 23.8802 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 14, 1, 24, 15) la-vector-assignment-cpp 24.962 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 15, 1, 11, 19) common-progress-cpp 29.5797 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 15, 1, 11, 49) common-timing-cpp 30.5908 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 15, 1, 12, 0) fem-multicore-cpp 10.1569 "Coloring mesh." +(2012, 6, 15, 1, 15, 16) fem-assembly-cpp 196.654 "Assembly for various forms and backends" +(2012, 6, 15, 1, 15, 28) fem-convergence-cpp 11.9271 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 15, 1, 15, 29) fem-jit-python 0.000416589 "JIT compilation (in memory cache)" +(2012, 6, 15, 1, 20, 40) fem-speedup-cpp 310.93 "Assembly/solve speedup running on 4 processors" +(2012, 6, 15, 1, 20, 40) fem-speedup-cpp-assembly 5.49874 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 15, 1, 20, 40) fem-speedup-cpp-solve 2.00135 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 15, 1, 21, 4) mesh-refinement-cpp 22.0645 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 15, 1, 21, 25) mesh-topology-cpp 20.6735 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 15, 1, 21, 46) mesh-unitcube-cpp 21.0208 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 15, 1, 22, 29) mesh-iteration-cpp 40.3737 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 15, 1, 22, 50) function-evaluation-cpp 21.34 "Evaluations of functions at arbitrary points." +(2012, 6, 15, 1, 22, 50) function-evaluation-cpp 21.2363 "Evaluations of functions at arbitrary points." +(2012, 6, 15, 1, 22, 57) function-extrapolation-python 6.81551 "BENCH: 1.96959495544" +(2012, 6, 15, 1, 22, 57) function-extrapolation-python 1.96959 "BENCH: 1.96959495544" +(2012, 6, 15, 1, 23, 22) la-vector-access-cpp 25.389 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 15, 1, 23, 47) la-vector-assignment-cpp 24.9487 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 16, 1, 11, 8) common-progress-cpp 29.5048 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 16, 1, 11, 39) common-timing-cpp 30.7238 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 16, 1, 11, 49) fem-multicore-cpp 10.0559 "Coloring mesh." +(2012, 6, 16, 1, 15, 6) fem-assembly-cpp 197.068 "Assembly for various forms and backends" +(2012, 6, 16, 1, 15, 18) fem-convergence-cpp 11.9068 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 16, 1, 15, 19) fem-jit-python 0.000429916 "JIT compilation (in memory cache)" +(2012, 6, 16, 1, 20, 29) fem-speedup-cpp 309.285 "Assembly/solve speedup running on 4 processors" +(2012, 6, 16, 1, 20, 29) fem-speedup-cpp-assembly 5.59151 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 16, 1, 20, 29) fem-speedup-cpp-solve 2.0454 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 16, 1, 20, 52) mesh-refinement-cpp 22.1236 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 16, 1, 21, 13) mesh-topology-cpp 20.6117 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 16, 1, 21, 34) mesh-unitcube-cpp 21.0168 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 16, 1, 22, 19) mesh-iteration-cpp 42.8725 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 16, 1, 22, 40) function-evaluation-cpp 20.807 "Evaluations of functions at arbitrary points." +(2012, 6, 16, 1, 22, 40) function-evaluation-cpp 20.7038 "Evaluations of functions at arbitrary points." +(2012, 6, 16, 1, 22, 47) function-extrapolation-python 6.6858 "BENCH: 1.96168613434" +(2012, 6, 16, 1, 22, 47) function-extrapolation-python 1.96169 "BENCH: 1.96168613434" +(2012, 6, 16, 1, 23, 12) la-vector-access-cpp 25.3891 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 16, 1, 23, 40) la-vector-assignment-cpp 27.8951 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 17, 1, 11, 9) common-progress-cpp 29.6113 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 17, 1, 11, 40) common-timing-cpp 30.2551 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 17, 1, 11, 50) fem-multicore-cpp 10.1262 "Coloring mesh." +(2012, 6, 17, 1, 15, 7) fem-assembly-cpp 197.233 "Assembly for various forms and backends" +(2012, 6, 17, 1, 15, 19) fem-convergence-cpp 11.8976 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 17, 1, 15, 20) fem-jit-python 0.000421381 "JIT compilation (in memory cache)" +(2012, 6, 17, 1, 20, 30) fem-speedup-cpp 309.934 "Assembly/solve speedup running on 4 processors" +(2012, 6, 17, 1, 20, 30) fem-speedup-cpp-assembly 5.59283 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 17, 1, 20, 30) fem-speedup-cpp-solve 2.03595 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 17, 1, 20, 54) mesh-refinement-cpp 22.1048 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 17, 1, 21, 15) mesh-topology-cpp 20.6635 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 17, 1, 21, 36) mesh-unitcube-cpp 20.9857 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 17, 1, 22, 18) mesh-iteration-cpp 40.3724 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 17, 1, 22, 39) function-evaluation-cpp 20.9905 "Evaluations of functions at arbitrary points." +(2012, 6, 17, 1, 22, 39) function-evaluation-cpp 20.9089 "Evaluations of functions at arbitrary points." +(2012, 6, 17, 1, 22, 46) function-extrapolation-python 6.7089 "BENCH: 1.91786503792" +(2012, 6, 17, 1, 22, 46) function-extrapolation-python 1.91787 "BENCH: 1.91786503792" +(2012, 6, 17, 1, 23, 12) la-vector-access-cpp 25.3986 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 17, 1, 23, 40) la-vector-assignment-cpp 27.8999 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 18, 1, 11, 4) common-progress-cpp 29.6312 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 18, 1, 11, 34) common-timing-cpp 30.4561 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 18, 1, 11, 44) fem-multicore-cpp 10.1147 "Coloring mesh." +(2012, 6, 18, 1, 15, 0) fem-assembly-cpp 196.29 "Assembly for various forms and backends" +(2012, 6, 18, 1, 15, 12) fem-convergence-cpp 11.9254 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 18, 1, 15, 13) fem-jit-python 0.000420594 "JIT compilation (in memory cache)" +(2012, 6, 18, 1, 20, 26) fem-speedup-cpp 312.323 "Assembly/solve speedup running on 4 processors" +(2012, 6, 18, 1, 20, 26) fem-speedup-cpp-assembly 5.57966 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 18, 1, 20, 26) fem-speedup-cpp-solve 2.00593 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 18, 1, 20, 49) mesh-refinement-cpp 22.0531 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 18, 1, 21, 10) mesh-topology-cpp 20.5799 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 18, 1, 21, 31) mesh-unitcube-cpp 20.9718 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 18, 1, 22, 14) mesh-iteration-cpp 40.3808 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 18, 1, 22, 35) function-evaluation-cpp 21.2974 "Evaluations of functions at arbitrary points." +(2012, 6, 18, 1, 22, 35) function-evaluation-cpp 21.2158 "Evaluations of functions at arbitrary points." +(2012, 6, 18, 1, 22, 42) function-extrapolation-python 6.77056 "BENCH: 1.96496796608" +(2012, 6, 18, 1, 22, 42) function-extrapolation-python 1.96497 "BENCH: 1.96496796608" +(2012, 6, 18, 1, 23, 8) la-vector-access-cpp 25.3872 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 18, 1, 23, 33) la-vector-assignment-cpp 24.9484 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 19, 1, 11, 21) common-progress-cpp 29.5791 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 19, 1, 11, 51) common-timing-cpp 30.5005 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 19, 1, 12, 1) fem-multicore-cpp 10.062 "Coloring mesh." +(2012, 6, 19, 1, 15, 18) fem-assembly-cpp 196.873 "Assembly for various forms and backends" +(2012, 6, 19, 1, 15, 30) fem-convergence-cpp 11.905 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 19, 1, 15, 31) fem-jit-python 0.000429606 "JIT compilation (in memory cache)" +(2012, 6, 19, 1, 20, 42) fem-speedup-cpp 310.724 "Assembly/solve speedup running on 4 processors" +(2012, 6, 19, 1, 20, 42) fem-speedup-cpp-assembly 5.56819 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 19, 1, 20, 42) fem-speedup-cpp-solve 2.00762 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 19, 1, 21, 6) mesh-refinement-cpp 22.0974 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 19, 1, 21, 27) mesh-topology-cpp 20.63 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 19, 1, 21, 48) mesh-unitcube-cpp 20.9931 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 19, 1, 22, 36) mesh-iteration-cpp 46.0181 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 19, 1, 22, 57) function-evaluation-cpp 21.3652 "Evaluations of functions at arbitrary points." +(2012, 6, 19, 1, 22, 57) function-evaluation-cpp 21.2063 "Evaluations of functions at arbitrary points." +(2012, 6, 19, 1, 23, 4) function-extrapolation-python 6.85452 "BENCH: 1.94724607468" +(2012, 6, 19, 1, 23, 4) function-extrapolation-python 1.94725 "BENCH: 1.94724607468" +(2012, 6, 19, 1, 23, 30) la-vector-access-cpp 25.3918 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 19, 1, 23, 55) la-vector-assignment-cpp 24.9583 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 20, 1, 11, 32) common-progress-cpp 29.6165 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 20, 1, 12, 2) common-timing-cpp 29.7392 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 20, 1, 12, 12) fem-multicore-cpp 10.2458 "Coloring mesh." +(2012, 6, 20, 1, 15, 31) fem-assembly-cpp 198.543 "Assembly for various forms and backends" +(2012, 6, 20, 1, 15, 42) fem-convergence-cpp 11.7064 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 20, 1, 15, 44) fem-jit-python 0.000405312 "JIT compilation (in memory cache)" +(2012, 6, 20, 1, 20, 55) fem-speedup-cpp 311.85 "Assembly/solve speedup running on 4 processors" +(2012, 6, 20, 1, 20, 55) fem-speedup-cpp-assembly 5.48203 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 20, 1, 20, 55) fem-speedup-cpp-solve 2.02044 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 20, 1, 21, 19) mesh-refinement-cpp 22.0618 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 20, 1, 21, 40) mesh-topology-cpp 20.5839 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 20, 1, 22, 1) mesh-unitcube-cpp 21.1712 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 20, 1, 22, 45) mesh-iteration-cpp 41.6332 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 20, 1, 23, 6) function-evaluation-cpp 21.3149 "Evaluations of functions at arbitrary points." +(2012, 6, 20, 1, 23, 6) function-evaluation-cpp 21.2203 "Evaluations of functions at arbitrary points." +(2012, 6, 20, 1, 23, 13) function-extrapolation-python 6.63328 "BENCH: 1.91113209724" +(2012, 6, 20, 1, 23, 13) function-extrapolation-python 1.91113 "BENCH: 1.91113209724" +(2012, 6, 20, 1, 23, 38) la-vector-access-cpp 25.3921 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 20, 1, 24, 4) la-vector-assignment-cpp 24.9485 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 21, 1, 11, 9) common-progress-cpp 29.5482 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 21, 1, 11, 39) common-timing-cpp 30.4116 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 21, 1, 11, 49) fem-multicore-cpp 10.2049 "Coloring mesh." +(2012, 6, 21, 1, 15, 8) fem-assembly-cpp 198.816 "Assembly for various forms and backends" +(2012, 6, 21, 1, 15, 20) fem-convergence-cpp 11.9213 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 21, 1, 15, 21) fem-jit-python 0.000418019 "JIT compilation (in memory cache)" +(2012, 6, 21, 1, 20, 34) fem-speedup-cpp 312.465 "Assembly/solve speedup running on 4 processors" +(2012, 6, 21, 1, 20, 34) fem-speedup-cpp-assembly 5.50722 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 21, 1, 20, 34) fem-speedup-cpp-solve 2.02664 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 21, 1, 20, 57) mesh-refinement-cpp 22.11 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 21, 1, 21, 18) mesh-topology-cpp 20.644 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 21, 1, 21, 39) mesh-unitcube-cpp 21.0374 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 21, 1, 22, 22) mesh-iteration-cpp 40.3875 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 21, 1, 22, 43) function-evaluation-cpp 21.0824 "Evaluations of functions at arbitrary points." +(2012, 6, 21, 1, 22, 43) function-evaluation-cpp 20.9891 "Evaluations of functions at arbitrary points." +(2012, 6, 21, 1, 22, 50) function-extrapolation-python 6.75934 "BENCH: 1.9227771759" +(2012, 6, 21, 1, 22, 50) function-extrapolation-python 1.92278 "BENCH: 1.9227771759" +(2012, 6, 21, 1, 23, 15) la-vector-access-cpp 25.3927 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 21, 1, 23, 40) la-vector-assignment-cpp 24.9591 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 22, 1, 11, 10) common-progress-cpp 29.5883 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 22, 1, 11, 41) common-timing-cpp 30.5781 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 22, 1, 11, 51) fem-multicore-cpp 10.1749 "Coloring mesh." +(2012, 6, 22, 1, 15, 10) fem-assembly-cpp 199.092 "Assembly for various forms and backends" +(2012, 6, 22, 1, 15, 22) fem-convergence-cpp 11.9102 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 22, 1, 15, 23) fem-jit-python 0.000406694 "JIT compilation (in memory cache)" +(2012, 6, 22, 1, 20, 36) fem-speedup-cpp 312.915 "Assembly/solve speedup running on 4 processors" +(2012, 6, 22, 1, 20, 36) fem-speedup-cpp-assembly 5.51407 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 22, 1, 20, 36) fem-speedup-cpp-solve 2.01124 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 22, 1, 21, 0) mesh-refinement-cpp 22.0415 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 22, 1, 21, 21) mesh-topology-cpp 20.579 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 22, 1, 21, 42) mesh-unitcube-cpp 21.3379 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 22, 1, 22, 25) mesh-iteration-cpp 40.3935 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 22, 1, 22, 46) function-evaluation-cpp 21.3151 "Evaluations of functions at arbitrary points." +(2012, 6, 22, 1, 22, 46) function-evaluation-cpp 21.2194 "Evaluations of functions at arbitrary points." +(2012, 6, 22, 1, 22, 53) function-extrapolation-python 6.88405 "BENCH: 1.93112683296" +(2012, 6, 22, 1, 22, 53) function-extrapolation-python 1.93113 "BENCH: 1.93112683296" +(2012, 6, 22, 1, 23, 18) la-vector-access-cpp 25.3934 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 22, 1, 23, 43) la-vector-assignment-cpp 24.9475 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 23, 1, 11, 28) common-progress-cpp 29.6063 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 23, 1, 11, 58) common-timing-cpp 30.446 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 23, 1, 12, 8) fem-multicore-cpp 10.1256 "Coloring mesh." +(2012, 6, 23, 1, 15, 27) fem-assembly-cpp 198.646 "Assembly for various forms and backends" +(2012, 6, 23, 1, 15, 39) fem-convergence-cpp 11.9411 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 23, 1, 15, 40) fem-jit-python 0.000417185 "JIT compilation (in memory cache)" +(2012, 6, 23, 1, 20, 52) fem-speedup-cpp 311.882 "Assembly/solve speedup running on 4 processors" +(2012, 6, 23, 1, 20, 52) fem-speedup-cpp-assembly 5.4743 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 23, 1, 20, 52) fem-speedup-cpp-solve 2.01504 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 23, 1, 21, 16) mesh-refinement-cpp 22.124 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 23, 1, 21, 37) mesh-topology-cpp 20.568 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 23, 1, 21, 58) mesh-unitcube-cpp 21.01 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 23, 1, 22, 42) mesh-iteration-cpp 41.6568 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 23, 1, 23, 3) function-evaluation-cpp 21.5815 "Evaluations of functions at arbitrary points." +(2012, 6, 23, 1, 23, 3) function-evaluation-cpp 21.4783 "Evaluations of functions at arbitrary points." +(2012, 6, 23, 1, 23, 10) function-extrapolation-python 6.82318 "BENCH: 1.92148900032" +(2012, 6, 23, 1, 23, 10) function-extrapolation-python 1.92149 "BENCH: 1.92148900032" +(2012, 6, 23, 1, 23, 36) la-vector-access-cpp 25.3911 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 23, 1, 24, 4) la-vector-assignment-cpp 27.8442 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 24, 1, 11, 12) common-progress-cpp 29.573 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 24, 1, 11, 42) common-timing-cpp 30.3033 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 24, 1, 11, 52) fem-multicore-cpp 10.1529 "Coloring mesh." +(2012, 6, 24, 1, 15, 12) fem-assembly-cpp 199.243 "Assembly for various forms and backends" +(2012, 6, 24, 1, 15, 24) fem-convergence-cpp 11.9021 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 24, 1, 15, 25) fem-jit-python 0.000401711 "JIT compilation (in memory cache)" +(2012, 6, 24, 1, 20, 38) fem-speedup-cpp 312.978 "Assembly/solve speedup running on 4 processors" +(2012, 6, 24, 1, 20, 38) fem-speedup-cpp-assembly 5.55022 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 24, 1, 20, 38) fem-speedup-cpp-solve 2.03781 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 24, 1, 21, 1) mesh-refinement-cpp 22.1779 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 24, 1, 21, 22) mesh-topology-cpp 20.5895 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 24, 1, 21, 43) mesh-unitcube-cpp 21.0479 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 24, 1, 22, 26) mesh-iteration-cpp 40.3746 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 24, 1, 22, 48) function-evaluation-cpp 22.3893 "Evaluations of functions at arbitrary points." +(2012, 6, 24, 1, 22, 48) function-evaluation-cpp 22.2908 "Evaluations of functions at arbitrary points." +(2012, 6, 24, 1, 22, 55) function-extrapolation-python 6.85051 "BENCH: 1.9329020977" +(2012, 6, 24, 1, 22, 55) function-extrapolation-python 1.9329 "BENCH: 1.9329020977" +(2012, 6, 24, 1, 23, 21) la-vector-access-cpp 25.3882 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 24, 1, 23, 46) la-vector-assignment-cpp 24.9473 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 25, 1, 11, 10) common-progress-cpp 29.5366 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 25, 1, 11, 41) common-timing-cpp 31.157 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 25, 1, 11, 51) fem-multicore-cpp 10.1419 "Coloring mesh." +(2012, 6, 25, 1, 15, 10) fem-assembly-cpp 198.689 "Assembly for various forms and backends" +(2012, 6, 25, 1, 15, 22) fem-convergence-cpp 11.8499 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 25, 1, 15, 23) fem-jit-python 0.0004251 "JIT compilation (in memory cache)" +(2012, 6, 25, 1, 20, 36) fem-speedup-cpp 313.241 "Assembly/solve speedup running on 4 processors" +(2012, 6, 25, 1, 20, 36) fem-speedup-cpp-assembly 5.59466 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 25, 1, 20, 36) fem-speedup-cpp-solve 2.00567 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 25, 1, 21, 0) mesh-refinement-cpp 22.0802 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 25, 1, 21, 20) mesh-topology-cpp 20.597 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 25, 1, 21, 41) mesh-unitcube-cpp 21.0991 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 25, 1, 22, 24) mesh-iteration-cpp 40.3755 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 25, 1, 22, 45) function-evaluation-cpp 21.3401 "Evaluations of functions at arbitrary points." +(2012, 6, 25, 1, 22, 45) function-evaluation-cpp 21.2445 "Evaluations of functions at arbitrary points." +(2012, 6, 25, 1, 22, 52) function-extrapolation-python 6.74911 "BENCH: 1.9215118885" +(2012, 6, 25, 1, 22, 52) function-extrapolation-python 1.92151 "BENCH: 1.9215118885" +(2012, 6, 25, 1, 23, 17) la-vector-access-cpp 25.3874 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 25, 1, 23, 42) la-vector-assignment-cpp 24.9493 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 26, 1, 11, 28) common-progress-cpp 29.6136 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 26, 1, 11, 59) common-timing-cpp 30.5872 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 26, 1, 12, 9) fem-multicore-cpp 10.0909 "Coloring mesh." +(2012, 6, 26, 1, 15, 25) fem-assembly-cpp 195.933 "Assembly for various forms and backends" +(2012, 6, 26, 1, 15, 37) fem-convergence-cpp 11.9398 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 26, 1, 15, 38) fem-jit-python 0.000399804 "JIT compilation (in memory cache)" +(2012, 6, 26, 1, 20, 49) fem-speedup-cpp 310.914 "Assembly/solve speedup running on 4 processors" +(2012, 6, 26, 1, 20, 49) fem-speedup-cpp-assembly 5.58617 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 26, 1, 20, 49) fem-speedup-cpp-solve 2.03649 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 26, 1, 21, 12) mesh-refinement-cpp 22.1508 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 26, 1, 21, 33) mesh-topology-cpp 20.5792 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 26, 1, 21, 54) mesh-unitcube-cpp 21.0742 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 26, 1, 22, 38) mesh-iteration-cpp 41.0163 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 26, 1, 22, 59) function-evaluation-cpp 21.315 "Evaluations of functions at arbitrary points." +(2012, 6, 26, 1, 22, 59) function-evaluation-cpp 21.219 "Evaluations of functions at arbitrary points." +(2012, 6, 26, 1, 23, 6) function-extrapolation-python 6.60352 "BENCH: 1.92566514015" +(2012, 6, 26, 1, 23, 6) function-extrapolation-python 1.92567 "BENCH: 1.92566514015" +(2012, 6, 26, 1, 23, 31) la-vector-access-cpp 25.3865 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 26, 1, 23, 56) la-vector-assignment-cpp 24.9464 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 27, 1, 11, 25) common-progress-cpp 29.8897 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 27, 1, 11, 56) common-timing-cpp 30.6465 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 27, 1, 12, 6) fem-multicore-cpp 10.2003 "Coloring mesh." +(2012, 6, 27, 1, 15, 18) fem-assembly-cpp 191.976 "Assembly for various forms and backends" +(2012, 6, 27, 1, 15, 30) fem-convergence-cpp 11.9411 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 27, 1, 15, 31) fem-jit-python 0.000414991 "JIT compilation (in memory cache)" +(2012, 6, 27, 1, 20, 43) fem-speedup-cpp 311.98 "Assembly/solve speedup running on 4 processors" +(2012, 6, 27, 1, 20, 43) fem-speedup-cpp-assembly 5.60493 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 27, 1, 20, 43) fem-speedup-cpp-solve 1.99835 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 27, 1, 21, 7) mesh-refinement-cpp 22.0564 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 27, 1, 21, 28) mesh-topology-cpp 20.6054 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 27, 1, 21, 50) mesh-unitcube-cpp 21.7215 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 27, 1, 22, 32) mesh-iteration-cpp 40.3773 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 27, 1, 22, 53) function-evaluation-cpp 21.2317 "Evaluations of functions at arbitrary points." +(2012, 6, 27, 1, 22, 53) function-evaluation-cpp 21.134 "Evaluations of functions at arbitrary points." +(2012, 6, 27, 1, 23, 0) function-extrapolation-python 6.7933 "BENCH: 1.95113587379" +(2012, 6, 27, 1, 23, 0) function-extrapolation-python 1.95114 "BENCH: 1.95113587379" +(2012, 6, 27, 1, 23, 26) la-vector-access-cpp 25.3915 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 27, 1, 23, 54) la-vector-assignment-cpp 27.8938 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 28, 1, 11, 51) common-progress-cpp 36.4371 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 28, 1, 12, 20) common-timing-cpp 28.9524 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 28, 1, 12, 30) fem-multicore-cpp 10.0163 "Coloring mesh." +(2012, 6, 28, 1, 15, 42) fem-assembly-cpp 191.767 "Assembly for various forms and backends" +(2012, 6, 28, 1, 15, 54) fem-convergence-cpp 11.9488 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 28, 1, 15, 55) fem-jit-python 0.000433707 "JIT compilation (in memory cache)" +(2012, 6, 28, 1, 21, 5) fem-speedup-cpp 310.174 "Assembly/solve speedup running on 4 processors" +(2012, 6, 28, 1, 21, 5) fem-speedup-cpp-assembly 5.57693 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 28, 1, 21, 5) fem-speedup-cpp-solve 2.03365 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 28, 1, 21, 29) mesh-refinement-cpp 22.0733 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 28, 1, 21, 49) mesh-topology-cpp 20.4687 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 28, 1, 22, 11) mesh-unitcube-cpp 21.6383 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 28, 1, 22, 54) mesh-iteration-cpp 40.3758 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 28, 1, 23, 15) function-evaluation-cpp 21.3317 "Evaluations of functions at arbitrary points." +(2012, 6, 28, 1, 23, 15) function-evaluation-cpp 21.2295 "Evaluations of functions at arbitrary points." +(2012, 6, 28, 1, 23, 22) function-extrapolation-python 6.76363 "BENCH: 1.91172289848" +(2012, 6, 28, 1, 23, 22) function-extrapolation-python 1.91172 "BENCH: 1.91172289848" +(2012, 6, 28, 1, 23, 45) la-vector-access-cpp 22.8985 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 28, 1, 24, 10) la-vector-assignment-cpp 24.9467 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 29, 1, 16, 32) common-progress-cpp 29.6195 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 29, 1, 17, 1) common-timing-cpp 29.1329 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 29, 1, 17, 11) fem-multicore-cpp 10.0964 "Coloring mesh." +(2012, 6, 29, 1, 20, 24) fem-assembly-cpp 192.598 "Assembly for various forms and backends" +(2012, 6, 29, 1, 20, 36) fem-convergence-cpp 11.9221 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 29, 1, 20, 37) fem-jit-python 0.00043602 "JIT compilation (in memory cache)" +(2012, 6, 29, 1, 25, 46) fem-speedup-cpp 308.68 "Assembly/solve speedup running on 4 processors" +(2012, 6, 29, 1, 25, 46) fem-speedup-cpp-assembly 5.58399 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 29, 1, 25, 46) fem-speedup-cpp-solve 2.05438 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 29, 1, 26, 9) mesh-refinement-cpp 22.081 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 29, 1, 26, 30) mesh-topology-cpp 20.434 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 29, 1, 26, 52) mesh-unitcube-cpp 21.4899 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 29, 1, 27, 34) mesh-iteration-cpp 40.5043 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 29, 1, 27, 55) function-evaluation-cpp 21.1883 "Evaluations of functions at arbitrary points." +(2012, 6, 29, 1, 27, 55) function-evaluation-cpp 21.0855 "Evaluations of functions at arbitrary points." +(2012, 6, 29, 1, 28, 2) function-extrapolation-python 6.68353 "BENCH: 1.91109395027" +(2012, 6, 29, 1, 28, 2) function-extrapolation-python 1.91109 "BENCH: 1.91109395027" +(2012, 6, 29, 1, 28, 25) la-vector-access-cpp 22.8937 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 29, 1, 28, 50) la-vector-assignment-cpp 24.9483 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 6, 30, 1, 15, 40) common-progress-cpp 29.6137 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 6, 30, 1, 16, 9) common-timing-cpp 29.4747 "Timing access and registration of timings (10000000 repetitions)" +(2012, 6, 30, 1, 16, 19) fem-multicore-cpp 10.049 "Coloring mesh." +(2012, 6, 30, 1, 19, 32) fem-assembly-cpp 193.023 "Assembly for various forms and backends" +(2012, 6, 30, 1, 19, 44) fem-convergence-cpp 11.9579 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 6, 30, 1, 19, 45) fem-jit-python 0.000429201 "JIT compilation (in memory cache)" +(2012, 6, 30, 1, 25, 11) fem-speedup-cpp 326.068 "Assembly/solve speedup running on 4 processors" +(2012, 6, 30, 1, 25, 11) fem-speedup-cpp-assembly 5.60321 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 6, 30, 1, 25, 11) fem-speedup-cpp-solve 1.69883 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 6, 30, 1, 25, 35) mesh-refinement-cpp 22.0917 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 6, 30, 1, 25, 55) mesh-topology-cpp 20.4268 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 6, 30, 1, 26, 17) mesh-unitcube-cpp 21.573 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 6, 30, 1, 27, 0) mesh-iteration-cpp 40.3727 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 6, 30, 1, 27, 21) function-evaluation-cpp 21.3041 "Evaluations of functions at arbitrary points." +(2012, 6, 30, 1, 27, 21) function-evaluation-cpp 21.2163 "Evaluations of functions at arbitrary points." +(2012, 6, 30, 1, 27, 28) function-extrapolation-python 6.70274 "BENCH: 1.90698099136" +(2012, 6, 30, 1, 27, 28) function-extrapolation-python 1.90698 "BENCH: 1.90698099136" +(2012, 6, 30, 1, 27, 51) la-vector-access-cpp 22.8911 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 6, 30, 1, 28, 16) la-vector-assignment-cpp 24.9591 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 1, 1, 15, 39) common-progress-cpp 29.6486 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 1, 1, 16, 8) common-timing-cpp 29.0547 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 1, 1, 16, 18) fem-multicore-cpp 10.2782 "Coloring mesh." +(2012, 7, 1, 1, 19, 29) fem-assembly-cpp 191.057 "Assembly for various forms and backends" +(2012, 7, 1, 1, 19, 41) fem-convergence-cpp 11.9412 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 1, 1, 19, 42) fem-jit-python 0.000424194 "JIT compilation (in memory cache)" +(2012, 7, 1, 1, 24, 52) fem-speedup-cpp 309.605 "Assembly/solve speedup running on 4 processors" +(2012, 7, 1, 1, 24, 52) fem-speedup-cpp-assembly 5.59463 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 1, 1, 24, 52) fem-speedup-cpp-solve 2.02099 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 1, 1, 25, 16) mesh-refinement-cpp 22.058 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 1, 1, 25, 36) mesh-topology-cpp 20.4891 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 1, 1, 25, 58) mesh-unitcube-cpp 21.4736 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 1, 1, 26, 40) mesh-iteration-cpp 40.3786 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 1, 1, 27, 2) function-evaluation-cpp 21.3167 "Evaluations of functions at arbitrary points." +(2012, 7, 1, 1, 27, 2) function-evaluation-cpp 21.2348 "Evaluations of functions at arbitrary points." +(2012, 7, 1, 1, 27, 8) function-extrapolation-python 6.6622 "BENCH: 1.90865588188" +(2012, 7, 1, 1, 27, 8) function-extrapolation-python 1.90866 "BENCH: 1.90865588188" +(2012, 7, 1, 1, 27, 33) la-vector-access-cpp 24.7514 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 1, 1, 27, 58) la-vector-assignment-cpp 25.0286 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 2, 1, 15, 45) common-progress-cpp 29.6133 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 2, 1, 16, 14) common-timing-cpp 29.0894 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 2, 1, 16, 24) fem-multicore-cpp 10.2739 "Coloring mesh." +(2012, 7, 2, 1, 19, 37) fem-assembly-cpp 192.367 "Assembly for various forms and backends" +(2012, 7, 2, 1, 19, 48) fem-convergence-cpp 11.6683 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 2, 1, 19, 49) fem-jit-python 0.000405407 "JIT compilation (in memory cache)" +(2012, 7, 2, 1, 25, 4) fem-speedup-cpp 314.726 "Assembly/solve speedup running on 4 processors" +(2012, 7, 2, 1, 25, 4) fem-speedup-cpp-assembly 5.63825 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 2, 1, 25, 4) fem-speedup-cpp-solve 1.95124 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 2, 1, 25, 28) mesh-refinement-cpp 22.0579 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 2, 1, 25, 48) mesh-topology-cpp 20.4115 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 2, 1, 26, 10) mesh-unitcube-cpp 21.5577 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 2, 1, 26, 55) mesh-iteration-cpp 42.8509 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 2, 1, 27, 16) function-evaluation-cpp 21.2894 "Evaluations of functions at arbitrary points." +(2012, 7, 2, 1, 27, 16) function-evaluation-cpp 21.1915 "Evaluations of functions at arbitrary points." +(2012, 7, 2, 1, 27, 23) function-extrapolation-python 6.6945 "BENCH: 1.90479803085" +(2012, 7, 2, 1, 27, 23) function-extrapolation-python 1.9048 "BENCH: 1.90479803085" +(2012, 7, 2, 1, 27, 46) la-vector-access-cpp 22.8879 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 2, 1, 28, 11) la-vector-assignment-cpp 24.9607 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 3, 1, 11, 26) common-progress-cpp 29.628 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 3, 1, 11, 55) common-timing-cpp 28.1257 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 3, 1, 15, 9) fem-assembly-cpp 194.238 "Assembly for various forms and backends" +(2012, 7, 3, 1, 15, 21) fem-convergence-cpp 11.9512 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 3, 1, 15, 22) fem-jit-python 0.000419402 "JIT compilation (in memory cache)" +(2012, 7, 3, 1, 20, 40) fem-speedup-cpp 317.628 "Assembly/solve speedup running on 4 processors" +(2012, 7, 3, 1, 20, 40) fem-speedup-cpp-assembly 5.6005 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 3, 1, 20, 40) fem-speedup-cpp-solve 1.88693 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 3, 1, 21, 3) mesh-refinement-cpp 22.1633 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 3, 1, 21, 24) mesh-topology-cpp 20.7193 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 3, 1, 21, 46) mesh-unitcube-cpp 21.4555 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 3, 1, 22, 30) mesh-iteration-cpp 41.636 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 3, 1, 22, 51) function-evaluation-cpp 20.8499 "Evaluations of functions at arbitrary points." +(2012, 7, 3, 1, 22, 51) function-evaluation-cpp 20.7684 "Evaluations of functions at arbitrary points." +(2012, 7, 3, 1, 22, 58) function-extrapolation-python 6.85095 "BENCH: 1.90791702271" +(2012, 7, 3, 1, 22, 58) function-extrapolation-python 1.90792 "BENCH: 1.90791702271" +(2012, 7, 3, 1, 23, 20) la-vector-access-cpp 22.4229 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 3, 1, 23, 46) la-vector-assignment-cpp 25.3976 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 4, 1, 11, 30) common-progress-cpp 36.4368 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 4, 1, 11, 58) common-timing-cpp 27.9784 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 4, 1, 15, 12) fem-assembly-cpp 193.354 "Assembly for various forms and backends" +(2012, 7, 4, 1, 15, 23) fem-convergence-cpp 11.9229 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 4, 1, 15, 25) fem-jit-python 0.00042851 "JIT compilation (in memory cache)" +(2012, 7, 4, 1, 20, 35) fem-speedup-cpp 310.733 "Assembly/solve speedup running on 4 processors" +(2012, 7, 4, 1, 20, 35) fem-speedup-cpp-assembly 5.5576 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 4, 1, 20, 35) fem-speedup-cpp-solve 2.02502 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 4, 1, 20, 59) mesh-refinement-cpp 22.0479 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 4, 1, 21, 20) mesh-topology-cpp 20.5564 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 4, 1, 21, 41) mesh-unitcube-cpp 21.4302 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 4, 1, 22, 24) mesh-iteration-cpp 40.3744 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 4, 1, 22, 45) function-evaluation-cpp 21.379 "Evaluations of functions at arbitrary points." +(2012, 7, 4, 1, 22, 45) function-evaluation-cpp 21.2979 "Evaluations of functions at arbitrary points." +(2012, 7, 4, 1, 22, 52) function-extrapolation-python 6.58007 "BENCH: 1.86557984352" +(2012, 7, 4, 1, 22, 52) function-extrapolation-python 1.86558 "BENCH: 1.86557984352" +(2012, 7, 4, 1, 23, 14) la-vector-access-cpp 22.4098 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 4, 1, 23, 40) la-vector-assignment-cpp 25.4512 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 5, 1, 11, 10) common-progress-cpp 29.7995 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 5, 1, 11, 38) common-timing-cpp 28.1751 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 5, 1, 14, 53) fem-assembly-cpp 194.588 "Assembly for various forms and backends" +(2012, 7, 5, 1, 15, 5) fem-convergence-cpp 11.9151 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 5, 1, 15, 6) fem-jit-python 0.000421095 "JIT compilation (in memory cache)" +(2012, 7, 5, 1, 20, 17) fem-speedup-cpp 310.645 "Assembly/solve speedup running on 4 processors" +(2012, 7, 5, 1, 20, 17) fem-speedup-cpp-assembly 5.5981 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 5, 1, 20, 17) fem-speedup-cpp-solve 2.03443 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 5, 1, 20, 41) mesh-refinement-cpp 22.1465 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 5, 1, 21, 2) mesh-topology-cpp 20.6106 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 5, 1, 21, 23) mesh-unitcube-cpp 21.5178 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 5, 1, 22, 6) mesh-iteration-cpp 40.3804 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 5, 1, 22, 27) function-evaluation-cpp 21.0924 "Evaluations of functions at arbitrary points." +(2012, 7, 5, 1, 22, 27) function-evaluation-cpp 21.0063 "Evaluations of functions at arbitrary points." +(2012, 7, 5, 1, 22, 34) function-extrapolation-python 6.72323 "BENCH: 1.92064619064" +(2012, 7, 5, 1, 22, 34) function-extrapolation-python 1.92065 "BENCH: 1.92064619064" +(2012, 7, 5, 1, 22, 56) la-vector-access-cpp 22.4236 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 5, 1, 23, 22) la-vector-assignment-cpp 25.4492 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 6, 1, 11, 24) common-progress-cpp 29.6113 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 6, 1, 11, 51) common-timing-cpp 27.6632 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 6, 1, 15, 5) fem-assembly-cpp 193.551 "Assembly for various forms and backends" +(2012, 7, 6, 1, 15, 17) fem-convergence-cpp 11.4544 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 6, 1, 15, 18) fem-jit-python 0.000411701 "JIT compilation (in memory cache)" +(2012, 7, 6, 1, 20, 28) fem-speedup-cpp 309.882 "Assembly/solve speedup running on 4 processors" +(2012, 7, 6, 1, 20, 28) fem-speedup-cpp-assembly 5.58177 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 6, 1, 20, 28) fem-speedup-cpp-solve 1.99716 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 6, 1, 20, 51) mesh-refinement-cpp 22.2273 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 6, 1, 21, 12) mesh-topology-cpp 20.6234 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 6, 1, 21, 34) mesh-unitcube-cpp 21.4828 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 6, 1, 22, 17) mesh-iteration-cpp 40.3755 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 6, 1, 22, 38) function-evaluation-cpp 20.9144 "Evaluations of functions at arbitrary points." +(2012, 7, 6, 1, 22, 38) function-evaluation-cpp 20.8334 "Evaluations of functions at arbitrary points." +(2012, 7, 6, 1, 22, 44) function-extrapolation-python 6.73101 "BENCH: 1.90335488319" +(2012, 7, 6, 1, 22, 44) function-extrapolation-python 1.90335 "BENCH: 1.90335488319" +(2012, 7, 6, 1, 23, 10) la-vector-access-cpp 25.4003 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 6, 1, 23, 35) la-vector-assignment-cpp 25.4528 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 7, 1, 14, 24) common-progress-cpp 36.4364 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 7, 1, 14, 53) common-timing-cpp 28.9885 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 7, 1, 18, 7) fem-assembly-cpp 193.739 "Assembly for various forms and backends" +(2012, 7, 7, 1, 18, 19) fem-convergence-cpp 11.9366 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 7, 1, 18, 20) fem-jit-python 0.000412583 "JIT compilation (in memory cache)" +(2012, 7, 7, 1, 23, 30) fem-speedup-cpp 310.244 "Assembly/solve speedup running on 4 processors" +(2012, 7, 7, 1, 23, 30) fem-speedup-cpp-assembly 5.5773 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 7, 1, 23, 30) fem-speedup-cpp-solve 2.02537 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 7, 1, 23, 54) mesh-refinement-cpp 22.1877 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 7, 1, 24, 15) mesh-topology-cpp 20.5021 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 7, 1, 24, 36) mesh-unitcube-cpp 21.2574 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 7, 1, 25, 25) mesh-iteration-cpp 46.0096 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 7, 1, 25, 49) function-evaluation-cpp 24.1302 "Evaluations of functions at arbitrary points." +(2012, 7, 7, 1, 25, 49) function-evaluation-cpp 24.0496 "Evaluations of functions at arbitrary points." +(2012, 7, 7, 1, 25, 56) function-extrapolation-python 6.88995 "BENCH: 1.90162992477" +(2012, 7, 7, 1, 25, 56) function-extrapolation-python 1.90163 "BENCH: 1.90162992477" +(2012, 7, 7, 1, 26, 20) la-vector-access-cpp 24.4814 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 7, 1, 26, 46) la-vector-assignment-cpp 25.4047 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 8, 1, 13, 15) common-progress-cpp 29.6378 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 8, 1, 13, 44) common-timing-cpp 28.9003 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 8, 1, 16, 57) fem-assembly-cpp 192.965 "Assembly for various forms and backends" +(2012, 7, 8, 1, 17, 8) fem-convergence-cpp 11.4697 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 8, 1, 17, 9) fem-jit-python 0.000409007 "JIT compilation (in memory cache)" +(2012, 7, 8, 1, 22, 21) fem-speedup-cpp 311.156 "Assembly/solve speedup running on 4 processors" +(2012, 7, 8, 1, 22, 21) fem-speedup-cpp-assembly 5.57145 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 8, 1, 22, 21) fem-speedup-cpp-solve 1.99761 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 8, 1, 22, 44) mesh-refinement-cpp 22.0935 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 8, 1, 23, 5) mesh-topology-cpp 20.5707 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 8, 1, 23, 26) mesh-unitcube-cpp 21.279 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 8, 1, 24, 9) mesh-iteration-cpp 40.376 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 8, 1, 24, 30) function-evaluation-cpp 21.2841 "Evaluations of functions at arbitrary points." +(2012, 7, 8, 1, 24, 30) function-evaluation-cpp 21.2034 "Evaluations of functions at arbitrary points." +(2012, 7, 8, 1, 24, 37) function-extrapolation-python 6.76327 "BENCH: 1.9202029705" +(2012, 7, 8, 1, 24, 37) function-extrapolation-python 1.9202 "BENCH: 1.9202029705" +(2012, 7, 8, 1, 25, 0) la-vector-access-cpp 22.42 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 8, 1, 25, 25) la-vector-assignment-cpp 25.4584 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 9, 1, 13, 19) common-progress-cpp 29.5748 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 9, 1, 13, 48) common-timing-cpp 28.6257 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 9, 1, 17, 1) fem-assembly-cpp 192.955 "Assembly for various forms and backends" +(2012, 7, 9, 1, 17, 13) fem-convergence-cpp 11.9453 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 9, 1, 17, 14) fem-jit-python 0.00041399 "JIT compilation (in memory cache)" +(2012, 7, 9, 1, 22, 26) fem-speedup-cpp 311.295 "Assembly/solve speedup running on 4 processors" +(2012, 7, 9, 1, 22, 26) fem-speedup-cpp-assembly 5.58353 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 9, 1, 22, 26) fem-speedup-cpp-solve 2.02437 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 9, 1, 22, 49) mesh-refinement-cpp 22.1555 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 9, 1, 23, 10) mesh-topology-cpp 20.5953 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 9, 1, 23, 32) mesh-unitcube-cpp 21.3128 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 9, 1, 24, 14) mesh-iteration-cpp 40.4215 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 9, 1, 24, 36) function-evaluation-cpp 21.5272 "Evaluations of functions at arbitrary points." +(2012, 7, 9, 1, 24, 36) function-evaluation-cpp 21.4467 "Evaluations of functions at arbitrary points." +(2012, 7, 9, 1, 24, 43) function-extrapolation-python 6.78775 "BENCH: 1.91103196144" +(2012, 7, 9, 1, 24, 43) function-extrapolation-python 1.91103 "BENCH: 1.91103196144" +(2012, 7, 9, 1, 25, 6) la-vector-access-cpp 23.6291 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 9, 1, 25, 34) la-vector-assignment-cpp 27.892 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 10, 1, 14, 38) common-progress-cpp 29.5893 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 10, 1, 15, 7) common-timing-cpp 29.1217 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 10, 1, 18, 22) fem-assembly-cpp 194.469 "Assembly for various forms and backends" +(2012, 7, 10, 1, 18, 34) fem-convergence-cpp 11.9089 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 10, 1, 18, 35) fem-jit-python 0.000415802 "JIT compilation (in memory cache)" +(2012, 7, 10, 1, 23, 44) fem-speedup-cpp 309.423 "Assembly/solve speedup running on 4 processors" +(2012, 7, 10, 1, 23, 44) fem-speedup-cpp-assembly 5.66613 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 10, 1, 23, 44) fem-speedup-cpp-solve 2.03236 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 10, 1, 24, 8) mesh-refinement-cpp 22.3689 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 10, 1, 24, 29) mesh-topology-cpp 20.554 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 10, 1, 24, 50) mesh-unitcube-cpp 20.9391 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 10, 1, 25, 33) mesh-iteration-cpp 40.3767 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 10, 1, 25, 54) function-evaluation-cpp 21.2844 "Evaluations of functions at arbitrary points." +(2012, 7, 10, 1, 25, 54) function-evaluation-cpp 21.2033 "Evaluations of functions at arbitrary points." +(2012, 7, 10, 1, 26, 1) function-extrapolation-python 6.67263 "BENCH: 1.9172949791" +(2012, 7, 10, 1, 26, 1) function-extrapolation-python 1.91729 "BENCH: 1.9172949791" +(2012, 7, 10, 1, 26, 23) la-vector-access-cpp 22.427 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 10, 1, 26, 51) la-vector-assignment-cpp 27.9069 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 11, 1, 11, 47) common-progress-cpp 29.8045 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 11, 1, 12, 17) common-timing-cpp 30.0524 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 11, 1, 15, 31) fem-assembly-cpp 194.012 "Assembly for various forms and backends" +(2012, 7, 11, 1, 15, 43) fem-convergence-cpp 11.9505 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 11, 1, 15, 44) fem-jit-python 0.000429821 "JIT compilation (in memory cache)" +(2012, 7, 11, 1, 20, 56) fem-speedup-cpp 311.849 "Assembly/solve speedup running on 4 processors" +(2012, 7, 11, 1, 20, 56) fem-speedup-cpp-assembly 5.6531 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 11, 1, 20, 56) fem-speedup-cpp-solve 2.00829 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 11, 1, 21, 20) mesh-refinement-cpp 22.3421 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 11, 1, 21, 41) mesh-topology-cpp 20.6441 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 11, 1, 22, 2) mesh-unitcube-cpp 20.9552 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 11, 1, 22, 44) mesh-iteration-cpp 40.3828 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 11, 1, 23, 6) function-evaluation-cpp 21.9723 "Evaluations of functions at arbitrary points." +(2012, 7, 11, 1, 23, 6) function-evaluation-cpp 21.8829 "Evaluations of functions at arbitrary points." +(2012, 7, 11, 1, 23, 13) function-extrapolation-python 6.75829 "BENCH: 1.90943789482" +(2012, 7, 11, 1, 23, 13) function-extrapolation-python 1.90944 "BENCH: 1.90943789482" +(2012, 7, 11, 1, 23, 38) la-vector-access-cpp 24.7412 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 11, 1, 24, 3) la-vector-assignment-cpp 25.4111 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 12, 1, 11, 53) common-progress-cpp 36.4373 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 12, 1, 12, 21) common-timing-cpp 28.5086 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 12, 1, 15, 36) fem-assembly-cpp 194.434 "Assembly for various forms and backends" +(2012, 7, 12, 1, 15, 48) fem-convergence-cpp 11.5306 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 12, 1, 15, 49) fem-jit-python 0.000412893 "JIT compilation (in memory cache)" +(2012, 7, 12, 1, 20, 57) fem-speedup-cpp 308.792 "Assembly/solve speedup running on 4 processors" +(2012, 7, 12, 1, 20, 57) fem-speedup-cpp-assembly 5.60959 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 12, 1, 20, 57) fem-speedup-cpp-solve 2.0193 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 12, 1, 21, 21) mesh-refinement-cpp 22.4121 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 12, 1, 21, 42) mesh-topology-cpp 20.5736 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 12, 1, 22, 3) mesh-unitcube-cpp 20.93 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 12, 1, 22, 46) mesh-iteration-cpp 40.3743 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 12, 1, 23, 7) function-evaluation-cpp 21.2894 "Evaluations of functions at arbitrary points." +(2012, 7, 12, 1, 23, 7) function-evaluation-cpp 21.2081 "Evaluations of functions at arbitrary points." +(2012, 7, 12, 1, 23, 14) function-extrapolation-python 6.67532 "BENCH: 1.91668891907" +(2012, 7, 12, 1, 23, 14) function-extrapolation-python 1.91669 "BENCH: 1.91668891907" +(2012, 7, 12, 1, 23, 38) la-vector-access-cpp 23.6359 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 12, 1, 24, 3) la-vector-assignment-cpp 25.4436 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 13, 1, 11, 28) common-progress-cpp 29.6488 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 13, 1, 11, 59) common-timing-cpp 30.083 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 13, 1, 12, 9) fem-multicore-cpp 10.0839 "Coloring mesh." +(2012, 7, 13, 1, 15, 22) fem-assembly-cpp 193.626 "Assembly for various forms and backends" +(2012, 7, 13, 1, 15, 34) fem-convergence-cpp 11.9086 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 13, 1, 15, 35) fem-jit-python 0.000427198 "JIT compilation (in memory cache)" +(2012, 7, 13, 1, 20, 45) fem-speedup-cpp 309.717 "Assembly/solve speedup running on 4 processors" +(2012, 7, 13, 1, 20, 45) fem-speedup-cpp-assembly 5.63184 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 13, 1, 20, 45) fem-speedup-cpp-solve 2.04214 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 13, 1, 21, 9) mesh-refinement-cpp 22.153 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 13, 1, 21, 30) mesh-topology-cpp 20.7313 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 13, 1, 21, 51) mesh-unitcube-cpp 21.4905 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 13, 1, 22, 35) mesh-iteration-cpp 41.634 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 13, 1, 22, 56) function-evaluation-cpp 21.2933 "Evaluations of functions at arbitrary points." +(2012, 7, 13, 1, 22, 56) function-evaluation-cpp 21.2119 "Evaluations of functions at arbitrary points." +(2012, 7, 13, 1, 23, 3) function-extrapolation-python 6.8248 "BENCH: 1.9243979454" +(2012, 7, 13, 1, 23, 3) function-extrapolation-python 1.9244 "BENCH: 1.9243979454" +(2012, 7, 13, 1, 23, 26) la-vector-access-cpp 22.4081 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 13, 1, 23, 51) la-vector-assignment-cpp 25.4809 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 14, 1, 11, 14) common-progress-cpp 38.9434 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 14, 1, 11, 43) common-timing-cpp 29.3379 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 14, 1, 11, 53) fem-multicore-cpp 10.0772 "Coloring mesh." +(2012, 7, 14, 1, 15, 6) fem-assembly-cpp 193.142 "Assembly for various forms and backends" +(2012, 7, 14, 1, 15, 18) fem-convergence-cpp 11.8946 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 14, 1, 15, 19) fem-jit-python 0.000407195 "JIT compilation (in memory cache)" +(2012, 7, 14, 1, 20, 29) fem-speedup-cpp 310.363 "Assembly/solve speedup running on 4 processors" +(2012, 7, 14, 1, 20, 29) fem-speedup-cpp-assembly 5.55063 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 14, 1, 20, 29) fem-speedup-cpp-solve 2.02214 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 14, 1, 20, 53) mesh-refinement-cpp 22.1168 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 14, 1, 21, 14) mesh-topology-cpp 20.7844 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 14, 1, 21, 36) mesh-unitcube-cpp 21.3481 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 14, 1, 22, 18) mesh-iteration-cpp 40.3815 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 14, 1, 22, 40) function-evaluation-cpp 21.9608 "Evaluations of functions at arbitrary points." +(2012, 7, 14, 1, 22, 40) function-evaluation-cpp 21.8798 "Evaluations of functions at arbitrary points." +(2012, 7, 14, 1, 22, 47) function-extrapolation-python 6.8243 "BENCH: 1.92809700966" +(2012, 7, 14, 1, 22, 47) function-extrapolation-python 1.9281 "BENCH: 1.92809700966" +(2012, 7, 14, 1, 23, 10) la-vector-access-cpp 22.4038 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 14, 1, 23, 35) la-vector-assignment-cpp 25.5905 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 15, 1, 11, 14) common-progress-cpp 38.9439 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 15, 1, 11, 45) common-timing-cpp 30.8212 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 15, 1, 11, 55) fem-multicore-cpp 10.1311 "Coloring mesh." +(2012, 7, 15, 1, 15, 10) fem-assembly-cpp 194.769 "Assembly for various forms and backends" +(2012, 7, 15, 1, 15, 21) fem-convergence-cpp 11.8522 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 15, 1, 15, 22) fem-jit-python 0.000414014 "JIT compilation (in memory cache)" +(2012, 7, 15, 1, 20, 34) fem-speedup-cpp 311.408 "Assembly/solve speedup running on 4 processors" +(2012, 7, 15, 1, 20, 34) fem-speedup-cpp-assembly 5.62431 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 15, 1, 20, 34) fem-speedup-cpp-solve 2.02487 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 15, 1, 20, 58) mesh-refinement-cpp 22.0856 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 15, 1, 21, 18) mesh-topology-cpp 20.6847 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 15, 1, 21, 40) mesh-unitcube-cpp 21.4524 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 15, 1, 22, 29) mesh-iteration-cpp 46.2753 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 15, 1, 22, 50) function-evaluation-cpp 21.2861 "Evaluations of functions at arbitrary points." +(2012, 7, 15, 1, 22, 50) function-evaluation-cpp 21.2044 "Evaluations of functions at arbitrary points." +(2012, 7, 15, 1, 22, 57) function-extrapolation-python 6.77093 "BENCH: 1.92303419113" +(2012, 7, 15, 1, 22, 57) function-extrapolation-python 1.92303 "BENCH: 1.92303419113" +(2012, 7, 15, 1, 23, 22) la-vector-access-cpp 25.3831 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 15, 1, 23, 48) la-vector-assignment-cpp 25.4531 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 16, 1, 11, 11) common-progress-cpp 29.5795 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 16, 1, 11, 41) common-timing-cpp 29.7445 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 16, 1, 11, 51) fem-multicore-cpp 9.94738 "Coloring mesh." +(2012, 7, 16, 1, 15, 5) fem-assembly-cpp 194.098 "Assembly for various forms and backends" +(2012, 7, 16, 1, 15, 17) fem-convergence-cpp 11.9348 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 16, 1, 15, 18) fem-jit-python 0.000427079 "JIT compilation (in memory cache)" +(2012, 7, 16, 1, 20, 27) fem-speedup-cpp 308.865 "Assembly/solve speedup running on 4 processors" +(2012, 7, 16, 1, 20, 27) fem-speedup-cpp-assembly 5.60095 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 16, 1, 20, 27) fem-speedup-cpp-solve 2.02497 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 16, 1, 20, 50) mesh-refinement-cpp 22.1093 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 16, 1, 21, 11) mesh-topology-cpp 20.8478 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 16, 1, 21, 33) mesh-unitcube-cpp 21.4882 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 16, 1, 22, 16) mesh-iteration-cpp 40.3822 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 16, 1, 22, 37) function-evaluation-cpp 20.9776 "Evaluations of functions at arbitrary points." +(2012, 7, 16, 1, 22, 37) function-evaluation-cpp 20.8962 "Evaluations of functions at arbitrary points." +(2012, 7, 16, 1, 22, 43) function-extrapolation-python 6.72694 "BENCH: 1.93575787544" +(2012, 7, 16, 1, 22, 43) function-extrapolation-python 1.93576 "BENCH: 1.93575787544" +(2012, 7, 16, 1, 23, 6) la-vector-access-cpp 22.409 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 16, 1, 23, 31) la-vector-assignment-cpp 25.4432 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 17, 1, 11, 31) common-progress-cpp 29.6357 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 17, 1, 12, 2) common-timing-cpp 30.6584 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 17, 1, 12, 12) fem-multicore-cpp 10.0469 "Coloring mesh." +(2012, 7, 17, 1, 15, 26) fem-assembly-cpp 194.112 "Assembly for various forms and backends" +(2012, 7, 17, 1, 15, 38) fem-convergence-cpp 11.9217 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 17, 1, 15, 39) fem-jit-python 0.000420213 "JIT compilation (in memory cache)" +(2012, 7, 17, 1, 20, 50) fem-speedup-cpp 310.945 "Assembly/solve speedup running on 4 processors" +(2012, 7, 17, 1, 20, 50) fem-speedup-cpp-assembly 5.57088 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 17, 1, 20, 50) fem-speedup-cpp-solve 2.03844 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 17, 1, 21, 14) mesh-refinement-cpp 22.1577 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 17, 1, 21, 35) mesh-topology-cpp 20.764 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 17, 1, 21, 56) mesh-unitcube-cpp 21.3822 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 17, 1, 22, 39) mesh-iteration-cpp 40.3758 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 17, 1, 23, 1) function-evaluation-cpp 21.2812 "Evaluations of functions at arbitrary points." +(2012, 7, 17, 1, 23, 1) function-evaluation-cpp 21.2001 "Evaluations of functions at arbitrary points." +(2012, 7, 17, 1, 23, 7) function-extrapolation-python 6.7999 "BENCH: 1.92372608185" +(2012, 7, 17, 1, 23, 7) function-extrapolation-python 1.92373 "BENCH: 1.92372608185" +(2012, 7, 17, 1, 23, 32) la-vector-access-cpp 24.7897 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 17, 1, 23, 58) la-vector-assignment-cpp 25.4068 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 19, 1, 11, 9) common-progress-cpp 29.7868 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 19, 1, 11, 38) common-timing-cpp 28.8395 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 19, 1, 11, 48) fem-multicore-cpp 10.2752 "Coloring mesh." +(2012, 7, 19, 1, 15, 3) fem-assembly-cpp 194.947 "Assembly for various forms and backends" +(2012, 7, 19, 1, 15, 15) fem-convergence-cpp 11.8983 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 19, 1, 15, 16) fem-jit-python 0.000419402 "JIT compilation (in memory cache)" +(2012, 7, 19, 1, 20, 25) fem-speedup-cpp 308.963 "Assembly/solve speedup running on 4 processors" +(2012, 7, 19, 1, 20, 25) fem-speedup-cpp-assembly 5.60969 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 19, 1, 20, 25) fem-speedup-cpp-solve 2.03868 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 19, 1, 20, 49) mesh-refinement-cpp 22.4129 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 19, 1, 21, 10) mesh-topology-cpp 20.761 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 19, 1, 21, 32) mesh-unitcube-cpp 21.5611 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 19, 1, 22, 25) mesh-iteration-cpp 51.0275 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 19, 1, 22, 47) function-evaluation-cpp 21.5729 "Evaluations of functions at arbitrary points." +(2012, 7, 19, 1, 22, 47) function-evaluation-cpp 21.4917 "Evaluations of functions at arbitrary points." +(2012, 7, 19, 1, 22, 54) function-extrapolation-python 6.68494 "BENCH: 1.89506697655" +(2012, 7, 19, 1, 22, 54) function-extrapolation-python 1.89507 "BENCH: 1.89506697655" +(2012, 7, 19, 1, 23, 16) la-vector-access-cpp 22.4159 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 19, 1, 23, 41) la-vector-assignment-cpp 25.399 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 20, 1, 11, 8) common-progress-cpp 29.0914 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 20, 1, 11, 37) common-timing-cpp 29.2537 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 20, 1, 11, 47) fem-multicore-cpp 10.1507 "Coloring mesh." +(2012, 7, 20, 1, 15, 4) fem-assembly-cpp 196.471 "Assembly for various forms and backends" +(2012, 7, 20, 1, 15, 16) fem-convergence-cpp 11.8827 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 20, 1, 15, 17) fem-jit-python 0.000411892 "JIT compilation (in memory cache)" +(2012, 7, 20, 1, 20, 29) fem-speedup-cpp 312.336 "Assembly/solve speedup running on 4 processors" +(2012, 7, 20, 1, 20, 29) fem-speedup-cpp-assembly 5.58828 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 20, 1, 20, 29) fem-speedup-cpp-solve 2.0176 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 20, 1, 20, 53) mesh-refinement-cpp 22.4186 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 20, 1, 21, 14) mesh-topology-cpp 20.6485 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 20, 1, 21, 36) mesh-unitcube-cpp 21.7139 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 20, 1, 22, 18) mesh-iteration-cpp 40.3752 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 20, 1, 22, 40) function-evaluation-cpp 21.2835 "Evaluations of functions at arbitrary points." +(2012, 7, 20, 1, 22, 40) function-evaluation-cpp 21.2025 "Evaluations of functions at arbitrary points." +(2012, 7, 20, 1, 22, 47) function-extrapolation-python 6.79721 "BENCH: 1.89754605293" +(2012, 7, 20, 1, 22, 47) function-extrapolation-python 1.89755 "BENCH: 1.89754605293" +(2012, 7, 20, 1, 23, 11) la-vector-access-cpp 23.9353 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 20, 1, 23, 36) la-vector-assignment-cpp 25.3965 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 21, 1, 11, 32) common-progress-cpp 29.6363 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 21, 1, 12, 2) common-timing-cpp 29.8686 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 21, 1, 12, 12) fem-multicore-cpp 9.95786 "Coloring mesh." +(2012, 7, 21, 1, 15, 26) fem-assembly-cpp 193.425 "Assembly for various forms and backends" +(2012, 7, 21, 1, 15, 37) fem-convergence-cpp 11.9171 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 21, 1, 15, 39) fem-jit-python 0.000430417 "JIT compilation (in memory cache)" +(2012, 7, 21, 1, 20, 48) fem-speedup-cpp 308.931 "Assembly/solve speedup running on 4 processors" +(2012, 7, 21, 1, 20, 48) fem-speedup-cpp-assembly 5.5555 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 21, 1, 20, 48) fem-speedup-cpp-solve 2.05058 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 21, 1, 21, 11) mesh-refinement-cpp 22.3758 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 21, 1, 21, 32) mesh-topology-cpp 20.6305 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 21, 1, 21, 55) mesh-unitcube-cpp 22.3498 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 21, 1, 22, 41) mesh-iteration-cpp 43.5146 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 21, 1, 23, 2) function-evaluation-cpp 20.8254 "Evaluations of functions at arbitrary points." +(2012, 7, 21, 1, 23, 2) function-evaluation-cpp 20.7446 "Evaluations of functions at arbitrary points." +(2012, 7, 21, 1, 23, 8) function-extrapolation-python 6.78721 "BENCH: 1.91753196716" +(2012, 7, 21, 1, 23, 8) function-extrapolation-python 1.91753 "BENCH: 1.91753196716" +(2012, 7, 21, 1, 23, 31) la-vector-access-cpp 22.4287 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 21, 1, 23, 56) la-vector-assignment-cpp 25.4559 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 22, 1, 11, 31) common-progress-cpp 47.72 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 22, 1, 12, 1) common-timing-cpp 29.4317 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 22, 1, 12, 11) fem-multicore-cpp 9.94623 "Coloring mesh." +(2012, 7, 22, 1, 15, 26) fem-assembly-cpp 194.897 "Assembly for various forms and backends" +(2012, 7, 22, 1, 15, 37) fem-convergence-cpp 11.8542 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 22, 1, 15, 39) fem-jit-python 0.000412416 "JIT compilation (in memory cache)" +(2012, 7, 22, 1, 20, 49) fem-speedup-cpp 310.132 "Assembly/solve speedup running on 4 processors" +(2012, 7, 22, 1, 20, 49) fem-speedup-cpp-assembly 5.54072 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 22, 1, 20, 49) fem-speedup-cpp-solve 2.03657 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 22, 1, 21, 13) mesh-refinement-cpp 22.4339 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 22, 1, 21, 34) mesh-topology-cpp 20.6921 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 22, 1, 21, 56) mesh-unitcube-cpp 22.3722 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 22, 1, 22, 40) mesh-iteration-cpp 41.7626 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 22, 1, 23, 1) function-evaluation-cpp 20.7944 "Evaluations of functions at arbitrary points." +(2012, 7, 22, 1, 23, 1) function-evaluation-cpp 20.7068 "Evaluations of functions at arbitrary points." +(2012, 7, 22, 1, 23, 8) function-extrapolation-python 6.84596 "BENCH: 1.90588784218" +(2012, 7, 22, 1, 23, 8) function-extrapolation-python 1.90589 "BENCH: 1.90588784218" +(2012, 7, 22, 1, 23, 33) la-vector-access-cpp 25.41 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 22, 1, 23, 59) la-vector-assignment-cpp 25.4635 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 23, 1, 11, 6) common-progress-cpp 29.6032 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 23, 1, 11, 36) common-timing-cpp 29.9432 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 23, 1, 11, 46) fem-multicore-cpp 9.90192 "Coloring mesh." +(2012, 7, 23, 1, 14, 59) fem-assembly-cpp 193.564 "Assembly for various forms and backends" +(2012, 7, 23, 1, 15, 11) fem-convergence-cpp 11.9282 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 23, 1, 15, 12) fem-jit-python 0.000425696 "JIT compilation (in memory cache)" +(2012, 7, 23, 1, 20, 23) fem-speedup-cpp 310.915 "Assembly/solve speedup running on 4 processors" +(2012, 7, 23, 1, 20, 23) fem-speedup-cpp-assembly 5.57585 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 23, 1, 20, 23) fem-speedup-cpp-solve 2.00888 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 23, 1, 20, 47) mesh-refinement-cpp 22.3715 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 23, 1, 21, 8) mesh-topology-cpp 20.6325 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 23, 1, 21, 31) mesh-unitcube-cpp 22.4316 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 23, 1, 22, 14) mesh-iteration-cpp 41.0185 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 23, 1, 22, 35) function-evaluation-cpp 21.3319 "Evaluations of functions at arbitrary points." +(2012, 7, 23, 1, 22, 35) function-evaluation-cpp 21.2447 "Evaluations of functions at arbitrary points." +(2012, 7, 23, 1, 22, 42) function-extrapolation-python 6.82343 "BENCH: 1.93197798729" +(2012, 7, 23, 1, 22, 42) function-extrapolation-python 1.93198 "BENCH: 1.93197798729" +(2012, 7, 23, 1, 23, 8) la-vector-access-cpp 25.3912 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 23, 1, 23, 36) la-vector-assignment-cpp 27.9007 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 24, 1, 11, 11) common-progress-cpp 29.0819 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 24, 1, 11, 41) common-timing-cpp 29.3601 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 24, 1, 11, 51) fem-multicore-cpp 9.95028 "Coloring mesh." +(2012, 7, 24, 1, 15, 5) fem-assembly-cpp 194.265 "Assembly for various forms and backends" +(2012, 7, 24, 1, 15, 17) fem-convergence-cpp 11.9279 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 24, 1, 15, 18) fem-jit-python 0.000419378 "JIT compilation (in memory cache)" +(2012, 7, 24, 1, 20, 30) fem-speedup-cpp 311.658 "Assembly/solve speedup running on 4 processors" +(2012, 7, 24, 1, 20, 30) fem-speedup-cpp-assembly 5.49909 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 24, 1, 20, 30) fem-speedup-cpp-solve 2.05009 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 24, 1, 20, 54) mesh-refinement-cpp 22.4222 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 24, 1, 21, 15) mesh-topology-cpp 20.6787 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 24, 1, 21, 37) mesh-unitcube-cpp 22.4159 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 24, 1, 22, 25) mesh-iteration-cpp 46.0234 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 24, 1, 22, 47) function-evaluation-cpp 21.2977 "Evaluations of functions at arbitrary points." +(2012, 7, 24, 1, 22, 47) function-evaluation-cpp 21.2007 "Evaluations of functions at arbitrary points." +(2012, 7, 24, 1, 22, 53) function-extrapolation-python 6.86221 "BENCH: 1.92128801346" +(2012, 7, 24, 1, 22, 53) function-extrapolation-python 1.92129 "BENCH: 1.92128801346" +(2012, 7, 24, 1, 23, 18) la-vector-access-cpp 24.7522 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 24, 1, 23, 46) la-vector-assignment-cpp 27.8409 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 25, 1, 11, 14) common-progress-cpp 36.4356 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 25, 1, 11, 43) common-timing-cpp 29.6528 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 25, 1, 11, 53) fem-multicore-cpp 9.98029 "Coloring mesh." +(2012, 7, 25, 1, 15, 7) fem-assembly-cpp 193.57 "Assembly for various forms and backends" +(2012, 7, 25, 1, 15, 19) fem-convergence-cpp 11.9259 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 25, 1, 15, 20) fem-jit-python 0.000426006 "JIT compilation (in memory cache)" +(2012, 7, 25, 1, 20, 31) fem-speedup-cpp 310.625 "Assembly/solve speedup running on 4 processors" +(2012, 7, 25, 1, 20, 31) fem-speedup-cpp-assembly 5.55859 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 25, 1, 20, 31) fem-speedup-cpp-solve 1.99905 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 25, 1, 20, 55) mesh-refinement-cpp 22.4398 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 25, 1, 21, 15) mesh-topology-cpp 20.6706 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 25, 1, 21, 38) mesh-unitcube-cpp 22.3091 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 25, 1, 22, 22) mesh-iteration-cpp 41.6074 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 25, 1, 22, 43) function-evaluation-cpp 21.2907 "Evaluations of functions at arbitrary points." +(2012, 7, 25, 1, 22, 43) function-evaluation-cpp 21.2097 "Evaluations of functions at arbitrary points." +(2012, 7, 25, 1, 22, 50) function-extrapolation-python 6.70363 "BENCH: 1.9204351902" +(2012, 7, 25, 1, 22, 50) function-extrapolation-python 1.92044 "BENCH: 1.9204351902" +(2012, 7, 25, 1, 23, 12) la-vector-access-cpp 22.4167 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 25, 1, 23, 38) la-vector-assignment-cpp 25.3947 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 27, 1, 11, 26) common-progress-cpp 37.6901 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 27, 1, 11, 56) common-timing-cpp 30.1764 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 27, 1, 12, 6) fem-multicore-cpp 9.98826 "Coloring mesh." +(2012, 7, 27, 1, 15, 19) fem-assembly-cpp 193.644 "Assembly for various forms and backends" +(2012, 7, 27, 1, 15, 31) fem-convergence-cpp 11.8717 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 27, 1, 15, 32) fem-jit-python 0.00041101 "JIT compilation (in memory cache)" +(2012, 7, 27, 1, 20, 42) fem-speedup-cpp 309.846 "Assembly/solve speedup running on 4 processors" +(2012, 7, 27, 1, 20, 42) fem-speedup-cpp-assembly 5.65637 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 27, 1, 20, 42) fem-speedup-cpp-solve 2.04842 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 27, 1, 21, 6) mesh-refinement-cpp 22.3369 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 27, 1, 21, 27) mesh-topology-cpp 20.7088 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 27, 1, 21, 50) mesh-unitcube-cpp 22.4545 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 27, 1, 22, 32) mesh-iteration-cpp 40.3789 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 27, 1, 22, 54) function-evaluation-cpp 21.9869 "Evaluations of functions at arbitrary points." +(2012, 7, 27, 1, 22, 54) function-evaluation-cpp 21.8999 "Evaluations of functions at arbitrary points." +(2012, 7, 27, 1, 23, 1) function-extrapolation-python 6.73873 "BENCH: 1.90853095055" +(2012, 7, 27, 1, 23, 1) function-extrapolation-python 1.90853 "BENCH: 1.90853095055" +(2012, 7, 27, 1, 23, 24) la-vector-access-cpp 22.4537 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 27, 1, 23, 49) la-vector-assignment-cpp 24.9493 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 29, 1, 11, 13) common-progress-cpp 29.7298 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 29, 1, 11, 44) common-timing-cpp 30.7616 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 29, 1, 11, 54) fem-multicore-cpp 10.0131 "Coloring mesh." +(2012, 7, 29, 1, 15, 7) fem-assembly-cpp 193.53 "Assembly for various forms and backends" +(2012, 7, 29, 1, 15, 19) fem-convergence-cpp 11.426 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 29, 1, 15, 20) fem-jit-python 0.000416112 "JIT compilation (in memory cache)" +(2012, 7, 29, 1, 20, 31) fem-speedup-cpp 311.399 "Assembly/solve speedup running on 4 processors" +(2012, 7, 29, 1, 20, 31) fem-speedup-cpp-assembly 5.64124 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 29, 1, 20, 31) fem-speedup-cpp-solve 2.00606 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 29, 1, 20, 55) mesh-refinement-cpp 22.3373 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 29, 1, 21, 16) mesh-topology-cpp 20.6986 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 29, 1, 21, 38) mesh-unitcube-cpp 21.8388 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 29, 1, 22, 21) mesh-iteration-cpp 40.3855 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 29, 1, 22, 42) function-evaluation-cpp 21.3017 "Evaluations of functions at arbitrary points." +(2012, 7, 29, 1, 22, 42) function-evaluation-cpp 21.2214 "Evaluations of functions at arbitrary points." +(2012, 7, 29, 1, 22, 49) function-extrapolation-python 6.69555 "BENCH: 1.89014196396" +(2012, 7, 29, 1, 22, 49) function-extrapolation-python 1.89014 "BENCH: 1.89014196396" +(2012, 7, 29, 1, 23, 12) la-vector-access-cpp 22.4472 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 29, 1, 23, 40) la-vector-assignment-cpp 27.9015 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 30, 1, 11, 16) common-progress-cpp 29.6569 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 30, 1, 11, 47) common-timing-cpp 30.2102 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 30, 1, 11, 57) fem-multicore-cpp 9.89728 "Coloring mesh." +(2012, 7, 30, 1, 15, 10) fem-assembly-cpp 193.385 "Assembly for various forms and backends" +(2012, 7, 30, 1, 15, 22) fem-convergence-cpp 11.9149 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 30, 1, 15, 23) fem-jit-python 0.000411415 "JIT compilation (in memory cache)" +(2012, 7, 30, 1, 20, 34) fem-speedup-cpp 310.68 "Assembly/solve speedup running on 4 processors" +(2012, 7, 30, 1, 20, 34) fem-speedup-cpp-assembly 5.68593 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 30, 1, 20, 34) fem-speedup-cpp-solve 2.04506 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 30, 1, 20, 58) mesh-refinement-cpp 22.3722 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 30, 1, 21, 19) mesh-topology-cpp 20.7445 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 30, 1, 21, 40) mesh-unitcube-cpp 21.8393 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 30, 1, 22, 23) mesh-iteration-cpp 40.3795 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 30, 1, 22, 45) function-evaluation-cpp 21.3273 "Evaluations of functions at arbitrary points." +(2012, 7, 30, 1, 22, 45) function-evaluation-cpp 21.2424 "Evaluations of functions at arbitrary points." +(2012, 7, 30, 1, 22, 51) function-extrapolation-python 6.76534 "BENCH: 1.95725488663" +(2012, 7, 30, 1, 22, 51) function-extrapolation-python 1.95725 "BENCH: 1.95725488663" +(2012, 7, 30, 1, 23, 17) la-vector-access-cpp 25.4715 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 30, 1, 23, 42) la-vector-assignment-cpp 24.9598 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 7, 31, 1, 11, 28) common-progress-cpp 29.5893 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 7, 31, 1, 11, 58) common-timing-cpp 30.1016 "Timing access and registration of timings (10000000 repetitions)" +(2012, 7, 31, 1, 12, 8) fem-multicore-cpp 9.93331 "Coloring mesh." +(2012, 7, 31, 1, 15, 19) fem-assembly-cpp 190.548 "Assembly for various forms and backends" +(2012, 7, 31, 1, 15, 31) fem-convergence-cpp 11.9473 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 7, 31, 1, 15, 32) fem-jit-python 0.000434399 "JIT compilation (in memory cache)" +(2012, 7, 31, 1, 20, 42) fem-speedup-cpp 310.112 "Assembly/solve speedup running on 4 processors" +(2012, 7, 31, 1, 20, 42) fem-speedup-cpp-assembly 5.56953 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 7, 31, 1, 20, 42) fem-speedup-cpp-solve 2.02464 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 7, 31, 1, 21, 6) mesh-refinement-cpp 22.5539 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 7, 31, 1, 21, 27) mesh-topology-cpp 20.7692 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 7, 31, 1, 21, 51) mesh-unitcube-cpp 23.7833 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 7, 31, 1, 22, 40) mesh-iteration-cpp 46.0126 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 7, 31, 1, 23, 1) function-evaluation-cpp 21.3054 "Evaluations of functions at arbitrary points." +(2012, 7, 31, 1, 23, 1) function-evaluation-cpp 21.2248 "Evaluations of functions at arbitrary points." +(2012, 7, 31, 1, 23, 8) function-extrapolation-python 6.78106 "BENCH: 1.90696597099" +(2012, 7, 31, 1, 23, 8) function-extrapolation-python 1.90697 "BENCH: 1.90696597099" +(2012, 7, 31, 1, 23, 37) la-vector-access-cpp 29.4313 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 7, 31, 1, 24, 2) la-vector-assignment-cpp 24.955 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 1, 1, 11, 17) common-progress-cpp 29.5766 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 1, 1, 11, 47) common-timing-cpp 30.4901 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 1, 1, 11, 57) fem-multicore-cpp 9.94622 "Coloring mesh." +(2012, 8, 1, 1, 15, 8) fem-assembly-cpp 190.876 "Assembly for various forms and backends" +(2012, 8, 1, 1, 15, 20) fem-convergence-cpp 11.8958 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 1, 1, 15, 21) fem-jit-python 0.000432014 "JIT compilation (in memory cache)" +(2012, 8, 1, 1, 20, 32) fem-speedup-cpp 311.034 "Assembly/solve speedup running on 4 processors" +(2012, 8, 1, 1, 20, 32) fem-speedup-cpp-assembly 5.59269 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 1, 1, 20, 32) fem-speedup-cpp-solve 2.03693 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 1, 1, 20, 56) mesh-refinement-cpp 22.598 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 1, 1, 21, 18) mesh-topology-cpp 20.8268 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 1, 1, 21, 41) mesh-unitcube-cpp 23.7219 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 1, 1, 22, 26) mesh-iteration-cpp 41.6373 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 1, 1, 22, 47) function-evaluation-cpp 21.3215 "Evaluations of functions at arbitrary points." +(2012, 8, 1, 1, 22, 47) function-evaluation-cpp 21.2352 "Evaluations of functions at arbitrary points." +(2012, 8, 1, 1, 22, 54) function-extrapolation-python 6.78113 "BENCH: 1.93070411682" +(2012, 8, 1, 1, 22, 54) function-extrapolation-python 1.9307 "BENCH: 1.93070411682" +(2012, 8, 1, 1, 23, 19) la-vector-access-cpp 25.4321 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 1, 1, 23, 47) la-vector-assignment-cpp 27.9015 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 4, 1, 11, 8) common-progress-cpp 29.5677 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 4, 1, 11, 39) common-timing-cpp 30.7567 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 4, 1, 11, 49) fem-multicore-cpp 10.0697 "Coloring mesh." +(2012, 8, 4, 1, 15, 3) fem-assembly-cpp 194.446 "Assembly for various forms and backends" +(2012, 8, 4, 1, 15, 15) fem-convergence-cpp 11.6303 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 4, 1, 15, 16) fem-jit-python 0.0004107 "JIT compilation (in memory cache)" +(2012, 8, 4, 1, 20, 26) fem-speedup-cpp 310.251 "Assembly/solve speedup running on 4 processors" +(2012, 8, 4, 1, 20, 26) fem-speedup-cpp-assembly 5.47256 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 4, 1, 20, 26) fem-speedup-cpp-solve 2.01621 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 4, 1, 20, 50) mesh-refinement-cpp 22.653 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 4, 1, 21, 11) mesh-topology-cpp 20.7198 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 4, 1, 21, 34) mesh-unitcube-cpp 22.6232 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 4, 1, 22, 17) mesh-iteration-cpp 40.3965 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 4, 1, 22, 38) function-evaluation-cpp 21.2694 "Evaluations of functions at arbitrary points." +(2012, 8, 4, 1, 22, 38) function-evaluation-cpp 21.1881 "Evaluations of functions at arbitrary points." +(2012, 8, 4, 1, 22, 45) function-extrapolation-python 6.82189 "BENCH: 1.91672205925" +(2012, 8, 4, 1, 22, 45) function-extrapolation-python 1.91672 "BENCH: 1.91672205925" +(2012, 8, 4, 1, 23, 11) la-vector-access-cpp 25.5452 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 4, 1, 23, 39) la-vector-assignment-cpp 27.9509 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 5, 1, 11, 18) common-progress-cpp 29.6033 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 5, 1, 11, 48) common-timing-cpp 30.2034 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 5, 1, 11, 58) fem-multicore-cpp 9.93131 "Coloring mesh." +(2012, 8, 5, 1, 15, 12) fem-assembly-cpp 193.977 "Assembly for various forms and backends" +(2012, 8, 5, 1, 15, 24) fem-convergence-cpp 11.9058 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 5, 1, 15, 25) fem-jit-python 0.000437999 "JIT compilation (in memory cache)" +(2012, 8, 5, 1, 20, 36) fem-speedup-cpp 311.152 "Assembly/solve speedup running on 4 processors" +(2012, 8, 5, 1, 20, 36) fem-speedup-cpp-assembly 5.60511 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 5, 1, 20, 36) fem-speedup-cpp-solve 2.02208 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 5, 1, 21, 1) mesh-refinement-cpp 22.6587 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 5, 1, 21, 22) mesh-topology-cpp 20.7138 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 5, 1, 21, 44) mesh-unitcube-cpp 22.6397 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 5, 1, 22, 27) mesh-iteration-cpp 40.3847 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 5, 1, 22, 48) function-evaluation-cpp 21.3067 "Evaluations of functions at arbitrary points." +(2012, 8, 5, 1, 22, 48) function-evaluation-cpp 21.2124 "Evaluations of functions at arbitrary points." +(2012, 8, 5, 1, 22, 55) function-extrapolation-python 6.80332 "BENCH: 1.91370081902" +(2012, 8, 5, 1, 22, 55) function-extrapolation-python 1.9137 "BENCH: 1.91370081902" +(2012, 8, 5, 1, 23, 21) la-vector-access-cpp 25.4307 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 5, 1, 23, 49) la-vector-assignment-cpp 27.9586 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 6, 1, 11, 17) common-progress-cpp 29.5685 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 6, 1, 11, 47) common-timing-cpp 29.9062 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 6, 1, 11, 57) fem-multicore-cpp 9.99407 "Coloring mesh." +(2012, 8, 6, 1, 15, 10) fem-assembly-cpp 193.681 "Assembly for various forms and backends" +(2012, 8, 6, 1, 15, 22) fem-convergence-cpp 11.9636 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 6, 1, 15, 24) fem-jit-python 0.000430202 "JIT compilation (in memory cache)" +(2012, 8, 6, 1, 20, 34) fem-speedup-cpp 310.882 "Assembly/solve speedup running on 4 processors" +(2012, 8, 6, 1, 20, 34) fem-speedup-cpp-assembly 5.53369 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 6, 1, 20, 34) fem-speedup-cpp-solve 2.02864 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 6, 1, 20, 59) mesh-refinement-cpp 22.7181 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 6, 1, 21, 20) mesh-topology-cpp 20.722 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 6, 1, 21, 42) mesh-unitcube-cpp 22.6194 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 6, 1, 22, 25) mesh-iteration-cpp 40.3834 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 6, 1, 22, 46) function-evaluation-cpp 21.0041 "Evaluations of functions at arbitrary points." +(2012, 8, 6, 1, 22, 46) function-evaluation-cpp 20.9226 "Evaluations of functions at arbitrary points." +(2012, 8, 6, 1, 22, 53) function-extrapolation-python 6.84373 "BENCH: 1.9204390049" +(2012, 8, 6, 1, 22, 53) function-extrapolation-python 1.92044 "BENCH: 1.9204390049" +(2012, 8, 6, 1, 23, 20) la-vector-access-cpp 27.4338 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 6, 1, 23, 48) la-vector-assignment-cpp 27.9573 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 7, 1, 11, 34) common-progress-cpp 29.6532 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 7, 1, 12, 4) common-timing-cpp 30.5249 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 7, 1, 12, 14) fem-multicore-cpp 10.0167 "Coloring mesh." +(2012, 8, 7, 1, 15, 29) fem-assembly-cpp 194.051 "Assembly for various forms and backends" +(2012, 8, 7, 1, 15, 40) fem-convergence-cpp 11.9458 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 7, 1, 15, 42) fem-jit-python 0.000429392 "JIT compilation (in memory cache)" +(2012, 8, 7, 1, 20, 51) fem-speedup-cpp 309.81 "Assembly/solve speedup running on 4 processors" +(2012, 8, 7, 1, 20, 51) fem-speedup-cpp-assembly 5.52202 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 7, 1, 20, 51) fem-speedup-cpp-solve 2.03811 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 7, 1, 21, 16) mesh-refinement-cpp 22.5951 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 7, 1, 21, 36) mesh-topology-cpp 20.7318 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 7, 1, 21, 59) mesh-unitcube-cpp 22.6861 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 7, 1, 22, 42) mesh-iteration-cpp 40.3973 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 7, 1, 23, 3) function-evaluation-cpp 20.9564 "Evaluations of functions at arbitrary points." +(2012, 8, 7, 1, 23, 3) function-evaluation-cpp 20.8654 "Evaluations of functions at arbitrary points." +(2012, 8, 7, 1, 23, 10) function-extrapolation-python 6.78835 "BENCH: 1.91855502129" +(2012, 8, 7, 1, 23, 10) function-extrapolation-python 1.91856 "BENCH: 1.91855502129" +(2012, 8, 7, 1, 23, 38) la-vector-access-cpp 28.4729 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 7, 1, 24, 6) la-vector-assignment-cpp 27.9488 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 8, 1, 11, 18) common-progress-cpp 29.6504 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 8, 1, 11, 48) common-timing-cpp 29.8586 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 8, 1, 11, 58) fem-multicore-cpp 9.92846 "Coloring mesh." +(2012, 8, 8, 1, 15, 12) fem-assembly-cpp 194.148 "Assembly for various forms and backends" +(2012, 8, 8, 1, 15, 24) fem-convergence-cpp 11.9317 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 8, 1, 15, 25) fem-jit-python 0.000427699 "JIT compilation (in memory cache)" +(2012, 8, 8, 1, 20, 36) fem-speedup-cpp 311.619 "Assembly/solve speedup running on 4 processors" +(2012, 8, 8, 1, 20, 36) fem-speedup-cpp-assembly 5.56895 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 8, 1, 20, 36) fem-speedup-cpp-solve 2.01393 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 8, 1, 21, 1) mesh-refinement-cpp 22.6399 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 8, 1, 21, 22) mesh-topology-cpp 20.7521 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 8, 1, 21, 44) mesh-unitcube-cpp 22.5742 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 8, 1, 22, 27) mesh-iteration-cpp 40.3871 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 8, 1, 22, 48) function-evaluation-cpp 21.1572 "Evaluations of functions at arbitrary points." +(2012, 8, 8, 1, 22, 48) function-evaluation-cpp 21.0703 "Evaluations of functions at arbitrary points." +(2012, 8, 8, 1, 22, 55) function-extrapolation-python 6.75318 "BENCH: 1.91586899757" +(2012, 8, 8, 1, 22, 55) function-extrapolation-python 1.91587 "BENCH: 1.91586899757" +(2012, 8, 8, 1, 23, 23) la-vector-access-cpp 27.4304 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 8, 1, 23, 51) la-vector-assignment-cpp 28.0375 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 9, 1, 11, 32) common-progress-cpp 29.1688 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 9, 1, 12, 1) common-timing-cpp 29.1207 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 9, 1, 12, 11) fem-multicore-cpp 10.0195 "Coloring mesh." +(2012, 8, 9, 1, 15, 24) fem-assembly-cpp 192.693 "Assembly for various forms and backends" +(2012, 8, 9, 1, 15, 36) fem-convergence-cpp 11.9155 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 9, 1, 15, 37) fem-jit-python 0.000408816 "JIT compilation (in memory cache)" +(2012, 8, 9, 1, 20, 47) fem-speedup-cpp 310.15 "Assembly/solve speedup running on 4 processors" +(2012, 8, 9, 1, 20, 47) fem-speedup-cpp-assembly 5.67568 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 9, 1, 20, 47) fem-speedup-cpp-solve 2.03949 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 9, 1, 21, 11) mesh-refinement-cpp 22.3792 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 9, 1, 21, 32) mesh-topology-cpp 20.7918 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 9, 1, 21, 54) mesh-unitcube-cpp 21.6439 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 9, 1, 22, 36) mesh-iteration-cpp 40.4397 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 9, 1, 22, 58) function-evaluation-cpp 21.4014 "Evaluations of functions at arbitrary points." +(2012, 8, 9, 1, 22, 58) function-evaluation-cpp 21.3149 "Evaluations of functions at arbitrary points." +(2012, 8, 9, 1, 23, 5) function-extrapolation-python 6.76052 "BENCH: 1.9006588459" +(2012, 8, 9, 1, 23, 5) function-extrapolation-python 1.90066 "BENCH: 1.9006588459" +(2012, 8, 9, 1, 23, 29) la-vector-access-cpp 23.8692 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 9, 1, 23, 54) la-vector-assignment-cpp 24.9677 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 10, 1, 11, 18) common-progress-cpp 29.5915 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 10, 1, 11, 45) common-timing-cpp 27.8588 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 10, 1, 11, 55) fem-multicore-cpp 9.97277 "Coloring mesh." +(2012, 8, 10, 1, 15, 9) fem-assembly-cpp 193.462 "Assembly for various forms and backends" +(2012, 8, 10, 1, 15, 21) fem-convergence-cpp 11.9182 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 10, 1, 15, 22) fem-jit-python 0.000425386 "JIT compilation (in memory cache)" +(2012, 8, 10, 1, 20, 33) fem-speedup-cpp 311.223 "Assembly/solve speedup running on 4 processors" +(2012, 8, 10, 1, 20, 33) fem-speedup-cpp-assembly 5.55217 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 10, 1, 20, 33) fem-speedup-cpp-solve 2.00544 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 10, 1, 20, 57) mesh-refinement-cpp 22.3538 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 10, 1, 21, 18) mesh-topology-cpp 20.7157 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 10, 1, 21, 40) mesh-unitcube-cpp 21.6796 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 10, 1, 22, 22) mesh-iteration-cpp 40.4225 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 10, 1, 22, 44) function-evaluation-cpp 21.3058 "Evaluations of functions at arbitrary points." +(2012, 8, 10, 1, 22, 44) function-evaluation-cpp 21.2198 "Evaluations of functions at arbitrary points." +(2012, 8, 10, 1, 22, 51) function-extrapolation-python 6.70799 "BENCH: 1.86585593224" +(2012, 8, 10, 1, 22, 51) function-extrapolation-python 1.86586 "BENCH: 1.86585593224" +(2012, 8, 10, 1, 23, 15) la-vector-access-cpp 24.0826 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 10, 1, 23, 43) la-vector-assignment-cpp 27.9036 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 11, 1, 11, 37) common-progress-cpp 29.6069 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 11, 1, 12, 7) common-timing-cpp 29.5002 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 11, 1, 12, 17) fem-multicore-cpp 9.94934 "Coloring mesh." +(2012, 8, 11, 1, 15, 29) fem-assembly-cpp 192.373 "Assembly for various forms and backends" +(2012, 8, 11, 1, 15, 41) fem-convergence-cpp 11.8973 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 11, 1, 15, 42) fem-jit-python 0.000414801 "JIT compilation (in memory cache)" +(2012, 8, 11, 1, 20, 54) fem-speedup-cpp 311.356 "Assembly/solve speedup running on 4 processors" +(2012, 8, 11, 1, 20, 54) fem-speedup-cpp-assembly 5.59887 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 11, 1, 20, 54) fem-speedup-cpp-solve 2.00801 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 11, 1, 21, 17) mesh-refinement-cpp 22.2398 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 11, 1, 21, 38) mesh-topology-cpp 20.7689 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 11, 1, 22, 0) mesh-unitcube-cpp 21.4631 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 11, 1, 22, 43) mesh-iteration-cpp 40.371 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 11, 1, 23, 4) function-evaluation-cpp 21.3375 "Evaluations of functions at arbitrary points." +(2012, 8, 11, 1, 23, 4) function-evaluation-cpp 21.2513 "Evaluations of functions at arbitrary points." +(2012, 8, 11, 1, 23, 11) function-extrapolation-python 6.60068 "BENCH: 1.86741900444" +(2012, 8, 11, 1, 23, 11) function-extrapolation-python 1.86742 "BENCH: 1.86741900444" +(2012, 8, 11, 1, 23, 33) la-vector-access-cpp 22.4522 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 11, 1, 23, 58) la-vector-assignment-cpp 24.9455 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 12, 1, 11, 24) common-progress-cpp 36.4359 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 12, 1, 11, 53) common-timing-cpp 29.4811 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 12, 1, 12, 3) fem-multicore-cpp 10.004 "Coloring mesh." +(2012, 8, 12, 1, 15, 16) fem-assembly-cpp 192.329 "Assembly for various forms and backends" +(2012, 8, 12, 1, 15, 28) fem-convergence-cpp 11.9107 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 12, 1, 15, 29) fem-jit-python 0.000414395 "JIT compilation (in memory cache)" +(2012, 8, 12, 1, 20, 39) fem-speedup-cpp 310.181 "Assembly/solve speedup running on 4 processors" +(2012, 8, 12, 1, 20, 39) fem-speedup-cpp-assembly 5.57826 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 12, 1, 20, 39) fem-speedup-cpp-solve 2.04047 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 12, 1, 21, 3) mesh-refinement-cpp 22.2584 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 12, 1, 21, 24) mesh-topology-cpp 20.7387 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 12, 1, 21, 45) mesh-unitcube-cpp 21.4504 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 12, 1, 22, 28) mesh-iteration-cpp 40.3731 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 12, 1, 22, 49) function-evaluation-cpp 21.3378 "Evaluations of functions at arbitrary points." +(2012, 8, 12, 1, 22, 49) function-evaluation-cpp 21.2573 "Evaluations of functions at arbitrary points." +(2012, 8, 12, 1, 22, 56) function-extrapolation-python 6.74439 "BENCH: 1.90518307686" +(2012, 8, 12, 1, 22, 56) function-extrapolation-python 1.90518 "BENCH: 1.90518307686" +(2012, 8, 12, 1, 23, 21) la-vector-access-cpp 25.4743 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 12, 1, 23, 46) la-vector-assignment-cpp 24.9611 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 13, 1, 11, 21) common-progress-cpp 29.6003 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 13, 1, 11, 50) common-timing-cpp 29.0404 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 13, 1, 12, 0) fem-multicore-cpp 9.9726 "Coloring mesh." +(2012, 8, 13, 1, 15, 13) fem-assembly-cpp 192.972 "Assembly for various forms and backends" +(2012, 8, 13, 1, 15, 25) fem-convergence-cpp 11.92 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 13, 1, 15, 26) fem-jit-python 0.000420594 "JIT compilation (in memory cache)" +(2012, 8, 13, 1, 20, 36) fem-speedup-cpp 309.958 "Assembly/solve speedup running on 4 processors" +(2012, 8, 13, 1, 20, 36) fem-speedup-cpp-assembly 5.61779 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 13, 1, 20, 36) fem-speedup-cpp-solve 2.0242 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 13, 1, 21, 0) mesh-refinement-cpp 22.2323 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 13, 1, 21, 21) mesh-topology-cpp 20.7578 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 13, 1, 21, 43) mesh-unitcube-cpp 21.5205 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 13, 1, 22, 34) mesh-iteration-cpp 48.5982 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 13, 1, 22, 55) function-evaluation-cpp 21.3066 "Evaluations of functions at arbitrary points." +(2012, 8, 13, 1, 22, 55) function-evaluation-cpp 21.2036 "Evaluations of functions at arbitrary points." +(2012, 8, 13, 1, 23, 2) function-extrapolation-python 6.74164 "BENCH: 1.91136407852" +(2012, 8, 13, 1, 23, 2) function-extrapolation-python 1.91136 "BENCH: 1.91136407852" +(2012, 8, 13, 1, 23, 24) la-vector-access-cpp 22.4569 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 13, 1, 23, 52) la-vector-assignment-cpp 27.8951 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 14, 1, 11, 22) common-progress-cpp 29.8172 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 14, 1, 11, 51) common-timing-cpp 29.0471 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 14, 1, 12, 1) fem-multicore-cpp 10.0125 "Coloring mesh." +(2012, 8, 14, 1, 15, 13) fem-assembly-cpp 192.687 "Assembly for various forms and backends" +(2012, 8, 14, 1, 15, 25) fem-convergence-cpp 11.8924 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 14, 1, 15, 26) fem-jit-python 0.000396609 "JIT compilation (in memory cache)" +(2012, 8, 14, 1, 20, 35) fem-speedup-cpp 308.327 "Assembly/solve speedup running on 4 processors" +(2012, 8, 14, 1, 20, 35) fem-speedup-cpp-assembly 5.6104 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 14, 1, 20, 35) fem-speedup-cpp-solve 2.04878 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 14, 1, 20, 59) mesh-refinement-cpp 22.2217 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 14, 1, 21, 19) mesh-topology-cpp 20.5416 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 14, 1, 21, 41) mesh-unitcube-cpp 21.506 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 14, 1, 22, 26) mesh-iteration-cpp 42.5484 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 14, 1, 22, 47) function-evaluation-cpp 21.3132 "Evaluations of functions at arbitrary points." +(2012, 8, 14, 1, 22, 47) function-evaluation-cpp 21.2102 "Evaluations of functions at arbitrary points." +(2012, 8, 14, 1, 23, 2) function-extrapolation-python 15.1869 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 8, 14, 1, 23, 2) function-extrapolation-python 1.92276 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 8, 14, 1, 23, 25) la-vector-access-cpp 22.4531 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 14, 1, 23, 50) la-vector-assignment-cpp 24.8936 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 15, 1, 11, 11) common-progress-cpp 29.8187 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 15, 1, 11, 39) common-timing-cpp 27.9404 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 15, 1, 11, 49) fem-multicore-cpp 9.91794 "Coloring mesh." +(2012, 8, 15, 1, 15, 1) fem-assembly-cpp 192.054 "Assembly for various forms and backends" +(2012, 8, 15, 1, 15, 13) fem-convergence-cpp 11.9179 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 15, 1, 15, 14) fem-jit-python 0.000404501 "JIT compilation (in memory cache)" +(2012, 8, 15, 1, 20, 35) fem-speedup-cpp 320.661 "Assembly/solve speedup running on 4 processors" +(2012, 8, 15, 1, 20, 35) fem-speedup-cpp-assembly 5.64051 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 15, 1, 20, 35) fem-speedup-cpp-solve 1.80935 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 15, 1, 20, 59) mesh-refinement-cpp 22.2428 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 15, 1, 21, 20) mesh-topology-cpp 20.637 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 15, 1, 21, 41) mesh-unitcube-cpp 21.498 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 15, 1, 22, 30) mesh-iteration-cpp 46.0084 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 15, 1, 22, 51) function-evaluation-cpp 21.4559 "Evaluations of functions at arbitrary points." +(2012, 8, 15, 1, 22, 51) function-evaluation-cpp 21.3534 "Evaluations of functions at arbitrary points." +(2012, 8, 15, 1, 22, 58) function-extrapolation-python 6.69634 "BENCH: 1.90821099281" +(2012, 8, 15, 1, 22, 58) function-extrapolation-python 1.90821 "BENCH: 1.90821099281" +(2012, 8, 15, 1, 23, 20) la-vector-access-cpp 22.4478 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 15, 1, 23, 48) la-vector-assignment-cpp 27.9062 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 16, 1, 11, 13) common-progress-cpp 29.5439 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 16, 1, 11, 43) common-timing-cpp 29.4157 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 16, 1, 11, 52) fem-multicore-cpp 9.91404 "Coloring mesh." +(2012, 8, 16, 1, 15, 5) fem-assembly-cpp 192.963 "Assembly for various forms and backends" +(2012, 8, 16, 1, 15, 17) fem-convergence-cpp 11.895 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 16, 1, 15, 18) fem-jit-python 0.0004107 "JIT compilation (in memory cache)" +(2012, 8, 16, 1, 20, 38) fem-speedup-cpp 319.618 "Assembly/solve speedup running on 4 processors" +(2012, 8, 16, 1, 20, 38) fem-speedup-cpp-assembly 5.57104 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 16, 1, 20, 38) fem-speedup-cpp-solve 1.839 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 16, 1, 21, 2) mesh-refinement-cpp 22.1943 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 16, 1, 21, 23) mesh-topology-cpp 20.5452 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 16, 1, 21, 44) mesh-unitcube-cpp 20.9311 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 16, 1, 22, 26) mesh-iteration-cpp 40.3767 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 16, 1, 22, 48) function-evaluation-cpp 21.3144 "Evaluations of functions at arbitrary points." +(2012, 8, 16, 1, 22, 48) function-evaluation-cpp 21.2126 "Evaluations of functions at arbitrary points." +(2012, 8, 16, 1, 22, 54) function-extrapolation-python 6.81123 "BENCH: 1.90908384323" +(2012, 8, 16, 1, 22, 54) function-extrapolation-python 1.90908 "BENCH: 1.90908384323" +(2012, 8, 16, 1, 23, 17) la-vector-access-cpp 22.4566 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 16, 1, 23, 42) la-vector-assignment-cpp 24.9612 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 17, 1, 11, 16) common-progress-cpp 29.6005 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 17, 1, 11, 45) common-timing-cpp 29.2083 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 17, 1, 11, 55) fem-multicore-cpp 10.0308 "Coloring mesh." +(2012, 8, 17, 1, 15, 7) fem-assembly-cpp 191.725 "Assembly for various forms and backends" +(2012, 8, 17, 1, 15, 19) fem-convergence-cpp 11.8967 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 17, 1, 15, 20) fem-jit-python 0.000408387 "JIT compilation (in memory cache)" +(2012, 8, 17, 1, 20, 39) fem-speedup-cpp 319.603 "Assembly/solve speedup running on 4 processors" +(2012, 8, 17, 1, 20, 39) fem-speedup-cpp-assembly 5.57295 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 17, 1, 20, 39) fem-speedup-cpp-solve 1.83149 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 17, 1, 21, 3) mesh-refinement-cpp 22.1609 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 17, 1, 21, 24) mesh-topology-cpp 20.6038 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 17, 1, 21, 45) mesh-unitcube-cpp 20.8285 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 17, 1, 22, 31) mesh-iteration-cpp 43.4951 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 17, 1, 22, 52) function-evaluation-cpp 21.3142 "Evaluations of functions at arbitrary points." +(2012, 8, 17, 1, 22, 52) function-evaluation-cpp 21.2279 "Evaluations of functions at arbitrary points." +(2012, 8, 17, 1, 22, 59) function-extrapolation-python 6.89417 "BENCH: 1.92462897301" +(2012, 8, 17, 1, 22, 59) function-extrapolation-python 1.92463 "BENCH: 1.92462897301" +(2012, 8, 17, 1, 23, 24) la-vector-access-cpp 25.4594 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 17, 1, 23, 49) la-vector-assignment-cpp 24.9556 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 24, 1, 11, 1) common-progress-cpp 29.8743 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 24, 1, 11, 30) common-timing-cpp 28.658 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 24, 4, 6, 34) fem-multicore-cpp 10504.5 "Coloring mesh." +(2012, 8, 24, 4, 9, 48) fem-assembly-cpp 193.646 "Assembly for various forms and backends" +(2012, 8, 24, 4, 10, 0) fem-convergence-cpp 11.7719 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 24, 4, 10, 5) fem-jit-python 0.000407386 "JIT compilation (in memory cache)" +(2012, 8, 24, 4, 15, 23) fem-speedup-cpp 317.976 "Assembly/solve speedup running on 4 processors" +(2012, 8, 24, 4, 15, 23) fem-speedup-cpp-assembly 5.44423 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 24, 4, 15, 23) fem-speedup-cpp-solve 1.91317 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 24, 4, 15, 47) mesh-refinement-cpp 22.2461 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 24, 4, 16, 8) mesh-topology-cpp 20.7809 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 24, 4, 16, 29) mesh-unitcube-cpp 21.0413 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 24, 4, 17, 12) mesh-iteration-cpp 41.641 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 24, 4, 17, 34) function-evaluation-cpp 21.5348 "Evaluations of functions at arbitrary points." +(2012, 8, 24, 4, 17, 34) function-evaluation-cpp 21.4538 "Evaluations of functions at arbitrary points." +(2012, 8, 24, 4, 17, 40) function-extrapolation-python 6.50722 "BENCH: 1.90129494667" +(2012, 8, 24, 4, 17, 40) function-extrapolation-python 1.90129 "BENCH: 1.90129494667" +(2012, 8, 24, 4, 18, 4) la-vector-access-cpp 23.8915 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 24, 4, 18, 32) la-vector-assignment-cpp 27.9114 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 25, 1, 11, 21) common-progress-cpp 29.5834 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 25, 1, 11, 50) common-timing-cpp 29.3365 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 25, 3, 58, 20) fem-multicore-cpp 9989.49 "Coloring mesh." +(2012, 8, 25, 4, 1, 36) fem-assembly-cpp 195.508 "Assembly for various forms and backends" +(2012, 8, 25, 4, 1, 48) fem-convergence-cpp 11.8139 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 25, 4, 1, 53) fem-jit-python 0.000408888 "JIT compilation (in memory cache)" +(2012, 8, 25, 4, 7, 9) fem-speedup-cpp 316.274 "Assembly/solve speedup running on 4 processors" +(2012, 8, 25, 4, 7, 9) fem-speedup-cpp-assembly 5.47493 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 25, 4, 7, 9) fem-speedup-cpp-solve 1.91709 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 25, 4, 7, 33) mesh-refinement-cpp 22.4666 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 25, 4, 7, 54) mesh-topology-cpp 20.9077 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 25, 4, 8, 15) mesh-unitcube-cpp 21.3295 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 25, 4, 8, 58) mesh-iteration-cpp 40.5254 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 25, 4, 9, 20) function-evaluation-cpp 21.1887 "Evaluations of functions at arbitrary points." +(2012, 8, 25, 4, 9, 20) function-evaluation-cpp 21.1076 "Evaluations of functions at arbitrary points." +(2012, 8, 25, 4, 9, 26) function-extrapolation-python 6.45974 "BENCH: 1.93025588989" +(2012, 8, 25, 4, 9, 26) function-extrapolation-python 1.93026 "BENCH: 1.93025588989" +(2012, 8, 25, 4, 9, 49) la-vector-access-cpp 22.4612 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 25, 4, 10, 17) la-vector-assignment-cpp 27.9046 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 26, 1, 10, 58) common-progress-cpp 29.578 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 26, 1, 11, 26) common-timing-cpp 28.554 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 26, 4, 29, 28) fem-multicore-cpp 11882.1 "Coloring mesh." +(2012, 8, 26, 4, 32, 43) fem-assembly-cpp 195.024 "Assembly for various forms and backends" +(2012, 8, 26, 4, 32, 55) fem-convergence-cpp 11.769 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 26, 4, 33, 0) fem-jit-python 0.000400996 "JIT compilation (in memory cache)" +(2012, 8, 26, 4, 38, 28) fem-speedup-cpp 328.448 "Assembly/solve speedup running on 4 processors" +(2012, 8, 26, 4, 38, 28) fem-speedup-cpp-assembly 5.46016 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 26, 4, 38, 28) fem-speedup-cpp-solve 1.67566 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 26, 4, 38, 52) mesh-refinement-cpp 22.4752 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 26, 4, 39, 13) mesh-topology-cpp 20.8396 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 26, 4, 39, 35) mesh-unitcube-cpp 21.3037 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 26, 4, 40, 17) mesh-iteration-cpp 40.3935 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 26, 4, 40, 39) function-evaluation-cpp 21.3049 "Evaluations of functions at arbitrary points." +(2012, 8, 26, 4, 40, 39) function-evaluation-cpp 21.2185 "Evaluations of functions at arbitrary points." +(2012, 8, 26, 4, 40, 45) function-extrapolation-python 6.57617 "BENCH: 1.90819191933" +(2012, 8, 26, 4, 40, 45) function-extrapolation-python 1.90819 "BENCH: 1.90819191933" +(2012, 8, 26, 4, 41, 9) la-vector-access-cpp 23.8171 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 26, 4, 41, 34) la-vector-assignment-cpp 24.9598 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 27, 1, 11, 22) common-progress-cpp 29.5425 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 27, 1, 11, 51) common-timing-cpp 28.8016 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 27, 4, 15, 43) fem-multicore-cpp 11032.2 "Coloring mesh." +(2012, 8, 27, 4, 18, 59) fem-assembly-cpp 195.105 "Assembly for various forms and backends" +(2012, 8, 27, 4, 19, 10) fem-convergence-cpp 11.7484 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 27, 4, 19, 15) fem-jit-python 0.000409412 "JIT compilation (in memory cache)" +(2012, 8, 27, 4, 24, 31) fem-speedup-cpp 315.887 "Assembly/solve speedup running on 4 processors" +(2012, 8, 27, 4, 24, 31) fem-speedup-cpp-assembly 5.48086 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 27, 4, 24, 31) fem-speedup-cpp-solve 1.91503 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 27, 4, 24, 55) mesh-refinement-cpp 22.1121 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 27, 4, 25, 16) mesh-topology-cpp 20.5943 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 27, 4, 25, 38) mesh-unitcube-cpp 21.4914 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 27, 4, 26, 20) mesh-iteration-cpp 40.3717 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 27, 4, 26, 42) function-evaluation-cpp 21.4769 "Evaluations of functions at arbitrary points." +(2012, 8, 27, 4, 26, 42) function-evaluation-cpp 21.3843 "Evaluations of functions at arbitrary points." +(2012, 8, 27, 4, 26, 48) function-extrapolation-python 5.95758 "BENCH: 1.89759898186" +(2012, 8, 27, 4, 26, 48) function-extrapolation-python 1.8976 "BENCH: 1.89759898186" +(2012, 8, 27, 4, 27, 11) la-vector-access-cpp 23.7317 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 27, 4, 27, 36) la-vector-assignment-cpp 24.9449 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 28, 1, 11, 2) common-progress-cpp 29.1471 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 28, 1, 11, 32) common-timing-cpp 29.5819 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 28, 4, 34, 44) fem-multicore-cpp 12192.2 "Coloring mesh." +(2012, 8, 28, 4, 37, 58) fem-assembly-cpp 193.658 "Assembly for various forms and backends" +(2012, 8, 28, 4, 38, 9) fem-convergence-cpp 11.7615 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 28, 4, 38, 14) fem-jit-python 0.000422001 "JIT compilation (in memory cache)" +(2012, 8, 28, 4, 43, 31) fem-speedup-cpp 316.501 "Assembly/solve speedup running on 4 processors" +(2012, 8, 28, 4, 43, 31) fem-speedup-cpp-assembly 5.5541 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 28, 4, 43, 31) fem-speedup-cpp-solve 1.90491 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 28, 4, 43, 54) mesh-refinement-cpp 22.0557 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 28, 4, 44, 15) mesh-topology-cpp 20.5836 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 28, 4, 44, 37) mesh-unitcube-cpp 21.3962 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 28, 4, 45, 20) mesh-iteration-cpp 40.4135 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 28, 4, 45, 41) function-evaluation-cpp 21.6928 "Evaluations of functions at arbitrary points." +(2012, 8, 28, 4, 45, 41) function-evaluation-cpp 21.5991 "Evaluations of functions at arbitrary points." +(2012, 8, 28, 4, 45, 52) function-extrapolation-python 11.0376 "BENCH: 2.02043700218" +(2012, 8, 28, 4, 45, 52) function-extrapolation-python 2.02044 "BENCH: 2.02043700218" +(2012, 8, 28, 4, 46, 16) la-vector-access-cpp 23.7492 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 28, 4, 46, 41) la-vector-assignment-cpp 24.9605 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 29, 1, 10, 56) common-progress-cpp 29.5577 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 29, 1, 11, 25) common-timing-cpp 28.878 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 29, 4, 9, 22) fem-multicore-cpp 10676.2 "Coloring mesh." +(2012, 8, 29, 4, 12, 36) fem-assembly-cpp 193.966 "Assembly for various forms and backends" +(2012, 8, 29, 4, 12, 48) fem-convergence-cpp 11.7888 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 29, 4, 12, 53) fem-jit-python 0.000405383 "JIT compilation (in memory cache)" +(2012, 8, 29, 4, 18, 9) fem-speedup-cpp 316.449 "Assembly/solve speedup running on 4 processors" +(2012, 8, 29, 4, 18, 9) fem-speedup-cpp-assembly 5.53233 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 29, 4, 18, 9) fem-speedup-cpp-solve 1.93681 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 29, 4, 18, 33) mesh-refinement-cpp 22.1238 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 29, 4, 18, 53) mesh-topology-cpp 20.5463 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 29, 4, 19, 15) mesh-unitcube-cpp 21.4682 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 29, 4, 19, 58) mesh-iteration-cpp 40.3799 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 29, 4, 20, 19) function-evaluation-cpp 21.3564 "Evaluations of functions at arbitrary points." +(2012, 8, 29, 4, 20, 19) function-evaluation-cpp 21.2693 "Evaluations of functions at arbitrary points." +(2012, 8, 29, 4, 20, 26) function-extrapolation-python 6.59316 "BENCH: 1.92814803123" +(2012, 8, 29, 4, 20, 26) function-extrapolation-python 1.92815 "BENCH: 1.92814803123" +(2012, 8, 29, 4, 20, 48) la-vector-access-cpp 22.453 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 29, 4, 21, 13) la-vector-assignment-cpp 24.9591 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 30, 1, 11, 25) common-progress-cpp 29.6086 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 30, 1, 11, 55) common-timing-cpp 30.4986 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 30, 19, 31, 31) fem-multicore-cpp 65975.9 "Coloring mesh." +(2012, 8, 30, 19, 37, 30) fem-assembly-cpp 358.629 "Assembly for various forms and backends" +(2012, 8, 30, 19, 37, 43) fem-convergence-cpp 13.3816 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 30, 19, 37, 47) fem-jit-python 0.000408697 "JIT compilation (in memory cache)" +(2012, 8, 30, 19, 42, 52) fem-speedup-cpp 305.02 "Assembly/solve speedup running on 4 processors" +(2012, 8, 30, 19, 42, 52) fem-speedup-cpp-assembly 5.77223 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 30, 19, 42, 52) fem-speedup-cpp-solve 1.655 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 30, 19, 43, 15) mesh-refinement-cpp 22.0642 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 30, 19, 43, 36) mesh-topology-cpp 20.6893 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 30, 19, 43, 57) mesh-unitcube-cpp 20.6617 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 30, 19, 44, 40) mesh-iteration-cpp 40.3913 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 30, 19, 45, 2) function-evaluation-cpp 21.8022 "Evaluations of functions at arbitrary points." +(2012, 8, 30, 19, 45, 2) function-evaluation-cpp 21.7156 "Evaluations of functions at arbitrary points." +(2012, 8, 30, 19, 45, 9) function-extrapolation-python 7.47366 "BENCH: 1.97645187378" +(2012, 8, 30, 19, 45, 9) function-extrapolation-python 1.97645 "BENCH: 1.97645187378" +(2012, 8, 30, 19, 45, 32) la-vector-access-cpp 22.4584 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 30, 19, 46, 0) la-vector-assignment-cpp 27.9069 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 8, 31, 1, 11, 19) common-progress-cpp 30.0397 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 8, 31, 1, 11, 49) common-timing-cpp 30.3872 "Timing access and registration of timings (10000000 repetitions)" +(2012, 8, 31, 19, 34, 39) fem-multicore-cpp 66170.3 "Coloring mesh." +(2012, 8, 31, 19, 40, 32) fem-assembly-cpp 352.912 "Assembly for various forms and backends" +(2012, 8, 31, 19, 40, 45) fem-convergence-cpp 13.1759 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 8, 31, 19, 40, 49) fem-jit-python 0.000409317 "JIT compilation (in memory cache)" +(2012, 8, 31, 19, 45, 56) fem-speedup-cpp 306.6 "Assembly/solve speedup running on 4 processors" +(2012, 8, 31, 19, 45, 56) fem-speedup-cpp-assembly 5.89598 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 8, 31, 19, 45, 56) fem-speedup-cpp-solve 1.62596 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 8, 31, 19, 46, 19) mesh-refinement-cpp 22.1125 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 8, 31, 19, 46, 40) mesh-topology-cpp 20.6376 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 8, 31, 19, 47, 1) mesh-unitcube-cpp 20.6487 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 8, 31, 19, 47, 43) mesh-iteration-cpp 40.3864 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 8, 31, 19, 48, 5) function-evaluation-cpp 21.5704 "Evaluations of functions at arbitrary points." +(2012, 8, 31, 19, 48, 5) function-evaluation-cpp 21.4837 "Evaluations of functions at arbitrary points." +(2012, 8, 31, 19, 48, 12) function-extrapolation-python 7.25649 "BENCH: 1.97002291679" +(2012, 8, 31, 19, 48, 12) function-extrapolation-python 1.97002 "BENCH: 1.97002291679" +(2012, 8, 31, 19, 48, 36) la-vector-access-cpp 23.3603 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 8, 31, 19, 49, 1) la-vector-assignment-cpp 24.956 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 1, 1, 11, 40) common-progress-cpp 36.435 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 1, 1, 12, 11) common-timing-cpp 30.6524 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 1, 19, 20, 50) fem-multicore-cpp 65318.7 "Coloring mesh." +(2012, 9, 1, 19, 26, 41) fem-assembly-cpp 350.995 "Assembly for various forms and backends" +(2012, 9, 1, 19, 26, 54) fem-convergence-cpp 13.2139 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 1, 19, 26, 58) fem-jit-python 0.000410318 "JIT compilation (in memory cache)" +(2012, 9, 1, 19, 32, 6) fem-speedup-cpp 308.201 "Assembly/solve speedup running on 4 processors" +(2012, 9, 1, 19, 32, 6) fem-speedup-cpp-assembly 5.8024 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 1, 19, 32, 6) fem-speedup-cpp-solve 1.61389 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 1, 19, 32, 30) mesh-refinement-cpp 22.1571 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 1, 19, 32, 50) mesh-topology-cpp 20.6384 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 1, 19, 33, 11) mesh-unitcube-cpp 20.6526 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 1, 19, 33, 54) mesh-iteration-cpp 40.3768 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 1, 19, 34, 16) function-evaluation-cpp 21.926 "Evaluations of functions at arbitrary points." +(2012, 9, 1, 19, 34, 16) function-evaluation-cpp 21.8449 "Evaluations of functions at arbitrary points." +(2012, 9, 1, 19, 34, 23) function-extrapolation-python 7.32387 "BENCH: 1.97256088257" +(2012, 9, 1, 19, 34, 23) function-extrapolation-python 1.97256 "BENCH: 1.97256088257" +(2012, 9, 1, 19, 34, 46) la-vector-access-cpp 22.4532 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 1, 19, 35, 11) la-vector-assignment-cpp 24.9643 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 2, 1, 11, 25) common-progress-cpp 37.6895 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 2, 1, 11, 55) common-timing-cpp 30.4091 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 2, 19, 10, 21) fem-multicore-cpp 64705.6 "Coloring mesh." +(2012, 9, 2, 19, 16, 14) fem-assembly-cpp 353.478 "Assembly for various forms and backends" +(2012, 9, 2, 19, 16, 27) fem-convergence-cpp 13.1566 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 2, 19, 16, 30) fem-jit-python 0.000413704 "JIT compilation (in memory cache)" +(2012, 9, 2, 19, 21, 34) fem-speedup-cpp 304.89 "Assembly/solve speedup running on 4 processors" +(2012, 9, 2, 19, 21, 34) fem-speedup-cpp-assembly 5.84812 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 2, 19, 21, 34) fem-speedup-cpp-solve 1.67032 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 2, 19, 21, 57) mesh-refinement-cpp 22.1585 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 2, 19, 22, 18) mesh-topology-cpp 20.6684 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 2, 19, 22, 39) mesh-unitcube-cpp 20.8423 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 2, 19, 23, 22) mesh-iteration-cpp 40.3766 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 2, 19, 23, 43) function-evaluation-cpp 21.4348 "Evaluations of functions at arbitrary points." +(2012, 9, 2, 19, 23, 43) function-evaluation-cpp 21.3481 "Evaluations of functions at arbitrary points." +(2012, 9, 2, 19, 23, 49) function-extrapolation-python 5.35787 "BENCH: 1.97291898727" +(2012, 9, 2, 19, 23, 49) function-extrapolation-python 1.97292 "BENCH: 1.97291898727" +(2012, 9, 2, 19, 24, 13) la-vector-access-cpp 23.9989 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 2, 19, 24, 38) la-vector-assignment-cpp 24.9542 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 3, 1, 11, 1) common-progress-cpp 29.6154 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 3, 1, 11, 32) common-timing-cpp 30.8066 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 3, 19, 37, 53) fem-multicore-cpp 66381.2 "Coloring mesh." +(2012, 9, 3, 19, 43, 47) fem-assembly-cpp 353.906 "Assembly for various forms and backends" +(2012, 9, 3, 19, 44, 0) fem-convergence-cpp 13.204 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 3, 19, 44, 3) fem-jit-python 0.000414205 "JIT compilation (in memory cache)" +(2012, 9, 3, 19, 49, 9) fem-speedup-cpp 306.308 "Assembly/solve speedup running on 4 processors" +(2012, 9, 3, 19, 49, 9) fem-speedup-cpp-assembly 5.77531 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 3, 19, 49, 9) fem-speedup-cpp-solve 1.63016 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 3, 19, 49, 32) mesh-refinement-cpp 22.1092 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 3, 19, 49, 54) mesh-topology-cpp 21.4351 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 3, 19, 50, 14) mesh-unitcube-cpp 20.7103 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 3, 19, 50, 57) mesh-iteration-cpp 40.3736 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 3, 19, 51, 19) function-evaluation-cpp 21.6735 "Evaluations of functions at arbitrary points." +(2012, 9, 3, 19, 51, 19) function-evaluation-cpp 21.5859 "Evaluations of functions at arbitrary points." +(2012, 9, 3, 19, 51, 24) function-extrapolation-python 5.38296 "BENCH: 1.98295307159" +(2012, 9, 3, 19, 51, 24) function-extrapolation-python 1.98295 "BENCH: 1.98295307159" +(2012, 9, 3, 19, 51, 47) la-vector-access-cpp 22.4489 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 3, 19, 52, 12) la-vector-assignment-cpp 24.9559 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 4, 1, 11, 18) common-progress-cpp 29.555 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 4, 1, 11, 48) common-timing-cpp 30.352 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 4, 19, 40, 57) fem-multicore-cpp 66549.2 "Coloring mesh." +(2012, 9, 4, 19, 47, 9) fem-assembly-cpp 371.179 "Assembly for various forms and backends" +(2012, 9, 4, 19, 47, 22) fem-convergence-cpp 13.4013 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 4, 19, 47, 24) fem-jit-python 0.000415802 "JIT compilation (in memory cache)" +(2012, 9, 4, 19, 52, 31) fem-speedup-cpp 306.795 "Assembly/solve speedup running on 4 processors" +(2012, 9, 4, 19, 52, 31) fem-speedup-cpp-assembly 5.91365 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 4, 19, 52, 31) fem-speedup-cpp-solve 1.64665 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 4, 19, 52, 54) mesh-refinement-cpp 22.3169 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 4, 19, 53, 15) mesh-topology-cpp 21.0624 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 4, 19, 53, 37) mesh-unitcube-cpp 21.0063 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 4, 19, 54, 19) mesh-iteration-cpp 40.3747 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 4, 19, 54, 41) function-evaluation-cpp 21.9393 "Evaluations of functions at arbitrary points." +(2012, 9, 4, 19, 54, 41) function-evaluation-cpp 21.8525 "Evaluations of functions at arbitrary points." +(2012, 9, 4, 19, 54, 47) function-extrapolation-python 5.19274 "BENCH: 1.96293091774" +(2012, 9, 4, 19, 54, 47) function-extrapolation-python 1.96293 "BENCH: 1.96293091774" +(2012, 9, 4, 19, 55, 10) la-vector-access-cpp 23.5033 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 4, 19, 55, 38) la-vector-assignment-cpp 27.9047 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 5, 1, 11, 23) common-progress-cpp 29.5939 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 5, 1, 11, 55) common-timing-cpp 31.1492 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 5, 19, 48, 33) fem-multicore-cpp 66998.1 "Coloring mesh." +(2012, 9, 5, 19, 54, 42) fem-assembly-cpp 369.477 "Assembly for various forms and backends" +(2012, 9, 5, 19, 54, 56) fem-convergence-cpp 13.4173 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 5, 19, 54, 58) fem-jit-python 0.000405693 "JIT compilation (in memory cache)" +(2012, 9, 5, 20, 0, 11) fem-speedup-cpp 313.094 "Assembly/solve speedup running on 4 processors" +(2012, 9, 5, 20, 0, 11) fem-speedup-cpp-assembly 5.76646 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 5, 20, 0, 11) fem-speedup-cpp-solve 1.55733 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 5, 20, 0, 34) mesh-refinement-cpp 22.3776 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 5, 20, 0, 55) mesh-topology-cpp 21.028 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 5, 20, 1, 17) mesh-unitcube-cpp 20.9815 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 5, 20, 1, 59) mesh-iteration-cpp 40.3801 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 5, 20, 2, 21) function-evaluation-cpp 21.9014 "Evaluations of functions at arbitrary points." +(2012, 9, 5, 20, 2, 21) function-evaluation-cpp 21.8147 "Evaluations of functions at arbitrary points." +(2012, 9, 5, 20, 2, 27) function-extrapolation-python 5.39935 "BENCH: 1.95831203461" +(2012, 9, 5, 20, 2, 27) function-extrapolation-python 1.95831 "BENCH: 1.95831203461" +(2012, 9, 5, 20, 2, 51) la-vector-access-cpp 24.4459 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 5, 20, 3, 23) la-vector-assignment-cpp 31.8966 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 6, 1, 11, 24) common-progress-cpp 29.5608 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 6, 1, 11, 53) common-timing-cpp 29.7331 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 6, 19, 48, 58) fem-multicore-cpp 67024.4 "Coloring mesh." +(2012, 9, 6, 19, 55, 8) fem-assembly-cpp 370.287 "Assembly for various forms and backends" +(2012, 9, 6, 19, 55, 22) fem-convergence-cpp 13.4429 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 6, 19, 55, 24) fem-jit-python 0.000417709 "JIT compilation (in memory cache)" +(2012, 9, 6, 20, 0, 31) fem-speedup-cpp 307.13 "Assembly/solve speedup running on 4 processors" +(2012, 9, 6, 20, 0, 31) fem-speedup-cpp-assembly 5.86936 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 6, 20, 0, 31) fem-speedup-cpp-solve 1.63583 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 6, 20, 0, 54) mesh-refinement-cpp 22.3903 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 6, 20, 1, 15) mesh-topology-cpp 20.8413 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 6, 20, 1, 37) mesh-unitcube-cpp 21.2655 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 6, 20, 2, 22) mesh-iteration-cpp 42.5653 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 6, 20, 2, 44) function-evaluation-cpp 21.9231 "Evaluations of functions at arbitrary points." +(2012, 9, 6, 20, 2, 44) function-evaluation-cpp 21.8363 "Evaluations of functions at arbitrary points." +(2012, 9, 6, 20, 2, 49) function-extrapolation-python 5.36616 "BENCH: 1.96219110489" +(2012, 9, 6, 20, 2, 49) function-extrapolation-python 1.96219 "BENCH: 1.96219110489" +(2012, 9, 6, 20, 3, 12) la-vector-access-cpp 22.4555 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 6, 20, 3, 40) la-vector-assignment-cpp 27.9026 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 7, 1, 11, 23) common-progress-cpp 29.1164 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 7, 1, 11, 53) common-timing-cpp 29.8478 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 7, 12, 55, 46) fem-multicore-cpp 42233.4 "Coloring mesh." +(2012, 9, 7, 13, 1, 36) fem-assembly-cpp 349.136 "Assembly for various forms and backends" +(2012, 9, 7, 13, 1, 49) fem-convergence-cpp 13.2804 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 7, 13, 1, 51) fem-jit-python 0.0004035 "JIT compilation (in memory cache)" +(2012, 9, 7, 13, 8, 13) fem-speedup-cpp 381.55 "Assembly/solve speedup running on 4 processors" +(2012, 9, 7, 13, 8, 13) fem-speedup-cpp-assembly 6.10032 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 7, 13, 8, 13) fem-speedup-cpp-solve 1.57736 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 7, 13, 8, 36) mesh-refinement-cpp 22.1586 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 7, 13, 8, 57) mesh-topology-cpp 20.6734 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 7, 13, 9, 18) mesh-unitcube-cpp 21.2095 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 7, 13, 10, 7) mesh-iteration-cpp 46.0039 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 7, 13, 10, 29) function-evaluation-cpp 21.8716 "Evaluations of functions at arbitrary points." +(2012, 9, 7, 13, 10, 29) function-evaluation-cpp 21.7906 "Evaluations of functions at arbitrary points." +(2012, 9, 7, 13, 10, 34) function-extrapolation-python 5.39313 "BENCH: 1.92531085014" +(2012, 9, 7, 13, 10, 34) function-extrapolation-python 1.92531 "BENCH: 1.92531085014" +(2012, 9, 7, 13, 10, 57) la-vector-access-cpp 22.4554 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 7, 13, 11, 22) la-vector-assignment-cpp 24.9557 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 8, 1, 11, 24) common-progress-cpp 29.648 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 8, 1, 11, 55) common-timing-cpp 30.8156 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 8, 13, 7, 35) fem-multicore-cpp 42940.6 "Coloring mesh." +(2012, 9, 8, 13, 13, 24) fem-assembly-cpp 348.849 "Assembly for various forms and backends" +(2012, 9, 8, 13, 13, 37) fem-convergence-cpp 13.1329 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 8, 13, 13, 40) fem-jit-python 0.000404501 "JIT compilation (in memory cache)" +(2012, 9, 8, 13, 20, 2) fem-speedup-cpp 382.047 "Assembly/solve speedup running on 4 processors" +(2012, 9, 8, 13, 20, 2) fem-speedup-cpp-assembly 6.08771 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 8, 13, 20, 2) fem-speedup-cpp-solve 1.60074 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 8, 13, 20, 25) mesh-refinement-cpp 22.0717 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 8, 13, 20, 46) mesh-topology-cpp 20.7544 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 8, 13, 21, 7) mesh-unitcube-cpp 21.4244 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 8, 13, 21, 50) mesh-iteration-cpp 40.3868 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 8, 13, 22, 12) function-evaluation-cpp 21.8589 "Evaluations of functions at arbitrary points." +(2012, 9, 8, 13, 22, 12) function-evaluation-cpp 21.7517 "Evaluations of functions at arbitrary points." +(2012, 9, 8, 13, 22, 27) function-extrapolation-python 14.4207 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 9, 8, 13, 22, 27) function-extrapolation-python 1.96067 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2012, 9, 8, 13, 22, 49) la-vector-access-cpp 22.8787 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 8, 13, 23, 15) la-vector-assignment-cpp 24.9518 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 9, 1, 11, 37) common-progress-cpp 29.8691 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 9, 1, 12, 7) common-timing-cpp 30.3262 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 9, 12, 47, 13) fem-assembly-cpp 349.715 "Assembly for various forms and backends" +(2012, 9, 9, 12, 47, 26) fem-convergence-cpp 13.2086 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 9, 12, 47, 28) fem-jit-python 0.000411987 "JIT compilation (in memory cache)" +(2012, 9, 9, 12, 53, 53) fem-speedup-cpp 384.017 "Assembly/solve speedup running on 4 processors" +(2012, 9, 9, 12, 53, 53) fem-speedup-cpp-assembly 6.05459 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 9, 12, 53, 53) fem-speedup-cpp-solve 1.55812 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 9, 12, 54, 16) mesh-refinement-cpp 22.1192 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 9, 12, 54, 37) mesh-topology-cpp 20.8795 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 9, 12, 54, 59) mesh-unitcube-cpp 21.2642 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 9, 12, 55, 41) mesh-iteration-cpp 40.3734 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 9, 12, 56, 3) function-evaluation-cpp 21.8774 "Evaluations of functions at arbitrary points." +(2012, 9, 9, 12, 56, 3) function-evaluation-cpp 21.7966 "Evaluations of functions at arbitrary points." +(2012, 9, 9, 12, 56, 9) function-extrapolation-python 5.29122 "BENCH: 1.87799406052" +(2012, 9, 9, 12, 56, 9) function-extrapolation-python 1.87799 "BENCH: 1.87799406052" +(2012, 9, 9, 12, 56, 31) la-vector-access-cpp 22.4534 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 9, 12, 56, 56) la-vector-assignment-cpp 24.9631 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 10, 1, 11, 41) common-progress-cpp 29.5617 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 10, 1, 12, 10) common-timing-cpp 29.8504 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 10, 12, 45, 4) fem-assembly-cpp 347.319 "Assembly for various forms and backends" +(2012, 9, 10, 12, 45, 18) fem-convergence-cpp 13.2249 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 10, 12, 45, 20) fem-jit-python 0.000414491 "JIT compilation (in memory cache)" +(2012, 9, 10, 12, 51, 42) fem-speedup-cpp 382.666 "Assembly/solve speedup running on 4 processors" +(2012, 9, 10, 12, 51, 42) fem-speedup-cpp-assembly 6.10554 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 10, 12, 51, 42) fem-speedup-cpp-solve 1.57108 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 10, 12, 52, 6) mesh-refinement-cpp 22.0961 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 10, 12, 52, 27) mesh-topology-cpp 20.7155 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 10, 12, 52, 48) mesh-unitcube-cpp 21.1334 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 10, 12, 53, 31) mesh-iteration-cpp 40.3921 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 10, 12, 53, 53) function-evaluation-cpp 21.878 "Evaluations of functions at arbitrary points." +(2012, 9, 10, 12, 53, 53) function-evaluation-cpp 21.7911 "Evaluations of functions at arbitrary points." +(2012, 9, 10, 12, 53, 58) function-extrapolation-python 5.31745 "BENCH: 1.89025998116" +(2012, 9, 10, 12, 53, 58) function-extrapolation-python 1.89026 "BENCH: 1.89025998116" +(2012, 9, 10, 12, 54, 21) la-vector-access-cpp 22.4589 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 10, 12, 54, 46) la-vector-assignment-cpp 25.1076 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 11, 1, 11, 55) common-progress-cpp 29.6292 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 11, 1, 12, 25) common-timing-cpp 30.1381 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 11, 12, 43, 19) fem-assembly-cpp 347.635 "Assembly for various forms and backends" +(2012, 9, 11, 12, 43, 32) fem-convergence-cpp 13.3449 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 11, 12, 43, 34) fem-jit-python 0.000408792 "JIT compilation (in memory cache)" +(2012, 9, 11, 12, 50, 5) fem-speedup-cpp 390.856 "Assembly/solve speedup running on 4 processors" +(2012, 9, 11, 12, 50, 5) fem-speedup-cpp-assembly 6.11155 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 11, 12, 50, 5) fem-speedup-cpp-solve 1.48925 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 11, 12, 50, 29) mesh-refinement-cpp 22.1867 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 11, 12, 50, 50) mesh-topology-cpp 20.8785 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 11, 12, 51, 11) mesh-unitcube-cpp 21.1004 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 11, 12, 51, 54) mesh-iteration-cpp 40.3758 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 11, 12, 52, 16) function-evaluation-cpp 21.6863 "Evaluations of functions at arbitrary points." +(2012, 9, 11, 12, 52, 16) function-evaluation-cpp 21.6053 "Evaluations of functions at arbitrary points." +(2012, 9, 11, 12, 52, 21) function-extrapolation-python 5.38411 "BENCH: 1.94400215149" +(2012, 9, 11, 12, 52, 21) function-extrapolation-python 1.944 "BENCH: 1.94400215149" +(2012, 9, 11, 12, 52, 44) la-vector-access-cpp 22.4543 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 11, 12, 53, 9) la-vector-assignment-cpp 24.9595 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 12, 1, 11, 32) common-progress-cpp 36.4371 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 12, 1, 12, 1) common-timing-cpp 29.5084 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 12, 12, 41, 1) fem-assembly-cpp 347.333 "Assembly for various forms and backends" +(2012, 9, 12, 12, 41, 14) fem-convergence-cpp 13.3065 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 12, 12, 41, 17) fem-jit-python 0.000404406 "JIT compilation (in memory cache)" +(2012, 9, 12, 12, 47, 39) fem-speedup-cpp 382.711 "Assembly/solve speedup running on 4 processors" +(2012, 9, 12, 12, 47, 39) fem-speedup-cpp-assembly 6.07984 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 12, 12, 47, 39) fem-speedup-cpp-solve 1.58246 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 12, 12, 48, 3) mesh-refinement-cpp 22.185 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 12, 12, 48, 24) mesh-topology-cpp 20.8243 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 12, 12, 48, 45) mesh-unitcube-cpp 21.0921 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 12, 12, 49, 28) mesh-iteration-cpp 40.3826 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 12, 12, 49, 50) function-evaluation-cpp 21.9126 "Evaluations of functions at arbitrary points." +(2012, 9, 12, 12, 49, 50) function-evaluation-cpp 21.8315 "Evaluations of functions at arbitrary points." +(2012, 9, 12, 12, 49, 55) function-extrapolation-python 5.56267 "BENCH: 1.95282721519" +(2012, 9, 12, 12, 49, 55) function-extrapolation-python 1.95283 "BENCH: 1.95282721519" +(2012, 9, 12, 12, 50, 18) la-vector-access-cpp 22.518 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 12, 12, 50, 43) la-vector-assignment-cpp 24.8598 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 13, 1, 11, 23) common-progress-cpp 29.5793 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 13, 1, 11, 53) common-timing-cpp 29.8039 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 13, 12, 48, 27) fem-assembly-cpp 346.829 "Assembly for various forms and backends" +(2012, 9, 13, 12, 48, 40) fem-convergence-cpp 13.3287 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 13, 12, 48, 43) fem-jit-python 0.000405312 "JIT compilation (in memory cache)" +(2012, 9, 13, 12, 55, 12) fem-speedup-cpp 389.505 "Assembly/solve speedup running on 4 processors" +(2012, 9, 13, 12, 55, 12) fem-speedup-cpp-assembly 6.06103 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 13, 12, 55, 12) fem-speedup-cpp-solve 1.51599 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 13, 12, 55, 36) mesh-refinement-cpp 22.166 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 13, 12, 55, 57) mesh-topology-cpp 20.8705 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 13, 12, 56, 18) mesh-unitcube-cpp 21.0782 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 13, 12, 57, 1) mesh-iteration-cpp 40.3775 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 13, 12, 57, 23) function-evaluation-cpp 21.8964 "Evaluations of functions at arbitrary points." +(2012, 9, 13, 12, 57, 23) function-evaluation-cpp 21.815 "Evaluations of functions at arbitrary points." +(2012, 9, 13, 12, 57, 29) function-extrapolation-python 5.50112 "BENCH: 1.9168510437" +(2012, 9, 13, 12, 57, 29) function-extrapolation-python 1.91685 "BENCH: 1.9168510437" +(2012, 9, 13, 12, 57, 51) la-vector-access-cpp 22.4541 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 13, 12, 58, 16) la-vector-assignment-cpp 24.9638 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 14, 1, 11, 39) common-progress-cpp 36.4364 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 14, 1, 12, 10) common-timing-cpp 30.2412 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 14, 12, 25, 43) fem-assembly-cpp 347.315 "Assembly for various forms and backends" +(2012, 9, 14, 12, 25, 56) fem-convergence-cpp 13.3531 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 14, 12, 25, 58) fem-jit-python 0.000406313 "JIT compilation (in memory cache)" +(2012, 9, 14, 12, 32, 29) fem-speedup-cpp 390.186 "Assembly/solve speedup running on 4 processors" +(2012, 9, 14, 12, 32, 29) fem-speedup-cpp-assembly 6.10476 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 14, 12, 32, 29) fem-speedup-cpp-solve 1.49782 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 14, 12, 32, 52) mesh-refinement-cpp 22.1111 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 14, 12, 33, 13) mesh-topology-cpp 20.6805 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 14, 12, 33, 34) mesh-unitcube-cpp 21.0993 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 14, 12, 34, 17) mesh-iteration-cpp 40.3802 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 14, 12, 34, 39) function-evaluation-cpp 21.9003 "Evaluations of functions at arbitrary points." +(2012, 9, 14, 12, 34, 39) function-evaluation-cpp 21.8196 "Evaluations of functions at arbitrary points." +(2012, 9, 14, 12, 34, 45) function-extrapolation-python 5.40911 "BENCH: 1.89039516449" +(2012, 9, 14, 12, 34, 45) function-extrapolation-python 1.8904 "BENCH: 1.89039516449" +(2012, 9, 14, 12, 35, 9) la-vector-access-cpp 23.8229 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 14, 12, 35, 34) la-vector-assignment-cpp 24.962 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 15, 1, 11, 28) common-progress-cpp 29.5854 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 15, 1, 11, 57) common-timing-cpp 28.7927 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 15, 12, 28, 50) fem-convergence-cpp 13.0818 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 15, 12, 28, 52) fem-jit-python 0.000412393 "JIT compilation (in memory cache)" +(2012, 9, 15, 12, 35, 27) fem-speedup-cpp 394.561 "Assembly/solve speedup running on 4 processors" +(2012, 9, 15, 12, 35, 27) fem-speedup-cpp-assembly 6.09929 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 15, 12, 35, 27) fem-speedup-cpp-solve 1.44758 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 15, 12, 35, 51) mesh-refinement-cpp 22.4542 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 15, 12, 36, 12) mesh-topology-cpp 20.901 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 15, 12, 36, 36) mesh-unitcube-cpp 23.5594 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 15, 12, 37, 18) mesh-iteration-cpp 40.3736 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 15, 12, 37, 40) function-evaluation-cpp 21.815 "Evaluations of functions at arbitrary points." +(2012, 9, 15, 12, 37, 40) function-evaluation-cpp 21.7257 "Evaluations of functions at arbitrary points." +(2012, 9, 15, 12, 37, 46) function-extrapolation-python 5.43882 "BENCH: 1.89907884598" +(2012, 9, 15, 12, 37, 46) function-extrapolation-python 1.89908 "BENCH: 1.89907884598" +(2012, 9, 15, 12, 38, 9) la-vector-access-cpp 23.3205 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 15, 12, 38, 35) la-vector-assignment-cpp 25.5206 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 16, 1, 11, 16) common-progress-cpp 38.9439 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 16, 1, 11, 45) common-timing-cpp 28.9383 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 16, 13, 9, 30) fem-multicore-cpp 43065.4 "Coloring mesh." +(2012, 9, 16, 13, 9, 45) fem-convergence-cpp 13.0918 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 16, 13, 9, 48) fem-jit-python 0.000410509 "JIT compilation (in memory cache)" +(2012, 9, 16, 13, 16, 19) fem-speedup-cpp 391.508 "Assembly/solve speedup running on 4 processors" +(2012, 9, 16, 13, 16, 19) fem-speedup-cpp-assembly 6.06307 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 16, 13, 16, 19) fem-speedup-cpp-solve 1.47197 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 16, 13, 16, 43) mesh-refinement-cpp 22.49 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 16, 13, 17, 4) mesh-topology-cpp 20.86 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 16, 13, 17, 28) mesh-unitcube-cpp 23.5676 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 16, 13, 18, 11) mesh-iteration-cpp 40.3725 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 16, 13, 18, 33) function-evaluation-cpp 21.8604 "Evaluations of functions at arbitrary points." +(2012, 9, 16, 13, 18, 33) function-evaluation-cpp 21.7796 "Evaluations of functions at arbitrary points." +(2012, 9, 16, 13, 18, 38) function-extrapolation-python 5.20525 "BENCH: 1.89735102654" +(2012, 9, 16, 13, 18, 38) function-extrapolation-python 1.89735 "BENCH: 1.89735102654" +(2012, 9, 16, 13, 19, 1) la-vector-access-cpp 22.3997 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 16, 13, 19, 26) la-vector-assignment-cpp 25.5192 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 17, 1, 10, 46) common-progress-cpp 29.612 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 17, 1, 11, 15) common-timing-cpp 28.7437 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 17, 13, 24, 34) fem-multicore-cpp 43998.9 "Coloring mesh." +(2012, 9, 17, 13, 24, 49) fem-convergence-cpp 13.1166 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 17, 13, 24, 52) fem-jit-python 0.000408792 "JIT compilation (in memory cache)" +(2012, 9, 17, 13, 31, 26) fem-speedup-cpp 394.534 "Assembly/solve speedup running on 4 processors" +(2012, 9, 17, 13, 31, 26) fem-speedup-cpp-assembly 6.11943 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 17, 13, 31, 26) fem-speedup-cpp-solve 1.45052 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 17, 13, 31, 50) mesh-refinement-cpp 22.5091 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 17, 13, 32, 11) mesh-topology-cpp 20.8864 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 17, 13, 32, 35) mesh-unitcube-cpp 23.6286 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 17, 13, 33, 18) mesh-iteration-cpp 40.3785 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 17, 13, 33, 41) function-evaluation-cpp 22.9586 "Evaluations of functions at arbitrary points." +(2012, 9, 17, 13, 33, 41) function-evaluation-cpp 22.8698 "Evaluations of functions at arbitrary points." +(2012, 9, 17, 13, 33, 47) function-extrapolation-python 5.3996 "BENCH: 1.89168787003" +(2012, 9, 17, 13, 33, 47) function-extrapolation-python 1.89169 "BENCH: 1.89168787003" +(2012, 9, 17, 13, 34, 15) la-vector-access-cpp 27.8828 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 17, 13, 34, 40) la-vector-assignment-cpp 25.5082 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 18, 1, 10, 49) common-progress-cpp 29.5931 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 18, 1, 11, 17) common-timing-cpp 28.1017 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 18, 12, 49, 11) fem-multicore-cpp 41874.5 "Coloring mesh." +(2012, 9, 18, 12, 49, 26) fem-convergence-cpp 13.1149 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 18, 12, 49, 28) fem-jit-python 0.000406289 "JIT compilation (in memory cache)" +(2012, 9, 18, 12, 56, 1) fem-speedup-cpp 392.847 "Assembly/solve speedup running on 4 processors" +(2012, 9, 18, 12, 56, 1) fem-speedup-cpp-assembly 6.04611 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 18, 12, 56, 1) fem-speedup-cpp-solve 1.48035 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 18, 12, 56, 26) mesh-refinement-cpp 22.5223 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 18, 12, 56, 47) mesh-topology-cpp 20.8932 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 18, 12, 57, 10) mesh-unitcube-cpp 23.5504 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 18, 12, 57, 53) mesh-iteration-cpp 40.3742 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 18, 12, 58, 15) function-evaluation-cpp 21.881 "Evaluations of functions at arbitrary points." +(2012, 9, 18, 12, 58, 15) function-evaluation-cpp 21.7839 "Evaluations of functions at arbitrary points." +(2012, 9, 18, 12, 58, 21) function-extrapolation-python 5.30175 "BENCH: 1.90063285828" +(2012, 9, 18, 12, 58, 21) function-extrapolation-python 1.90063 "BENCH: 1.90063285828" +(2012, 9, 18, 12, 58, 45) la-vector-access-cpp 24.4174 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 18, 12, 59, 13) la-vector-assignment-cpp 27.8988 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 19, 1, 11, 8) common-progress-cpp 29.8735 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 19, 1, 11, 37) common-timing-cpp 29.1151 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 19, 13, 25, 15) fem-multicore-cpp 44018.3 "Coloring mesh." +(2012, 9, 19, 13, 25, 30) fem-convergence-cpp 13.2066 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 19, 13, 25, 32) fem-jit-python 0.000416398 "JIT compilation (in memory cache)" +(2012, 9, 19, 13, 31, 56) fem-speedup-cpp 383.872 "Assembly/solve speedup running on 4 processors" +(2012, 9, 19, 13, 31, 56) fem-speedup-cpp-assembly 6.10301 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 19, 13, 31, 56) fem-speedup-cpp-solve 1.56911 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 19, 13, 32, 20) mesh-refinement-cpp 22.3385 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 19, 13, 32, 41) mesh-topology-cpp 20.4917 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 19, 13, 33, 4) mesh-unitcube-cpp 22.4845 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 19, 13, 33, 48) mesh-iteration-cpp 41.6145 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 19, 13, 34, 10) function-evaluation-cpp 21.9973 "Evaluations of functions at arbitrary points." +(2012, 9, 19, 13, 34, 10) function-evaluation-cpp 21.9161 "Evaluations of functions at arbitrary points." +(2012, 9, 19, 13, 34, 15) function-extrapolation-python 5.26828 "BENCH: 1.89837098122" +(2012, 9, 19, 13, 34, 15) function-extrapolation-python 1.89837 "BENCH: 1.89837098122" +(2012, 9, 19, 13, 34, 38) la-vector-access-cpp 22.4024 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 19, 13, 35, 3) la-vector-assignment-cpp 25.514 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 20, 1, 11, 5) common-progress-cpp 29.7306 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 20, 1, 11, 34) common-timing-cpp 29.1986 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 20, 13, 20, 37) fem-multicore-cpp 43742.7 "Coloring mesh." +(2012, 9, 20, 13, 20, 52) fem-convergence-cpp 13.2042 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 20, 13, 20, 54) fem-jit-python 0.000415611 "JIT compilation (in memory cache)" +(2012, 9, 20, 13, 27, 17) fem-speedup-cpp 382.221 "Assembly/solve speedup running on 4 processors" +(2012, 9, 20, 13, 27, 17) fem-speedup-cpp-assembly 6.11515 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 20, 13, 27, 17) fem-speedup-cpp-solve 1.59161 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 20, 13, 27, 41) mesh-refinement-cpp 22.3458 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 20, 13, 28, 1) mesh-topology-cpp 20.4703 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 20, 13, 28, 24) mesh-unitcube-cpp 22.5939 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 20, 13, 29, 7) mesh-iteration-cpp 40.377 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 20, 13, 29, 29) function-evaluation-cpp 21.8748 "Evaluations of functions at arbitrary points." +(2012, 9, 20, 13, 29, 29) function-evaluation-cpp 21.7941 "Evaluations of functions at arbitrary points." +(2012, 9, 20, 13, 29, 34) function-extrapolation-python 5.24601 "BENCH: 1.89654994011" +(2012, 9, 20, 13, 29, 34) function-extrapolation-python 1.89655 "BENCH: 1.89654994011" +(2012, 9, 20, 13, 29, 56) la-vector-access-cpp 22.4008 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 20, 13, 30, 22) la-vector-assignment-cpp 25.5189 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 21, 1, 11, 12) common-progress-cpp 29.6577 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 21, 1, 11, 41) common-timing-cpp 29.1631 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 21, 9, 7, 39) common-progress-cpp 29.6845 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 21, 9, 8, 8) common-timing-cpp 29.4578 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 21, 10, 24, 25) fem-jit-python 0.000410795 "JIT compilation (in memory cache)" +(2012, 9, 21, 10, 27, 13) function-extrapolation-python 3.39918 "BENCH: 1.87466597557" +(2012, 9, 21, 10, 27, 13) function-extrapolation-python 1.87467 "BENCH: 1.87466597557" +(2012, 9, 22, 1, 11, 19) common-progress-cpp 29.1781 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 22, 1, 11, 48) common-timing-cpp 29.5232 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 22, 1, 13, 36) fem-multicore-cpp 107.78 "Coloring mesh." +(2012, 9, 22, 1, 13, 51) fem-convergence-cpp 13.1441 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 22, 1, 13, 51) fem-jit-python 0.000403094 "JIT compilation (in memory cache)" +(2012, 9, 22, 1, 20, 27) fem-speedup-cpp 395.787 "Assembly/solve speedup running on 4 processors" +(2012, 9, 22, 1, 20, 27) fem-speedup-cpp-assembly 6.05911 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 22, 1, 20, 27) fem-speedup-cpp-solve 1.44451 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 22, 1, 21, 1) mesh-refinement-cpp 31.5896 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 22, 1, 21, 22) mesh-topology-cpp 20.8219 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 22, 1, 21, 43) mesh-unitcube-cpp 21.7527 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 22, 1, 22, 47) mesh-iteration-cpp 61.0734 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 22, 1, 23, 9) function-evaluation-cpp 21.8743 "Evaluations of functions at arbitrary points." +(2012, 9, 22, 1, 23, 9) function-evaluation-cpp 21.7859 "Evaluations of functions at arbitrary points." +(2012, 9, 22, 1, 23, 15) function-extrapolation-python 5.58182 "BENCH: 1.90315103531" +(2012, 9, 22, 1, 23, 15) function-extrapolation-python 1.90315 "BENCH: 1.90315103531" +(2012, 9, 22, 1, 23, 40) la-vector-access-cpp 24.9702 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 22, 1, 24, 5) la-vector-assignment-cpp 25.5096 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 23, 1, 11, 0) common-progress-cpp 30.7373 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 23, 1, 11, 28) common-timing-cpp 28.1362 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 23, 1, 13, 15) fem-multicore-cpp 107.745 "Coloring mesh." +(2012, 9, 23, 1, 13, 30) fem-convergence-cpp 13.3992 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 23, 1, 13, 31) fem-jit-python 0.000411797 "JIT compilation (in memory cache)" +(2012, 9, 23, 1, 20, 9) fem-speedup-cpp 398.523 "Assembly/solve speedup running on 4 processors" +(2012, 9, 23, 1, 20, 9) fem-speedup-cpp-assembly 6.18453 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 23, 1, 20, 9) fem-speedup-cpp-solve 1.39178 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 23, 1, 20, 43) mesh-refinement-cpp 31.5799 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 23, 1, 21, 4) mesh-topology-cpp 20.8693 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 23, 1, 21, 26) mesh-unitcube-cpp 21.8442 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 23, 1, 22, 10) mesh-iteration-cpp 41.6302 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 23, 1, 22, 32) function-evaluation-cpp 21.8793 "Evaluations of functions at arbitrary points." +(2012, 9, 23, 1, 22, 32) function-evaluation-cpp 21.7983 "Evaluations of functions at arbitrary points." +(2012, 9, 23, 1, 22, 37) function-extrapolation-python 5.56562 "BENCH: 1.9037539959" +(2012, 9, 23, 1, 22, 37) function-extrapolation-python 1.90375 "BENCH: 1.9037539959" +(2012, 9, 23, 1, 23, 0) la-vector-access-cpp 22.3991 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 23, 1, 23, 28) la-vector-assignment-cpp 28.3515 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 24, 1, 11, 1) common-progress-cpp 29.5841 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 24, 1, 11, 30) common-timing-cpp 29.0484 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 24, 1, 13, 19) fem-multicore-cpp 108.684 "Coloring mesh." +(2012, 9, 24, 1, 13, 33) fem-convergence-cpp 13.4175 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 24, 1, 13, 34) fem-jit-python 0.000411797 "JIT compilation (in memory cache)" +(2012, 9, 24, 1, 19, 42) fem-speedup-cpp 367.845 "Assembly/solve speedup running on 4 processors" +(2012, 9, 24, 1, 19, 42) fem-speedup-cpp-assembly 6.07892 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 24, 1, 19, 42) fem-speedup-cpp-solve 1.80876 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 24, 1, 20, 15) mesh-refinement-cpp 31.6335 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 24, 1, 20, 36) mesh-topology-cpp 20.9318 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 24, 1, 20, 58) mesh-unitcube-cpp 21.8601 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 24, 1, 21, 42) mesh-iteration-cpp 41.5928 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 24, 1, 22, 4) function-evaluation-cpp 21.9059 "Evaluations of functions at arbitrary points." +(2012, 9, 24, 1, 22, 4) function-evaluation-cpp 21.8099 "Evaluations of functions at arbitrary points." +(2012, 9, 24, 1, 22, 10) function-extrapolation-python 5.5134 "BENCH: 1.92673611641" +(2012, 9, 24, 1, 22, 10) function-extrapolation-python 1.92674 "BENCH: 1.92673611641" +(2012, 9, 24, 1, 22, 32) la-vector-access-cpp 22.3992 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 24, 1, 22, 58) la-vector-assignment-cpp 25.4026 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 25, 1, 11, 24) common-progress-cpp 48.2572 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 25, 1, 11, 54) common-timing-cpp 29.7911 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 25, 1, 13, 42) fem-multicore-cpp 108.482 "Coloring mesh." +(2012, 9, 25, 1, 16, 6) fem-assembly-cpp 143.666 "Assembly for various forms and backends" +(2012, 9, 25, 1, 16, 19) fem-convergence-cpp 13.3206 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 25, 1, 16, 20) fem-jit-python 0.000407314 "JIT compilation (in memory cache)" +(2012, 9, 25, 1, 23, 0) fem-speedup-cpp 400.125 "Assembly/solve speedup running on 4 processors" +(2012, 9, 25, 1, 23, 0) fem-speedup-cpp-assembly 6.09379 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 25, 1, 23, 0) fem-speedup-cpp-solve 1.36736 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 25, 1, 23, 25) mesh-refinement-cpp 23.5491 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 25, 1, 23, 46) mesh-topology-cpp 20.5739 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 25, 1, 24, 8) mesh-unitcube-cpp 21.9915 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 25, 1, 24, 51) mesh-iteration-cpp 41.0121 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 25, 1, 25, 13) function-evaluation-cpp 21.8873 "Evaluations of functions at arbitrary points." +(2012, 9, 25, 1, 25, 13) function-evaluation-cpp 21.806 "Evaluations of functions at arbitrary points." +(2012, 9, 25, 1, 25, 19) function-extrapolation-python 5.54546 "BENCH: 1.89376592636" +(2012, 9, 25, 1, 25, 19) function-extrapolation-python 1.89377 "BENCH: 1.89376592636" +(2012, 9, 25, 1, 25, 41) la-vector-access-cpp 22.4 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 25, 1, 26, 7) la-vector-assignment-cpp 25.5236 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 26, 1, 11, 38) common-progress-cpp 29.6016 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 26, 1, 12, 8) common-timing-cpp 29.4257 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 26, 1, 13, 56) fem-multicore-cpp 108.321 "Coloring mesh." +(2012, 9, 26, 1, 16, 22) fem-assembly-cpp 145.668 "Assembly for various forms and backends" +(2012, 9, 26, 1, 16, 35) fem-convergence-cpp 13.4098 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 26, 1, 16, 36) fem-jit-python 0.000411701 "JIT compilation (in memory cache)" +(2012, 9, 26, 1, 22, 47) fem-speedup-cpp 370.705 "Assembly/solve speedup running on 4 processors" +(2012, 9, 26, 1, 22, 47) fem-speedup-cpp-assembly 6.08716 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 26, 1, 22, 47) fem-speedup-cpp-solve 1.7315 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 26, 1, 23, 11) mesh-refinement-cpp 23.4647 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 26, 1, 23, 32) mesh-topology-cpp 20.6221 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 26, 1, 23, 54) mesh-unitcube-cpp 21.877 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 26, 1, 24, 40) mesh-iteration-cpp 43.5017 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 26, 1, 25, 2) function-evaluation-cpp 21.5565 "Evaluations of functions at arbitrary points." +(2012, 9, 26, 1, 25, 2) function-evaluation-cpp 21.4753 "Evaluations of functions at arbitrary points." +(2012, 9, 26, 1, 25, 7) function-extrapolation-python 5.58725 "BENCH: 1.94169616699" +(2012, 9, 26, 1, 25, 7) function-extrapolation-python 1.9417 "BENCH: 1.94169616699" +(2012, 9, 26, 1, 25, 33) la-vector-access-cpp 25.1789 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 26, 1, 25, 58) la-vector-assignment-cpp 25.518 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 27, 1, 10, 49) common-progress-cpp 29.0637 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 27, 1, 11, 19) common-timing-cpp 29.6664 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 27, 1, 13, 8) fem-multicore-cpp 109.065 "Coloring mesh." +(2012, 9, 27, 1, 15, 34) fem-assembly-cpp 146.163 "Assembly for various forms and backends" +(2012, 9, 27, 1, 15, 48) fem-convergence-cpp 13.3473 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 27, 1, 15, 48) fem-jit-python 0.000416493 "JIT compilation (in memory cache)" +(2012, 9, 27, 1, 22, 5) fem-speedup-cpp 376.931 "Assembly/solve speedup running on 4 processors" +(2012, 9, 27, 1, 22, 5) fem-speedup-cpp-assembly 6.25234 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 27, 1, 22, 5) fem-speedup-cpp-solve 1.65077 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 27, 1, 22, 30) mesh-refinement-cpp 23.6467 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 27, 1, 22, 51) mesh-topology-cpp 20.5443 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 27, 1, 23, 13) mesh-unitcube-cpp 21.8913 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 27, 1, 23, 57) mesh-iteration-cpp 41.0244 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 27, 1, 24, 19) function-evaluation-cpp 21.9048 "Evaluations of functions at arbitrary points." +(2012, 9, 27, 1, 24, 19) function-evaluation-cpp 21.8233 "Evaluations of functions at arbitrary points." +(2012, 9, 27, 1, 24, 24) function-extrapolation-python 5.54644 "BENCH: 1.94915890694" +(2012, 9, 27, 1, 24, 24) function-extrapolation-python 1.94916 "BENCH: 1.94915890694" +(2012, 9, 27, 1, 24, 47) la-vector-access-cpp 22.5069 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 27, 1, 25, 12) la-vector-assignment-cpp 25.5253 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 28, 1, 11, 13) common-progress-cpp 29.6133 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 28, 1, 11, 42) common-timing-cpp 29.0405 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 28, 1, 13, 30) fem-multicore-cpp 107.814 "Coloring mesh." +(2012, 9, 28, 1, 15, 52) fem-assembly-cpp 142.62 "Assembly for various forms and backends" +(2012, 9, 28, 1, 16, 6) fem-convergence-cpp 13.3901 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 28, 1, 16, 6) fem-jit-python 0.000418305 "JIT compilation (in memory cache)" +(2012, 9, 28, 1, 22, 26) fem-speedup-cpp 379.907 "Assembly/solve speedup running on 4 processors" +(2012, 9, 28, 1, 22, 26) fem-speedup-cpp-assembly 6.04427 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 28, 1, 22, 26) fem-speedup-cpp-solve 1.61463 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 28, 1, 22, 52) mesh-refinement-cpp 24.0284 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 28, 1, 23, 13) mesh-topology-cpp 20.7403 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 28, 1, 23, 36) mesh-unitcube-cpp 22.8326 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 28, 1, 24, 19) mesh-iteration-cpp 41.0062 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 28, 1, 24, 42) function-evaluation-cpp 21.9311 "Evaluations of functions at arbitrary points." +(2012, 9, 28, 1, 24, 42) function-evaluation-cpp 21.8367 "Evaluations of functions at arbitrary points." +(2012, 9, 28, 1, 24, 47) function-extrapolation-python 5.49925 "BENCH: 1.93289494514" +(2012, 9, 28, 1, 24, 47) function-extrapolation-python 1.93289 "BENCH: 1.93289494514" +(2012, 9, 28, 1, 25, 12) la-vector-access-cpp 24.8691 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 28, 1, 25, 40) la-vector-assignment-cpp 27.9045 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 29, 1, 11, 31) common-progress-cpp 47.7193 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 29, 1, 12, 0) common-timing-cpp 28.5082 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 29, 1, 13, 48) fem-multicore-cpp 107.933 "Coloring mesh." +(2012, 9, 29, 1, 16, 11) fem-assembly-cpp 143.145 "Assembly for various forms and backends" +(2012, 9, 29, 1, 16, 24) fem-convergence-cpp 13.3756 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 29, 1, 16, 25) fem-jit-python 0.000413704 "JIT compilation (in memory cache)" +(2012, 9, 29, 1, 22, 42) fem-speedup-cpp 376.965 "Assembly/solve speedup running on 4 processors" +(2012, 9, 29, 1, 22, 42) fem-speedup-cpp-assembly 6.23284 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 29, 1, 22, 42) fem-speedup-cpp-solve 1.65074 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 29, 1, 23, 8) mesh-refinement-cpp 24.0957 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 29, 1, 23, 29) mesh-topology-cpp 20.771 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 29, 1, 23, 52) mesh-unitcube-cpp 22.8637 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 29, 1, 24, 42) mesh-iteration-cpp 47.9873 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 29, 1, 25, 4) function-evaluation-cpp 21.9068 "Evaluations of functions at arbitrary points." +(2012, 9, 29, 1, 25, 4) function-evaluation-cpp 21.8096 "Evaluations of functions at arbitrary points." +(2012, 9, 29, 1, 25, 10) function-extrapolation-python 5.53809 "BENCH: 1.93129992485" +(2012, 9, 29, 1, 25, 10) function-extrapolation-python 1.9313 "BENCH: 1.93129992485" +(2012, 9, 29, 1, 25, 33) la-vector-access-cpp 23.0662 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 29, 1, 25, 58) la-vector-assignment-cpp 25.5173 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 9, 30, 1, 11, 8) common-progress-cpp 29.5861 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 9, 30, 1, 11, 37) common-timing-cpp 28.4111 "Timing access and registration of timings (10000000 repetitions)" +(2012, 9, 30, 1, 13, 25) fem-multicore-cpp 108.645 "Coloring mesh." +(2012, 9, 30, 1, 15, 48) fem-assembly-cpp 142.402 "Assembly for various forms and backends" +(2012, 9, 30, 1, 16, 1) fem-convergence-cpp 13.3853 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 9, 30, 1, 16, 2) fem-jit-python 0.000404596 "JIT compilation (in memory cache)" +(2012, 9, 30, 1, 22, 5) fem-speedup-cpp 362.844 "Assembly/solve speedup running on 4 processors" +(2012, 9, 30, 1, 22, 5) fem-speedup-cpp-assembly 5.97461 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 9, 30, 1, 22, 5) fem-speedup-cpp-solve 1.88495 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 9, 30, 1, 22, 30) mesh-refinement-cpp 23.9759 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 9, 30, 1, 22, 52) mesh-topology-cpp 20.7914 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 9, 30, 1, 23, 14) mesh-unitcube-cpp 22.8583 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 9, 30, 1, 23, 58) mesh-iteration-cpp 41.0752 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 9, 30, 1, 24, 20) function-evaluation-cpp 21.881 "Evaluations of functions at arbitrary points." +(2012, 9, 30, 1, 24, 20) function-evaluation-cpp 21.8001 "Evaluations of functions at arbitrary points." +(2012, 9, 30, 1, 24, 25) function-extrapolation-python 5.35302 "BENCH: 1.89962601662" +(2012, 9, 30, 1, 24, 25) function-extrapolation-python 1.89963 "BENCH: 1.89962601662" +(2012, 9, 30, 1, 24, 49) la-vector-access-cpp 23.6877 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 9, 30, 1, 25, 15) la-vector-assignment-cpp 25.5145 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 1, 1, 14, 26) common-progress-cpp 29.7977 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 1, 1, 14, 55) common-timing-cpp 28.9869 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 1, 1, 16, 43) fem-multicore-cpp 107.883 "Coloring mesh." +(2012, 10, 1, 1, 19, 6) fem-assembly-cpp 142.334 "Assembly for various forms and backends" +(2012, 10, 1, 1, 19, 19) fem-convergence-cpp 13.3669 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 1, 1, 19, 20) fem-jit-python 0.000411797 "JIT compilation (in memory cache)" +(2012, 10, 1, 1, 25, 44) fem-speedup-cpp 384.676 "Assembly/solve speedup running on 4 processors" +(2012, 10, 1, 1, 25, 44) fem-speedup-cpp-assembly 6.21876 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 1, 1, 25, 44) fem-speedup-cpp-solve 1.55803 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 1, 1, 26, 10) mesh-refinement-cpp 24.001 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 1, 1, 26, 31) mesh-topology-cpp 20.7638 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 1, 1, 26, 54) mesh-unitcube-cpp 22.8602 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 1, 1, 27, 37) mesh-iteration-cpp 41.0101 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 1, 1, 27, 59) function-evaluation-cpp 21.5396 "Evaluations of functions at arbitrary points." +(2012, 10, 1, 1, 27, 59) function-evaluation-cpp 21.4428 "Evaluations of functions at arbitrary points." +(2012, 10, 1, 1, 28, 4) function-extrapolation-python 5.29918 "BENCH: 1.90193295479" +(2012, 10, 1, 1, 28, 4) function-extrapolation-python 1.90193 "BENCH: 1.90193295479" +(2012, 10, 1, 1, 28, 26) la-vector-access-cpp 22.248 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 1, 1, 28, 52) la-vector-assignment-cpp 25.519 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 2, 1, 11, 10) common-progress-cpp 29.6006 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 2, 1, 11, 39) common-timing-cpp 28.3973 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 2, 1, 13, 28) fem-multicore-cpp 108.952 "Coloring mesh." +(2012, 10, 2, 1, 15, 52) fem-assembly-cpp 143.9 "Assembly for various forms and backends" +(2012, 10, 2, 1, 16, 5) fem-convergence-cpp 13.3715 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 2, 1, 16, 6) fem-jit-python 0.000425506 "JIT compilation (in memory cache)" +(2012, 10, 2, 1, 22, 32) fem-speedup-cpp 386.403 "Assembly/solve speedup running on 4 processors" +(2012, 10, 2, 1, 22, 32) fem-speedup-cpp-assembly 6.12962 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 2, 1, 22, 32) fem-speedup-cpp-solve 1.53724 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 2, 1, 22, 58) mesh-refinement-cpp 24.0623 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 2, 1, 23, 19) mesh-topology-cpp 20.7278 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 2, 1, 23, 42) mesh-unitcube-cpp 22.8369 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 2, 1, 24, 25) mesh-iteration-cpp 41.0071 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 2, 1, 24, 47) function-evaluation-cpp 21.8894 "Evaluations of functions at arbitrary points." +(2012, 10, 2, 1, 24, 47) function-evaluation-cpp 21.794 "Evaluations of functions at arbitrary points." +(2012, 10, 2, 1, 24, 53) function-extrapolation-python 5.35678 "BENCH: 1.90628290176" +(2012, 10, 2, 1, 24, 53) function-extrapolation-python 1.90628 "BENCH: 1.90628290176" +(2012, 10, 2, 1, 25, 15) la-vector-access-cpp 22.2436 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 2, 1, 25, 41) la-vector-assignment-cpp 25.5693 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 3, 1, 11, 17) common-progress-cpp 29.569 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 3, 1, 11, 45) common-timing-cpp 28.3248 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 3, 1, 13, 34) fem-multicore-cpp 109.109 "Coloring mesh." +(2012, 10, 3, 1, 15, 57) fem-assembly-cpp 142.903 "Assembly for various forms and backends" +(2012, 10, 3, 1, 16, 10) fem-convergence-cpp 13.384 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 3, 1, 16, 11) fem-jit-python 0.000418591 "JIT compilation (in memory cache)" +(2012, 10, 3, 1, 22, 26) fem-speedup-cpp 374.484 "Assembly/solve speedup running on 4 processors" +(2012, 10, 3, 1, 22, 26) fem-speedup-cpp-assembly 6.09382 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 3, 1, 22, 26) fem-speedup-cpp-solve 1.70573 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 3, 1, 22, 51) mesh-refinement-cpp 23.7131 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 3, 1, 23, 12) mesh-topology-cpp 20.7221 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 3, 1, 23, 34) mesh-unitcube-cpp 21.9531 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 3, 1, 24, 21) mesh-iteration-cpp 44.4199 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 3, 1, 24, 43) function-evaluation-cpp 21.82 "Evaluations of functions at arbitrary points." +(2012, 10, 3, 1, 24, 43) function-evaluation-cpp 21.7338 "Evaluations of functions at arbitrary points." +(2012, 10, 3, 1, 24, 48) function-extrapolation-python 5.53245 "BENCH: 1.93266105652" +(2012, 10, 3, 1, 24, 48) function-extrapolation-python 1.93266 "BENCH: 1.93266105652" +(2012, 10, 3, 1, 25, 13) la-vector-access-cpp 24.8894 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 3, 1, 25, 39) la-vector-assignment-cpp 25.5064 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 4, 1, 11, 11) common-progress-cpp 36.4362 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 4, 1, 11, 41) common-timing-cpp 29.8187 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 4, 1, 13, 29) fem-multicore-cpp 108.076 "Coloring mesh." +(2012, 10, 4, 1, 15, 52) fem-assembly-cpp 143.135 "Assembly for various forms and backends" +(2012, 10, 4, 1, 16, 6) fem-convergence-cpp 13.3825 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 4, 1, 16, 7) fem-jit-python 0.000425911 "JIT compilation (in memory cache)" +(2012, 10, 4, 1, 22, 14) fem-speedup-cpp 367.408 "Assembly/solve speedup running on 4 processors" +(2012, 10, 4, 1, 22, 14) fem-speedup-cpp-assembly 6.25707 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 4, 1, 22, 14) fem-speedup-cpp-solve 1.82569 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 4, 1, 22, 39) mesh-refinement-cpp 23.6219 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 4, 1, 23, 0) mesh-topology-cpp 20.9927 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 4, 1, 23, 22) mesh-unitcube-cpp 21.5831 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 4, 1, 24, 4) mesh-iteration-cpp 39.8708 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 4, 1, 24, 26) function-evaluation-cpp 21.9227 "Evaluations of functions at arbitrary points." +(2012, 10, 4, 1, 24, 26) function-evaluation-cpp 21.8203 "Evaluations of functions at arbitrary points." +(2012, 10, 4, 1, 24, 32) function-extrapolation-python 5.44318 "BENCH: 1.94250607491" +(2012, 10, 4, 1, 24, 32) function-extrapolation-python 1.94251 "BENCH: 1.94250607491" +(2012, 10, 4, 1, 24, 57) la-vector-access-cpp 24.9693 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 4, 1, 25, 25) la-vector-assignment-cpp 28.3925 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 5, 1, 10, 47) common-progress-cpp 29.6076 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 5, 1, 11, 17) common-timing-cpp 29.8419 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 5, 1, 13, 5) fem-multicore-cpp 108.098 "Coloring mesh." +(2012, 10, 5, 1, 15, 29) fem-assembly-cpp 143.573 "Assembly for various forms and backends" +(2012, 10, 5, 1, 15, 42) fem-convergence-cpp 13.3563 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 5, 1, 15, 43) fem-jit-python 0.000414705 "JIT compilation (in memory cache)" +(2012, 10, 5, 1, 22, 10) fem-speedup-cpp 386.838 "Assembly/solve speedup running on 4 processors" +(2012, 10, 5, 1, 22, 10) fem-speedup-cpp-assembly 6.18296 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 5, 1, 22, 10) fem-speedup-cpp-solve 1.55 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 5, 1, 22, 35) mesh-refinement-cpp 23.6266 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 5, 1, 22, 56) mesh-topology-cpp 21.036 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 5, 1, 23, 18) mesh-unitcube-cpp 21.9407 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 5, 1, 24, 0) mesh-iteration-cpp 39.8735 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 5, 1, 24, 22) function-evaluation-cpp 21.9317 "Evaluations of functions at arbitrary points." +(2012, 10, 5, 1, 24, 22) function-evaluation-cpp 21.8358 "Evaluations of functions at arbitrary points." +(2012, 10, 5, 1, 24, 28) function-extrapolation-python 5.52398 "BENCH: 1.90278792381" +(2012, 10, 5, 1, 24, 28) function-extrapolation-python 1.90279 "BENCH: 1.90278792381" +(2012, 10, 5, 1, 24, 56) la-vector-access-cpp 27.8847 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 5, 1, 25, 21) la-vector-assignment-cpp 25.5232 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 6, 1, 11, 4) common-progress-cpp 29.5893 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 6, 1, 11, 33) common-timing-cpp 29.3947 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 6, 1, 13, 48) fem-multicore-cpp 134.171 "Coloring mesh." +(2012, 10, 6, 1, 20, 49) fem-assembly-cpp 421.039 "Assembly for various forms and backends" +(2012, 10, 6, 1, 21, 2) fem-convergence-cpp 13.0996 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 6, 1, 21, 2) fem-jit-python 0.000415993 "JIT compilation (in memory cache)" +(2012, 10, 6, 2, 16, 7) fem-speedup-cpp 3304.04 "Assembly/solve speedup running on 4 processors" +(2012, 10, 6, 2, 16, 7) fem-speedup-cpp-assembly 6.22398 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 6, 2, 16, 7) fem-speedup-cpp-solve 1.92808 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 6, 2, 16, 32) mesh-refinement-cpp 23.9863 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 6, 2, 16, 53) mesh-topology-cpp 20.7132 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 6, 2, 17, 17) mesh-unitcube-cpp 24.2534 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 6, 2, 18, 0) mesh-iteration-cpp 39.8714 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 6, 2, 18, 28) function-evaluation-cpp 28.4574 "Evaluations of functions at arbitrary points." +(2012, 10, 6, 2, 18, 28) function-evaluation-cpp 28.3718 "Evaluations of functions at arbitrary points." +(2012, 10, 6, 2, 18, 34) function-extrapolation-python 5.49477 "BENCH: 1.94015908241" +(2012, 10, 6, 2, 18, 34) function-extrapolation-python 1.94016 "BENCH: 1.94015908241" +(2012, 10, 6, 2, 18, 59) la-vector-access-cpp 24.8462 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 6, 2, 19, 24) la-vector-assignment-cpp 25.5061 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 7, 1, 11, 3) common-progress-cpp 29.8116 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 7, 1, 11, 31) common-timing-cpp 28.1932 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 7, 1, 13, 47) fem-multicore-cpp 135.999 "Coloring mesh." +(2012, 10, 7, 1, 20, 51) fem-assembly-cpp 424.349 "Assembly for various forms and backends" +(2012, 10, 7, 1, 21, 4) fem-convergence-cpp 13.2273 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 7, 1, 21, 5) fem-jit-python 0.00043571 "JIT compilation (in memory cache)" +(2012, 10, 7, 2, 16, 28) fem-speedup-cpp 3323.09 "Assembly/solve speedup running on 4 processors" +(2012, 10, 7, 2, 16, 28) fem-speedup-cpp-assembly 6.27355 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 7, 2, 16, 28) fem-speedup-cpp-solve 1.53843 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 7, 2, 16, 54) mesh-refinement-cpp 23.8286 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 7, 2, 17, 15) mesh-topology-cpp 20.826 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 7, 2, 17, 39) mesh-unitcube-cpp 23.9602 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 7, 2, 18, 27) mesh-iteration-cpp 46.0029 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 7, 2, 18, 56) function-evaluation-cpp 28.4519 "Evaluations of functions at arbitrary points." +(2012, 10, 7, 2, 18, 56) function-evaluation-cpp 28.3571 "Evaluations of functions at arbitrary points." +(2012, 10, 7, 2, 19, 2) function-extrapolation-python 5.54058 "BENCH: 1.9537229538" +(2012, 10, 7, 2, 19, 2) function-extrapolation-python 1.95372 "BENCH: 1.9537229538" +(2012, 10, 7, 2, 19, 24) la-vector-access-cpp 22.4965 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 7, 2, 19, 50) la-vector-assignment-cpp 25.4159 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 8, 1, 11, 7) common-progress-cpp 36.4363 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 8, 1, 11, 35) common-timing-cpp 28.1186 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 8, 1, 13, 50) fem-multicore-cpp 134.317 "Coloring mesh." +(2012, 10, 8, 1, 20, 57) fem-assembly-cpp 426.917 "Assembly for various forms and backends" +(2012, 10, 8, 1, 21, 10) fem-convergence-cpp 13.2095 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 8, 1, 21, 11) fem-jit-python 0.000414491 "JIT compilation (in memory cache)" +(2012, 10, 8, 2, 16, 35) fem-speedup-cpp 3324.54 "Assembly/solve speedup running on 4 processors" +(2012, 10, 8, 2, 16, 35) fem-speedup-cpp-assembly 6.07838 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 8, 2, 16, 35) fem-speedup-cpp-solve 1.86639 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 8, 2, 17, 0) mesh-refinement-cpp 23.8644 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 8, 2, 17, 21) mesh-topology-cpp 20.7884 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 8, 2, 17, 46) mesh-unitcube-cpp 24.7006 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 8, 2, 18, 28) mesh-iteration-cpp 39.877 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 8, 2, 18, 57) function-evaluation-cpp 28.4609 "Evaluations of functions at arbitrary points." +(2012, 10, 8, 2, 18, 57) function-evaluation-cpp 28.3395 "Evaluations of functions at arbitrary points." +(2012, 10, 8, 2, 19, 2) function-extrapolation-python 4.85098 "BENCH: 1.88601994514" +(2012, 10, 8, 2, 19, 2) function-extrapolation-python 1.88602 "BENCH: 1.88601994514" +(2012, 10, 8, 2, 19, 27) la-vector-access-cpp 24.9781 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 8, 2, 19, 52) la-vector-assignment-cpp 25.5121 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 10, 1, 10, 55) common-progress-cpp 29.6756 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 10, 1, 11, 26) common-timing-cpp 31.2842 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 10, 1, 13, 15) fem-multicore-cpp 108.393 "Coloring mesh." +(2012, 10, 10, 1, 15, 40) fem-assembly-cpp 145.062 "Assembly for various forms and backends" +(2012, 10, 10, 1, 15, 53) fem-convergence-cpp 12.8455 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 10, 1, 15, 53) fem-jit-python 0.000422287 "JIT compilation (in memory cache)" +(2012, 10, 10, 1, 22, 16) fem-speedup-cpp 382.598 "Assembly/solve speedup running on 4 processors" +(2012, 10, 10, 1, 22, 16) fem-speedup-cpp-assembly 6.27907 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 10, 1, 22, 16) fem-speedup-cpp-solve 1.60051 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 10, 1, 22, 42) mesh-refinement-cpp 23.8081 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 10, 1, 23, 2) mesh-topology-cpp 20.4471 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 10, 1, 23, 28) mesh-unitcube-cpp 25.2329 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 10, 1, 24, 10) mesh-iteration-cpp 39.8649 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 10, 1, 24, 32) function-evaluation-cpp 21.9984 "Evaluations of functions at arbitrary points." +(2012, 10, 10, 1, 24, 32) function-evaluation-cpp 21.8963 "Evaluations of functions at arbitrary points." +(2012, 10, 10, 1, 24, 38) function-extrapolation-python 5.44042 "BENCH: 1.89774489403" +(2012, 10, 10, 1, 24, 38) function-extrapolation-python 1.89774 "BENCH: 1.89774489403" +(2012, 10, 10, 1, 25, 3) la-vector-access-cpp 24.9716 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 10, 1, 25, 31) la-vector-assignment-cpp 27.8934 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 11, 1, 11, 9) common-progress-cpp 29.7959 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 11, 1, 11, 38) common-timing-cpp 29.7389 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 11, 1, 13, 26) fem-multicore-cpp 107.618 "Coloring mesh." +(2012, 10, 11, 1, 15, 50) fem-assembly-cpp 143.99 "Assembly for various forms and backends" +(2012, 10, 11, 1, 16, 3) fem-convergence-cpp 13.283 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 11, 1, 16, 4) fem-jit-python 0.000419879 "JIT compilation (in memory cache)" +(2012, 10, 11, 1, 22, 10) fem-speedup-cpp 366.102 "Assembly/solve speedup running on 4 processors" +(2012, 10, 11, 1, 22, 10) fem-speedup-cpp-assembly 6.16601 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 11, 1, 22, 10) fem-speedup-cpp-solve 1.88006 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 11, 1, 22, 36) mesh-refinement-cpp 23.9996 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 11, 1, 22, 57) mesh-topology-cpp 20.6914 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 11, 1, 23, 22) mesh-unitcube-cpp 25.1739 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 11, 1, 24, 7) mesh-iteration-cpp 41.7616 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 11, 1, 24, 28) function-evaluation-cpp 21.7646 "Evaluations of functions at arbitrary points." +(2012, 10, 11, 1, 24, 28) function-evaluation-cpp 21.6625 "Evaluations of functions at arbitrary points." +(2012, 10, 11, 1, 24, 34) function-extrapolation-python 5.38501 "BENCH: 1.8960211277" +(2012, 10, 11, 1, 24, 34) function-extrapolation-python 1.89602 "BENCH: 1.8960211277" +(2012, 10, 11, 1, 24, 59) la-vector-access-cpp 24.997 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 11, 1, 25, 27) la-vector-assignment-cpp 27.8964 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 12, 1, 11, 4) common-progress-cpp 29.6314 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 12, 1, 11, 34) common-timing-cpp 30.112 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 12, 1, 13, 21) fem-multicore-cpp 107.016 "Coloring mesh." +(2012, 10, 12, 1, 15, 44) fem-assembly-cpp 143.37 "Assembly for various forms and backends" +(2012, 10, 12, 1, 15, 57) fem-convergence-cpp 13.0292 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 12, 1, 15, 58) fem-jit-python 0.000414109 "JIT compilation (in memory cache)" +(2012, 10, 12, 1, 22, 28) fem-speedup-cpp 389.83 "Assembly/solve speedup running on 4 processors" +(2012, 10, 12, 1, 22, 28) fem-speedup-cpp-assembly 6.15052 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 12, 1, 22, 28) fem-speedup-cpp-solve 1.51194 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 12, 1, 22, 53) mesh-refinement-cpp 23.8275 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 12, 1, 23, 14) mesh-topology-cpp 20.6546 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 12, 1, 23, 39) mesh-unitcube-cpp 25.149 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 12, 1, 24, 22) mesh-iteration-cpp 39.8918 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 12, 1, 24, 44) function-evaluation-cpp 21.8857 "Evaluations of functions at arbitrary points." +(2012, 10, 12, 1, 24, 44) function-evaluation-cpp 21.7849 "Evaluations of functions at arbitrary points." +(2012, 10, 12, 1, 24, 50) function-extrapolation-python 5.70246 "BENCH: 1.89557099342" +(2012, 10, 12, 1, 24, 50) function-extrapolation-python 1.89557 "BENCH: 1.89557099342" +(2012, 10, 12, 1, 25, 18) la-vector-access-cpp 27.885 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 12, 1, 25, 50) la-vector-assignment-cpp 31.9626 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 13, 1, 11, 6) common-progress-cpp 29.7911 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 13, 1, 11, 34) common-timing-cpp 28.1414 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 13, 1, 13, 21) fem-multicore-cpp 107.134 "Coloring mesh." +(2012, 10, 13, 1, 15, 46) fem-assembly-cpp 145.19 "Assembly for various forms and backends" +(2012, 10, 13, 1, 16, 0) fem-convergence-cpp 13.1017 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 13, 1, 16, 0) fem-jit-python 0.000406003 "JIT compilation (in memory cache)" +(2012, 10, 13, 1, 22, 4) fem-speedup-cpp 363.206 "Assembly/solve speedup running on 4 processors" +(2012, 10, 13, 1, 22, 4) fem-speedup-cpp-assembly 6.16716 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 13, 1, 22, 4) fem-speedup-cpp-solve 1.89728 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 13, 1, 22, 29) mesh-refinement-cpp 23.6697 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 13, 1, 22, 49) mesh-topology-cpp 20.3828 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 13, 1, 23, 15) mesh-unitcube-cpp 25.1925 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 13, 1, 23, 59) mesh-iteration-cpp 42.1989 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 13, 1, 24, 21) function-evaluation-cpp 21.8454 "Evaluations of functions at arbitrary points." +(2012, 10, 13, 1, 24, 21) function-evaluation-cpp 21.7607 "Evaluations of functions at arbitrary points." +(2012, 10, 13, 1, 24, 27) function-extrapolation-python 5.42938 "BENCH: 1.89672780037" +(2012, 10, 13, 1, 24, 27) function-extrapolation-python 1.89673 "BENCH: 1.89672780037" +(2012, 10, 13, 1, 24, 52) la-vector-access-cpp 25.0082 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 13, 1, 25, 20) la-vector-assignment-cpp 27.8997 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 14, 1, 10, 59) common-progress-cpp 29.6104 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 14, 1, 11, 28) common-timing-cpp 29.303 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 14, 1, 13, 17) fem-multicore-cpp 108.286 "Coloring mesh." +(2012, 10, 14, 1, 15, 42) fem-assembly-cpp 145.013 "Assembly for various forms and backends" +(2012, 10, 14, 1, 15, 55) fem-convergence-cpp 13.1318 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 14, 1, 15, 56) fem-jit-python 0.000409698 "JIT compilation (in memory cache)" +(2012, 10, 14, 1, 22, 5) fem-speedup-cpp 369.518 "Assembly/solve speedup running on 4 processors" +(2012, 10, 14, 1, 22, 5) fem-speedup-cpp-assembly 6.18168 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 14, 1, 22, 5) fem-speedup-cpp-solve 1.78852 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 14, 1, 22, 30) mesh-refinement-cpp 23.6548 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 14, 1, 22, 51) mesh-topology-cpp 20.4598 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 14, 1, 23, 16) mesh-unitcube-cpp 25.1253 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 14, 1, 23, 59) mesh-iteration-cpp 39.8827 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 14, 1, 24, 21) function-evaluation-cpp 21.9072 "Evaluations of functions at arbitrary points." +(2012, 10, 14, 1, 24, 21) function-evaluation-cpp 21.8176 "Evaluations of functions at arbitrary points." +(2012, 10, 14, 1, 24, 26) function-extrapolation-python 5.48543 "BENCH: 1.89035010338" +(2012, 10, 14, 1, 24, 26) function-extrapolation-python 1.89035 "BENCH: 1.89035010338" +(2012, 10, 14, 1, 24, 54) la-vector-access-cpp 27.896 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 14, 1, 25, 22) la-vector-assignment-cpp 27.9296 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 15, 1, 11, 3) common-progress-cpp 29.6303 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 15, 1, 11, 31) common-timing-cpp 28.7557 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 15, 1, 13, 18) fem-multicore-cpp 106.775 "Coloring mesh." +(2012, 10, 15, 1, 15, 42) fem-assembly-cpp 143.434 "Assembly for various forms and backends" +(2012, 10, 15, 1, 15, 55) fem-convergence-cpp 13.1809 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 15, 1, 15, 56) fem-jit-python 0.000412297 "JIT compilation (in memory cache)" +(2012, 10, 15, 1, 22, 2) fem-speedup-cpp 365.924 "Assembly/solve speedup running on 4 processors" +(2012, 10, 15, 1, 22, 2) fem-speedup-cpp-assembly 6.21584 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 15, 1, 22, 2) fem-speedup-cpp-solve 1.84441 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 15, 1, 22, 27) mesh-refinement-cpp 23.7086 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 15, 1, 22, 48) mesh-topology-cpp 20.4438 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 15, 1, 23, 13) mesh-unitcube-cpp 24.9571 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 15, 1, 23, 55) mesh-iteration-cpp 39.8855 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 15, 1, 24, 17) function-evaluation-cpp 22.0873 "Evaluations of functions at arbitrary points." +(2012, 10, 15, 1, 24, 17) function-evaluation-cpp 21.9876 "Evaluations of functions at arbitrary points." +(2012, 10, 15, 1, 24, 23) function-extrapolation-python 5.46758 "BENCH: 1.88941311836" +(2012, 10, 15, 1, 24, 23) function-extrapolation-python 1.88941 "BENCH: 1.88941311836" +(2012, 10, 15, 1, 24, 48) la-vector-access-cpp 25.0158 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 15, 1, 25, 18) la-vector-assignment-cpp 29.8982 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 16, 1, 11, 2) common-progress-cpp 29.6326 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 16, 1, 11, 31) common-timing-cpp 28.9816 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 16, 1, 13, 18) fem-multicore-cpp 107.339 "Coloring mesh." +(2012, 10, 16, 1, 15, 42) fem-assembly-cpp 144.256 "Assembly for various forms and backends" +(2012, 10, 16, 1, 15, 56) fem-convergence-cpp 13.0873 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 16, 1, 15, 56) fem-jit-python 0.00041759 "JIT compilation (in memory cache)" +(2012, 10, 16, 1, 22, 20) fem-speedup-cpp 383.173 "Assembly/solve speedup running on 4 processors" +(2012, 10, 16, 1, 22, 20) fem-speedup-cpp-assembly 6.16102 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 16, 1, 22, 20) fem-speedup-cpp-solve 1.58601 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 16, 1, 22, 45) mesh-refinement-cpp 23.7392 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 16, 1, 23, 6) mesh-topology-cpp 20.4203 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 16, 1, 23, 31) mesh-unitcube-cpp 24.9546 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 16, 1, 24, 13) mesh-iteration-cpp 39.8789 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 16, 1, 24, 35) function-evaluation-cpp 21.9034 "Evaluations of functions at arbitrary points." +(2012, 10, 16, 1, 24, 35) function-evaluation-cpp 21.8018 "Evaluations of functions at arbitrary points." +(2012, 10, 16, 1, 24, 41) function-extrapolation-python 5.57063 "BENCH: 1.88705778122" +(2012, 10, 16, 1, 24, 41) function-extrapolation-python 1.88706 "BENCH: 1.88705778122" +(2012, 10, 16, 1, 25, 9) la-vector-access-cpp 27.881 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 16, 1, 25, 37) la-vector-assignment-cpp 27.8991 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 17, 1, 11, 23) common-progress-cpp 47.7146 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 17, 1, 11, 53) common-timing-cpp 29.3424 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 17, 1, 13, 40) fem-multicore-cpp 107.024 "Coloring mesh." +(2012, 10, 17, 1, 16, 3) fem-assembly-cpp 143.514 "Assembly for various forms and backends" +(2012, 10, 17, 1, 16, 16) fem-convergence-cpp 13.2208 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 17, 1, 16, 17) fem-jit-python 0.000418711 "JIT compilation (in memory cache)" +(2012, 10, 17, 1, 22, 20) fem-speedup-cpp 362.632 "Assembly/solve speedup running on 4 processors" +(2012, 10, 17, 1, 22, 20) fem-speedup-cpp-assembly 6.15154 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 17, 1, 22, 20) fem-speedup-cpp-solve 1.88051 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 17, 1, 22, 45) mesh-refinement-cpp 23.7093 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 17, 1, 23, 6) mesh-topology-cpp 20.4665 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 17, 1, 23, 31) mesh-unitcube-cpp 24.9678 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 17, 1, 24, 13) mesh-iteration-cpp 39.8805 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 17, 1, 24, 35) function-evaluation-cpp 21.9202 "Evaluations of functions at arbitrary points." +(2012, 10, 17, 1, 24, 35) function-evaluation-cpp 21.8163 "Evaluations of functions at arbitrary points." +(2012, 10, 17, 1, 24, 41) function-extrapolation-python 5.50883 "BENCH: 1.90085911751" +(2012, 10, 17, 1, 24, 41) function-extrapolation-python 1.90086 "BENCH: 1.90085911751" +(2012, 10, 17, 1, 25, 9) la-vector-access-cpp 27.9921 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 17, 1, 25, 37) la-vector-assignment-cpp 27.9122 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 18, 1, 10, 57) common-progress-cpp 37.6863 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 18, 1, 11, 26) common-timing-cpp 28.8341 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 18, 1, 13, 13) fem-multicore-cpp 106.985 "Coloring mesh." +(2012, 10, 18, 1, 15, 36) fem-assembly-cpp 143.382 "Assembly for various forms and backends" +(2012, 10, 18, 1, 15, 49) fem-convergence-cpp 13.1261 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 18, 1, 15, 50) fem-jit-python 0.000414801 "JIT compilation (in memory cache)" +(2012, 10, 18, 1, 22, 4) fem-speedup-cpp 373.573 "Assembly/solve speedup running on 4 processors" +(2012, 10, 18, 1, 22, 4) fem-speedup-cpp-assembly 6.39121 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 18, 1, 22, 4) fem-speedup-cpp-solve 1.705 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 18, 1, 22, 29) mesh-refinement-cpp 23.7853 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 18, 1, 22, 50) mesh-topology-cpp 20.4528 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 18, 1, 23, 15) mesh-unitcube-cpp 24.9561 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 18, 1, 23, 59) mesh-iteration-cpp 41.6841 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 18, 1, 24, 21) function-evaluation-cpp 21.9286 "Evaluations of functions at arbitrary points." +(2012, 10, 18, 1, 24, 21) function-evaluation-cpp 21.8291 "Evaluations of functions at arbitrary points." +(2012, 10, 18, 1, 24, 27) function-extrapolation-python 5.50077 "BENCH: 1.90567708015" +(2012, 10, 18, 1, 24, 27) function-extrapolation-python 1.90568 "BENCH: 1.90567708015" +(2012, 10, 18, 1, 24, 52) la-vector-access-cpp 25.0288 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 18, 1, 25, 24) la-vector-assignment-cpp 31.9189 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 10, 19, 1, 11, 9) common-progress-cpp 29.7909 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 10, 19, 1, 11, 39) common-timing-cpp 29.2514 "Timing access and registration of timings (10000000 repetitions)" +(2012, 10, 19, 1, 13, 28) fem-multicore-cpp 109.284 "Coloring mesh." +(2012, 10, 19, 1, 15, 51) fem-assembly-cpp 143.255 "Assembly for various forms and backends" +(2012, 10, 19, 1, 16, 4) fem-convergence-cpp 13.1273 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 10, 19, 1, 16, 5) fem-jit-python 0.000416088 "JIT compilation (in memory cache)" +(2012, 10, 19, 1, 22, 28) fem-speedup-cpp 383.027 "Assembly/solve speedup running on 4 processors" +(2012, 10, 19, 1, 22, 28) fem-speedup-cpp-assembly 6.22418 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 10, 19, 1, 22, 28) fem-speedup-cpp-solve 1.57998 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 10, 19, 1, 22, 53) mesh-refinement-cpp 23.7088 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 10, 19, 1, 23, 14) mesh-topology-cpp 20.4493 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 10, 19, 1, 23, 39) mesh-unitcube-cpp 25.0553 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 10, 19, 1, 24, 28) mesh-iteration-cpp 46.0101 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 10, 19, 1, 24, 50) function-evaluation-cpp 21.9119 "Evaluations of functions at arbitrary points." +(2012, 10, 19, 1, 24, 50) function-evaluation-cpp 21.8117 "Evaluations of functions at arbitrary points." +(2012, 10, 19, 1, 24, 56) function-extrapolation-python 5.75036 "BENCH: 1.90998411179" +(2012, 10, 19, 1, 24, 56) function-extrapolation-python 1.90998 "BENCH: 1.90998411179" +(2012, 10, 19, 1, 25, 21) la-vector-access-cpp 24.9921 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 10, 19, 1, 25, 49) la-vector-assignment-cpp 27.8993 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 1, 15, 5, 58) common-progress-cpp 36.4445 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 1, 15, 6, 26) common-timing-cpp 27.9173 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 1, 15, 8, 14) fem-multicore-cpp 107.797 "Coloring mesh." +(2012, 11, 1, 15, 10, 38) fem-assembly-cpp 144.005 "Assembly for various forms and backends" +(2012, 11, 1, 15, 10, 49) fem-convergence-cpp 11.4147 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 1, 15, 10, 50) fem-jit-python 0.000419116 "JIT compilation (in memory cache)" +(2012, 11, 1, 15, 16, 13) fem-speedup-cpp 322.674 "Assembly/solve speedup running on 4 processors" +(2012, 11, 1, 15, 16, 13) fem-speedup-cpp-assembly 6.36108 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 1, 15, 16, 13) fem-speedup-cpp-solve 2.18473 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 1, 15, 16, 39) mesh-refinement-cpp 24.2369 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 1, 15, 17, 0) mesh-topology-cpp 20.8887 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 1, 15, 17, 28) mesh-unitcube-cpp 27.4108 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 1, 15, 18, 11) mesh-iteration-cpp 39.8901 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 1, 15, 18, 32) function-evaluation-cpp 21.7326 "Evaluations of functions at arbitrary points." +(2012, 11, 1, 15, 18, 32) function-evaluation-cpp 21.6272 "Evaluations of functions at arbitrary points." +(2012, 11, 1, 15, 18, 38) function-extrapolation-python 5.16388 "BENCH: 1.91285610199" +(2012, 11, 1, 15, 18, 38) function-extrapolation-python 1.91286 "BENCH: 1.91285610199" +(2012, 11, 1, 15, 19, 2) la-vector-access-cpp 24.0428 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 1, 15, 19, 29) la-vector-assignment-cpp 27.5389 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 2, 2, 11, 51) common-progress-cpp 29.6003 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 2, 2, 12, 17) common-timing-cpp 26.192 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 2, 2, 14, 5) fem-multicore-cpp 107.897 "Coloring mesh." +(2012, 11, 2, 2, 16, 27) fem-assembly-cpp 142.676 "Assembly for various forms and backends" +(2012, 11, 2, 2, 16, 39) fem-convergence-cpp 11.4203 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 2, 2, 16, 40) fem-jit-python 0.000414681 "JIT compilation (in memory cache)" +(2012, 11, 2, 2, 22, 34) fem-speedup-cpp 354.373 "Assembly/solve speedup running on 4 processors" +(2012, 11, 2, 2, 22, 34) fem-speedup-cpp-assembly 6.4215 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 2, 2, 22, 34) fem-speedup-cpp-solve 1.55178 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 2, 2, 23, 0) mesh-refinement-cpp 23.9968 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 2, 2, 23, 21) mesh-topology-cpp 20.6611 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 2, 2, 23, 48) mesh-unitcube-cpp 27.3273 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 2, 2, 24, 31) mesh-iteration-cpp 39.8803 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 2, 2, 24, 52) function-evaluation-cpp 21.2047 "Evaluations of functions at arbitrary points." +(2012, 11, 2, 2, 24, 52) function-evaluation-cpp 21.1056 "Evaluations of functions at arbitrary points." +(2012, 11, 2, 2, 24, 58) function-extrapolation-python 5.29053 "BENCH: 1.87143492699" +(2012, 11, 2, 2, 24, 58) function-extrapolation-python 1.87143 "BENCH: 1.87143492699" +(2012, 11, 2, 2, 25, 21) la-vector-access-cpp 23.2768 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 2, 2, 25, 49) la-vector-assignment-cpp 27.4323 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 3, 2, 11, 42) common-progress-cpp 28.9295 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 3, 2, 12, 10) common-timing-cpp 27.4472 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 3, 2, 13, 58) fem-multicore-cpp 108.795 "Coloring mesh." +(2012, 11, 3, 2, 16, 22) fem-assembly-cpp 143.373 "Assembly for various forms and backends" +(2012, 11, 3, 2, 16, 33) fem-convergence-cpp 11.4252 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 3, 2, 16, 34) fem-jit-python 0.00041132 "JIT compilation (in memory cache)" +(2012, 11, 3, 2, 21, 50) fem-speedup-cpp 315.672 "Assembly/solve speedup running on 4 processors" +(2012, 11, 3, 2, 21, 50) fem-speedup-cpp-assembly 6.45748 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 3, 2, 21, 50) fem-speedup-cpp-solve 2.37984 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 3, 2, 22, 16) mesh-refinement-cpp 24.1271 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 3, 2, 22, 37) mesh-topology-cpp 20.7534 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 3, 2, 23, 4) mesh-unitcube-cpp 27.6688 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 3, 2, 23, 53) mesh-iteration-cpp 46.1058 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 3, 2, 24, 15) function-evaluation-cpp 21.681 "Evaluations of functions at arbitrary points." +(2012, 11, 3, 2, 24, 15) function-evaluation-cpp 21.5906 "Evaluations of functions at arbitrary points." +(2012, 11, 3, 2, 24, 20) function-extrapolation-python 5.27907 "BENCH: 1.85399603844" +(2012, 11, 3, 2, 24, 20) function-extrapolation-python 1.854 "BENCH: 1.85399603844" +(2012, 11, 3, 2, 24, 46) la-vector-access-cpp 25.4366 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 3, 2, 25, 13) la-vector-assignment-cpp 27.4319 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 4, 2, 11, 32) common-progress-cpp 28.9459 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 4, 2, 11, 59) common-timing-cpp 26.7289 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 4, 2, 13, 48) fem-multicore-cpp 109.168 "Coloring mesh." +(2012, 11, 4, 2, 16, 12) fem-assembly-cpp 143.575 "Assembly for various forms and backends" +(2012, 11, 4, 2, 16, 23) fem-convergence-cpp 11.3999 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 4, 2, 16, 24) fem-jit-python 0.000411105 "JIT compilation (in memory cache)" +(2012, 11, 4, 2, 21, 41) fem-speedup-cpp 317.117 "Assembly/solve speedup running on 4 processors" +(2012, 11, 4, 2, 21, 41) fem-speedup-cpp-assembly 6.4321 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 4, 2, 21, 41) fem-speedup-cpp-solve 2.33182 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 4, 2, 22, 7) mesh-refinement-cpp 24.173 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 4, 2, 22, 28) mesh-topology-cpp 20.6735 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 4, 2, 22, 56) mesh-unitcube-cpp 27.6971 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 4, 2, 23, 38) mesh-iteration-cpp 39.883 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 4, 2, 24, 0) function-evaluation-cpp 21.6981 "Evaluations of functions at arbitrary points." +(2012, 11, 4, 2, 24, 0) function-evaluation-cpp 21.6002 "Evaluations of functions at arbitrary points." +(2012, 11, 4, 2, 24, 6) function-extrapolation-python 5.19064 "BENCH: 1.86858487129" +(2012, 11, 4, 2, 24, 6) function-extrapolation-python 1.86858 "BENCH: 1.86858487129" +(2012, 11, 4, 2, 24, 31) la-vector-access-cpp 25.412 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 4, 2, 24, 59) la-vector-assignment-cpp 27.922 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 5, 2, 16, 33) common-progress-cpp 28.9358 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 5, 2, 17, 0) common-timing-cpp 26.9958 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 5, 2, 18, 49) fem-multicore-cpp 108.871 "Coloring mesh." +(2012, 11, 5, 2, 21, 13) fem-assembly-cpp 143.36 "Assembly for various forms and backends" +(2012, 11, 5, 2, 21, 24) fem-convergence-cpp 11.4351 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 5, 2, 21, 25) fem-jit-python 0.000419998 "JIT compilation (in memory cache)" +(2012, 11, 5, 2, 26, 43) fem-speedup-cpp 318.145 "Assembly/solve speedup running on 4 processors" +(2012, 11, 5, 2, 26, 43) fem-speedup-cpp-assembly 6.43513 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 5, 2, 26, 43) fem-speedup-cpp-solve 2.31065 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 5, 2, 27, 9) mesh-refinement-cpp 24.1595 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 5, 2, 27, 30) mesh-topology-cpp 20.6874 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 5, 2, 27, 58) mesh-unitcube-cpp 27.6708 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 5, 2, 28, 47) mesh-iteration-cpp 46.1245 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 5, 2, 29, 9) function-evaluation-cpp 21.7343 "Evaluations of functions at arbitrary points." +(2012, 11, 5, 2, 29, 9) function-evaluation-cpp 21.6329 "Evaluations of functions at arbitrary points." +(2012, 11, 5, 2, 29, 14) function-extrapolation-python 5.40821 "BENCH: 1.85706400871" +(2012, 11, 5, 2, 29, 14) function-extrapolation-python 1.85706 "BENCH: 1.85706400871" +(2012, 11, 5, 2, 29, 40) la-vector-access-cpp 25.4278 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 5, 2, 30, 7) la-vector-assignment-cpp 27.5069 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 6, 2, 11, 54) common-progress-cpp 28.9825 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 6, 2, 12, 21) common-timing-cpp 26.9318 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 6, 2, 14, 5) fem-multicore-cpp 104.376 "Coloring mesh." +(2012, 11, 6, 2, 16, 29) fem-assembly-cpp 143.59 "Assembly for various forms and backends" +(2012, 11, 6, 2, 16, 40) fem-convergence-cpp 11.428 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 6, 2, 16, 41) fem-jit-python 0.000420594 "JIT compilation (in memory cache)" +(2012, 11, 6, 2, 21, 58) fem-speedup-cpp 316.873 "Assembly/solve speedup running on 4 processors" +(2012, 11, 6, 2, 21, 58) fem-speedup-cpp-assembly 6.44359 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 6, 2, 21, 58) fem-speedup-cpp-solve 2.33874 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 6, 2, 22, 24) mesh-refinement-cpp 24.095 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 6, 2, 22, 45) mesh-topology-cpp 20.7545 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 6, 2, 23, 13) mesh-unitcube-cpp 27.4974 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 6, 2, 24, 7) mesh-iteration-cpp 51.0524 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 6, 2, 24, 29) function-evaluation-cpp 21.704 "Evaluations of functions at arbitrary points." +(2012, 11, 6, 2, 24, 29) function-evaluation-cpp 21.6003 "Evaluations of functions at arbitrary points." +(2012, 11, 6, 2, 24, 34) function-extrapolation-python 5.48166 "BENCH: 1.91927194595" +(2012, 11, 6, 2, 24, 34) function-extrapolation-python 1.91927 "BENCH: 1.91927194595" +(2012, 11, 6, 2, 24, 58) la-vector-access-cpp 24.0551 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 6, 2, 25, 24) la-vector-assignment-cpp 26.0356 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 7, 2, 11, 45) common-progress-cpp 28.9308 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 7, 2, 12, 11) common-timing-cpp 26.381 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 7, 2, 13, 55) fem-multicore-cpp 104.198 "Coloring mesh." +(2012, 11, 7, 2, 16, 19) fem-assembly-cpp 144.06 "Assembly for various forms and backends" +(2012, 11, 7, 2, 16, 31) fem-convergence-cpp 11.4373 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 7, 2, 16, 32) fem-jit-python 0.000416589 "JIT compilation (in memory cache)" +(2012, 11, 7, 2, 21, 48) fem-speedup-cpp 316.653 "Assembly/solve speedup running on 4 processors" +(2012, 11, 7, 2, 21, 48) fem-speedup-cpp-assembly 6.38083 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 7, 2, 21, 48) fem-speedup-cpp-solve 2.3388 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 7, 2, 22, 14) mesh-refinement-cpp 24.0422 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 7, 2, 22, 35) mesh-topology-cpp 20.8434 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 7, 2, 23, 3) mesh-unitcube-cpp 27.504 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 7, 2, 23, 49) mesh-iteration-cpp 43.097 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 7, 2, 24, 11) function-evaluation-cpp 21.7229 "Evaluations of functions at arbitrary points." +(2012, 11, 7, 2, 24, 11) function-evaluation-cpp 21.6206 "Evaluations of functions at arbitrary points." +(2012, 11, 7, 2, 24, 16) function-extrapolation-python 5.34945 "BENCH: 1.92649912834" +(2012, 11, 7, 2, 24, 16) function-extrapolation-python 1.9265 "BENCH: 1.92649912834" +(2012, 11, 7, 2, 24, 41) la-vector-access-cpp 25.4098 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 7, 2, 25, 8) la-vector-assignment-cpp 26.0462 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 8, 2, 11, 43) common-progress-cpp 29.0081 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 8, 2, 12, 10) common-timing-cpp 27.3438 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 8, 2, 13, 56) fem-multicore-cpp 105.21 "Coloring mesh." +(2012, 11, 8, 2, 16, 21) fem-assembly-cpp 144.998 "Assembly for various forms and backends" +(2012, 11, 8, 2, 16, 32) fem-convergence-cpp 11.3915 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 8, 2, 16, 33) fem-jit-python 0.000414896 "JIT compilation (in memory cache)" +(2012, 11, 8, 2, 21, 48) fem-speedup-cpp 314.792 "Assembly/solve speedup running on 4 processors" +(2012, 11, 8, 2, 21, 48) fem-speedup-cpp-assembly 6.32696 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 8, 2, 21, 48) fem-speedup-cpp-solve 2.39419 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 8, 2, 22, 14) mesh-refinement-cpp 24.1881 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 8, 2, 22, 35) mesh-topology-cpp 20.9319 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 8, 2, 23, 1) mesh-unitcube-cpp 26.4599 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 8, 2, 23, 47) mesh-iteration-cpp 42.6353 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 8, 2, 24, 9) function-evaluation-cpp 21.5761 "Evaluations of functions at arbitrary points." +(2012, 11, 8, 2, 24, 9) function-evaluation-cpp 21.4752 "Evaluations of functions at arbitrary points." +(2012, 11, 8, 2, 24, 14) function-extrapolation-python 5.40031 "BENCH: 1.85234689713" +(2012, 11, 8, 2, 24, 14) function-extrapolation-python 1.85235 "BENCH: 1.85234689713" +(2012, 11, 8, 2, 24, 37) la-vector-access-cpp 23.4463 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 8, 2, 25, 5) la-vector-assignment-cpp 27.4914 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 10, 2, 11, 56) common-progress-cpp 28.9608 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 10, 2, 12, 23) common-timing-cpp 27.3722 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 10, 2, 14, 7) fem-multicore-cpp 104.169 "Coloring mesh." +(2012, 11, 10, 2, 16, 33) fem-assembly-cpp 145.387 "Assembly for various forms and backends" +(2012, 11, 10, 2, 16, 44) fem-convergence-cpp 11.493 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 10, 2, 16, 45) fem-jit-python 0.000420904 "JIT compilation (in memory cache)" +(2012, 11, 10, 2, 22, 2) fem-speedup-cpp 317.019 "Assembly/solve speedup running on 4 processors" +(2012, 11, 10, 2, 22, 2) fem-speedup-cpp-assembly 6.41965 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 10, 2, 22, 2) fem-speedup-cpp-solve 2.29975 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 10, 2, 22, 28) mesh-refinement-cpp 24.1195 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 10, 2, 22, 49) mesh-topology-cpp 20.697 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 10, 2, 23, 17) mesh-unitcube-cpp 27.503 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 10, 2, 24, 5) mesh-iteration-cpp 45.5578 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 10, 2, 24, 27) function-evaluation-cpp 21.7149 "Evaluations of functions at arbitrary points." +(2012, 11, 10, 2, 24, 27) function-evaluation-cpp 21.6137 "Evaluations of functions at arbitrary points." +(2012, 11, 10, 2, 24, 32) function-extrapolation-python 5.16611 "BENCH: 1.83399105072" +(2012, 11, 10, 2, 24, 32) function-extrapolation-python 1.83399 "BENCH: 1.83399105072" +(2012, 11, 10, 2, 24, 56) la-vector-access-cpp 23.9919 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 10, 2, 25, 24) la-vector-assignment-cpp 27.9097 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 11, 2, 12, 32) common-progress-cpp 28.9619 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 11, 2, 13, 0) common-timing-cpp 27.348 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 11, 2, 14, 45) fem-multicore-cpp 105.465 "Coloring mesh." +(2012, 11, 11, 2, 17, 11) fem-assembly-cpp 146.202 "Assembly for various forms and backends" +(2012, 11, 11, 2, 17, 23) fem-convergence-cpp 11.4787 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 11, 2, 17, 24) fem-jit-python 0.000419784 "JIT compilation (in memory cache)" +(2012, 11, 11, 2, 22, 40) fem-speedup-cpp 316.689 "Assembly/solve speedup running on 4 processors" +(2012, 11, 11, 2, 22, 40) fem-speedup-cpp-assembly 6.39714 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 11, 2, 22, 40) fem-speedup-cpp-solve 2.36122 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 11, 2, 23, 7) mesh-refinement-cpp 24.9192 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 11, 2, 23, 28) mesh-topology-cpp 20.9472 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 11, 2, 24, 0) mesh-unitcube-cpp 31.6438 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 11, 2, 24, 43) mesh-iteration-cpp 39.882 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 11, 2, 25, 5) function-evaluation-cpp 21.7498 "Evaluations of functions at arbitrary points." +(2012, 11, 11, 2, 25, 5) function-evaluation-cpp 21.6475 "Evaluations of functions at arbitrary points." +(2012, 11, 11, 2, 25, 10) function-extrapolation-python 5.22367 "BENCH: 1.87814593315" +(2012, 11, 11, 2, 25, 10) function-extrapolation-python 1.87815 "BENCH: 1.87814593315" +(2012, 11, 11, 2, 25, 35) la-vector-access-cpp 24.9081 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 11, 2, 26, 3) la-vector-assignment-cpp 27.4879 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 12, 2, 11, 58) common-progress-cpp 28.9458 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 12, 2, 12, 26) common-timing-cpp 28.0505 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 12, 2, 14, 12) fem-multicore-cpp 105.863 "Coloring mesh." +(2012, 11, 12, 2, 16, 38) fem-assembly-cpp 146.921 "Assembly for various forms and backends" +(2012, 11, 12, 2, 16, 50) fem-convergence-cpp 11.5374 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 12, 2, 16, 51) fem-jit-python 0.000414801 "JIT compilation (in memory cache)" +(2012, 11, 12, 2, 22, 8) fem-speedup-cpp 317.01 "Assembly/solve speedup running on 4 processors" +(2012, 11, 12, 2, 22, 8) fem-speedup-cpp-assembly 6.30255 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 12, 2, 22, 8) fem-speedup-cpp-solve 2.35125 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 12, 2, 22, 35) mesh-refinement-cpp 24.8949 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 12, 2, 22, 56) mesh-topology-cpp 20.9926 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 12, 2, 23, 28) mesh-unitcube-cpp 31.5892 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 12, 2, 24, 11) mesh-iteration-cpp 39.9205 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 12, 2, 24, 33) function-evaluation-cpp 21.7417 "Evaluations of functions at arbitrary points." +(2012, 11, 12, 2, 24, 33) function-evaluation-cpp 21.6408 "Evaluations of functions at arbitrary points." +(2012, 11, 12, 2, 24, 38) function-extrapolation-python 5.37756 "BENCH: 1.92436099052" +(2012, 11, 12, 2, 24, 38) function-extrapolation-python 1.92436 "BENCH: 1.92436099052" +(2012, 11, 12, 2, 25, 1) la-vector-access-cpp 23.253 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 12, 2, 25, 27) la-vector-assignment-cpp 26.0218 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 13, 2, 12, 31) common-progress-cpp 28.9718 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 13, 2, 12, 59) common-timing-cpp 28.1378 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 13, 2, 14, 44) fem-multicore-cpp 104.446 "Coloring mesh." +(2012, 11, 13, 2, 17, 8) fem-assembly-cpp 144.153 "Assembly for various forms and backends" +(2012, 11, 13, 2, 17, 20) fem-convergence-cpp 11.4939 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 13, 2, 17, 20) fem-jit-python 0.000418997 "JIT compilation (in memory cache)" +(2012, 11, 13, 2, 22, 38) fem-speedup-cpp 317.377 "Assembly/solve speedup running on 4 processors" +(2012, 11, 13, 2, 22, 38) fem-speedup-cpp-assembly 6.32971 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 13, 2, 22, 38) fem-speedup-cpp-solve 2.35113 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 13, 2, 23, 5) mesh-refinement-cpp 24.855 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 13, 2, 23, 26) mesh-topology-cpp 20.9461 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 13, 2, 23, 57) mesh-unitcube-cpp 31.4813 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 13, 2, 24, 40) mesh-iteration-cpp 39.8781 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 13, 2, 25, 2) function-evaluation-cpp 21.7166 "Evaluations of functions at arbitrary points." +(2012, 11, 13, 2, 25, 2) function-evaluation-cpp 21.6188 "Evaluations of functions at arbitrary points." +(2012, 11, 13, 2, 25, 7) function-extrapolation-python 5.29317 "BENCH: 1.90870881081" +(2012, 11, 13, 2, 25, 7) function-extrapolation-python 1.90871 "BENCH: 1.90870881081" +(2012, 11, 13, 2, 25, 31) la-vector-access-cpp 23.6758 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 13, 2, 25, 57) la-vector-assignment-cpp 26.014 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 14, 2, 11, 44) common-progress-cpp 29.0845 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 14, 2, 12, 12) common-timing-cpp 28.0741 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 14, 2, 13, 57) fem-multicore-cpp 104.757 "Coloring mesh." +(2012, 11, 14, 2, 16, 21) fem-assembly-cpp 143.982 "Assembly for various forms and backends" +(2012, 11, 14, 2, 16, 32) fem-convergence-cpp 11.4462 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 14, 2, 16, 33) fem-jit-python 0.000419021 "JIT compilation (in memory cache)" +(2012, 11, 14, 2, 22, 14) fem-speedup-cpp 340.992 "Assembly/solve speedup running on 4 processors" +(2012, 11, 14, 2, 22, 14) fem-speedup-cpp-assembly 6.07228 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 14, 2, 22, 14) fem-speedup-cpp-solve 1.7922 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 14, 2, 22, 41) mesh-refinement-cpp 24.7302 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 14, 2, 23, 2) mesh-topology-cpp 21.0199 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 14, 2, 23, 34) mesh-unitcube-cpp 31.4853 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 14, 2, 24, 17) mesh-iteration-cpp 39.8702 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 14, 2, 24, 39) function-evaluation-cpp 21.7129 "Evaluations of functions at arbitrary points." +(2012, 11, 14, 2, 24, 39) function-evaluation-cpp 21.6124 "Evaluations of functions at arbitrary points." +(2012, 11, 14, 2, 24, 44) function-extrapolation-python 5.33034 "BENCH: 1.8638241291" +(2012, 11, 14, 2, 24, 44) function-extrapolation-python 1.86382 "BENCH: 1.8638241291" +(2012, 11, 14, 2, 25, 9) la-vector-access-cpp 24.9088 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 14, 2, 25, 35) la-vector-assignment-cpp 26.0161 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 28, 10, 45, 39) common-progress-cpp 29.8699 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 28, 10, 46, 6) common-timing-cpp 27.3613 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 28, 10, 47, 55) fem-multicore-cpp 109.027 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 28, 10, 50, 25) fem-assembly-cpp 149.446 "Assembly for various forms and backends" +(2012, 11, 28, 10, 50, 36) fem-convergence-cpp 11.6192 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 28, 10, 50, 37) fem-jit-python 0.000410485 "JIT compilation (in memory cache)" +(2012, 11, 28, 10, 56, 1) fem-speedup-cpp 324.372 "Assembly/solve speedup running on 4 processors" +(2012, 11, 28, 10, 56, 1) fem-speedup-cpp-assembly 6.36426 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 28, 10, 56, 1) fem-speedup-cpp-solve 2.21717 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 28, 10, 56, 29) mesh-refinement-cpp 24.9411 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 28, 10, 56, 50) mesh-topology-cpp 21.5957 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 28, 10, 57, 17) mesh-unitcube-cpp 27.1692 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 28, 10, 58, 6) mesh-iteration-cpp 46.0245 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 28, 10, 58, 28) function-evaluation-cpp 21.7517 "Evaluations of functions at arbitrary points." +(2012, 11, 28, 10, 58, 28) function-evaluation-cpp 21.6487 "Evaluations of functions at arbitrary points." +(2012, 11, 28, 10, 58, 33) function-extrapolation-python 5.11629 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 28, 10, 58, 33) function-extrapolation-python 1.85061 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 28, 10, 58, 57) la-vector-access-cpp 23.6232 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 28, 10, 59, 32) la-vector-assignment-cpp 35.5079 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 29, 2, 13, 32) common-progress-cpp 30.9797 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 29, 2, 14, 0) common-timing-cpp 27.3327 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 29, 2, 15, 48) fem-multicore-cpp 108.347 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 29, 2, 18, 15) fem-assembly-cpp 146.68 "Assembly for various forms and backends" +(2012, 11, 29, 2, 18, 27) fem-convergence-cpp 11.6503 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 29, 2, 18, 28) fem-jit-python 0.000407696 "JIT compilation (in memory cache)" +(2012, 11, 29, 2, 23, 51) fem-speedup-cpp 322.737 "Assembly/solve speedup running on 4 processors" +(2012, 11, 29, 2, 23, 51) fem-speedup-cpp-assembly 6.2628 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 29, 2, 23, 51) fem-speedup-cpp-solve 2.21315 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 29, 2, 24, 18) mesh-refinement-cpp 25.1911 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 29, 2, 24, 40) mesh-topology-cpp 21.7557 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 29, 2, 25, 8) mesh-unitcube-cpp 27.827 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 29, 2, 25, 56) mesh-iteration-cpp 44.6855 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 29, 2, 26, 17) function-evaluation-cpp 21.2149 "Evaluations of functions at arbitrary points." +(2012, 11, 29, 2, 26, 17) function-evaluation-cpp 21.1175 "Evaluations of functions at arbitrary points." +(2012, 11, 29, 2, 26, 22) function-extrapolation-python 4.89231 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 29, 2, 26, 22) function-extrapolation-python 1.85643 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 29, 2, 26, 45) la-vector-access-cpp 23.0024 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 29, 2, 27, 16) la-vector-assignment-cpp 31.4937 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 11, 30, 2, 13, 28) common-progress-cpp 31.0549 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 11, 30, 2, 13, 56) common-timing-cpp 27.8077 "Timing access and registration of timings (10000000 repetitions)" +(2012, 11, 30, 2, 15, 45) fem-multicore-cpp 108.963 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 30, 2, 18, 13) fem-assembly-cpp 147.799 "Assembly for various forms and backends" +(2012, 11, 30, 2, 18, 24) fem-convergence-cpp 11.6782 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 11, 30, 2, 18, 26) fem-jit-python 0.000415087 "JIT compilation (in memory cache)" +(2012, 11, 30, 2, 23, 48) fem-speedup-cpp 322.268 "Assembly/solve speedup running on 4 processors" +(2012, 11, 30, 2, 23, 48) fem-speedup-cpp-assembly 6.17554 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 11, 30, 2, 23, 48) fem-speedup-cpp-solve 2.23146 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 11, 30, 2, 24, 16) mesh-refinement-cpp 25.1416 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 11, 30, 2, 24, 38) mesh-topology-cpp 21.799 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 11, 30, 2, 25, 5) mesh-unitcube-cpp 27.8141 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 11, 30, 2, 25, 53) mesh-iteration-cpp 44.677 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 11, 30, 2, 26, 15) function-evaluation-cpp 21.7458 "Evaluations of functions at arbitrary points." +(2012, 11, 30, 2, 26, 15) function-evaluation-cpp 21.6485 "Evaluations of functions at arbitrary points." +(2012, 11, 30, 2, 26, 20) function-extrapolation-python 5.01753 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 30, 2, 26, 20) function-extrapolation-python 1.85042 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 11, 30, 2, 26, 43) la-vector-access-cpp 23.0474 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 11, 30, 2, 27, 10) la-vector-assignment-cpp 26.9439 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 1, 2, 13, 24) common-progress-cpp 30.8381 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 1, 2, 13, 51) common-timing-cpp 27.3641 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 1, 2, 15, 40) fem-multicore-cpp 108.48 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 1, 2, 18, 7) fem-assembly-cpp 147.143 "Assembly for various forms and backends" +(2012, 12, 1, 2, 18, 19) fem-convergence-cpp 11.6838 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 1, 2, 18, 20) fem-jit-python 0.000421095 "JIT compilation (in memory cache)" +(2012, 12, 1, 2, 23, 41) fem-speedup-cpp 320.362 "Assembly/solve speedup running on 4 processors" +(2012, 12, 1, 2, 23, 41) fem-speedup-cpp-assembly 6.07905 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 1, 2, 23, 41) fem-speedup-cpp-solve 2.28325 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 1, 2, 24, 8) mesh-refinement-cpp 25.2071 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 1, 2, 24, 30) mesh-topology-cpp 21.8705 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 1, 2, 24, 58) mesh-unitcube-cpp 27.8679 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 1, 2, 25, 45) mesh-iteration-cpp 44.1876 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 1, 2, 26, 7) function-evaluation-cpp 21.7473 "Evaluations of functions at arbitrary points." +(2012, 12, 1, 2, 26, 7) function-evaluation-cpp 21.6479 "Evaluations of functions at arbitrary points." +(2012, 12, 1, 2, 26, 12) function-extrapolation-python 4.98174 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 1, 2, 26, 12) function-extrapolation-python 1.92596 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 1, 2, 26, 36) la-vector-access-cpp 23.6385 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 1, 2, 27, 3) la-vector-assignment-cpp 26.9472 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 2, 2, 13, 37) common-progress-cpp 31.0547 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 2, 2, 14, 5) common-timing-cpp 27.2938 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 2, 2, 15, 53) fem-multicore-cpp 108.191 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 2, 2, 18, 21) fem-assembly-cpp 148.078 "Assembly for various forms and backends" +(2012, 12, 2, 2, 18, 33) fem-convergence-cpp 11.6612 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 2, 2, 18, 35) fem-jit-python 0.000414801 "JIT compilation (in memory cache)" +(2012, 12, 2, 2, 23, 57) fem-speedup-cpp 321.856 "Assembly/solve speedup running on 4 processors" +(2012, 12, 2, 2, 23, 57) fem-speedup-cpp-assembly 6.21593 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 2, 2, 23, 57) fem-speedup-cpp-solve 2.25051 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 2, 2, 24, 24) mesh-refinement-cpp 25.0493 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 2, 2, 24, 46) mesh-topology-cpp 21.7952 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 2, 2, 25, 14) mesh-unitcube-cpp 27.9996 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 2, 2, 26, 1) mesh-iteration-cpp 44.6613 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 2, 2, 26, 23) function-evaluation-cpp 21.8016 "Evaluations of functions at arbitrary points." +(2012, 12, 2, 2, 26, 23) function-evaluation-cpp 21.6906 "Evaluations of functions at arbitrary points." +(2012, 12, 2, 2, 26, 28) function-extrapolation-python 5.11694 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 2, 2, 26, 28) function-extrapolation-python 1.88872 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 2, 2, 26, 54) la-vector-access-cpp 25.5805 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 2, 2, 27, 21) la-vector-assignment-cpp 26.9355 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 3, 2, 13, 28) common-progress-cpp 37.6836 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 3, 2, 13, 57) common-timing-cpp 28.5344 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 3, 2, 15, 46) fem-multicore-cpp 109.156 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 3, 2, 18, 15) fem-assembly-cpp 149.058 "Assembly for various forms and backends" +(2012, 12, 3, 2, 18, 27) fem-convergence-cpp 11.6717 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 3, 2, 18, 29) fem-jit-python 0.000430393 "JIT compilation (in memory cache)" +(2012, 12, 3, 2, 23, 57) fem-speedup-cpp 328.098 "Assembly/solve speedup running on 4 processors" +(2012, 12, 3, 2, 23, 57) fem-speedup-cpp-assembly 6.24401 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 3, 2, 23, 57) fem-speedup-cpp-solve 2.0813 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 3, 2, 24, 24) mesh-refinement-cpp 25.0092 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 3, 2, 24, 46) mesh-topology-cpp 21.983 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 3, 2, 25, 14) mesh-unitcube-cpp 28.0109 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 3, 2, 26, 2) mesh-iteration-cpp 44.6116 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 3, 2, 26, 23) function-evaluation-cpp 21.4359 "Evaluations of functions at arbitrary points." +(2012, 12, 3, 2, 26, 23) function-evaluation-cpp 21.3245 "Evaluations of functions at arbitrary points." +(2012, 12, 3, 2, 26, 28) function-extrapolation-python 5.03537 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 3, 2, 26, 28) function-extrapolation-python 1.89278 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 3, 2, 26, 51) la-vector-access-cpp 23.0156 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 3, 2, 27, 24) la-vector-assignment-cpp 32.9353 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 4, 2, 13, 35) common-progress-cpp 37.6919 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 4, 2, 14, 2) common-timing-cpp 26.6364 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 4, 2, 15, 50) fem-multicore-cpp 107.982 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 4, 2, 18, 18) fem-assembly-cpp 148.019 "Assembly for various forms and backends" +(2012, 12, 4, 2, 18, 30) fem-convergence-cpp 11.6783 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 4, 2, 18, 32) fem-jit-python 0.000423789 "JIT compilation (in memory cache)" +(2012, 12, 4, 2, 23, 54) fem-speedup-cpp 322.32 "Assembly/solve speedup running on 4 processors" +(2012, 12, 4, 2, 23, 54) fem-speedup-cpp-assembly 6.20075 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 4, 2, 23, 54) fem-speedup-cpp-solve 2.26538 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 4, 2, 24, 22) mesh-refinement-cpp 25.6088 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 4, 2, 24, 44) mesh-topology-cpp 21.6699 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 4, 2, 25, 17) mesh-unitcube-cpp 33.442 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 4, 2, 26, 5) mesh-iteration-cpp 44.6827 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 4, 2, 26, 27) function-evaluation-cpp 21.7768 "Evaluations of functions at arbitrary points." +(2012, 12, 4, 2, 26, 27) function-evaluation-cpp 21.6651 "Evaluations of functions at arbitrary points." +(2012, 12, 4, 2, 26, 32) function-extrapolation-python 4.97931 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 4, 2, 26, 32) function-extrapolation-python 1.9061 "*** Warning: UnitCube is deprecated. Use UnitCubeMesh" +(2012, 12, 4, 2, 26, 56) la-vector-access-cpp 24.3218 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 4, 2, 27, 22) la-vector-assignment-cpp 26.0215 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 5, 2, 14, 4) common-progress-cpp 29.1975 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 5, 2, 14, 32) common-timing-cpp 27.6865 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 5, 2, 16, 59) fem-assembly-cpp 146.982 "Assembly for various forms and backends" +(2012, 12, 5, 2, 17, 11) fem-convergence-cpp 11.6838 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 5, 2, 17, 12) fem-jit-python 0.000422406 "JIT compilation (in memory cache)" +(2012, 12, 5, 2, 22, 37) fem-speedup-cpp 324.082 "Assembly/solve speedup running on 4 processors" +(2012, 12, 5, 2, 22, 37) fem-speedup-cpp-assembly 6.20012 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 5, 2, 22, 37) fem-speedup-cpp-solve 2.18646 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 5, 2, 23, 3) mesh-refinement-cpp 24.9222 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 5, 2, 23, 26) mesh-topology-cpp 21.9294 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 5, 2, 23, 53) mesh-unitcube-cpp 27.0426 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 5, 2, 24, 38) mesh-iteration-cpp 42.5934 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 5, 2, 25, 6) la-vector-access-cpp 24.3764 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 5, 2, 25, 32) la-vector-assignment-cpp 26.0256 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 6, 2, 13, 33) common-progress-cpp 28.9727 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 6, 2, 14, 0) common-timing-cpp 26.922 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 6, 2, 15, 48) fem-multicore-cpp 107.778 "Coloring mesh." +(2012, 12, 6, 2, 18, 15) fem-assembly-cpp 147.517 "Assembly for various forms and backends" +(2012, 12, 6, 2, 18, 27) fem-convergence-cpp 11.6778 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 6, 2, 18, 29) fem-jit-python 0.000414801 "JIT compilation (in memory cache)" +(2012, 12, 6, 2, 23, 52) fem-speedup-cpp 323.501 "Assembly/solve speedup running on 4 processors" +(2012, 12, 6, 2, 23, 52) fem-speedup-cpp-assembly 6.13647 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 6, 2, 23, 52) fem-speedup-cpp-solve 2.21196 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 6, 2, 24, 20) mesh-refinement-cpp 25.2882 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 6, 2, 24, 41) mesh-topology-cpp 21.5749 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 6, 2, 25, 8) mesh-unitcube-cpp 26.4855 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 6, 2, 25, 53) mesh-iteration-cpp 41.876 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 6, 2, 26, 14) function-evaluation-cpp 21.6652 "Evaluations of functions at arbitrary points." +(2012, 12, 6, 2, 26, 14) function-evaluation-cpp 21.5614 "Evaluations of functions at arbitrary points." +(2012, 12, 6, 2, 26, 40) la-vector-access-cpp 23.0849 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 6, 2, 27, 6) la-vector-assignment-cpp 26.0251 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 7, 2, 13, 29) common-progress-cpp 28.9728 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 7, 2, 13, 56) common-timing-cpp 26.7469 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 7, 2, 15, 44) fem-multicore-cpp 107.907 "Coloring mesh." +(2012, 12, 7, 2, 18, 11) fem-assembly-cpp 147.177 "Assembly for various forms and backends" +(2012, 12, 7, 2, 18, 22) fem-convergence-cpp 11.6811 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 7, 2, 18, 24) fem-jit-python 0.00041101 "JIT compilation (in memory cache)" +(2012, 12, 7, 2, 23, 47) fem-speedup-cpp 322.171 "Assembly/solve speedup running on 4 processors" +(2012, 12, 7, 2, 23, 47) fem-speedup-cpp-assembly 6.20805 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 7, 2, 23, 47) fem-speedup-cpp-solve 2.23711 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 7, 2, 24, 14) mesh-refinement-cpp 25.431 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 7, 2, 24, 36) mesh-topology-cpp 21.5766 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 7, 2, 25, 2) mesh-unitcube-cpp 26.4238 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 7, 2, 25, 45) mesh-iteration-cpp 40.3383 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 7, 2, 26, 7) function-evaluation-cpp 21.6979 "Evaluations of functions at arbitrary points." +(2012, 12, 7, 2, 26, 7) function-evaluation-cpp 21.5938 "Evaluations of functions at arbitrary points." +(2012, 12, 7, 2, 26, 35) la-vector-access-cpp 24.3346 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 7, 2, 27, 1) la-vector-assignment-cpp 26.0214 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 8, 2, 13, 21) common-progress-cpp 28.9727 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 8, 2, 13, 48) common-timing-cpp 26.9482 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 8, 2, 15, 36) fem-multicore-cpp 108.174 "Coloring mesh." +(2012, 12, 8, 2, 18, 3) fem-assembly-cpp 146.566 "Assembly for various forms and backends" +(2012, 12, 8, 2, 18, 15) fem-convergence-cpp 11.7335 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 8, 2, 18, 17) fem-jit-python 0.000417399 "JIT compilation (in memory cache)" +(2012, 12, 8, 2, 23, 45) fem-speedup-cpp 328.415 "Assembly/solve speedup running on 4 processors" +(2012, 12, 8, 2, 23, 45) fem-speedup-cpp-assembly 6.2053 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 8, 2, 23, 45) fem-speedup-cpp-solve 2.07078 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 8, 2, 24, 12) mesh-refinement-cpp 24.8384 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 8, 2, 24, 34) mesh-topology-cpp 21.7294 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 8, 2, 25, 1) mesh-unitcube-cpp 27.6182 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 8, 2, 25, 45) mesh-iteration-cpp 40.2858 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 8, 2, 26, 6) function-evaluation-cpp 21.6586 "Evaluations of functions at arbitrary points." +(2012, 12, 8, 2, 26, 6) function-evaluation-cpp 21.556 "Evaluations of functions at arbitrary points." +(2012, 12, 8, 2, 26, 34) la-vector-access-cpp 24.3336 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 8, 2, 27, 0) la-vector-assignment-cpp 25.9746 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 9, 2, 13, 27) common-progress-cpp 29.0143 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 9, 2, 13, 55) common-timing-cpp 28.2108 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 9, 2, 15, 44) fem-multicore-cpp 108.241 "Coloring mesh." +(2012, 12, 9, 2, 18, 10) fem-assembly-cpp 146.471 "Assembly for various forms and backends" +(2012, 12, 9, 2, 18, 22) fem-convergence-cpp 11.715 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 9, 2, 18, 24) fem-jit-python 0.000421 "JIT compilation (in memory cache)" +(2012, 12, 9, 2, 23, 48) fem-speedup-cpp 324.711 "Assembly/solve speedup running on 4 processors" +(2012, 12, 9, 2, 23, 48) fem-speedup-cpp-assembly 6.31489 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 9, 2, 23, 48) fem-speedup-cpp-solve 2.08223 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 9, 2, 24, 15) mesh-refinement-cpp 24.9089 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 9, 2, 24, 37) mesh-topology-cpp 21.8068 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 9, 2, 25, 4) mesh-unitcube-cpp 27.4638 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 9, 2, 25, 54) mesh-iteration-cpp 46.2157 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 9, 2, 26, 15) function-evaluation-cpp 21.6875 "Evaluations of functions at arbitrary points." +(2012, 12, 9, 2, 26, 15) function-evaluation-cpp 21.5542 "Evaluations of functions at arbitrary points." +(2012, 12, 9, 2, 26, 43) la-vector-access-cpp 24.0787 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 9, 2, 27, 11) la-vector-assignment-cpp 28.0499 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 10, 2, 13, 22) common-progress-cpp 29.1393 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 10, 2, 13, 50) common-timing-cpp 27.2842 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 10, 2, 15, 37) fem-multicore-cpp 107.596 "Coloring mesh." +(2012, 12, 10, 2, 18, 6) fem-assembly-cpp 148.379 "Assembly for various forms and backends" +(2012, 12, 10, 2, 18, 17) fem-convergence-cpp 11.6703 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 10, 2, 18, 19) fem-jit-python 0.000418091 "JIT compilation (in memory cache)" +(2012, 12, 10, 2, 23, 49) fem-speedup-cpp 330.092 "Assembly/solve speedup running on 4 processors" +(2012, 12, 10, 2, 23, 49) fem-speedup-cpp-assembly 6.29587 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 10, 2, 23, 49) fem-speedup-cpp-solve 1.95925 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 10, 2, 24, 16) mesh-refinement-cpp 24.8545 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 10, 2, 24, 38) mesh-topology-cpp 21.664 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 10, 2, 25, 6) mesh-unitcube-cpp 27.6158 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 10, 2, 25, 49) mesh-iteration-cpp 40.2808 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 10, 2, 26, 11) function-evaluation-cpp 21.6777 "Evaluations of functions at arbitrary points." +(2012, 12, 10, 2, 26, 11) function-evaluation-cpp 21.5682 "Evaluations of functions at arbitrary points." +(2012, 12, 10, 2, 26, 39) la-vector-access-cpp 24.9206 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 10, 2, 27, 5) la-vector-assignment-cpp 26.0242 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 11, 2, 13, 13) common-progress-cpp 29.0144 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 11, 2, 13, 40) common-timing-cpp 26.8327 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 11, 2, 15, 28) fem-multicore-cpp 107.576 "Coloring mesh." +(2012, 12, 11, 2, 17, 56) fem-assembly-cpp 147.83 "Assembly for various forms and backends" +(2012, 12, 11, 2, 18, 7) fem-convergence-cpp 11.6604 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 11, 2, 18, 9) fem-jit-python 0.000420809 "JIT compilation (in memory cache)" +(2012, 12, 11, 2, 23, 35) fem-speedup-cpp 325.251 "Assembly/solve speedup running on 4 processors" +(2012, 12, 11, 2, 23, 35) fem-speedup-cpp-assembly 6.23278 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 11, 2, 23, 35) fem-speedup-cpp-solve 2.07781 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 11, 2, 24, 1) mesh-refinement-cpp 24.853 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 11, 2, 24, 23) mesh-topology-cpp 21.6676 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 11, 2, 24, 51) mesh-unitcube-cpp 27.6461 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 11, 2, 25, 34) mesh-iteration-cpp 40.3338 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 11, 2, 25, 56) function-evaluation-cpp 21.6709 "Evaluations of functions at arbitrary points." +(2012, 12, 11, 2, 25, 56) function-evaluation-cpp 21.524 "Evaluations of functions at arbitrary points." +(2012, 12, 11, 2, 26, 23) la-vector-access-cpp 24.34 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 11, 2, 26, 49) la-vector-assignment-cpp 25.9889 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 12, 2, 13, 39) common-progress-cpp 36.5011 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 12, 2, 14, 6) common-timing-cpp 26.6948 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 12, 2, 15, 55) fem-multicore-cpp 108.8 "Coloring mesh." +(2012, 12, 12, 2, 18, 22) fem-assembly-cpp 146.779 "Assembly for various forms and backends" +(2012, 12, 12, 2, 18, 33) fem-convergence-cpp 11.7195 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 12, 2, 18, 35) fem-jit-python 0.000428104 "JIT compilation (in memory cache)" +(2012, 12, 12, 2, 23, 57) fem-speedup-cpp 322.113 "Assembly/solve speedup running on 4 processors" +(2012, 12, 12, 2, 23, 57) fem-speedup-cpp-assembly 6.1429 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 12, 2, 23, 57) fem-speedup-cpp-solve 2.11719 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 12, 2, 24, 24) mesh-refinement-cpp 24.8416 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 12, 2, 24, 45) mesh-topology-cpp 21.5376 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 12, 2, 25, 13) mesh-unitcube-cpp 27.4487 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 12, 2, 25, 56) mesh-iteration-cpp 40.3285 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 12, 2, 26, 18) function-evaluation-cpp 21.7355 "Evaluations of functions at arbitrary points." +(2012, 12, 12, 2, 26, 18) function-evaluation-cpp 21.5837 "Evaluations of functions at arbitrary points." +(2012, 12, 12, 2, 26, 45) la-vector-access-cpp 24.3411 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 12, 2, 27, 12) la-vector-assignment-cpp 26.9404 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 13, 2, 13, 36) common-progress-cpp 28.9477 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 13, 2, 14, 3) common-timing-cpp 27.2035 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 13, 2, 15, 52) fem-multicore-cpp 109.355 "Coloring mesh." +(2012, 12, 13, 2, 18, 20) fem-assembly-cpp 147.36 "Assembly for various forms and backends" +(2012, 12, 13, 2, 18, 31) fem-convergence-cpp 11.6826 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 13, 2, 18, 33) fem-jit-python 0.000417089 "JIT compilation (in memory cache)" +(2012, 12, 13, 2, 23, 57) fem-speedup-cpp 323.46 "Assembly/solve speedup running on 4 processors" +(2012, 12, 13, 2, 23, 57) fem-speedup-cpp-assembly 6.31413 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 13, 2, 23, 57) fem-speedup-cpp-solve 2.10175 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 13, 2, 24, 23) mesh-refinement-cpp 24.8889 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 13, 2, 24, 45) mesh-topology-cpp 21.9512 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 13, 2, 25, 13) mesh-unitcube-cpp 27.7404 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 13, 2, 25, 59) mesh-iteration-cpp 43.2183 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 13, 2, 26, 21) function-evaluation-cpp 21.7209 "Evaluations of functions at arbitrary points." +(2012, 12, 13, 2, 26, 21) function-evaluation-cpp 21.5806 "Evaluations of functions at arbitrary points." +(2012, 12, 13, 2, 26, 49) la-vector-access-cpp 24.3415 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 13, 2, 27, 15) la-vector-assignment-cpp 26.0252 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 14, 2, 13, 30) common-progress-cpp 29.0323 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 14, 2, 13, 58) common-timing-cpp 27.2585 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 14, 2, 15, 47) fem-multicore-cpp 109.32 "Coloring mesh." +(2012, 12, 14, 2, 18, 16) fem-assembly-cpp 148.463 "Assembly for various forms and backends" +(2012, 12, 14, 2, 18, 27) fem-convergence-cpp 11.6121 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 14, 2, 18, 29) fem-jit-python 0.000419402 "JIT compilation (in memory cache)" +(2012, 12, 14, 2, 23, 52) fem-speedup-cpp 322.701 "Assembly/solve speedup running on 4 processors" +(2012, 12, 14, 2, 23, 52) fem-speedup-cpp-assembly 6.24069 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 14, 2, 23, 52) fem-speedup-cpp-solve 2.12094 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 14, 2, 24, 18) mesh-refinement-cpp 24.8999 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 14, 2, 24, 40) mesh-topology-cpp 21.9843 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 14, 2, 25, 8) mesh-unitcube-cpp 27.8451 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 14, 2, 25, 56) mesh-iteration-cpp 45.2509 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 14, 2, 26, 18) function-evaluation-cpp 21.7323 "Evaluations of functions at arbitrary points." +(2012, 12, 14, 2, 26, 18) function-evaluation-cpp 21.5954 "Evaluations of functions at arbitrary points." +(2012, 12, 14, 2, 26, 46) la-vector-access-cpp 24.0774 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 14, 2, 27, 12) la-vector-assignment-cpp 26.0304 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 15, 2, 13, 28) common-progress-cpp 29.2071 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 15, 2, 13, 55) common-timing-cpp 26.9454 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 15, 2, 15, 44) fem-multicore-cpp 109.106 "Coloring mesh." +(2012, 12, 15, 2, 18, 13) fem-assembly-cpp 149.112 "Assembly for various forms and backends" +(2012, 12, 15, 2, 18, 25) fem-convergence-cpp 11.6841 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 15, 2, 18, 27) fem-jit-python 0.000422287 "JIT compilation (in memory cache)" +(2012, 12, 15, 2, 23, 50) fem-speedup-cpp 322.967 "Assembly/solve speedup running on 4 processors" +(2012, 12, 15, 2, 23, 50) fem-speedup-cpp-assembly 6.32278 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 15, 2, 23, 50) fem-speedup-cpp-solve 2.1039 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 15, 2, 24, 16) mesh-refinement-cpp 24.8879 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 15, 2, 24, 38) mesh-topology-cpp 22.0019 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 15, 2, 25, 6) mesh-unitcube-cpp 27.9895 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 15, 2, 25, 52) mesh-iteration-cpp 43.1356 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 15, 2, 26, 14) function-evaluation-cpp 21.7075 "Evaluations of functions at arbitrary points." +(2012, 12, 15, 2, 26, 14) function-evaluation-cpp 21.5679 "Evaluations of functions at arbitrary points." +(2012, 12, 15, 2, 26, 42) la-vector-access-cpp 24.3325 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 15, 2, 27, 9) la-vector-assignment-cpp 27.4288 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 16, 2, 13, 6) common-progress-cpp 29.0322 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 16, 2, 13, 33) common-timing-cpp 26.9458 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 16, 2, 15, 22) fem-multicore-cpp 109.062 "Coloring mesh." +(2012, 12, 16, 2, 17, 51) fem-assembly-cpp 149.133 "Assembly for various forms and backends" +(2012, 12, 16, 2, 18, 3) fem-convergence-cpp 11.6778 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 16, 2, 18, 5) fem-jit-python 0.000422001 "JIT compilation (in memory cache)" +(2012, 12, 16, 2, 23, 34) fem-speedup-cpp 329.319 "Assembly/solve speedup running on 4 processors" +(2012, 12, 16, 2, 23, 34) fem-speedup-cpp-assembly 6.29477 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 16, 2, 23, 34) fem-speedup-cpp-solve 1.9898 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 16, 2, 24, 1) mesh-refinement-cpp 24.8575 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 16, 2, 24, 23) mesh-topology-cpp 22.0094 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 16, 2, 24, 51) mesh-unitcube-cpp 27.7353 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 16, 2, 25, 40) mesh-iteration-cpp 45.9221 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 16, 2, 26, 1) function-evaluation-cpp 21.7257 "Evaluations of functions at arbitrary points." +(2012, 12, 16, 2, 26, 1) function-evaluation-cpp 21.6219 "Evaluations of functions at arbitrary points." +(2012, 12, 16, 2, 26, 29) la-vector-access-cpp 24.3184 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 16, 2, 26, 55) la-vector-assignment-cpp 25.8787 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 17, 2, 13, 4) common-progress-cpp 29.0322 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 17, 2, 13, 31) common-timing-cpp 26.6655 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 17, 2, 15, 20) fem-multicore-cpp 109.022 "Coloring mesh." +(2012, 12, 17, 2, 17, 49) fem-assembly-cpp 148.84 "Assembly for various forms and backends" +(2012, 12, 17, 2, 18, 1) fem-convergence-cpp 11.6696 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 17, 2, 18, 3) fem-jit-python 0.000425291 "JIT compilation (in memory cache)" +(2012, 12, 17, 2, 23, 27) fem-speedup-cpp 324.706 "Assembly/solve speedup running on 4 processors" +(2012, 12, 17, 2, 23, 27) fem-speedup-cpp-assembly 6.24436 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 17, 2, 23, 27) fem-speedup-cpp-solve 2.08727 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 17, 2, 23, 54) mesh-refinement-cpp 24.9221 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 17, 2, 24, 17) mesh-topology-cpp 22.1276 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 17, 2, 24, 44) mesh-unitcube-cpp 27.7595 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 17, 2, 25, 30) mesh-iteration-cpp 42.8699 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 17, 2, 25, 52) function-evaluation-cpp 21.7213 "Evaluations of functions at arbitrary points." +(2012, 12, 17, 2, 25, 52) function-evaluation-cpp 21.6154 "Evaluations of functions at arbitrary points." +(2012, 12, 17, 2, 26, 19) la-vector-access-cpp 24.3298 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 17, 2, 26, 45) la-vector-assignment-cpp 26.0138 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 18, 2, 13, 31) common-progress-cpp 29.0239 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 18, 2, 13, 58) common-timing-cpp 27.1075 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 18, 2, 15, 48) fem-multicore-cpp 109.763 "Coloring mesh." +(2012, 12, 18, 2, 18, 13) fem-assembly-cpp 145.7 "Assembly for various forms and backends" +(2012, 12, 18, 2, 18, 25) fem-convergence-cpp 11.6877 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 18, 2, 18, 27) fem-jit-python 0.000414085 "JIT compilation (in memory cache)" +(2012, 12, 18, 2, 23, 51) fem-speedup-cpp 323.823 "Assembly/solve speedup running on 4 processors" +(2012, 12, 18, 2, 23, 51) fem-speedup-cpp-assembly 6.16698 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 18, 2, 23, 51) fem-speedup-cpp-solve 2.08549 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 18, 2, 24, 17) mesh-refinement-cpp 24.8653 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 18, 2, 24, 39) mesh-topology-cpp 22.0175 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 18, 2, 25, 7) mesh-unitcube-cpp 27.8598 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 18, 2, 25, 53) mesh-iteration-cpp 42.878 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 18, 2, 26, 15) function-evaluation-cpp 21.7492 "Evaluations of functions at arbitrary points." +(2012, 12, 18, 2, 26, 15) function-evaluation-cpp 21.6077 "Evaluations of functions at arbitrary points." +(2012, 12, 18, 2, 26, 43) la-vector-access-cpp 25.4171 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 18, 2, 27, 11) la-vector-assignment-cpp 27.4802 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 19, 2, 13, 32) common-progress-cpp 29.0489 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 19, 2, 14, 0) common-timing-cpp 27.1396 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 19, 2, 15, 49) fem-multicore-cpp 109.052 "Coloring mesh." +(2012, 12, 19, 2, 18, 14) fem-assembly-cpp 145.112 "Assembly for various forms and backends" +(2012, 12, 19, 2, 18, 25) fem-convergence-cpp 11.6985 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 19, 2, 18, 27) fem-jit-python 0.000419688 "JIT compilation (in memory cache)" +(2012, 12, 19, 2, 23, 52) fem-speedup-cpp 324.61 "Assembly/solve speedup running on 4 processors" +(2012, 12, 19, 2, 23, 52) fem-speedup-cpp-assembly 6.23634 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 19, 2, 23, 52) fem-speedup-cpp-solve 2.06688 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 19, 2, 24, 18) mesh-refinement-cpp 24.8315 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 19, 2, 24, 41) mesh-topology-cpp 22.0915 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 19, 2, 25, 9) mesh-unitcube-cpp 27.7826 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 19, 2, 25, 55) mesh-iteration-cpp 43.0979 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 19, 2, 26, 19) function-evaluation-cpp 24.1554 "Evaluations of functions at arbitrary points." +(2012, 12, 19, 2, 26, 19) function-evaluation-cpp 24.0283 "Evaluations of functions at arbitrary points." +(2012, 12, 19, 2, 26, 46) la-vector-access-cpp 24.3283 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 19, 2, 27, 12) la-vector-assignment-cpp 26.0187 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 20, 2, 13, 57) common-progress-cpp 29.1488 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 20, 2, 14, 25) common-timing-cpp 27.6833 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 20, 2, 16, 13) fem-multicore-cpp 108.924 "Coloring mesh." +(2012, 12, 20, 2, 18, 41) fem-assembly-cpp 147.147 "Assembly for various forms and backends" +(2012, 12, 20, 2, 18, 52) fem-convergence-cpp 11.6702 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 20, 2, 18, 54) fem-jit-python 0.000423098 "JIT compilation (in memory cache)" +(2012, 12, 20, 2, 24, 18) fem-speedup-cpp 323.5 "Assembly/solve speedup running on 4 processors" +(2012, 12, 20, 2, 24, 18) fem-speedup-cpp-assembly 6.22749 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 20, 2, 24, 18) fem-speedup-cpp-solve 2.08634 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 20, 2, 24, 45) mesh-refinement-cpp 25.1577 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 20, 2, 25, 7) mesh-topology-cpp 22.0001 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 20, 2, 25, 34) mesh-unitcube-cpp 27.1674 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 20, 2, 26, 20) mesh-iteration-cpp 43.7318 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 20, 2, 26, 42) function-evaluation-cpp 21.7056 "Evaluations of functions at arbitrary points." +(2012, 12, 20, 2, 26, 42) function-evaluation-cpp 21.5613 "Evaluations of functions at arbitrary points." +(2012, 12, 20, 2, 27, 8) la-vector-access-cpp 23.0751 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 20, 2, 27, 34) la-vector-assignment-cpp 26.0183 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 21, 2, 13, 27) common-progress-cpp 29.0239 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 21, 2, 13, 53) common-timing-cpp 26.1405 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 21, 2, 15, 41) fem-multicore-cpp 108.325 "Coloring mesh." +(2012, 12, 21, 2, 18, 10) fem-assembly-cpp 148.394 "Assembly for various forms and backends" +(2012, 12, 21, 2, 18, 21) fem-convergence-cpp 11.6802 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 21, 2, 18, 23) fem-jit-python 0.000420713 "JIT compilation (in memory cache)" +(2012, 12, 21, 2, 23, 45) fem-speedup-cpp 321.903 "Assembly/solve speedup running on 4 processors" +(2012, 12, 21, 2, 23, 45) fem-speedup-cpp-assembly 6.32324 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 21, 2, 23, 45) fem-speedup-cpp-solve 2.12434 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 21, 2, 24, 12) mesh-refinement-cpp 24.8268 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 21, 2, 24, 33) mesh-topology-cpp 21.785 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 21, 2, 25, 1) mesh-unitcube-cpp 27.2246 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 21, 2, 25, 44) mesh-iteration-cpp 40.2766 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 21, 2, 26, 6) function-evaluation-cpp 21.725 "Evaluations of functions at arbitrary points." +(2012, 12, 21, 2, 26, 6) function-evaluation-cpp 21.5773 "Evaluations of functions at arbitrary points." +(2012, 12, 21, 2, 26, 32) la-vector-access-cpp 23.4319 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 21, 2, 26, 58) la-vector-assignment-cpp 26.0252 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 22, 2, 13, 13) common-progress-cpp 28.9739 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 22, 2, 13, 39) common-timing-cpp 26.0747 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 22, 2, 15, 26) fem-multicore-cpp 107.704 "Coloring mesh." +(2012, 12, 22, 2, 17, 55) fem-assembly-cpp 148.472 "Assembly for various forms and backends" +(2012, 12, 22, 2, 18, 7) fem-convergence-cpp 11.7415 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 22, 2, 18, 9) fem-jit-python 0.000417686 "JIT compilation (in memory cache)" +(2012, 12, 22, 2, 23, 35) fem-speedup-cpp 326.017 "Assembly/solve speedup running on 4 processors" +(2012, 12, 22, 2, 23, 35) fem-speedup-cpp-assembly 6.29701 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 22, 2, 23, 35) fem-speedup-cpp-solve 2.0374 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 22, 2, 24, 2) mesh-refinement-cpp 24.9012 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 22, 2, 24, 23) mesh-topology-cpp 21.7896 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 22, 2, 24, 51) mesh-unitcube-cpp 27.1716 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 22, 2, 25, 40) mesh-iteration-cpp 46.0368 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 22, 2, 26, 1) function-evaluation-cpp 21.752 "Evaluations of functions at arbitrary points." +(2012, 12, 22, 2, 26, 1) function-evaluation-cpp 21.6145 "Evaluations of functions at arbitrary points." +(2012, 12, 22, 2, 26, 28) la-vector-access-cpp 23.0926 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 22, 2, 26, 54) la-vector-assignment-cpp 26.0175 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 23, 2, 13, 21) common-progress-cpp 29.0822 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 23, 2, 13, 46) common-timing-cpp 25.7393 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 23, 2, 15, 35) fem-multicore-cpp 108.785 "Coloring mesh." +(2012, 12, 23, 2, 18, 4) fem-assembly-cpp 148.926 "Assembly for various forms and backends" +(2012, 12, 23, 2, 18, 16) fem-convergence-cpp 11.7111 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 23, 2, 18, 18) fem-jit-python 0.000428796 "JIT compilation (in memory cache)" +(2012, 12, 23, 2, 23, 47) fem-speedup-cpp 329.65 "Assembly/solve speedup running on 4 processors" +(2012, 12, 23, 2, 23, 47) fem-speedup-cpp-assembly 6.28928 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 23, 2, 23, 47) fem-speedup-cpp-solve 1.96131 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 23, 2, 24, 14) mesh-refinement-cpp 24.8607 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 23, 2, 24, 36) mesh-topology-cpp 21.801 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 23, 2, 25, 3) mesh-unitcube-cpp 27.0871 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 23, 2, 25, 47) mesh-iteration-cpp 40.2912 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 23, 2, 26, 8) function-evaluation-cpp 21.7183 "Evaluations of functions at arbitrary points." +(2012, 12, 23, 2, 26, 8) function-evaluation-cpp 21.6116 "Evaluations of functions at arbitrary points." +(2012, 12, 23, 2, 26, 36) la-vector-access-cpp 24.8538 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 23, 2, 27, 2) la-vector-assignment-cpp 26.023 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 24, 2, 13, 39) common-progress-cpp 28.9573 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 24, 2, 14, 5) common-timing-cpp 26.8616 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 24, 2, 15, 54) fem-multicore-cpp 108.985 "Coloring mesh." +(2012, 12, 24, 2, 18, 23) fem-assembly-cpp 148.074 "Assembly for various forms and backends" +(2012, 12, 24, 2, 18, 34) fem-convergence-cpp 11.6873 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 24, 2, 18, 36) fem-jit-python 0.000423598 "JIT compilation (in memory cache)" +(2012, 12, 24, 2, 24, 7) fem-speedup-cpp 330.902 "Assembly/solve speedup running on 4 processors" +(2012, 12, 24, 2, 24, 7) fem-speedup-cpp-assembly 6.21077 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 24, 2, 24, 7) fem-speedup-cpp-solve 1.97674 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 24, 2, 24, 34) mesh-refinement-cpp 25.236 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 24, 2, 24, 56) mesh-topology-cpp 21.7018 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 24, 2, 25, 24) mesh-unitcube-cpp 27.4367 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 24, 2, 26, 7) mesh-iteration-cpp 40.2467 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 24, 2, 26, 29) function-evaluation-cpp 21.7405 "Evaluations of functions at arbitrary points." +(2012, 12, 24, 2, 26, 29) function-evaluation-cpp 21.628 "Evaluations of functions at arbitrary points." +(2012, 12, 24, 2, 26, 55) la-vector-access-cpp 22.9861 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 24, 2, 27, 21) la-vector-assignment-cpp 26.0143 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 25, 2, 13, 30) common-progress-cpp 29.0073 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 25, 2, 13, 57) common-timing-cpp 26.8355 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 25, 2, 15, 45) fem-multicore-cpp 108.254 "Coloring mesh." +(2012, 12, 25, 2, 18, 13) fem-assembly-cpp 148.426 "Assembly for various forms and backends" +(2012, 12, 25, 2, 18, 25) fem-convergence-cpp 11.6963 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 25, 2, 18, 27) fem-jit-python 0.000414491 "JIT compilation (in memory cache)" +(2012, 12, 25, 2, 23, 52) fem-speedup-cpp 324.822 "Assembly/solve speedup running on 4 processors" +(2012, 12, 25, 2, 23, 52) fem-speedup-cpp-assembly 6.3266 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 25, 2, 23, 52) fem-speedup-cpp-solve 2.10992 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 25, 2, 24, 19) mesh-refinement-cpp 25.318 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 25, 2, 24, 41) mesh-topology-cpp 21.6827 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 25, 2, 25, 8) mesh-unitcube-cpp 27.4621 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 25, 2, 25, 51) mesh-iteration-cpp 40.2768 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 25, 2, 26, 13) function-evaluation-cpp 21.7806 "Evaluations of functions at arbitrary points." +(2012, 12, 25, 2, 26, 13) function-evaluation-cpp 21.5986 "Evaluations of functions at arbitrary points." +(2012, 12, 25, 2, 26, 39) la-vector-access-cpp 23.0233 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 25, 2, 27, 8) la-vector-assignment-cpp 28.0347 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 26, 2, 13, 9) common-progress-cpp 29.0405 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 26, 2, 13, 36) common-timing-cpp 26.9821 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 26, 2, 15, 24) fem-multicore-cpp 108.168 "Coloring mesh." +(2012, 12, 26, 2, 17, 52) fem-assembly-cpp 148.114 "Assembly for various forms and backends" +(2012, 12, 26, 2, 18, 4) fem-convergence-cpp 11.6671 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 26, 2, 18, 6) fem-jit-python 0.000422621 "JIT compilation (in memory cache)" +(2012, 12, 26, 2, 23, 39) fem-speedup-cpp 333.372 "Assembly/solve speedup running on 4 processors" +(2012, 12, 26, 2, 23, 39) fem-speedup-cpp-assembly 6.29044 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 26, 2, 23, 39) fem-speedup-cpp-solve 1.92494 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 26, 2, 24, 6) mesh-refinement-cpp 25.1923 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 26, 2, 24, 28) mesh-topology-cpp 21.6682 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 26, 2, 24, 55) mesh-unitcube-cpp 27.5047 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 26, 2, 25, 39) mesh-iteration-cpp 40.3036 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 26, 2, 26, 0) function-evaluation-cpp 21.7269 "Evaluations of functions at arbitrary points." +(2012, 12, 26, 2, 26, 0) function-evaluation-cpp 21.6199 "Evaluations of functions at arbitrary points." +(2012, 12, 26, 2, 26, 27) la-vector-access-cpp 22.9979 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 26, 2, 26, 54) la-vector-assignment-cpp 27.4878 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 27, 2, 13, 27) common-progress-cpp 28.9991 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 27, 2, 13, 55) common-timing-cpp 27.1153 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 27, 2, 15, 43) fem-multicore-cpp 108.197 "Coloring mesh." +(2012, 12, 27, 2, 18, 10) fem-assembly-cpp 147.47 "Assembly for various forms and backends" +(2012, 12, 27, 2, 18, 22) fem-convergence-cpp 11.7034 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 27, 2, 18, 24) fem-jit-python 0.000424385 "JIT compilation (in memory cache)" +(2012, 12, 27, 2, 23, 50) fem-speedup-cpp 326.475 "Assembly/solve speedup running on 4 processors" +(2012, 12, 27, 2, 23, 50) fem-speedup-cpp-assembly 6.3998 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 27, 2, 23, 50) fem-speedup-cpp-solve 2.07613 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 27, 2, 24, 17) mesh-refinement-cpp 25.2119 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 27, 2, 24, 39) mesh-topology-cpp 21.6611 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 27, 2, 25, 7) mesh-unitcube-cpp 27.6063 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 27, 2, 25, 50) mesh-iteration-cpp 40.2987 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 27, 2, 26, 12) function-evaluation-cpp 21.9805 "Evaluations of functions at arbitrary points." +(2012, 12, 27, 2, 26, 12) function-evaluation-cpp 21.8329 "Evaluations of functions at arbitrary points." +(2012, 12, 27, 2, 26, 41) la-vector-access-cpp 25.4526 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 27, 2, 27, 7) la-vector-assignment-cpp 26.0238 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 28, 2, 13, 32) common-progress-cpp 29.0655 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 28, 2, 13, 58) common-timing-cpp 26.238 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 28, 2, 15, 48) fem-multicore-cpp 109.167 "Coloring mesh." +(2012, 12, 28, 2, 18, 15) fem-assembly-cpp 147.683 "Assembly for various forms and backends" +(2012, 12, 28, 2, 18, 27) fem-convergence-cpp 11.7358 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 28, 2, 18, 29) fem-jit-python 0.000418305 "JIT compilation (in memory cache)" +(2012, 12, 28, 2, 24, 1) fem-speedup-cpp 332.376 "Assembly/solve speedup running on 4 processors" +(2012, 12, 28, 2, 24, 1) fem-speedup-cpp-assembly 6.24272 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 28, 2, 24, 1) fem-speedup-cpp-solve 1.95932 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 28, 2, 24, 29) mesh-refinement-cpp 24.9065 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 28, 2, 24, 51) mesh-topology-cpp 21.8203 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 28, 2, 25, 20) mesh-unitcube-cpp 28.6299 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 28, 2, 26, 3) mesh-iteration-cpp 40.2737 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 28, 2, 26, 24) function-evaluation-cpp 21.1953 "Evaluations of functions at arbitrary points." +(2012, 12, 28, 2, 26, 24) function-evaluation-cpp 21.0886 "Evaluations of functions at arbitrary points." +(2012, 12, 28, 2, 26, 52) la-vector-access-cpp 24.3344 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 28, 2, 27, 18) la-vector-assignment-cpp 26.0212 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 30, 2, 13, 50) common-progress-cpp 46.6583 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 30, 2, 14, 17) common-timing-cpp 26.896 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 30, 2, 16, 6) fem-multicore-cpp 108.83 "Coloring mesh." +(2012, 12, 30, 2, 18, 34) fem-assembly-cpp 147.589 "Assembly for various forms and backends" +(2012, 12, 30, 2, 18, 46) fem-convergence-cpp 11.7084 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 30, 2, 18, 48) fem-jit-python 0.000419688 "JIT compilation (in memory cache)" +(2012, 12, 30, 2, 24, 10) fem-speedup-cpp 322.443 "Assembly/solve speedup running on 4 processors" +(2012, 12, 30, 2, 24, 10) fem-speedup-cpp-assembly 6.32365 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 30, 2, 24, 10) fem-speedup-cpp-solve 2.08285 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 30, 2, 24, 37) mesh-refinement-cpp 24.9664 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 30, 2, 24, 59) mesh-topology-cpp 21.7461 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 30, 2, 25, 26) mesh-unitcube-cpp 27.4331 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 30, 2, 26, 9) mesh-iteration-cpp 40.2772 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 30, 2, 26, 31) function-evaluation-cpp 21.6977 "Evaluations of functions at arbitrary points." +(2012, 12, 30, 2, 26, 31) function-evaluation-cpp 21.5547 "Evaluations of functions at arbitrary points." +(2012, 12, 30, 2, 26, 58) la-vector-access-cpp 24.3215 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 30, 2, 27, 25) la-vector-assignment-cpp 26.9333 "Assigning to vector of size 10000000 (100 repetitions)" +(2012, 12, 31, 2, 13, 28) common-progress-cpp 29.1655 "Creating progress bar with 500000000 steps (5 repetitions)" +(2012, 12, 31, 2, 13, 56) common-timing-cpp 28.0255 "Timing access and registration of timings (10000000 repetitions)" +(2012, 12, 31, 2, 15, 45) fem-multicore-cpp 108.873 "Coloring mesh." +(2012, 12, 31, 2, 18, 12) fem-assembly-cpp 147.631 "Assembly for various forms and backends" +(2012, 12, 31, 2, 18, 24) fem-convergence-cpp 11.6496 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2012, 12, 31, 2, 18, 26) fem-jit-python 0.000419092 "JIT compilation (in memory cache)" +(2012, 12, 31, 2, 23, 48) fem-speedup-cpp 322.078 "Assembly/solve speedup running on 4 processors" +(2012, 12, 31, 2, 23, 48) fem-speedup-cpp-assembly 6.31242 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2012, 12, 31, 2, 23, 48) fem-speedup-cpp-solve 2.10099 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2012, 12, 31, 2, 24, 15) mesh-refinement-cpp 24.9202 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2012, 12, 31, 2, 24, 37) mesh-topology-cpp 21.7964 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2012, 12, 31, 2, 25, 4) mesh-unitcube-cpp 27.3034 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2012, 12, 31, 2, 25, 47) mesh-iteration-cpp 40.2757 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2012, 12, 31, 2, 26, 9) function-evaluation-cpp 21.5395 "Evaluations of functions at arbitrary points." +(2012, 12, 31, 2, 26, 9) function-evaluation-cpp 21.376 "Evaluations of functions at arbitrary points." +(2012, 12, 31, 2, 26, 36) la-vector-access-cpp 24.3255 "Accessing vector of size 10000000 (100 repetitions)" +(2012, 12, 31, 2, 27, 3) la-vector-assignment-cpp 26.9392 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 1, 2, 13, 38) common-progress-cpp 29.1904 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 1, 2, 14, 6) common-timing-cpp 27.4852 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 1, 2, 15, 54) fem-multicore-cpp 108.066 "Coloring mesh." +(2013, 1, 1, 2, 18, 21) fem-assembly-cpp 147.773 "Assembly for various forms and backends" +(2013, 1, 1, 2, 18, 33) fem-convergence-cpp 11.6448 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 1, 2, 18, 35) fem-jit-python 0.000428605 "JIT compilation (in memory cache)" +(2013, 1, 1, 2, 23, 55) fem-speedup-cpp 320.02 "Assembly/solve speedup running on 4 processors" +(2013, 1, 1, 2, 23, 55) fem-speedup-cpp-assembly 6.30526 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 1, 2, 23, 55) fem-speedup-cpp-solve 2.14649 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 1, 2, 24, 22) mesh-refinement-cpp 25.0549 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 1, 2, 24, 44) mesh-topology-cpp 21.9906 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 1, 2, 25, 14) mesh-unitcube-cpp 29.9711 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 1, 2, 25, 57) mesh-iteration-cpp 40.2668 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 1, 2, 26, 19) function-evaluation-cpp 21.7586 "Evaluations of functions at arbitrary points." +(2013, 1, 1, 2, 26, 19) function-evaluation-cpp 21.6251 "Evaluations of functions at arbitrary points." +(2013, 1, 1, 2, 26, 47) la-vector-access-cpp 24.3313 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 1, 2, 27, 13) la-vector-assignment-cpp 26.0209 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 2, 2, 13, 22) common-progress-cpp 29.0827 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 2, 2, 13, 51) common-timing-cpp 28.3639 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 2, 2, 15, 39) fem-multicore-cpp 108.285 "Coloring mesh." +(2013, 1, 2, 2, 18, 7) fem-assembly-cpp 147.852 "Assembly for various forms and backends" +(2013, 1, 2, 2, 18, 19) fem-convergence-cpp 11.6661 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 2, 2, 18, 20) fem-jit-python 0.000412893 "JIT compilation (in memory cache)" +(2013, 1, 2, 2, 23, 44) fem-speedup-cpp 323.195 "Assembly/solve speedup running on 4 processors" +(2013, 1, 2, 2, 23, 44) fem-speedup-cpp-assembly 6.31078 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 2, 2, 23, 44) fem-speedup-cpp-solve 2.07754 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 2, 2, 24, 11) mesh-refinement-cpp 25.0994 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 2, 2, 24, 33) mesh-topology-cpp 22.0951 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 2, 2, 25, 3) mesh-unitcube-cpp 29.9758 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 2, 2, 25, 50) mesh-iteration-cpp 43.6582 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 2, 2, 26, 12) function-evaluation-cpp 21.983 "Evaluations of functions at arbitrary points." +(2013, 1, 2, 2, 26, 12) function-evaluation-cpp 21.8297 "Evaluations of functions at arbitrary points." +(2013, 1, 2, 2, 26, 39) la-vector-access-cpp 24.3228 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 2, 2, 27, 5) la-vector-assignment-cpp 26.0199 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 3, 2, 13, 20) common-progress-cpp 29.0572 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 3, 2, 13, 48) common-timing-cpp 27.4562 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 3, 2, 15, 36) fem-multicore-cpp 108.144 "Coloring mesh." +(2013, 1, 3, 2, 18, 4) fem-assembly-cpp 148.32 "Assembly for various forms and backends" +(2013, 1, 3, 2, 18, 16) fem-convergence-cpp 11.6262 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 3, 2, 18, 18) fem-jit-python 0.000415707 "JIT compilation (in memory cache)" +(2013, 1, 3, 2, 23, 37) fem-speedup-cpp 319.496 "Assembly/solve speedup running on 4 processors" +(2013, 1, 3, 2, 23, 37) fem-speedup-cpp-assembly 6.27728 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 3, 2, 23, 37) fem-speedup-cpp-solve 2.15972 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 3, 2, 24, 4) mesh-refinement-cpp 25.0932 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 3, 2, 24, 26) mesh-topology-cpp 22.0119 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 3, 2, 24, 56) mesh-unitcube-cpp 29.9568 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 3, 2, 25, 50) mesh-iteration-cpp 50.8641 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 3, 2, 26, 12) function-evaluation-cpp 21.7498 "Evaluations of functions at arbitrary points." +(2013, 1, 3, 2, 26, 12) function-evaluation-cpp 21.5963 "Evaluations of functions at arbitrary points." +(2013, 1, 3, 2, 26, 39) la-vector-access-cpp 24.33 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 3, 2, 27, 5) la-vector-assignment-cpp 26.0178 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 4, 2, 14, 3) common-progress-cpp 29.0405 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 4, 2, 14, 29) common-timing-cpp 25.7598 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 4, 2, 16, 17) fem-multicore-cpp 108.493 "Coloring mesh." +(2013, 1, 4, 2, 18, 46) fem-assembly-cpp 148.97 "Assembly for various forms and backends" +(2013, 1, 4, 2, 18, 58) fem-convergence-cpp 11.6567 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 4, 2, 19, 0) fem-jit-python 0.000427198 "JIT compilation (in memory cache)" +(2013, 1, 4, 2, 24, 28) fem-speedup-cpp 328.273 "Assembly/solve speedup running on 4 processors" +(2013, 1, 4, 2, 24, 28) fem-speedup-cpp-assembly 6.24089 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 4, 2, 24, 28) fem-speedup-cpp-solve 2.06369 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 4, 2, 24, 56) mesh-refinement-cpp 25.7528 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 4, 2, 25, 19) mesh-topology-cpp 22.8493 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 4, 2, 25, 48) mesh-unitcube-cpp 29.8246 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 4, 2, 26, 32) mesh-iteration-cpp 40.266 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 4, 2, 26, 53) function-evaluation-cpp 21.5245 "Evaluations of functions at arbitrary points." +(2013, 1, 4, 2, 26, 53) function-evaluation-cpp 21.4111 "Evaluations of functions at arbitrary points." +(2013, 1, 4, 2, 27, 22) la-vector-access-cpp 25.408 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 4, 2, 27, 53) la-vector-assignment-cpp 31.488 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 5, 2, 13, 47) common-progress-cpp 28.974 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 5, 2, 14, 14) common-timing-cpp 26.2999 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 5, 2, 16, 2) fem-multicore-cpp 107.946 "Coloring mesh." +(2013, 1, 5, 2, 18, 30) fem-assembly-cpp 147.991 "Assembly for various forms and backends" +(2013, 1, 5, 2, 18, 41) fem-convergence-cpp 11.6166 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 5, 2, 18, 43) fem-jit-python 0.000426292 "JIT compilation (in memory cache)" +(2013, 1, 5, 2, 24, 12) fem-speedup-cpp 328.557 "Assembly/solve speedup running on 4 processors" +(2013, 1, 5, 2, 24, 12) fem-speedup-cpp-assembly 6.22563 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 5, 2, 24, 12) fem-speedup-cpp-solve 2.03482 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 5, 2, 24, 39) mesh-refinement-cpp 25.4168 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 5, 2, 25, 2) mesh-topology-cpp 22.3457 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 5, 2, 25, 32) mesh-unitcube-cpp 29.7962 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 5, 2, 26, 15) mesh-iteration-cpp 40.2716 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 5, 2, 26, 37) function-evaluation-cpp 21.5918 "Evaluations of functions at arbitrary points." +(2013, 1, 5, 2, 26, 37) function-evaluation-cpp 21.4536 "Evaluations of functions at arbitrary points." +(2013, 1, 5, 2, 27, 3) la-vector-access-cpp 23.0904 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 5, 2, 27, 29) la-vector-assignment-cpp 26.0253 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 6, 2, 13, 46) common-progress-cpp 29.0073 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 6, 2, 14, 12) common-timing-cpp 25.9913 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 6, 2, 16, 0) fem-multicore-cpp 107.69 "Coloring mesh." +(2013, 1, 6, 2, 18, 26) fem-assembly-cpp 146.227 "Assembly for various forms and backends" +(2013, 1, 6, 2, 18, 38) fem-convergence-cpp 11.6923 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 6, 2, 18, 40) fem-jit-python 0.000419903 "JIT compilation (in memory cache)" +(2013, 1, 6, 2, 24, 5) fem-speedup-cpp 325.15 "Assembly/solve speedup running on 4 processors" +(2013, 1, 6, 2, 24, 5) fem-speedup-cpp-assembly 6.2811 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 6, 2, 24, 5) fem-speedup-cpp-solve 2.10139 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 6, 2, 24, 32) mesh-refinement-cpp 25.5182 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 6, 2, 24, 55) mesh-topology-cpp 22.5053 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 6, 2, 25, 25) mesh-unitcube-cpp 29.8467 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 6, 2, 26, 10) mesh-iteration-cpp 41.4966 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 6, 2, 26, 31) function-evaluation-cpp 21.6417 "Evaluations of functions at arbitrary points." +(2013, 1, 6, 2, 26, 31) function-evaluation-cpp 21.4913 "Evaluations of functions at arbitrary points." +(2013, 1, 6, 2, 26, 58) la-vector-access-cpp 23.422 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 6, 2, 27, 26) la-vector-assignment-cpp 28.0429 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 7, 2, 13, 26) common-progress-cpp 29.064 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 7, 2, 13, 52) common-timing-cpp 26.4392 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 7, 2, 15, 40) fem-multicore-cpp 107.793 "Coloring mesh." +(2013, 1, 7, 2, 18, 6) fem-assembly-cpp 145.698 "Assembly for various forms and backends" +(2013, 1, 7, 2, 18, 17) fem-convergence-cpp 11.6308 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 7, 2, 18, 20) fem-jit-python 0.000425911 "JIT compilation (in memory cache)" +(2013, 1, 7, 2, 23, 53) fem-speedup-cpp 333.605 "Assembly/solve speedup running on 4 processors" +(2013, 1, 7, 2, 23, 53) fem-speedup-cpp-assembly 6.32009 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 7, 2, 23, 53) fem-speedup-cpp-solve 1.94115 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 7, 2, 24, 21) mesh-refinement-cpp 25.4597 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 7, 2, 24, 43) mesh-topology-cpp 22.3211 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 7, 2, 25, 13) mesh-unitcube-cpp 29.8543 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 7, 2, 25, 56) mesh-iteration-cpp 40.304 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 7, 2, 26, 18) function-evaluation-cpp 21.6466 "Evaluations of functions at arbitrary points." +(2013, 1, 7, 2, 26, 18) function-evaluation-cpp 21.5327 "Evaluations of functions at arbitrary points." +(2013, 1, 7, 2, 26, 45) la-vector-access-cpp 23.2755 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 7, 2, 27, 11) la-vector-assignment-cpp 26.0323 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 8, 9, 30, 3) common-progress-cpp 27.6769 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 8, 9, 30, 31) common-timing-cpp 27.89 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 8, 9, 32, 19) fem-multicore-cpp 108.086 "Coloring mesh." +(2013, 1, 8, 9, 34, 48) fem-assembly-cpp 148.336 "Assembly for various forms and backends" +(2013, 1, 8, 9, 34, 59) fem-convergence-cpp 11.5748 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 8, 9, 35, 0) fem-jit-python 0.000421596 "JIT compilation (in memory cache)" +(2013, 1, 8, 9, 40, 29) fem-speedup-cpp 329.284 "Assembly/solve speedup running on 4 processors" +(2013, 1, 8, 9, 40, 29) fem-speedup-cpp-assembly 6.44639 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 8, 9, 40, 29) fem-speedup-cpp-solve 2.04301 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 8, 9, 40, 57) mesh-refinement-cpp 25.4305 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 8, 9, 41, 20) mesh-topology-cpp 22.7566 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 8, 9, 41, 50) mesh-unitcube-cpp 30.018 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 8, 9, 42, 39) mesh-iteration-cpp 45.9287 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 8, 9, 43, 3) function-evaluation-cpp 24.6349 "Evaluations of functions at arbitrary points." +(2013, 1, 8, 9, 43, 3) function-evaluation-cpp 24.4969 "Evaluations of functions at arbitrary points." +(2013, 1, 8, 9, 43, 9) function-extrapolation-python 5.06534 "*** -------------------------------------------------------------------------" +(2013, 1, 8, 9, 43, 9) function-extrapolation-python 1.89934 "*** -------------------------------------------------------------------------" +(2013, 1, 8, 9, 43, 34) la-vector-access-cpp 25.4216 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 8, 9, 44, 0) la-vector-assignment-cpp 26.0434 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 10, 2, 14, 15) common-progress-cpp 46.5251 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 10, 2, 14, 41) common-timing-cpp 26.03 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 10, 2, 17, 38) fem-multicore-cpp 176.271 "Coloring mesh." +(2013, 1, 10, 2, 21, 8) fem-assembly-cpp 210.527 "Assembly for various forms and backends" +(2013, 1, 10, 2, 21, 21) fem-convergence-cpp 13.1854 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 10, 2, 26, 53) fem-speedup-cpp 329.794 "Assembly/solve speedup running on 4 processors" +(2013, 1, 10, 2, 26, 53) fem-speedup-cpp-assembly 6.65393 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 10, 2, 26, 53) fem-speedup-cpp-solve 2.10296 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 10, 2, 27, 20) mesh-refinement-cpp 25.0142 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 10, 2, 27, 42) mesh-topology-cpp 21.9036 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 10, 2, 28, 10) mesh-unitcube-cpp 27.6654 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 10, 2, 28, 58) mesh-iteration-cpp 45.2356 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 10, 2, 29, 19) function-evaluation-cpp 21.6253 "Evaluations of functions at arbitrary points." +(2013, 1, 10, 2, 29, 19) function-evaluation-cpp 21.4886 "Evaluations of functions at arbitrary points." +(2013, 1, 10, 2, 29, 47) la-vector-access-cpp 25.4046 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 10, 2, 30, 13) la-vector-assignment-cpp 26.0207 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 11, 2, 14, 1) common-progress-cpp 28.9075 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 11, 2, 14, 29) common-timing-cpp 27.7615 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 11, 2, 17, 25) fem-multicore-cpp 176.202 "Coloring mesh." +(2013, 1, 11, 2, 20, 53) fem-assembly-cpp 207.36 "Assembly for various forms and backends" +(2013, 1, 11, 2, 21, 5) fem-convergence-cpp 12.9138 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 11, 2, 26, 43) fem-speedup-cpp 327.716 "Assembly/solve speedup running on 4 processors" +(2013, 1, 11, 2, 26, 43) fem-speedup-cpp-assembly 6.74337 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 11, 2, 26, 43) fem-speedup-cpp-solve 2.13362 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 11, 2, 27, 10) mesh-refinement-cpp 25.579 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 11, 2, 27, 33) mesh-topology-cpp 22.4433 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 11, 2, 28, 3) mesh-unitcube-cpp 29.9766 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 11, 2, 28, 48) mesh-iteration-cpp 41.9984 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 11, 2, 29, 9) function-evaluation-cpp 21.6899 "Evaluations of functions at arbitrary points." +(2013, 1, 11, 2, 29, 9) function-evaluation-cpp 21.5237 "Evaluations of functions at arbitrary points." +(2013, 1, 11, 2, 30, 0) function-extrapolation-python 50.6551 "*** -------------------------------------------------------------------------" +(2013, 1, 11, 2, 30, 0) function-extrapolation-python 1.88481 "*** -------------------------------------------------------------------------" +(2013, 1, 11, 2, 30, 26) la-vector-access-cpp 25.9293 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 11, 2, 30, 54) la-vector-assignment-cpp 27.4855 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 12, 2, 13, 45) common-progress-cpp 29.0638 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 12, 2, 14, 13) common-timing-cpp 28.4146 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 12, 2, 17, 9) fem-multicore-cpp 175.394 "Coloring mesh." +(2013, 1, 12, 2, 17, 23) fem-convergence-cpp 12.8391 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 12, 2, 17, 36) fem-jit-python 0.000464296 "JIT compilation (in memory cache)" +(2013, 1, 12, 2, 22, 55) fem-speedup-cpp 319.498 "Assembly/solve speedup running on 4 processors" +(2013, 1, 12, 2, 22, 55) fem-speedup-cpp-assembly 6.66774 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 12, 2, 22, 55) fem-speedup-cpp-solve 2.33399 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 12, 2, 23, 22) mesh-refinement-cpp 25.0449 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 12, 2, 23, 44) mesh-topology-cpp 22.1335 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 12, 2, 24, 12) mesh-unitcube-cpp 27.9635 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 12, 2, 24, 55) mesh-iteration-cpp 40.2816 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 12, 2, 25, 17) function-evaluation-cpp 21.6981 "Evaluations of functions at arbitrary points." +(2013, 1, 12, 2, 25, 17) function-evaluation-cpp 21.5212 "Evaluations of functions at arbitrary points." +(2013, 1, 12, 2, 26, 2) function-extrapolation-python 44.8762 "*** -------------------------------------------------------------------------" +(2013, 1, 12, 2, 26, 2) function-extrapolation-python 1.88083 "*** -------------------------------------------------------------------------" +(2013, 1, 12, 2, 26, 25) la-vector-access-cpp 23.0557 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 12, 2, 26, 53) la-vector-assignment-cpp 28.1005 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 13, 2, 13, 29) common-progress-cpp 29.1072 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 13, 2, 13, 55) common-timing-cpp 26.8199 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 13, 2, 16, 51) fem-multicore-cpp 175.762 "Coloring mesh." +(2013, 1, 13, 2, 17, 5) fem-convergence-cpp 12.8878 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 13, 2, 17, 7) fem-jit-python 0.000425696 "JIT compilation (in memory cache)" +(2013, 1, 13, 2, 22, 27) fem-speedup-cpp 319.732 "Assembly/solve speedup running on 4 processors" +(2013, 1, 13, 2, 22, 27) fem-speedup-cpp-assembly 6.59921 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 13, 2, 22, 27) fem-speedup-cpp-solve 2.32908 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 13, 2, 22, 54) mesh-refinement-cpp 25.1064 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 13, 2, 23, 16) mesh-topology-cpp 22.0354 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 13, 2, 23, 45) mesh-unitcube-cpp 28.7885 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 13, 2, 24, 28) mesh-iteration-cpp 40.2882 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 13, 2, 24, 49) function-evaluation-cpp 21.4172 "Evaluations of functions at arbitrary points." +(2013, 1, 13, 2, 24, 49) function-evaluation-cpp 21.2329 "Evaluations of functions at arbitrary points." +(2013, 1, 13, 2, 24, 55) function-extrapolation-python 5.10637 "*** -------------------------------------------------------------------------" +(2013, 1, 13, 2, 24, 55) function-extrapolation-python 1.87679 "*** -------------------------------------------------------------------------" +(2013, 1, 13, 2, 25, 20) la-vector-access-cpp 24.9473 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 13, 2, 25, 46) la-vector-assignment-cpp 26.0215 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 14, 2, 13, 40) common-progress-cpp 29.1072 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 14, 2, 14, 8) common-timing-cpp 28.3639 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 14, 2, 17, 4) fem-multicore-cpp 175.802 "Coloring mesh." +(2013, 1, 14, 2, 17, 18) fem-convergence-cpp 12.7995 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 14, 2, 17, 28) fem-jit-python 0.000466394 "JIT compilation (in memory cache)" +(2013, 1, 14, 2, 22, 48) fem-speedup-cpp 320.547 "Assembly/solve speedup running on 4 processors" +(2013, 1, 14, 2, 22, 48) fem-speedup-cpp-assembly 6.57529 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 14, 2, 22, 48) fem-speedup-cpp-solve 2.30587 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 14, 2, 23, 15) mesh-refinement-cpp 25.1114 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 14, 2, 23, 37) mesh-topology-cpp 22.037 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 14, 2, 24, 6) mesh-unitcube-cpp 28.7315 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 14, 2, 24, 49) mesh-iteration-cpp 40.2851 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 14, 2, 25, 10) function-evaluation-cpp 21.1488 "Evaluations of functions at arbitrary points." +(2013, 1, 14, 2, 25, 10) function-evaluation-cpp 20.9846 "Evaluations of functions at arbitrary points." +(2013, 1, 14, 2, 25, 51) function-extrapolation-python 40.5416 "*** -------------------------------------------------------------------------" +(2013, 1, 14, 2, 25, 51) function-extrapolation-python 1.85788 "*** -------------------------------------------------------------------------" +(2013, 1, 14, 2, 26, 15) la-vector-access-cpp 24.3184 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 14, 2, 26, 43) la-vector-assignment-cpp 27.4852 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 15, 2, 13, 27) common-progress-cpp 29.332 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 15, 2, 13, 55) common-timing-cpp 27.2501 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 15, 2, 16, 51) fem-multicore-cpp 176.051 "Coloring mesh." +(2013, 1, 15, 2, 17, 5) fem-convergence-cpp 12.8666 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 15, 2, 17, 7) fem-jit-python 0.000440693 "JIT compilation (in memory cache)" +(2013, 1, 15, 2, 22, 28) fem-speedup-cpp 321.63 "Assembly/solve speedup running on 4 processors" +(2013, 1, 15, 2, 22, 28) fem-speedup-cpp-assembly 6.58088 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 15, 2, 22, 28) fem-speedup-cpp-solve 2.27925 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 15, 2, 22, 55) mesh-refinement-cpp 25.2067 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 15, 2, 23, 17) mesh-topology-cpp 21.9983 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 15, 2, 23, 46) mesh-unitcube-cpp 28.6831 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 15, 2, 24, 29) mesh-iteration-cpp 40.2741 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 15, 2, 24, 51) function-evaluation-cpp 21.7253 "Evaluations of functions at arbitrary points." +(2013, 1, 15, 2, 24, 51) function-evaluation-cpp 21.5417 "Evaluations of functions at arbitrary points." +(2013, 1, 15, 2, 24, 56) function-extrapolation-python 5.14986 "*** -------------------------------------------------------------------------" +(2013, 1, 15, 2, 24, 56) function-extrapolation-python 1.87687 "*** -------------------------------------------------------------------------" +(2013, 1, 15, 2, 25, 21) la-vector-access-cpp 24.3784 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 15, 2, 25, 47) la-vector-assignment-cpp 26.0258 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 16, 2, 13, 30) common-progress-cpp 29.0156 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 16, 2, 13, 57) common-timing-cpp 27.5074 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 16, 2, 16, 53) fem-multicore-cpp 175.747 "Coloring mesh." +(2013, 1, 16, 2, 17, 7) fem-convergence-cpp 12.7917 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 16, 2, 17, 13) fem-jit-python 0.000468087 "JIT compilation (in memory cache)" +(2013, 1, 16, 2, 22, 35) fem-speedup-cpp 321.892 "Assembly/solve speedup running on 4 processors" +(2013, 1, 16, 2, 22, 35) fem-speedup-cpp-assembly 6.62603 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 16, 2, 22, 35) fem-speedup-cpp-solve 2.26544 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 16, 2, 23, 2) mesh-refinement-cpp 25.1595 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 16, 2, 23, 24) mesh-topology-cpp 22.1158 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 16, 2, 23, 53) mesh-unitcube-cpp 28.6837 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 16, 2, 24, 36) mesh-iteration-cpp 40.2749 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 16, 2, 24, 58) function-evaluation-cpp 21.5979 "Evaluations of functions at arbitrary points." +(2013, 1, 16, 2, 24, 58) function-evaluation-cpp 21.4564 "Evaluations of functions at arbitrary points." +(2013, 1, 16, 2, 25, 3) function-extrapolation-python 5.07854 "*** -------------------------------------------------------------------------" +(2013, 1, 16, 2, 25, 3) function-extrapolation-python 1.85513 "*** -------------------------------------------------------------------------" +(2013, 1, 16, 2, 25, 27) la-vector-access-cpp 23.8834 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 16, 2, 25, 53) la-vector-assignment-cpp 26.0283 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 17, 2, 13, 41) common-progress-cpp 29.0073 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 17, 2, 14, 9) common-timing-cpp 27.9297 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 17, 2, 17, 5) fem-multicore-cpp 175.821 "Coloring mesh." +(2013, 1, 17, 2, 17, 19) fem-convergence-cpp 12.8058 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 17, 2, 17, 21) fem-jit-python 0.000441289 "JIT compilation (in memory cache)" +(2013, 1, 17, 2, 22, 41) fem-speedup-cpp 320.424 "Assembly/solve speedup running on 4 processors" +(2013, 1, 17, 2, 22, 41) fem-speedup-cpp-assembly 6.58347 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 17, 2, 22, 41) fem-speedup-cpp-solve 2.31455 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 17, 2, 23, 8) mesh-refinement-cpp 25.1426 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 17, 2, 23, 30) mesh-topology-cpp 22.0589 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 17, 2, 23, 59) mesh-unitcube-cpp 28.5793 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 17, 2, 24, 44) mesh-iteration-cpp 42.7842 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 17, 2, 25, 6) function-evaluation-cpp 21.6734 "Evaluations of functions at arbitrary points." +(2013, 1, 17, 2, 25, 6) function-evaluation-cpp 21.4883 "Evaluations of functions at arbitrary points." +(2013, 1, 17, 2, 25, 11) function-extrapolation-python 5.18334 "*** -------------------------------------------------------------------------" +(2013, 1, 17, 2, 25, 11) function-extrapolation-python 1.85616 "*** -------------------------------------------------------------------------" +(2013, 1, 17, 2, 25, 36) la-vector-access-cpp 24.3091 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 17, 2, 26, 2) la-vector-assignment-cpp 26.1076 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 18, 2, 13, 38) common-progress-cpp 28.9989 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 18, 2, 14, 8) common-timing-cpp 29.693 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 18, 2, 17, 4) fem-multicore-cpp 175.731 "Coloring mesh." +(2013, 1, 18, 2, 17, 18) fem-convergence-cpp 12.9016 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 18, 2, 17, 20) fem-jit-python 0.000437999 "JIT compilation (in memory cache)" +(2013, 1, 18, 2, 22, 43) fem-speedup-cpp 323.569 "Assembly/solve speedup running on 4 processors" +(2013, 1, 18, 2, 22, 43) fem-speedup-cpp-assembly 6.5989 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 18, 2, 22, 43) fem-speedup-cpp-solve 2.26139 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 18, 2, 23, 10) mesh-refinement-cpp 24.8542 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 18, 2, 23, 32) mesh-topology-cpp 21.9163 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 18, 2, 23, 59) mesh-unitcube-cpp 27.4605 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 18, 2, 24, 43) mesh-iteration-cpp 40.3387 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 18, 2, 25, 4) function-evaluation-cpp 21.6172 "Evaluations of functions at arbitrary points." +(2013, 1, 18, 2, 25, 4) function-evaluation-cpp 21.4665 "Evaluations of functions at arbitrary points." +(2013, 1, 18, 2, 25, 10) function-extrapolation-python 5.15149 "*** -------------------------------------------------------------------------" +(2013, 1, 18, 2, 25, 10) function-extrapolation-python 1.85093 "*** -------------------------------------------------------------------------" +(2013, 1, 18, 2, 25, 35) la-vector-access-cpp 25.7341 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 18, 2, 26, 3) la-vector-assignment-cpp 27.9165 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 19, 2, 13, 33) common-progress-cpp 29.0406 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 19, 2, 14, 2) common-timing-cpp 28.4299 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 19, 2, 16, 57) fem-multicore-cpp 175.758 "Coloring mesh." +(2013, 1, 19, 2, 17, 11) fem-convergence-cpp 12.8436 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 19, 2, 17, 13) fem-jit-python 0.000450706 "JIT compilation (in memory cache)" +(2013, 1, 19, 2, 22, 34) fem-speedup-cpp 320.408 "Assembly/solve speedup running on 4 processors" +(2013, 1, 19, 2, 22, 34) fem-speedup-cpp-assembly 6.61059 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 19, 2, 22, 34) fem-speedup-cpp-solve 2.34127 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 19, 2, 23, 0) mesh-refinement-cpp 24.8787 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 19, 2, 23, 22) mesh-topology-cpp 22.0097 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 19, 2, 23, 50) mesh-unitcube-cpp 27.3828 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 19, 2, 24, 33) mesh-iteration-cpp 40.2712 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 19, 2, 24, 57) function-evaluation-cpp 24.4473 "Evaluations of functions at arbitrary points." +(2013, 1, 19, 2, 24, 57) function-evaluation-cpp 24.2817 "Evaluations of functions at arbitrary points." +(2013, 1, 19, 2, 25, 3) function-extrapolation-python 5.02378 "*** -------------------------------------------------------------------------" +(2013, 1, 19, 2, 25, 3) function-extrapolation-python 1.883 "*** -------------------------------------------------------------------------" +(2013, 1, 19, 2, 25, 29) la-vector-access-cpp 25.9917 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 19, 2, 25, 55) la-vector-assignment-cpp 26.0252 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 20, 2, 13, 42) common-progress-cpp 28.9823 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 20, 2, 14, 11) common-timing-cpp 28.42 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 20, 2, 17, 8) fem-multicore-cpp 176.585 "Coloring mesh." +(2013, 1, 20, 2, 17, 22) fem-convergence-cpp 12.9216 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 20, 2, 17, 24) fem-jit-python 0.00043211 "JIT compilation (in memory cache)" +(2013, 1, 20, 2, 22, 45) fem-speedup-cpp 321.325 "Assembly/solve speedup running on 4 processors" +(2013, 1, 20, 2, 22, 45) fem-speedup-cpp-assembly 6.59784 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 20, 2, 22, 45) fem-speedup-cpp-solve 2.32001 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 20, 2, 23, 12) mesh-refinement-cpp 24.974 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 20, 2, 23, 34) mesh-topology-cpp 22.0486 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 20, 2, 24, 2) mesh-unitcube-cpp 27.9062 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 20, 2, 24, 45) mesh-iteration-cpp 40.265 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 20, 2, 25, 6) function-evaluation-cpp 21.509 "Evaluations of functions at arbitrary points." +(2013, 1, 20, 2, 25, 6) function-evaluation-cpp 21.338 "Evaluations of functions at arbitrary points." +(2013, 1, 20, 2, 25, 12) function-extrapolation-python 5.12828 "*** -------------------------------------------------------------------------" +(2013, 1, 20, 2, 25, 12) function-extrapolation-python 1.88845 "*** -------------------------------------------------------------------------" +(2013, 1, 20, 2, 25, 38) la-vector-access-cpp 25.9707 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 20, 2, 26, 4) la-vector-assignment-cpp 26.0248 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 21, 2, 13, 50) common-progress-cpp 36.6006 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 21, 2, 14, 19) common-timing-cpp 28.448 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 21, 2, 17, 15) fem-multicore-cpp 176.479 "Coloring mesh." +(2013, 1, 21, 2, 17, 29) fem-convergence-cpp 12.9281 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 21, 2, 17, 35) fem-jit-python 0.000461888 "JIT compilation (in memory cache)" +(2013, 1, 21, 2, 22, 56) fem-speedup-cpp 321.418 "Assembly/solve speedup running on 4 processors" +(2013, 1, 21, 2, 22, 56) fem-speedup-cpp-assembly 6.60954 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 21, 2, 22, 56) fem-speedup-cpp-solve 2.30787 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 21, 2, 23, 23) mesh-refinement-cpp 24.8547 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 21, 2, 23, 45) mesh-topology-cpp 21.9757 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 21, 2, 24, 13) mesh-unitcube-cpp 27.8767 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 21, 2, 24, 56) mesh-iteration-cpp 40.3027 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 21, 2, 25, 18) function-evaluation-cpp 21.6614 "Evaluations of functions at arbitrary points." +(2013, 1, 21, 2, 25, 18) function-evaluation-cpp 21.5169 "Evaluations of functions at arbitrary points." +(2013, 1, 21, 2, 25, 23) function-extrapolation-python 4.94182 "*** -------------------------------------------------------------------------" +(2013, 1, 21, 2, 25, 23) function-extrapolation-python 1.84695 "*** -------------------------------------------------------------------------" +(2013, 1, 21, 2, 25, 49) la-vector-access-cpp 25.9738 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 21, 2, 26, 15) la-vector-assignment-cpp 26.0201 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 22, 2, 13, 48) common-progress-cpp 28.9574 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 22, 2, 14, 16) common-timing-cpp 28.3909 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 22, 2, 17, 14) fem-multicore-cpp 177.196 "Coloring mesh." +(2013, 1, 22, 2, 17, 28) fem-convergence-cpp 12.9342 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 22, 2, 17, 30) fem-jit-python 0.000439119 "JIT compilation (in memory cache)" +(2013, 1, 22, 2, 22, 52) fem-speedup-cpp 321.926 "Assembly/solve speedup running on 4 processors" +(2013, 1, 22, 2, 22, 52) fem-speedup-cpp-assembly 6.58873 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 22, 2, 22, 52) fem-speedup-cpp-solve 2.29602 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 22, 2, 23, 18) mesh-refinement-cpp 24.9235 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 22, 2, 23, 40) mesh-topology-cpp 21.9956 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 22, 2, 24, 8) mesh-unitcube-cpp 27.9028 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 22, 2, 24, 52) mesh-iteration-cpp 40.3414 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 22, 2, 25, 13) function-evaluation-cpp 21.607 "Evaluations of functions at arbitrary points." +(2013, 1, 22, 2, 25, 13) function-evaluation-cpp 21.4252 "Evaluations of functions at arbitrary points." +(2013, 1, 22, 2, 25, 18) function-extrapolation-python 5.16426 "*** -------------------------------------------------------------------------" +(2013, 1, 22, 2, 25, 18) function-extrapolation-python 1.8926 "*** -------------------------------------------------------------------------" +(2013, 1, 22, 2, 25, 44) la-vector-access-cpp 25.407 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 22, 2, 26, 10) la-vector-assignment-cpp 26.0217 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 23, 2, 14, 1) common-progress-cpp 29.0323 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 23, 2, 14, 32) common-timing-cpp 30.8028 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 23, 2, 17, 28) fem-multicore-cpp 176.407 "Coloring mesh." +(2013, 1, 23, 2, 17, 42) fem-convergence-cpp 12.7902 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 23, 2, 17, 55) fem-jit-python 0.000463915 "JIT compilation (in memory cache)" +(2013, 1, 23, 2, 23, 22) fem-speedup-cpp 326.326 "Assembly/solve speedup running on 4 processors" +(2013, 1, 23, 2, 23, 22) fem-speedup-cpp-assembly 6.46845 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 23, 2, 23, 22) fem-speedup-cpp-solve 2.18454 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 23, 2, 23, 49) mesh-refinement-cpp 24.895 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 23, 2, 24, 11) mesh-topology-cpp 21.9758 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 23, 2, 24, 39) mesh-unitcube-cpp 27.8992 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 23, 2, 25, 24) mesh-iteration-cpp 42.8175 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 23, 2, 25, 46) function-evaluation-cpp 21.6573 "Evaluations of functions at arbitrary points." +(2013, 1, 23, 2, 25, 46) function-evaluation-cpp 21.5382 "Evaluations of functions at arbitrary points." +(2013, 1, 23, 2, 26, 30) function-extrapolation-python 44.3454 "*** -------------------------------------------------------------------------" +(2013, 1, 23, 2, 26, 30) function-extrapolation-python 1.89657 "*** -------------------------------------------------------------------------" +(2013, 1, 23, 2, 26, 56) la-vector-access-cpp 25.9762 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 23, 2, 27, 22) la-vector-assignment-cpp 26.0193 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 24, 2, 14, 9) common-progress-cpp 28.974 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 24, 2, 14, 37) common-timing-cpp 27.2276 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 24, 2, 17, 33) fem-multicore-cpp 175.999 "Coloring mesh." +(2013, 1, 24, 2, 17, 47) fem-convergence-cpp 12.7795 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 24, 2, 17, 49) fem-jit-python 0.00043149 "JIT compilation (in memory cache)" +(2013, 1, 24, 2, 23, 9) fem-speedup-cpp 320.158 "Assembly/solve speedup running on 4 processors" +(2013, 1, 24, 2, 23, 9) fem-speedup-cpp-assembly 6.61103 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 24, 2, 23, 9) fem-speedup-cpp-solve 2.31415 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 24, 2, 23, 35) mesh-refinement-cpp 24.7524 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 24, 2, 23, 57) mesh-topology-cpp 21.7797 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 24, 2, 24, 25) mesh-unitcube-cpp 27.6775 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 24, 2, 25, 8) mesh-iteration-cpp 40.2959 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 24, 2, 25, 30) function-evaluation-cpp 21.7424 "Evaluations of functions at arbitrary points." +(2013, 1, 24, 2, 25, 30) function-evaluation-cpp 21.586 "Evaluations of functions at arbitrary points." +(2013, 1, 24, 2, 25, 35) function-extrapolation-python 5.09456 "*** -------------------------------------------------------------------------" +(2013, 1, 24, 2, 25, 35) function-extrapolation-python 1.89557 "*** -------------------------------------------------------------------------" +(2013, 1, 24, 2, 25, 59) la-vector-access-cpp 24.3083 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 24, 2, 26, 25) la-vector-assignment-cpp 25.9697 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 25, 2, 13, 36) common-progress-cpp 46.6334 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 25, 2, 14, 3) common-timing-cpp 27.5028 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 25, 2, 17, 0) fem-multicore-cpp 176.666 "Coloring mesh." +(2013, 1, 25, 2, 17, 14) fem-convergence-cpp 12.8285 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 25, 2, 17, 27) fem-jit-python 0.00124471 "JIT compilation (in memory cache)" +(2013, 1, 25, 2, 22, 53) fem-speedup-cpp 326.365 "Assembly/solve speedup running on 4 processors" +(2013, 1, 25, 2, 22, 53) fem-speedup-cpp-assembly 6.65954 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 25, 2, 22, 53) fem-speedup-cpp-solve 2.1487 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 25, 2, 23, 20) mesh-refinement-cpp 24.732 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 25, 2, 23, 42) mesh-topology-cpp 21.7758 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 25, 2, 24, 10) mesh-unitcube-cpp 27.5992 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 25, 2, 24, 54) mesh-iteration-cpp 41.6061 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 25, 2, 25, 16) function-evaluation-cpp 21.7214 "Evaluations of functions at arbitrary points." +(2013, 1, 25, 2, 25, 16) function-evaluation-cpp 21.5959 "Evaluations of functions at arbitrary points." +(2013, 1, 25, 2, 26, 0) function-extrapolation-python 44.2916 "*** -------------------------------------------------------------------------" +(2013, 1, 25, 2, 26, 0) function-extrapolation-python 1.8612 "*** -------------------------------------------------------------------------" +(2013, 1, 25, 2, 26, 25) la-vector-access-cpp 24.3241 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 25, 2, 26, 51) la-vector-assignment-cpp 26.0231 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 26, 2, 13, 41) common-progress-cpp 29.0572 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 26, 2, 14, 9) common-timing-cpp 27.3754 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 26, 2, 17, 4) fem-multicore-cpp 175.443 "Coloring mesh." +(2013, 1, 26, 2, 17, 18) fem-convergence-cpp 12.8325 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 26, 2, 17, 20) fem-jit-python 0.0011827 "JIT compilation (in memory cache)" +(2013, 1, 26, 2, 22, 42) fem-speedup-cpp 322.163 "Assembly/solve speedup running on 4 processors" +(2013, 1, 26, 2, 22, 42) fem-speedup-cpp-assembly 6.68567 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 26, 2, 22, 42) fem-speedup-cpp-solve 2.26771 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 26, 2, 23, 9) mesh-refinement-cpp 24.8247 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 26, 2, 23, 31) mesh-topology-cpp 21.8361 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 26, 2, 23, 59) mesh-unitcube-cpp 27.6278 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 26, 2, 24, 42) mesh-iteration-cpp 40.2689 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 26, 2, 25, 3) function-evaluation-cpp 21.4792 "Evaluations of functions at arbitrary points." +(2013, 1, 26, 2, 25, 3) function-evaluation-cpp 21.3553 "Evaluations of functions at arbitrary points." +(2013, 1, 26, 2, 25, 8) function-extrapolation-python 4.92343 "*** -------------------------------------------------------------------------" +(2013, 1, 26, 2, 25, 8) function-extrapolation-python 1.85815 "*** -------------------------------------------------------------------------" +(2013, 1, 26, 2, 25, 32) la-vector-access-cpp 23.4097 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 26, 2, 25, 58) la-vector-assignment-cpp 26.0248 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 27, 2, 13, 45) common-progress-cpp 36.5507 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 27, 2, 14, 12) common-timing-cpp 27.355 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 27, 2, 17, 8) fem-multicore-cpp 175.584 "Coloring mesh." +(2013, 1, 27, 2, 17, 22) fem-convergence-cpp 12.8384 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 27, 2, 17, 24) fem-jit-python 0.0011826 "JIT compilation (in memory cache)" +(2013, 1, 27, 2, 22, 46) fem-speedup-cpp 321.761 "Assembly/solve speedup running on 4 processors" +(2013, 1, 27, 2, 22, 46) fem-speedup-cpp-assembly 6.61098 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 27, 2, 22, 46) fem-speedup-cpp-solve 2.27064 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 27, 2, 23, 12) mesh-refinement-cpp 24.7441 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 27, 2, 23, 34) mesh-topology-cpp 21.7775 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 27, 2, 24, 2) mesh-unitcube-cpp 27.6418 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 27, 2, 24, 45) mesh-iteration-cpp 40.272 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 27, 2, 25, 7) function-evaluation-cpp 21.7653 "Evaluations of functions at arbitrary points." +(2013, 1, 27, 2, 25, 7) function-evaluation-cpp 21.5784 "Evaluations of functions at arbitrary points." +(2013, 1, 27, 2, 25, 12) function-extrapolation-python 5.04005 "*** -------------------------------------------------------------------------" +(2013, 1, 27, 2, 25, 12) function-extrapolation-python 1.84921 "*** -------------------------------------------------------------------------" +(2013, 1, 27, 2, 25, 36) la-vector-access-cpp 24.3332 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 27, 2, 26, 2) la-vector-assignment-cpp 26.0227 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 28, 2, 13, 31) common-progress-cpp 29.0906 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 28, 2, 13, 59) common-timing-cpp 27.7402 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 28, 2, 16, 56) fem-multicore-cpp 176.709 "Coloring mesh." +(2013, 1, 28, 2, 17, 10) fem-convergence-cpp 12.8045 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 28, 2, 17, 12) fem-jit-python 0.00118959 "JIT compilation (in memory cache)" +(2013, 1, 28, 2, 22, 31) fem-speedup-cpp 319.714 "Assembly/solve speedup running on 4 processors" +(2013, 1, 28, 2, 22, 31) fem-speedup-cpp-assembly 6.63927 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 28, 2, 22, 31) fem-speedup-cpp-solve 2.33265 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 28, 2, 22, 58) mesh-refinement-cpp 24.7539 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 28, 2, 23, 20) mesh-topology-cpp 21.7714 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 28, 2, 23, 47) mesh-unitcube-cpp 27.6728 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 28, 2, 24, 30) mesh-iteration-cpp 40.2776 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 28, 2, 24, 52) function-evaluation-cpp 21.7903 "Evaluations of functions at arbitrary points." +(2013, 1, 28, 2, 24, 52) function-evaluation-cpp 21.609 "Evaluations of functions at arbitrary points." +(2013, 1, 28, 2, 24, 57) function-extrapolation-python 5.11035 "*** -------------------------------------------------------------------------" +(2013, 1, 28, 2, 24, 57) function-extrapolation-python 1.8778 "*** -------------------------------------------------------------------------" +(2013, 1, 28, 2, 25, 22) la-vector-access-cpp 24.3376 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 28, 2, 25, 49) la-vector-assignment-cpp 27.4268 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 29, 2, 13, 43) common-progress-cpp 29.2905 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 29, 2, 14, 10) common-timing-cpp 27.4955 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 29, 2, 17, 7) fem-multicore-cpp 176.159 "Coloring mesh." +(2013, 1, 29, 2, 17, 20) fem-convergence-cpp 12.8013 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 29, 2, 17, 23) fem-jit-python 0.0011946 "JIT compilation (in memory cache)" +(2013, 1, 29, 2, 22, 47) fem-speedup-cpp 324.311 "Assembly/solve speedup running on 4 processors" +(2013, 1, 29, 2, 22, 47) fem-speedup-cpp-assembly 6.59535 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 29, 2, 22, 47) fem-speedup-cpp-solve 2.20879 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 29, 2, 23, 14) mesh-refinement-cpp 24.6256 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 29, 2, 23, 35) mesh-topology-cpp 21.7591 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 29, 2, 24, 3) mesh-unitcube-cpp 27.8751 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 29, 2, 24, 47) mesh-iteration-cpp 40.2807 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 29, 2, 25, 9) function-evaluation-cpp 22.4213 "Evaluations of functions at arbitrary points." +(2013, 1, 29, 2, 25, 9) function-evaluation-cpp 22.3029 "Evaluations of functions at arbitrary points." +(2013, 1, 29, 2, 25, 14) function-extrapolation-python 5.16509 "*** -------------------------------------------------------------------------" +(2013, 1, 29, 2, 25, 14) function-extrapolation-python 1.8694 "*** -------------------------------------------------------------------------" +(2013, 1, 29, 2, 25, 38) la-vector-access-cpp 24.326 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 29, 2, 26, 5) la-vector-assignment-cpp 26.0185 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 30, 2, 14, 30) common-progress-cpp 28.9739 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 30, 2, 14, 58) common-timing-cpp 27.7129 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 30, 2, 17, 54) fem-multicore-cpp 175.873 "Coloring mesh." +(2013, 1, 30, 2, 18, 8) fem-convergence-cpp 12.7941 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 30, 2, 18, 21) fem-jit-python 0.00127661 "JIT compilation (in memory cache)" +(2013, 1, 30, 2, 23, 42) fem-speedup-cpp 321.313 "Assembly/solve speedup running on 4 processors" +(2013, 1, 30, 2, 23, 42) fem-speedup-cpp-assembly 6.65346 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 30, 2, 23, 42) fem-speedup-cpp-solve 2.28961 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 30, 2, 24, 9) mesh-refinement-cpp 24.7683 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 30, 2, 24, 31) mesh-topology-cpp 21.7878 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 30, 2, 24, 58) mesh-unitcube-cpp 27.3436 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 30, 2, 25, 41) mesh-iteration-cpp 40.2682 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 30, 2, 26, 3) function-evaluation-cpp 21.6926 "Evaluations of functions at arbitrary points." +(2013, 1, 30, 2, 26, 3) function-evaluation-cpp 21.5498 "Evaluations of functions at arbitrary points." +(2013, 1, 30, 2, 26, 48) function-extrapolation-python 44.675 "*** -------------------------------------------------------------------------" +(2013, 1, 30, 2, 26, 48) function-extrapolation-python 1.85632 "*** -------------------------------------------------------------------------" +(2013, 1, 30, 2, 27, 11) la-vector-access-cpp 23.0839 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 30, 2, 27, 37) la-vector-assignment-cpp 26.0244 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 1, 31, 2, 13, 43) common-progress-cpp 29.0323 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 1, 31, 2, 14, 11) common-timing-cpp 28.0397 "Timing access and registration of timings (10000000 repetitions)" +(2013, 1, 31, 2, 17, 6) fem-multicore-cpp 175.468 "Coloring mesh." +(2013, 1, 31, 2, 17, 20) fem-convergence-cpp 12.8566 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 1, 31, 2, 17, 22) fem-jit-python 0.0012038 "JIT compilation (in memory cache)" +(2013, 1, 31, 2, 22, 42) fem-speedup-cpp 319.394 "Assembly/solve speedup running on 4 processors" +(2013, 1, 31, 2, 22, 42) fem-speedup-cpp-assembly 6.78627 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 1, 31, 2, 22, 42) fem-speedup-cpp-solve 2.21678 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 1, 31, 2, 23, 8) mesh-refinement-cpp 24.7231 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 1, 31, 2, 23, 30) mesh-topology-cpp 21.8377 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 1, 31, 2, 23, 58) mesh-unitcube-cpp 27.4743 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 1, 31, 2, 24, 42) mesh-iteration-cpp 40.9686 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 1, 31, 2, 25, 3) function-evaluation-cpp 21.6549 "Evaluations of functions at arbitrary points." +(2013, 1, 31, 2, 25, 3) function-evaluation-cpp 21.5415 "Evaluations of functions at arbitrary points." +(2013, 1, 31, 2, 25, 8) function-extrapolation-python 5.02747 "*** -------------------------------------------------------------------------" +(2013, 1, 31, 2, 25, 8) function-extrapolation-python 1.85629 "*** -------------------------------------------------------------------------" +(2013, 1, 31, 2, 25, 32) la-vector-access-cpp 23.0452 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 1, 31, 2, 25, 59) la-vector-assignment-cpp 27.3739 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 1, 2, 13, 38) common-progress-cpp 28.949 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 1, 2, 14, 7) common-timing-cpp 28.6266 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 1, 2, 17, 3) fem-multicore-cpp 175.707 "Coloring mesh." +(2013, 2, 1, 2, 17, 17) fem-convergence-cpp 12.9295 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 1, 2, 17, 19) fem-jit-python 0.00121191 "JIT compilation (in memory cache)" +(2013, 2, 1, 2, 22, 35) fem-speedup-cpp 316.106 "Assembly/solve speedup running on 4 processors" +(2013, 2, 1, 2, 22, 35) fem-speedup-cpp-assembly 6.79646 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 1, 2, 22, 35) fem-speedup-cpp-solve 2.331 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 1, 2, 23, 2) mesh-refinement-cpp 24.7623 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 1, 2, 23, 24) mesh-topology-cpp 21.9673 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 1, 2, 23, 52) mesh-unitcube-cpp 28.0743 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 1, 2, 24, 38) mesh-iteration-cpp 42.8807 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 1, 2, 24, 59) function-evaluation-cpp 21.7134 "Evaluations of functions at arbitrary points." +(2013, 2, 1, 2, 24, 59) function-evaluation-cpp 21.5891 "Evaluations of functions at arbitrary points." +(2013, 2, 1, 2, 25, 5) function-extrapolation-python 5.04747 "*** -------------------------------------------------------------------------" +(2013, 2, 1, 2, 25, 5) function-extrapolation-python 1.84771 "*** -------------------------------------------------------------------------" +(2013, 2, 1, 2, 25, 29) la-vector-access-cpp 24.3275 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 1, 2, 25, 55) la-vector-assignment-cpp 26.0251 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 2, 2, 14, 5) common-progress-cpp 29.0558 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 2, 2, 14, 33) common-timing-cpp 27.8623 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 2, 2, 16, 20) fem-multicore-cpp 107.325 "Coloring mesh." +(2013, 2, 2, 2, 16, 33) fem-convergence-cpp 11.6857 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 2, 2, 16, 35) fem-jit-python 0.00123742 "JIT compilation (in memory cache)" +(2013, 2, 2, 2, 21, 46) fem-speedup-cpp 311.211 "Assembly/solve speedup running on 4 processors" +(2013, 2, 2, 2, 21, 46) fem-speedup-cpp-assembly 6.47385 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 2, 2, 21, 46) fem-speedup-cpp-solve 2.35899 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 2, 2, 22, 13) mesh-refinement-cpp 24.7819 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 2, 2, 22, 35) mesh-topology-cpp 22.058 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 2, 2, 23, 2) mesh-unitcube-cpp 27.4631 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 2, 2, 23, 45) mesh-iteration-cpp 40.2504 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 2, 2, 24, 7) function-evaluation-cpp 21.6428 "Evaluations of functions at arbitrary points." +(2013, 2, 2, 2, 24, 7) function-evaluation-cpp 21.5019 "Evaluations of functions at arbitrary points." +(2013, 2, 2, 2, 24, 12) function-extrapolation-python 5.03068 "*** -------------------------------------------------------------------------" +(2013, 2, 2, 2, 24, 12) function-extrapolation-python 1.85362 "*** -------------------------------------------------------------------------" +(2013, 2, 2, 2, 24, 37) la-vector-access-cpp 24.3377 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 2, 2, 25, 3) la-vector-assignment-cpp 26.024 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 3, 2, 13, 47) common-progress-cpp 29.0573 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 3, 2, 14, 16) common-timing-cpp 28.2761 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 3, 2, 16, 4) fem-multicore-cpp 108.034 "Coloring mesh." +(2013, 2, 3, 2, 16, 16) fem-convergence-cpp 11.7451 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 3, 2, 16, 18) fem-jit-python 0.00121939 "JIT compilation (in memory cache)" +(2013, 2, 3, 2, 21, 23) fem-speedup-cpp 304.801 "Assembly/solve speedup running on 4 processors" +(2013, 2, 3, 2, 21, 23) fem-speedup-cpp-assembly 6.5549 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 3, 2, 21, 23) fem-speedup-cpp-solve 2.47267 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 3, 2, 21, 50) mesh-refinement-cpp 25.2302 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 3, 2, 22, 12) mesh-topology-cpp 21.9697 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 3, 2, 22, 40) mesh-unitcube-cpp 27.522 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 3, 2, 23, 23) mesh-iteration-cpp 40.2736 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 3, 2, 23, 45) function-evaluation-cpp 21.7926 "Evaluations of functions at arbitrary points." +(2013, 2, 3, 2, 23, 45) function-evaluation-cpp 21.6351 "Evaluations of functions at arbitrary points." +(2013, 2, 3, 2, 23, 50) function-extrapolation-python 5.20108 "*** -------------------------------------------------------------------------" +(2013, 2, 3, 2, 23, 50) function-extrapolation-python 1.90171 "*** -------------------------------------------------------------------------" +(2013, 2, 3, 2, 24, 13) la-vector-access-cpp 23.0619 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 3, 2, 24, 41) la-vector-assignment-cpp 27.6175 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 4, 2, 13, 43) common-progress-cpp 29.0656 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 4, 2, 14, 12) common-timing-cpp 28.9802 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 4, 2, 16, 0) fem-multicore-cpp 108.145 "Coloring mesh." +(2013, 2, 4, 2, 16, 13) fem-convergence-cpp 11.8229 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 4, 2, 16, 15) fem-jit-python 0.00121241 "JIT compilation (in memory cache)" +(2013, 2, 4, 2, 21, 22) fem-speedup-cpp 307.635 "Assembly/solve speedup running on 4 processors" +(2013, 2, 4, 2, 21, 22) fem-speedup-cpp-assembly 6.43624 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 4, 2, 21, 22) fem-speedup-cpp-solve 2.40658 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 4, 2, 21, 49) mesh-refinement-cpp 24.9727 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 4, 2, 22, 11) mesh-topology-cpp 21.8537 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 4, 2, 22, 38) mesh-unitcube-cpp 27.0644 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 4, 2, 23, 23) mesh-iteration-cpp 41.8261 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 4, 2, 23, 45) function-evaluation-cpp 21.7448 "Evaluations of functions at arbitrary points." +(2013, 2, 4, 2, 23, 45) function-evaluation-cpp 21.6173 "Evaluations of functions at arbitrary points." +(2013, 2, 4, 2, 23, 50) function-extrapolation-python 4.96734 "*** -------------------------------------------------------------------------" +(2013, 2, 4, 2, 23, 50) function-extrapolation-python 1.86512 "*** -------------------------------------------------------------------------" +(2013, 2, 4, 2, 24, 14) la-vector-access-cpp 24.3338 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 4, 2, 24, 40) la-vector-assignment-cpp 26.0144 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 5, 2, 14, 46) common-progress-cpp 28.9574 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 5, 2, 15, 15) common-timing-cpp 28.4751 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 5, 2, 17, 4) fem-multicore-cpp 109.332 "Coloring mesh." +(2013, 2, 5, 2, 17, 17) fem-convergence-cpp 11.8202 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 5, 2, 17, 34) fem-jit-python 0.00128171 "JIT compilation (in memory cache)" +(2013, 2, 5, 2, 22, 39) fem-speedup-cpp 305.471 "Assembly/solve speedup running on 4 processors" +(2013, 2, 5, 2, 22, 39) fem-speedup-cpp-assembly 6.4724 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 5, 2, 22, 39) fem-speedup-cpp-solve 2.43799 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 5, 2, 23, 6) mesh-refinement-cpp 25.0061 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 5, 2, 23, 28) mesh-topology-cpp 21.9141 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 5, 2, 23, 55) mesh-unitcube-cpp 27.1391 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 5, 2, 24, 38) mesh-iteration-cpp 40.3617 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 5, 2, 25, 0) function-evaluation-cpp 21.7322 "Evaluations of functions at arbitrary points." +(2013, 2, 5, 2, 25, 0) function-evaluation-cpp 21.5795 "Evaluations of functions at arbitrary points." +(2013, 2, 5, 2, 25, 49) function-extrapolation-python 49.0225 "*** -------------------------------------------------------------------------" +(2013, 2, 5, 2, 25, 49) function-extrapolation-python 1.87354 "*** -------------------------------------------------------------------------" +(2013, 2, 5, 2, 26, 14) la-vector-access-cpp 24.9135 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 5, 2, 26, 40) la-vector-assignment-cpp 26.0214 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 6, 2, 14, 3) common-progress-cpp 29.024 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 6, 2, 14, 32) common-timing-cpp 28.1353 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 6, 2, 16, 20) fem-multicore-cpp 108.128 "Coloring mesh." +(2013, 2, 6, 2, 16, 32) fem-convergence-cpp 11.8088 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 6, 2, 16, 49) fem-jit-python 0.00132279 "JIT compilation (in memory cache)" +(2013, 2, 6, 2, 21, 55) fem-speedup-cpp 305.848 "Assembly/solve speedup running on 4 processors" +(2013, 2, 6, 2, 21, 55) fem-speedup-cpp-assembly 6.32375 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 6, 2, 21, 55) fem-speedup-cpp-solve 2.42394 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 6, 2, 22, 22) mesh-refinement-cpp 25.0894 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 6, 2, 22, 44) mesh-topology-cpp 21.8889 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 6, 2, 23, 11) mesh-unitcube-cpp 27.1583 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 6, 2, 23, 54) mesh-iteration-cpp 40.3066 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 6, 2, 24, 16) function-evaluation-cpp 21.7427 "Evaluations of functions at arbitrary points." +(2013, 2, 6, 2, 24, 16) function-evaluation-cpp 21.5884 "Evaluations of functions at arbitrary points." +(2013, 2, 6, 2, 25, 5) function-extrapolation-python 49.2393 "*** -------------------------------------------------------------------------" +(2013, 2, 6, 2, 25, 5) function-extrapolation-python 1.88775 "*** -------------------------------------------------------------------------" +(2013, 2, 6, 2, 25, 31) la-vector-access-cpp 25.9241 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 6, 2, 25, 59) la-vector-assignment-cpp 28.0415 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 7, 2, 14, 24) common-progress-cpp 28.9074 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 7, 2, 14, 53) common-timing-cpp 29.0648 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 7, 2, 16, 41) fem-multicore-cpp 108.198 "Coloring mesh." +(2013, 2, 7, 2, 16, 54) fem-convergence-cpp 11.7889 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 7, 2, 16, 56) fem-jit-python 0.00122221 "JIT compilation (in memory cache)" +(2013, 2, 7, 2, 22, 4) fem-speedup-cpp 307.608 "Assembly/solve speedup running on 4 processors" +(2013, 2, 7, 2, 22, 4) fem-speedup-cpp-assembly 6.43816 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 7, 2, 22, 4) fem-speedup-cpp-solve 2.36678 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 7, 2, 22, 30) mesh-refinement-cpp 25.0651 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 7, 2, 22, 52) mesh-topology-cpp 22.0341 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 7, 2, 23, 21) mesh-unitcube-cpp 28.1955 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 7, 2, 24, 4) mesh-iteration-cpp 40.2668 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 7, 2, 24, 25) function-evaluation-cpp 21.3928 "Evaluations of functions at arbitrary points." +(2013, 2, 7, 2, 24, 25) function-evaluation-cpp 21.2568 "Evaluations of functions at arbitrary points." +(2013, 2, 7, 2, 24, 30) function-extrapolation-python 4.94471 "*** -------------------------------------------------------------------------" +(2013, 2, 7, 2, 24, 30) function-extrapolation-python 1.86673 "*** -------------------------------------------------------------------------" +(2013, 2, 7, 2, 24, 53) la-vector-access-cpp 23.0027 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 7, 2, 25, 19) la-vector-assignment-cpp 26.0184 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 8, 2, 13, 38) common-progress-cpp 28.9574 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 8, 2, 14, 6) common-timing-cpp 28.3846 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 8, 2, 15, 54) fem-multicore-cpp 107.901 "Coloring mesh." +(2013, 2, 8, 2, 18, 24) fem-assembly-cpp 150.086 "Assembly for various forms and backends" +(2013, 2, 8, 2, 18, 36) fem-convergence-cpp 11.6963 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 8, 2, 18, 38) fem-jit-python 0.00120771 "JIT compilation (in memory cache)" +(2013, 2, 8, 2, 23, 46) fem-speedup-cpp 308.366 "Assembly/solve speedup running on 4 processors" +(2013, 2, 8, 2, 23, 46) fem-speedup-cpp-assembly 6.48082 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 8, 2, 23, 46) fem-speedup-cpp-solve 2.34454 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 8, 2, 24, 13) mesh-refinement-cpp 25.0465 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 8, 2, 24, 35) mesh-topology-cpp 22.0649 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 8, 2, 25, 3) mesh-unitcube-cpp 28.1039 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 8, 2, 25, 47) mesh-iteration-cpp 40.2657 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 8, 2, 26, 9) function-evaluation-cpp 22.3809 "Evaluations of functions at arbitrary points." +(2013, 2, 8, 2, 26, 9) function-evaluation-cpp 22.2596 "Evaluations of functions at arbitrary points." +(2013, 2, 8, 2, 26, 14) function-extrapolation-python 5.15655 "*** -------------------------------------------------------------------------" +(2013, 2, 8, 2, 26, 14) function-extrapolation-python 1.90242 "*** -------------------------------------------------------------------------" +(2013, 2, 8, 2, 26, 37) la-vector-access-cpp 22.9383 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 8, 2, 27, 3) la-vector-assignment-cpp 26.0266 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 9, 2, 13, 33) common-progress-cpp 28.9655 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 9, 2, 14, 2) common-timing-cpp 28.9988 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 9, 2, 15, 51) fem-multicore-cpp 108.211 "Coloring mesh." +(2013, 2, 9, 2, 18, 20) fem-assembly-cpp 149.044 "Assembly for various forms and backends" +(2013, 2, 9, 2, 18, 31) fem-convergence-cpp 11.658 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 9, 2, 18, 33) fem-jit-python 0.00125461 "JIT compilation (in memory cache)" +(2013, 2, 9, 2, 23, 37) fem-speedup-cpp 303.356 "Assembly/solve speedup running on 4 processors" +(2013, 2, 9, 2, 23, 37) fem-speedup-cpp-assembly 6.47674 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 9, 2, 23, 37) fem-speedup-cpp-solve 2.47292 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 9, 2, 24, 3) mesh-refinement-cpp 24.9881 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 9, 2, 24, 25) mesh-topology-cpp 22.0403 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 9, 2, 24, 54) mesh-unitcube-cpp 28.2083 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 9, 2, 25, 38) mesh-iteration-cpp 40.9762 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 9, 2, 26, 0) function-evaluation-cpp 22.7584 "Evaluations of functions at arbitrary points." +(2013, 2, 9, 2, 26, 0) function-evaluation-cpp 22.6253 "Evaluations of functions at arbitrary points." +(2013, 2, 9, 2, 26, 6) function-extrapolation-python 5.27845 "*** -------------------------------------------------------------------------" +(2013, 2, 9, 2, 26, 6) function-extrapolation-python 1.92038 "*** -------------------------------------------------------------------------" +(2013, 2, 9, 2, 26, 29) la-vector-access-cpp 23.0386 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 9, 2, 26, 55) la-vector-assignment-cpp 26.0226 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 10, 2, 13, 12) common-progress-cpp 28.9739 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 10, 2, 13, 41) common-timing-cpp 28.7327 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 10, 2, 15, 29) fem-multicore-cpp 108.072 "Coloring mesh." +(2013, 2, 10, 2, 17, 58) fem-assembly-cpp 149.41 "Assembly for various forms and backends" +(2013, 2, 10, 2, 18, 10) fem-convergence-cpp 11.7535 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 10, 2, 18, 12) fem-jit-python 0.00121648 "JIT compilation (in memory cache)" +(2013, 2, 10, 2, 23, 18) fem-speedup-cpp 305.659 "Assembly/solve speedup running on 4 processors" +(2013, 2, 10, 2, 23, 18) fem-speedup-cpp-assembly 6.35544 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 10, 2, 23, 18) fem-speedup-cpp-solve 2.41892 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 10, 2, 23, 44) mesh-refinement-cpp 25.0709 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 10, 2, 24, 7) mesh-topology-cpp 22.0626 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 10, 2, 24, 35) mesh-unitcube-cpp 28.122 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 10, 2, 25, 19) mesh-iteration-cpp 41.6044 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 10, 2, 25, 41) function-evaluation-cpp 21.7655 "Evaluations of functions at arbitrary points." +(2013, 2, 10, 2, 25, 41) function-evaluation-cpp 21.6049 "Evaluations of functions at arbitrary points." +(2013, 2, 10, 2, 25, 46) function-extrapolation-python 5.34174 "*** -------------------------------------------------------------------------" +(2013, 2, 10, 2, 25, 46) function-extrapolation-python 1.90602 "*** -------------------------------------------------------------------------" +(2013, 2, 10, 2, 26, 10) la-vector-access-cpp 23.9848 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 10, 2, 26, 36) la-vector-assignment-cpp 25.9775 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 11, 2, 13, 16) common-progress-cpp 29.1488 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 11, 2, 13, 44) common-timing-cpp 28.7064 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 11, 2, 15, 33) fem-multicore-cpp 108.558 "Coloring mesh." +(2013, 2, 11, 2, 18, 3) fem-assembly-cpp 150.23 "Assembly for various forms and backends" +(2013, 2, 11, 2, 18, 15) fem-convergence-cpp 11.7624 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 11, 2, 18, 17) fem-jit-python 0.00121739 "JIT compilation (in memory cache)" +(2013, 2, 11, 2, 23, 29) fem-speedup-cpp 312.283 "Assembly/solve speedup running on 4 processors" +(2013, 2, 11, 2, 23, 29) fem-speedup-cpp-assembly 6.48718 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 11, 2, 23, 29) fem-speedup-cpp-solve 2.24288 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 11, 2, 23, 56) mesh-refinement-cpp 25.0178 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 11, 2, 24, 19) mesh-topology-cpp 22.0694 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 11, 2, 24, 47) mesh-unitcube-cpp 28.1513 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 11, 2, 25, 30) mesh-iteration-cpp 40.2508 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 11, 2, 25, 51) function-evaluation-cpp 21.2304 "Evaluations of functions at arbitrary points." +(2013, 2, 11, 2, 25, 51) function-evaluation-cpp 21.127 "Evaluations of functions at arbitrary points." +(2013, 2, 11, 2, 25, 56) function-extrapolation-python 5.16633 "*** -------------------------------------------------------------------------" +(2013, 2, 11, 2, 25, 56) function-extrapolation-python 1.89689 "*** -------------------------------------------------------------------------" +(2013, 2, 11, 2, 26, 19) la-vector-access-cpp 22.9786 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 11, 2, 26, 45) la-vector-assignment-cpp 26.0351 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 13, 2, 13, 23) common-progress-cpp 37.991 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 13, 2, 13, 52) common-timing-cpp 29.257 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 13, 2, 15, 40) fem-multicore-cpp 107.9 "Coloring mesh." +(2013, 2, 13, 2, 18, 10) fem-assembly-cpp 149.526 "Assembly for various forms and backends" +(2013, 2, 13, 2, 18, 21) fem-convergence-cpp 11.7732 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 13, 2, 18, 23) fem-jit-python 0.0012167 "JIT compilation (in memory cache)" +(2013, 2, 13, 2, 23, 34) fem-speedup-cpp 310.742 "Assembly/solve speedup running on 4 processors" +(2013, 2, 13, 2, 23, 34) fem-speedup-cpp-assembly 6.40043 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 13, 2, 23, 34) fem-speedup-cpp-solve 2.27336 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 13, 2, 24, 1) mesh-refinement-cpp 25.0649 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 13, 2, 24, 23) mesh-topology-cpp 22.0066 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 13, 2, 24, 51) mesh-unitcube-cpp 27.4921 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 13, 2, 25, 37) mesh-iteration-cpp 43.3767 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 13, 2, 25, 59) function-evaluation-cpp 21.7028 "Evaluations of functions at arbitrary points." +(2013, 2, 13, 2, 25, 59) function-evaluation-cpp 21.5992 "Evaluations of functions at arbitrary points." +(2013, 2, 13, 2, 26, 4) function-extrapolation-python 5.17176 "*** -------------------------------------------------------------------------" +(2013, 2, 13, 2, 26, 4) function-extrapolation-python 1.88215 "*** -------------------------------------------------------------------------" +(2013, 2, 13, 2, 26, 29) la-vector-access-cpp 24.9309 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 13, 2, 26, 55) la-vector-assignment-cpp 26.0104 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 14, 12, 55, 19) common-progress-cpp 28.7135 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 14, 12, 55, 48) common-timing-cpp 28.8756 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 14, 12, 57, 36) fem-multicore-cpp 107.991 "Coloring mesh." +(2013, 2, 14, 13, 0, 6) fem-assembly-cpp 150.234 "Assembly for various forms and backends" +(2013, 2, 14, 13, 0, 18) fem-convergence-cpp 11.7666 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 14, 13, 0, 20) fem-jit-python 0.00122778 "JIT compilation (in memory cache)" +(2013, 2, 14, 13, 5, 27) fem-speedup-cpp 307.219 "Assembly/solve speedup running on 4 processors" +(2013, 2, 14, 13, 5, 27) fem-speedup-cpp-assembly 6.54057 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 14, 13, 5, 27) fem-speedup-cpp-solve 2.38725 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 14, 13, 5, 54) mesh-refinement-cpp 25.2902 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 14, 13, 6, 16) mesh-topology-cpp 22.0283 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 14, 13, 6, 44) mesh-unitcube-cpp 27.2148 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 14, 13, 7, 32) mesh-iteration-cpp 46.0374 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 14, 13, 7, 54) function-evaluation-cpp 21.5406 "Evaluations of functions at arbitrary points." +(2013, 2, 14, 13, 7, 54) function-evaluation-cpp 21.4457 "Evaluations of functions at arbitrary points." +(2013, 2, 14, 13, 8, 23) la-vector-access-cpp 25.6993 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 14, 13, 8, 55) la-vector-assignment-cpp 31.5685 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 15, 2, 13, 24) common-progress-cpp 28.8301 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 15, 2, 13, 55) common-timing-cpp 30.0053 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 15, 2, 15, 43) fem-multicore-cpp 108.608 "Coloring mesh." +(2013, 2, 15, 2, 18, 16) fem-assembly-cpp 152.935 "Assembly for various forms and backends" +(2013, 2, 15, 2, 18, 28) fem-convergence-cpp 11.7358 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 15, 2, 18, 30) fem-jit-python 0.00121601 "JIT compilation (in memory cache)" +(2013, 2, 15, 2, 23, 36) fem-speedup-cpp 306.106 "Assembly/solve speedup running on 4 processors" +(2013, 2, 15, 2, 23, 36) fem-speedup-cpp-assembly 6.4591 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 15, 2, 23, 36) fem-speedup-cpp-solve 2.42291 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 15, 2, 24, 3) mesh-refinement-cpp 25.5327 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 15, 2, 24, 26) mesh-topology-cpp 22.1235 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 15, 2, 24, 53) mesh-unitcube-cpp 27.2293 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 15, 2, 25, 36) mesh-iteration-cpp 40.2672 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 15, 2, 25, 58) function-evaluation-cpp 22.2663 "Evaluations of functions at arbitrary points." +(2013, 2, 15, 2, 25, 58) function-evaluation-cpp 22.1668 "Evaluations of functions at arbitrary points." +(2013, 2, 15, 2, 26, 3) function-extrapolation-python 4.78032 "*** -------------------------------------------------------------------------" +(2013, 2, 15, 2, 26, 3) function-extrapolation-python 1.95565 "*** -------------------------------------------------------------------------" +(2013, 2, 15, 2, 26, 26) la-vector-access-cpp 22.9809 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 15, 2, 26, 54) la-vector-assignment-cpp 28.0228 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 2, 16, 2, 13, 48) common-progress-cpp 28.8133 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 2, 16, 2, 14, 17) common-timing-cpp 29.3088 "Timing access and registration of timings (10000000 repetitions)" +(2013, 2, 16, 2, 16, 7) fem-multicore-cpp 109.268 "Coloring mesh." +(2013, 2, 16, 2, 18, 40) fem-assembly-cpp 152.789 "Assembly for various forms and backends" +(2013, 2, 16, 2, 18, 51) fem-convergence-cpp 11.7382 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 2, 16, 2, 18, 53) fem-jit-python 0.00122449 "JIT compilation (in memory cache)" +(2013, 2, 16, 2, 24, 1) fem-speedup-cpp 307.572 "Assembly/solve speedup running on 4 processors" +(2013, 2, 16, 2, 24, 1) fem-speedup-cpp-assembly 6.4494 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 2, 16, 2, 24, 1) fem-speedup-cpp-solve 2.36775 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 2, 16, 2, 24, 28) mesh-refinement-cpp 25.528 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 2, 16, 2, 24, 51) mesh-topology-cpp 22.094 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 2, 16, 2, 25, 18) mesh-unitcube-cpp 27.1552 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 2, 16, 2, 26, 1) mesh-iteration-cpp 40.2643 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 2, 16, 2, 26, 23) function-evaluation-cpp 21.6683 "Evaluations of functions at arbitrary points." +(2013, 2, 16, 2, 26, 23) function-evaluation-cpp 21.5472 "Evaluations of functions at arbitrary points." +(2013, 2, 16, 2, 26, 38) function-extrapolation-python 15.0923 "*** -------------------------------------------------------------------------" +(2013, 2, 16, 2, 26, 38) function-extrapolation-python 1.95866 "*** -------------------------------------------------------------------------" +(2013, 2, 16, 2, 27, 1) la-vector-access-cpp 23.4226 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 2, 16, 2, 27, 31) la-vector-assignment-cpp 29.5305 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 3, 13, 7, 16) common-progress-cpp 28.7683 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 3, 13, 7, 47) common-timing-cpp 31.3816 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 3, 13, 9, 35) fem-multicore-cpp 107.387 "Coloring mesh." +(2013, 3, 3, 13, 12, 3) fem-assembly-cpp 148.528 "Assembly for various forms and backends" +(2013, 3, 3, 13, 12, 15) fem-convergence-cpp 11.893 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 3, 13, 12, 17) fem-jit-python 0.0012048 "JIT compilation (in memory cache)" +(2013, 3, 3, 13, 17, 26) fem-speedup-cpp 308.684 "Assembly/solve speedup running on 4 processors" +(2013, 3, 3, 13, 17, 26) fem-speedup-cpp-assembly 6.48294 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 3, 13, 17, 26) fem-speedup-cpp-solve 2.31179 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 3, 13, 17, 52) mesh-refinement-cpp 24.1048 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 3, 13, 18, 14) mesh-topology-cpp 22.1031 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 3, 13, 18, 37) mesh-unitcube-cpp 23.584 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 3, 13, 19, 18) mesh-iteration-cpp 38.4754 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 3, 13, 19, 40) function-evaluation-cpp 21.6033 "Evaluations of functions at arbitrary points." +(2013, 3, 3, 13, 19, 40) function-evaluation-cpp 21.4773 "Evaluations of functions at arbitrary points." +(2013, 3, 3, 13, 19, 45) function-extrapolation-python 5.35753 "*** -------------------------------------------------------------------------" +(2013, 3, 3, 13, 19, 45) function-extrapolation-python 1.97276 "*** -------------------------------------------------------------------------" +(2013, 3, 3, 13, 20, 8) la-vector-access-cpp 22.8951 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 3, 13, 20, 34) la-vector-assignment-cpp 25.9654 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 4, 2, 13, 58) common-progress-cpp 28.8767 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 4, 2, 14, 29) common-timing-cpp 30.6059 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 4, 2, 16, 16) fem-multicore-cpp 107.368 "Coloring mesh." +(2013, 3, 4, 2, 18, 45) fem-assembly-cpp 149.109 "Assembly for various forms and backends" +(2013, 3, 4, 2, 18, 57) fem-convergence-cpp 11.5695 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 4, 2, 18, 59) fem-jit-python 0.0012198 "JIT compilation (in memory cache)" +(2013, 3, 4, 2, 24, 7) fem-speedup-cpp 308.564 "Assembly/solve speedup running on 4 processors" +(2013, 3, 4, 2, 24, 7) fem-speedup-cpp-assembly 6.49526 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 4, 2, 24, 7) fem-speedup-cpp-solve 2.3264 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 4, 2, 24, 33) mesh-refinement-cpp 24.0848 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 4, 2, 24, 55) mesh-topology-cpp 22.372 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 4, 2, 25, 19) mesh-unitcube-cpp 23.8255 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 4, 2, 25, 59) mesh-iteration-cpp 37.3498 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 4, 2, 26, 21) function-evaluation-cpp 21.5945 "Evaluations of functions at arbitrary points." +(2013, 3, 4, 2, 26, 21) function-evaluation-cpp 21.4631 "Evaluations of functions at arbitrary points." +(2013, 3, 4, 2, 26, 36) function-extrapolation-python 14.8548 "*** -------------------------------------------------------------------------" +(2013, 3, 4, 2, 26, 36) function-extrapolation-python 2.01239 "*** -------------------------------------------------------------------------" +(2013, 3, 4, 2, 26, 58) la-vector-access-cpp 22.5985 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 4, 2, 27, 24) la-vector-assignment-cpp 25.9598 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 5, 2, 14, 33) common-progress-cpp 37.5771 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 5, 2, 15, 4) common-timing-cpp 30.5963 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 5, 2, 16, 52) fem-multicore-cpp 107.857 "Coloring mesh." +(2013, 3, 5, 2, 19, 22) fem-assembly-cpp 150.47 "Assembly for various forms and backends" +(2013, 3, 5, 2, 19, 34) fem-convergence-cpp 11.6881 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 5, 2, 19, 50) fem-jit-python 0.00128992 "JIT compilation (in memory cache)" +(2013, 3, 5, 2, 24, 59) fem-speedup-cpp 308.883 "Assembly/solve speedup running on 4 processors" +(2013, 3, 5, 2, 24, 59) fem-speedup-cpp-assembly 6.60461 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 5, 2, 24, 59) fem-speedup-cpp-solve 2.30416 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 5, 2, 25, 25) mesh-refinement-cpp 24.162 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 5, 2, 25, 47) mesh-topology-cpp 22.2656 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 5, 2, 26, 11) mesh-unitcube-cpp 23.8759 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 5, 2, 26, 51) mesh-iteration-cpp 37.2091 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 5, 2, 27, 12) function-evaluation-cpp 21.6553 "Evaluations of functions at arbitrary points." +(2013, 3, 5, 2, 27, 12) function-evaluation-cpp 21.5275 "Evaluations of functions at arbitrary points." +(2013, 3, 5, 2, 28, 0) function-extrapolation-python 47.2473 "*** -------------------------------------------------------------------------" +(2013, 3, 5, 2, 28, 0) function-extrapolation-python 2.15593 "*** -------------------------------------------------------------------------" +(2013, 3, 5, 2, 28, 25) la-vector-access-cpp 25.4 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 5, 2, 28, 53) la-vector-assignment-cpp 27.4834 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 6, 2, 13, 48) common-progress-cpp 37.7604 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 6, 2, 14, 18) common-timing-cpp 30.5238 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 6, 2, 16, 6) fem-multicore-cpp 107.718 "Coloring mesh." +(2013, 3, 6, 2, 18, 36) fem-assembly-cpp 150.135 "Assembly for various forms and backends" +(2013, 3, 6, 2, 18, 48) fem-convergence-cpp 11.6943 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 6, 2, 18, 50) fem-jit-python 0.0012342 "JIT compilation (in memory cache)" +(2013, 3, 6, 2, 23, 59) fem-speedup-cpp 309.399 "Assembly/solve speedup running on 4 processors" +(2013, 3, 6, 2, 23, 59) fem-speedup-cpp-assembly 6.56379 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 6, 2, 23, 59) fem-speedup-cpp-solve 2.29875 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 6, 2, 24, 25) mesh-refinement-cpp 24.1371 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 6, 2, 24, 47) mesh-topology-cpp 22.0929 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 6, 2, 25, 11) mesh-unitcube-cpp 23.7726 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 6, 2, 25, 50) mesh-iteration-cpp 37.2055 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 6, 2, 26, 12) function-evaluation-cpp 21.5366 "Evaluations of functions at arbitrary points." +(2013, 3, 6, 2, 26, 12) function-evaluation-cpp 21.4162 "Evaluations of functions at arbitrary points." +(2013, 3, 6, 2, 26, 17) function-extrapolation-python 5.30403 "*** -------------------------------------------------------------------------" +(2013, 3, 6, 2, 26, 17) function-extrapolation-python 2.14405 "*** -------------------------------------------------------------------------" +(2013, 3, 6, 2, 26, 40) la-vector-access-cpp 22.8846 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 6, 2, 27, 6) la-vector-assignment-cpp 25.9638 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 7, 2, 14, 0) common-progress-cpp 28.8432 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 7, 2, 14, 33) common-timing-cpp 32.5581 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 7, 2, 16, 20) fem-multicore-cpp 107.121 "Coloring mesh." +(2013, 3, 7, 2, 18, 50) fem-assembly-cpp 150.293 "Assembly for various forms and backends" +(2013, 3, 7, 2, 19, 2) fem-convergence-cpp 11.7221 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 7, 2, 19, 4) fem-jit-python 0.00121648 "JIT compilation (in memory cache)" +(2013, 3, 7, 2, 24, 14) fem-speedup-cpp 309.767 "Assembly/solve speedup running on 4 processors" +(2013, 3, 7, 2, 24, 14) fem-speedup-cpp-assembly 6.61758 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 7, 2, 24, 14) fem-speedup-cpp-solve 2.30439 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 7, 2, 24, 39) mesh-refinement-cpp 24.4643 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 7, 2, 25, 2) mesh-topology-cpp 22.5519 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 7, 2, 25, 26) mesh-unitcube-cpp 23.6465 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 7, 2, 26, 10) mesh-iteration-cpp 41.3081 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 7, 2, 26, 31) function-evaluation-cpp 21.3388 "Evaluations of functions at arbitrary points." +(2013, 3, 7, 2, 26, 31) function-evaluation-cpp 21.2109 "Evaluations of functions at arbitrary points." +(2013, 3, 7, 2, 26, 36) function-extrapolation-python 5.38117 "*** -------------------------------------------------------------------------" +(2013, 3, 7, 2, 26, 36) function-extrapolation-python 2.14497 "*** -------------------------------------------------------------------------" +(2013, 3, 7, 2, 27, 2) la-vector-access-cpp 25.4054 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 7, 2, 27, 29) la-vector-assignment-cpp 27.5381 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 8, 2, 14, 19) common-progress-cpp 47.56 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 8, 2, 14, 52) common-timing-cpp 32.3784 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 8, 2, 16, 39) fem-multicore-cpp 107.116 "Coloring mesh." +(2013, 3, 8, 2, 19, 9) fem-assembly-cpp 149.545 "Assembly for various forms and backends" +(2013, 3, 8, 2, 19, 20) fem-convergence-cpp 11.7503 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 8, 2, 19, 22) fem-jit-python 0.0012197 "JIT compilation (in memory cache)" +(2013, 3, 8, 2, 24, 30) fem-speedup-cpp 307.962 "Assembly/solve speedup running on 4 processors" +(2013, 3, 8, 2, 24, 30) fem-speedup-cpp-assembly 6.61209 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 8, 2, 24, 30) fem-speedup-cpp-solve 2.34787 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 8, 2, 24, 56) mesh-refinement-cpp 24.3243 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 8, 2, 25, 19) mesh-topology-cpp 22.6476 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 8, 2, 25, 43) mesh-unitcube-cpp 24.2202 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 8, 2, 26, 29) mesh-iteration-cpp 43.6634 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 8, 2, 26, 51) function-evaluation-cpp 21.6032 "Evaluations of functions at arbitrary points." +(2013, 3, 8, 2, 26, 51) function-evaluation-cpp 21.4784 "Evaluations of functions at arbitrary points." +(2013, 3, 8, 2, 26, 56) function-extrapolation-python 5.2382 "*** -------------------------------------------------------------------------" +(2013, 3, 8, 2, 26, 56) function-extrapolation-python 2.14476 "*** -------------------------------------------------------------------------" +(2013, 3, 8, 2, 27, 20) la-vector-access-cpp 23.3109 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 8, 2, 27, 46) la-vector-assignment-cpp 25.9593 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 9, 2, 13, 56) common-progress-cpp 28.8184 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 9, 2, 14, 28) common-timing-cpp 32.053 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 9, 2, 16, 15) fem-multicore-cpp 107.571 "Coloring mesh." +(2013, 3, 9, 2, 18, 44) fem-assembly-cpp 149.283 "Assembly for various forms and backends" +(2013, 3, 9, 2, 18, 57) fem-convergence-cpp 12.2405 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 9, 2, 18, 59) fem-jit-python 0.00121739 "JIT compilation (in memory cache)" +(2013, 3, 9, 2, 24, 7) fem-speedup-cpp 308.411 "Assembly/solve speedup running on 4 processors" +(2013, 3, 9, 2, 24, 7) fem-speedup-cpp-assembly 6.57784 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 9, 2, 24, 7) fem-speedup-cpp-solve 2.34974 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 9, 2, 24, 33) mesh-refinement-cpp 24.3245 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 9, 2, 24, 55) mesh-topology-cpp 22.4345 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 9, 2, 25, 19) mesh-unitcube-cpp 23.7048 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 9, 2, 26, 3) mesh-iteration-cpp 41.2939 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 9, 2, 26, 25) function-evaluation-cpp 21.853 "Evaluations of functions at arbitrary points." +(2013, 3, 9, 2, 26, 25) function-evaluation-cpp 21.7216 "Evaluations of functions at arbitrary points." +(2013, 3, 9, 2, 26, 30) function-extrapolation-python 5.3218 "*** -------------------------------------------------------------------------" +(2013, 3, 9, 2, 26, 30) function-extrapolation-python 2.15123 "*** -------------------------------------------------------------------------" +(2013, 3, 9, 2, 26, 56) la-vector-access-cpp 25.4647 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 9, 2, 27, 22) la-vector-assignment-cpp 25.9641 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 10, 2, 13, 37) common-progress-cpp 28.8017 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 10, 2, 14, 10) common-timing-cpp 33.037 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 10, 2, 15, 57) fem-multicore-cpp 106.971 "Coloring mesh." +(2013, 3, 10, 2, 18, 26) fem-assembly-cpp 149.295 "Assembly for various forms and backends" +(2013, 3, 10, 2, 18, 38) fem-convergence-cpp 12.2664 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 10, 2, 18, 40) fem-jit-python 0.00122659 "JIT compilation (in memory cache)" +(2013, 3, 10, 2, 23, 49) fem-speedup-cpp 308.88 "Assembly/solve speedup running on 4 processors" +(2013, 3, 10, 2, 23, 49) fem-speedup-cpp-assembly 6.52528 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 10, 2, 23, 49) fem-speedup-cpp-solve 2.3563 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 10, 2, 24, 15) mesh-refinement-cpp 24.3412 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 10, 2, 24, 37) mesh-topology-cpp 22.3231 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 10, 2, 25, 1) mesh-unitcube-cpp 23.6815 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 10, 2, 25, 45) mesh-iteration-cpp 41.182 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 10, 2, 26, 6) function-evaluation-cpp 21.6225 "Evaluations of functions at arbitrary points." +(2013, 3, 10, 2, 26, 6) function-evaluation-cpp 21.4896 "Evaluations of functions at arbitrary points." +(2013, 3, 10, 2, 26, 12) function-extrapolation-python 5.10432 "*** -------------------------------------------------------------------------" +(2013, 3, 10, 2, 26, 12) function-extrapolation-python 2.15485 "*** -------------------------------------------------------------------------" +(2013, 3, 10, 2, 26, 35) la-vector-access-cpp 23.0955 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 10, 2, 27, 1) la-vector-assignment-cpp 25.9728 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 11, 2, 13, 43) common-progress-cpp 37.5522 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 11, 2, 14, 14) common-timing-cpp 31.7833 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 11, 2, 16, 2) fem-multicore-cpp 107.314 "Coloring mesh." +(2013, 3, 11, 2, 18, 31) fem-assembly-cpp 149.155 "Assembly for various forms and backends" +(2013, 3, 11, 2, 18, 43) fem-convergence-cpp 12.196 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 11, 2, 18, 45) fem-jit-python 0.00122781 "JIT compilation (in memory cache)" +(2013, 3, 11, 2, 23, 54) fem-speedup-cpp 309.246 "Assembly/solve speedup running on 4 processors" +(2013, 3, 11, 2, 23, 54) fem-speedup-cpp-assembly 6.50769 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 11, 2, 23, 54) fem-speedup-cpp-solve 2.34776 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 11, 2, 24, 20) mesh-refinement-cpp 24.3332 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 11, 2, 24, 43) mesh-topology-cpp 22.2754 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 11, 2, 25, 6) mesh-unitcube-cpp 23.6453 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 11, 2, 25, 50) mesh-iteration-cpp 41.2463 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 11, 2, 26, 12) function-evaluation-cpp 21.8302 "Evaluations of functions at arbitrary points." +(2013, 3, 11, 2, 26, 12) function-evaluation-cpp 21.6935 "Evaluations of functions at arbitrary points." +(2013, 3, 11, 2, 26, 17) function-extrapolation-python 5.2171 "*** -------------------------------------------------------------------------" +(2013, 3, 11, 2, 26, 17) function-extrapolation-python 2.16002 "*** -------------------------------------------------------------------------" +(2013, 3, 11, 2, 26, 40) la-vector-access-cpp 22.9469 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 11, 2, 27, 6) la-vector-assignment-cpp 25.9677 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 12, 2, 14, 14) common-progress-cpp 28.8084 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 12, 2, 14, 46) common-timing-cpp 32.5913 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 12, 2, 16, 34) fem-multicore-cpp 107.404 "Coloring mesh." +(2013, 3, 12, 2, 19, 1) fem-assembly-cpp 147.424 "Assembly for various forms and backends" +(2013, 3, 12, 2, 19, 13) fem-convergence-cpp 12.2643 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 12, 2, 19, 15) fem-jit-python 0.00121729 "JIT compilation (in memory cache)" +(2013, 3, 12, 2, 24, 26) fem-speedup-cpp 310.399 "Assembly/solve speedup running on 4 processors" +(2013, 3, 12, 2, 24, 26) fem-speedup-cpp-assembly 6.47694 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 12, 2, 24, 26) fem-speedup-cpp-solve 2.32033 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 12, 2, 24, 52) mesh-refinement-cpp 24.4576 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 12, 2, 25, 14) mesh-topology-cpp 22.2033 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 12, 2, 25, 38) mesh-unitcube-cpp 23.5273 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 12, 2, 26, 19) mesh-iteration-cpp 39.4213 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 12, 2, 26, 41) function-evaluation-cpp 21.8973 "Evaluations of functions at arbitrary points." +(2013, 3, 12, 2, 26, 41) function-evaluation-cpp 21.7654 "Evaluations of functions at arbitrary points." +(2013, 3, 12, 2, 26, 47) function-extrapolation-python 5.11899 "*** -------------------------------------------------------------------------" +(2013, 3, 12, 2, 26, 47) function-extrapolation-python 2.15039 "*** -------------------------------------------------------------------------" +(2013, 3, 12, 2, 27, 9) la-vector-access-cpp 22.9179 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 12, 2, 27, 35) la-vector-assignment-cpp 25.966 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 13, 2, 14, 29) common-progress-cpp 37.6021 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 13, 2, 15, 2) common-timing-cpp 32.7789 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 13, 2, 16, 49) fem-multicore-cpp 107.121 "Coloring mesh." +(2013, 3, 13, 2, 19, 17) fem-assembly-cpp 148.339 "Assembly for various forms and backends" +(2013, 3, 13, 2, 19, 30) fem-convergence-cpp 12.3528 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 13, 2, 19, 46) fem-jit-python 0.00127511 "JIT compilation (in memory cache)" +(2013, 3, 13, 2, 24, 55) fem-speedup-cpp 308.687 "Assembly/solve speedup running on 4 processors" +(2013, 3, 13, 2, 24, 55) fem-speedup-cpp-assembly 6.56106 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 13, 2, 24, 55) fem-speedup-cpp-solve 2.37074 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 13, 2, 25, 21) mesh-refinement-cpp 24.2996 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 13, 2, 25, 43) mesh-topology-cpp 22.4627 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 13, 2, 26, 7) mesh-unitcube-cpp 23.8317 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 13, 2, 26, 47) mesh-iteration-cpp 37.2392 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 13, 2, 27, 8) function-evaluation-cpp 21.6867 "Evaluations of functions at arbitrary points." +(2013, 3, 13, 2, 27, 8) function-evaluation-cpp 21.5673 "Evaluations of functions at arbitrary points." +(2013, 3, 13, 2, 27, 55) function-extrapolation-python 46.914 "*** -------------------------------------------------------------------------" +(2013, 3, 13, 2, 27, 55) function-extrapolation-python 2.17642 "*** -------------------------------------------------------------------------" +(2013, 3, 13, 2, 28, 18) la-vector-access-cpp 22.6385 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 13, 2, 28, 45) la-vector-assignment-cpp 27.4089 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 14, 2, 14, 9) common-progress-cpp 28.7684 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 14, 2, 14, 42) common-timing-cpp 32.9984 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 14, 2, 16, 29) fem-multicore-cpp 107.233 "Coloring mesh." +(2013, 3, 14, 2, 19, 0) fem-assembly-cpp 150.523 "Assembly for various forms and backends" +(2013, 3, 14, 2, 19, 12) fem-convergence-cpp 12.2397 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 14, 2, 19, 14) fem-jit-python 0.00122569 "JIT compilation (in memory cache)" +(2013, 3, 14, 2, 24, 26) fem-speedup-cpp 311.559 "Assembly/solve speedup running on 4 processors" +(2013, 3, 14, 2, 24, 26) fem-speedup-cpp-assembly 6.58504 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 14, 2, 24, 26) fem-speedup-cpp-solve 2.30054 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 14, 2, 24, 52) mesh-refinement-cpp 24.3645 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 14, 2, 25, 14) mesh-topology-cpp 22.3912 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 14, 2, 25, 37) mesh-unitcube-cpp 23.0243 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 14, 2, 26, 17) mesh-iteration-cpp 37.5232 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 14, 2, 26, 39) function-evaluation-cpp 21.9613 "Evaluations of functions at arbitrary points." +(2013, 3, 14, 2, 26, 39) function-evaluation-cpp 21.8542 "Evaluations of functions at arbitrary points." +(2013, 3, 14, 2, 26, 45) function-extrapolation-python 5.24009 "*** -------------------------------------------------------------------------" +(2013, 3, 14, 2, 26, 45) function-extrapolation-python 2.10843 "*** -------------------------------------------------------------------------" +(2013, 3, 14, 2, 27, 8) la-vector-access-cpp 22.9719 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 14, 2, 27, 34) la-vector-assignment-cpp 25.9694 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 15, 2, 13, 32) common-progress-cpp 28.8016 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 15, 2, 14, 5) common-timing-cpp 32.0957 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 15, 2, 15, 52) fem-multicore-cpp 107.226 "Coloring mesh." +(2013, 3, 15, 2, 18, 20) fem-assembly-cpp 148.401 "Assembly for various forms and backends" +(2013, 3, 15, 2, 18, 32) fem-convergence-cpp 12.2013 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 15, 2, 18, 34) fem-jit-python 0.0012234 "JIT compilation (in memory cache)" +(2013, 3, 15, 2, 23, 45) fem-speedup-cpp 310.362 "Assembly/solve speedup running on 4 processors" +(2013, 3, 15, 2, 23, 45) fem-speedup-cpp-assembly 6.47895 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 15, 2, 23, 45) fem-speedup-cpp-solve 2.31461 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 15, 2, 24, 11) mesh-refinement-cpp 24.3441 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 15, 2, 24, 33) mesh-topology-cpp 22.3299 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 15, 2, 24, 56) mesh-unitcube-cpp 22.9755 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 15, 2, 25, 37) mesh-iteration-cpp 39.0737 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 15, 2, 25, 59) function-evaluation-cpp 21.8787 "Evaluations of functions at arbitrary points." +(2013, 3, 15, 2, 25, 59) function-evaluation-cpp 21.7553 "Evaluations of functions at arbitrary points." +(2013, 3, 15, 2, 26, 5) function-extrapolation-python 5.21209 "*** -------------------------------------------------------------------------" +(2013, 3, 15, 2, 26, 5) function-extrapolation-python 2.15956 "*** -------------------------------------------------------------------------" +(2013, 3, 15, 2, 26, 28) la-vector-access-cpp 22.9567 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 15, 2, 26, 55) la-vector-assignment-cpp 27.4805 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 16, 2, 14, 11) common-progress-cpp 28.8684 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 16, 2, 14, 43) common-timing-cpp 31.3065 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 16, 2, 16, 30) fem-multicore-cpp 107.333 "Coloring mesh." +(2013, 3, 16, 2, 19, 0) fem-assembly-cpp 149.993 "Assembly for various forms and backends" +(2013, 3, 16, 2, 19, 12) fem-convergence-cpp 12.2928 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 16, 2, 19, 14) fem-jit-python 0.00123 "JIT compilation (in memory cache)" +(2013, 3, 16, 2, 24, 26) fem-speedup-cpp 312.124 "Assembly/solve speedup running on 4 processors" +(2013, 3, 16, 2, 24, 26) fem-speedup-cpp-assembly 6.46337 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 16, 2, 24, 26) fem-speedup-cpp-solve 2.30694 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 16, 2, 24, 53) mesh-refinement-cpp 24.9901 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 16, 2, 25, 16) mesh-topology-cpp 22.5543 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 16, 2, 25, 42) mesh-unitcube-cpp 26.5926 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 16, 2, 26, 25) mesh-iteration-cpp 40.4265 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 16, 2, 26, 47) function-evaluation-cpp 21.8843 "Evaluations of functions at arbitrary points." +(2013, 3, 16, 2, 26, 47) function-evaluation-cpp 21.7497 "Evaluations of functions at arbitrary points." +(2013, 3, 16, 2, 26, 52) function-extrapolation-python 5.09462 "*** -------------------------------------------------------------------------" +(2013, 3, 16, 2, 26, 52) function-extrapolation-python 2.10553 "*** -------------------------------------------------------------------------" +(2013, 3, 16, 2, 27, 15) la-vector-access-cpp 22.4321 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 16, 2, 27, 42) la-vector-assignment-cpp 27.4719 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 17, 2, 29, 42) common-progress-cpp 28.9765 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 17, 2, 30, 13) common-timing-cpp 31.3009 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 17, 2, 32, 0) fem-multicore-cpp 107.195 "Coloring mesh." +(2013, 3, 17, 2, 34, 30) fem-assembly-cpp 149.737 "Assembly for various forms and backends" +(2013, 3, 17, 2, 34, 42) fem-convergence-cpp 12.3258 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 17, 2, 34, 44) fem-jit-python 0.00122299 "JIT compilation (in memory cache)" +(2013, 3, 17, 2, 39, 54) fem-speedup-cpp 310.183 "Assembly/solve speedup running on 4 processors" +(2013, 3, 17, 2, 39, 54) fem-speedup-cpp-assembly 6.51568 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 17, 2, 39, 54) fem-speedup-cpp-solve 2.35324 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 17, 2, 40, 21) mesh-refinement-cpp 25.0468 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 17, 2, 40, 43) mesh-topology-cpp 22.547 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 17, 2, 41, 10) mesh-unitcube-cpp 26.493 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 17, 2, 41, 50) mesh-iteration-cpp 37.4055 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 17, 2, 42, 12) function-evaluation-cpp 21.5286 "Evaluations of functions at arbitrary points." +(2013, 3, 17, 2, 42, 12) function-evaluation-cpp 21.4091 "Evaluations of functions at arbitrary points." +(2013, 3, 17, 2, 42, 17) function-extrapolation-python 5.24485 "*** -------------------------------------------------------------------------" +(2013, 3, 17, 2, 42, 17) function-extrapolation-python 2.16948 "*** -------------------------------------------------------------------------" +(2013, 3, 17, 2, 42, 45) la-vector-access-cpp 27.9113 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 17, 2, 43, 13) la-vector-assignment-cpp 27.9133 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 18, 2, 13, 58) common-progress-cpp 37.7687 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 18, 2, 14, 31) common-timing-cpp 32.4334 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 18, 2, 16, 18) fem-multicore-cpp 107.27 "Coloring mesh." +(2013, 3, 18, 2, 18, 48) fem-assembly-cpp 149.848 "Assembly for various forms and backends" +(2013, 3, 18, 2, 19, 0) fem-convergence-cpp 12.3602 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 18, 2, 19, 2) fem-jit-python 0.00122349 "JIT compilation (in memory cache)" +(2013, 3, 18, 2, 24, 14) fem-speedup-cpp 311.341 "Assembly/solve speedup running on 4 processors" +(2013, 3, 18, 2, 24, 14) fem-speedup-cpp-assembly 6.5241 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 18, 2, 24, 14) fem-speedup-cpp-solve 2.31743 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 18, 2, 24, 40) mesh-refinement-cpp 25.0306 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 18, 2, 25, 3) mesh-topology-cpp 22.5197 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 18, 2, 25, 29) mesh-unitcube-cpp 26.524 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 18, 2, 26, 9) mesh-iteration-cpp 37.4762 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 18, 2, 26, 31) function-evaluation-cpp 21.9725 "Evaluations of functions at arbitrary points." +(2013, 3, 18, 2, 26, 31) function-evaluation-cpp 21.8378 "Evaluations of functions at arbitrary points." +(2013, 3, 18, 2, 26, 37) function-extrapolation-python 5.22097 "*** -------------------------------------------------------------------------" +(2013, 3, 18, 2, 26, 37) function-extrapolation-python 2.15231 "*** -------------------------------------------------------------------------" +(2013, 3, 18, 2, 26, 59) la-vector-access-cpp 22.6207 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 18, 2, 27, 25) la-vector-assignment-cpp 25.9718 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 19, 2, 13, 51) common-progress-cpp 28.8619 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 19, 2, 14, 22) common-timing-cpp 31.2971 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 19, 2, 16, 10) fem-multicore-cpp 107.35 "Coloring mesh." +(2013, 3, 19, 2, 18, 39) fem-assembly-cpp 148.884 "Assembly for various forms and backends" +(2013, 3, 19, 2, 18, 51) fem-convergence-cpp 12.375 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 19, 2, 18, 53) fem-jit-python 0.00122199 "JIT compilation (in memory cache)" +(2013, 3, 19, 2, 24, 3) fem-speedup-cpp 309.909 "Assembly/solve speedup running on 4 processors" +(2013, 3, 19, 2, 24, 3) fem-speedup-cpp-assembly 6.50401 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 19, 2, 24, 3) fem-speedup-cpp-solve 2.34787 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 19, 2, 24, 29) mesh-refinement-cpp 24.9867 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 19, 2, 24, 52) mesh-topology-cpp 22.3912 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 19, 2, 25, 19) mesh-unitcube-cpp 27.1669 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 19, 2, 25, 59) mesh-iteration-cpp 37.195 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 19, 2, 26, 21) function-evaluation-cpp 21.845 "Evaluations of functions at arbitrary points." +(2013, 3, 19, 2, 26, 21) function-evaluation-cpp 21.7126 "Evaluations of functions at arbitrary points." +(2013, 3, 19, 2, 26, 26) function-extrapolation-python 5.39671 "*** -------------------------------------------------------------------------" +(2013, 3, 19, 2, 26, 26) function-extrapolation-python 2.17694 "*** -------------------------------------------------------------------------" +(2013, 3, 19, 2, 26, 49) la-vector-access-cpp 23.0423 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 19, 2, 27, 15) la-vector-assignment-cpp 25.9685 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 20, 2, 13, 30) common-progress-cpp 28.8516 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 20, 2, 14, 1) common-timing-cpp 31.3052 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 20, 2, 15, 49) fem-multicore-cpp 107.1 "Coloring mesh." +(2013, 3, 20, 2, 18, 18) fem-assembly-cpp 149.056 "Assembly for various forms and backends" +(2013, 3, 20, 2, 18, 30) fem-convergence-cpp 12.2928 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 20, 2, 18, 32) fem-jit-python 0.00124729 "JIT compilation (in memory cache)" +(2013, 3, 20, 2, 23, 42) fem-speedup-cpp 309.893 "Assembly/solve speedup running on 4 processors" +(2013, 3, 20, 2, 23, 42) fem-speedup-cpp-assembly 6.50628 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 20, 2, 23, 42) fem-speedup-cpp-solve 2.34703 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 20, 2, 24, 8) mesh-refinement-cpp 24.9927 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 20, 2, 24, 31) mesh-topology-cpp 22.528 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 20, 2, 24, 58) mesh-unitcube-cpp 27.1177 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 20, 2, 25, 38) mesh-iteration-cpp 37.2224 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 20, 2, 26, 0) function-evaluation-cpp 21.8283 "Evaluations of functions at arbitrary points." +(2013, 3, 20, 2, 26, 0) function-evaluation-cpp 21.7086 "Evaluations of functions at arbitrary points." +(2013, 3, 20, 2, 26, 5) function-extrapolation-python 5.31842 "*** -------------------------------------------------------------------------" +(2013, 3, 20, 2, 26, 5) function-extrapolation-python 2.18448 "*** -------------------------------------------------------------------------" +(2013, 3, 20, 2, 26, 31) la-vector-access-cpp 25.4125 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 20, 2, 26, 58) la-vector-assignment-cpp 27.5367 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 21, 2, 13, 45) common-progress-cpp 37.6687 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 21, 2, 14, 16) common-timing-cpp 31.3976 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 21, 2, 16, 5) fem-multicore-cpp 108.533 "Coloring mesh." +(2013, 3, 21, 2, 18, 34) fem-assembly-cpp 148.958 "Assembly for various forms and backends" +(2013, 3, 21, 2, 18, 46) fem-convergence-cpp 12.3336 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 21, 2, 18, 48) fem-jit-python 0.0012275 "JIT compilation (in memory cache)" +(2013, 3, 21, 2, 23, 58) fem-speedup-cpp 309.647 "Assembly/solve speedup running on 4 processors" +(2013, 3, 21, 2, 23, 58) fem-speedup-cpp-assembly 6.58366 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 21, 2, 23, 58) fem-speedup-cpp-solve 2.33447 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 21, 2, 24, 24) mesh-refinement-cpp 24.9678 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 21, 2, 24, 47) mesh-topology-cpp 22.419 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 21, 2, 25, 14) mesh-unitcube-cpp 27.2319 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 21, 2, 25, 54) mesh-iteration-cpp 37.2007 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 21, 2, 26, 16) function-evaluation-cpp 21.82 "Evaluations of functions at arbitrary points." +(2013, 3, 21, 2, 26, 16) function-evaluation-cpp 21.6916 "Evaluations of functions at arbitrary points." +(2013, 3, 21, 2, 26, 21) function-extrapolation-python 5.29022 "*** -------------------------------------------------------------------------" +(2013, 3, 21, 2, 26, 21) function-extrapolation-python 2.18094 "*** -------------------------------------------------------------------------" +(2013, 3, 21, 2, 26, 44) la-vector-access-cpp 22.9142 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 21, 2, 27, 12) la-vector-assignment-cpp 27.486 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 3, 24, 6, 22, 37) common-progress-cpp 27.6739 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 3, 24, 6, 23, 9) common-timing-cpp 32.9443 "Timing access and registration of timings (10000000 repetitions)" +(2013, 3, 24, 6, 24, 57) fem-multicore-cpp 107.69 "Coloring mesh." +(2013, 3, 24, 6, 27, 27) fem-assembly-cpp 150.216 "Assembly for various forms and backends" +(2013, 3, 24, 6, 27, 39) fem-convergence-cpp 11.6622 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 3, 24, 6, 27, 40) fem-jit-python 0.001227 "JIT compilation (in memory cache)" +(2013, 3, 24, 6, 32, 51) fem-speedup-cpp 311.42 "Assembly/solve speedup running on 4 processors" +(2013, 3, 24, 6, 32, 51) fem-speedup-cpp-assembly 6.65614 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 3, 24, 6, 32, 51) fem-speedup-cpp-solve 2.25599 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 3, 24, 6, 33, 17) mesh-refinement-cpp 24.3632 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 3, 24, 6, 33, 40) mesh-topology-cpp 22.3285 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 3, 24, 6, 34, 3) mesh-unitcube-cpp 23.0828 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 3, 24, 6, 34, 43) mesh-iteration-cpp 37.7172 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 3, 24, 6, 35, 5) function-evaluation-cpp 21.6222 "Evaluations of functions at arbitrary points." +(2013, 3, 24, 6, 35, 5) function-evaluation-cpp 21.4611 "Evaluations of functions at arbitrary points." +(2013, 3, 24, 6, 35, 10) function-extrapolation-python 5.17026 "*** -------------------------------------------------------------------------" +(2013, 3, 24, 6, 35, 10) function-extrapolation-python 2.13267 "*** -------------------------------------------------------------------------" +(2013, 3, 24, 6, 35, 35) la-vector-access-cpp 22.9433 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 3, 24, 6, 36, 1) la-vector-assignment-cpp 25.9617 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 3, 10, 37, 41) common-progress-cpp 28.6709 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 3, 10, 38, 12) common-timing-cpp 31.0144 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 3, 10, 39, 59) fem-multicore-cpp 107.346 "Coloring mesh." +(2013, 4, 3, 10, 42, 31) fem-assembly-cpp 151.204 "Assembly for various forms and backends" +(2013, 4, 3, 10, 42, 43) fem-convergence-cpp 12.2534 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 3, 10, 43, 0) fem-jit-python 0.001281 "JIT compilation (in memory cache)" +(2013, 4, 3, 10, 48, 10) fem-speedup-cpp 309.873 "Assembly/solve speedup running on 4 processors" +(2013, 4, 3, 10, 48, 10) fem-speedup-cpp-assembly 6.69817 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 3, 10, 48, 10) fem-speedup-cpp-solve 2.33368 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 3, 10, 48, 36) mesh-refinement-cpp 24.3806 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 3, 10, 48, 58) mesh-topology-cpp 22.284 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 3, 10, 49, 22) mesh-unitcube-cpp 23.9109 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 3, 10, 50, 2) mesh-iteration-cpp 37.2358 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 3, 10, 50, 24) function-evaluation-cpp 21.6453 "Evaluations of functions at arbitrary points." +(2013, 4, 3, 10, 50, 24) function-evaluation-cpp 21.5208 "Evaluations of functions at arbitrary points." +(2013, 4, 3, 10, 51, 21) function-extrapolation-python 57.1881 "*** -------------------------------------------------------------------------" +(2013, 4, 3, 10, 51, 21) function-extrapolation-python 2.1405 "*** -------------------------------------------------------------------------" +(2013, 4, 3, 10, 51, 44) la-vector-access-cpp 22.7763 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 3, 10, 52, 10) la-vector-assignment-cpp 26.174 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 4, 1, 16, 22) common-progress-cpp 28.8295 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 4, 1, 16, 53) common-timing-cpp 31.1556 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 4, 1, 18, 41) fem-multicore-cpp 107.981 "Coloring mesh." +(2013, 4, 4, 1, 21, 9) fem-assembly-cpp 148.047 "Assembly for various forms and backends" +(2013, 4, 4, 1, 21, 21) fem-convergence-cpp 12.2995 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 4, 1, 21, 23) fem-jit-python 0.00122399 "JIT compilation (in memory cache)" +(2013, 4, 4, 1, 26, 34) fem-speedup-cpp 310.941 "Assembly/solve speedup running on 4 processors" +(2013, 4, 4, 1, 26, 34) fem-speedup-cpp-assembly 6.66642 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 4, 1, 26, 34) fem-speedup-cpp-solve 2.34365 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 4, 1, 27, 0) mesh-refinement-cpp 24.3782 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 4, 1, 27, 22) mesh-topology-cpp 22.2689 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 4, 1, 27, 46) mesh-unitcube-cpp 23.9058 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 4, 1, 28, 29) mesh-iteration-cpp 40.411 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 4, 1, 28, 51) function-evaluation-cpp 21.7702 "Evaluations of functions at arbitrary points." +(2013, 4, 4, 1, 28, 51) function-evaluation-cpp 21.6467 "Evaluations of functions at arbitrary points." +(2013, 4, 4, 1, 28, 56) function-extrapolation-python 4.99667 "*** -------------------------------------------------------------------------" +(2013, 4, 4, 1, 28, 56) function-extrapolation-python 2.11086 "*** -------------------------------------------------------------------------" +(2013, 4, 4, 1, 29, 19) la-vector-access-cpp 22.656 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 4, 1, 29, 50) la-vector-assignment-cpp 31.4756 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 5, 1, 16, 37) common-progress-cpp 28.8126 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 5, 1, 17, 8) common-timing-cpp 31.1561 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 5, 1, 18, 56) fem-multicore-cpp 107.415 "Coloring mesh." +(2013, 4, 5, 1, 21, 24) fem-assembly-cpp 148.539 "Assembly for various forms and backends" +(2013, 4, 5, 1, 21, 36) fem-convergence-cpp 12.2717 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 5, 1, 21, 39) fem-jit-python 0.00122499 "JIT compilation (in memory cache)" +(2013, 4, 5, 1, 26, 48) fem-speedup-cpp 309.227 "Assembly/solve speedup running on 4 processors" +(2013, 4, 5, 1, 26, 48) fem-speedup-cpp-assembly 6.61499 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 5, 1, 26, 48) fem-speedup-cpp-solve 2.3687 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 5, 1, 27, 14) mesh-refinement-cpp 24.3807 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 5, 1, 27, 36) mesh-topology-cpp 22.3226 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 5, 1, 28, 0) mesh-unitcube-cpp 23.931 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 5, 1, 28, 42) mesh-iteration-cpp 39.0971 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 5, 1, 29, 3) function-evaluation-cpp 21.8304 "Evaluations of functions at arbitrary points." +(2013, 4, 5, 1, 29, 3) function-evaluation-cpp 21.6999 "Evaluations of functions at arbitrary points." +(2013, 4, 5, 1, 29, 8) function-extrapolation-python 5.08045 "*** -------------------------------------------------------------------------" +(2013, 4, 5, 1, 29, 8) function-extrapolation-python 2.13236 "*** -------------------------------------------------------------------------" +(2013, 4, 5, 1, 29, 31) la-vector-access-cpp 22.4153 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 5, 1, 29, 58) la-vector-assignment-cpp 26.9331 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 6, 1, 17, 12) common-progress-cpp 30.0282 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 6, 1, 17, 42) common-timing-cpp 30.0913 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 6, 1, 19, 29) fem-multicore-cpp 107.415 "Coloring mesh." +(2013, 4, 6, 1, 21, 59) fem-assembly-cpp 149.664 "Assembly for various forms and backends" +(2013, 4, 6, 1, 22, 11) fem-convergence-cpp 12.3273 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 6, 1, 22, 14) fem-jit-python 0.00123191 "JIT compilation (in memory cache)" +(2013, 4, 6, 1, 27, 24) fem-speedup-cpp 310.03 "Assembly/solve speedup running on 4 processors" +(2013, 4, 6, 1, 27, 24) fem-speedup-cpp-assembly 6.51814 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 6, 1, 27, 24) fem-speedup-cpp-solve 2.31374 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 6, 1, 27, 49) mesh-refinement-cpp 24.0426 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 6, 1, 28, 11) mesh-topology-cpp 22.0998 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 6, 1, 28, 35) mesh-unitcube-cpp 23.5254 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 6, 1, 29, 15) mesh-iteration-cpp 37.2303 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 6, 1, 29, 36) function-evaluation-cpp 21.7618 "Evaluations of functions at arbitrary points." +(2013, 4, 6, 1, 29, 36) function-evaluation-cpp 21.6373 "Evaluations of functions at arbitrary points." +(2013, 4, 6, 1, 29, 41) function-extrapolation-python 5.1518 "*** -------------------------------------------------------------------------" +(2013, 4, 6, 1, 29, 41) function-extrapolation-python 2.11751 "*** -------------------------------------------------------------------------" +(2013, 4, 6, 1, 30, 9) la-vector-access-cpp 27.9036 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 6, 1, 30, 37) la-vector-assignment-cpp 27.5259 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 7, 1, 16, 29) common-progress-cpp 29.9531 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 7, 1, 16, 59) common-timing-cpp 30.0019 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 7, 1, 18, 47) fem-multicore-cpp 107.778 "Coloring mesh." +(2013, 4, 7, 1, 21, 17) fem-assembly-cpp 149.832 "Assembly for various forms and backends" +(2013, 4, 7, 1, 21, 29) fem-convergence-cpp 12.2765 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 7, 1, 21, 31) fem-jit-python 0.00122931 "JIT compilation (in memory cache)" +(2013, 4, 7, 1, 26, 40) fem-speedup-cpp 308.661 "Assembly/solve speedup running on 4 processors" +(2013, 4, 7, 1, 26, 40) fem-speedup-cpp-assembly 6.43973 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 7, 1, 26, 40) fem-speedup-cpp-solve 2.3552 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 7, 1, 27, 5) mesh-refinement-cpp 24.0794 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 7, 1, 27, 27) mesh-topology-cpp 22.0646 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 7, 1, 27, 51) mesh-unitcube-cpp 23.4444 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 7, 1, 28, 31) mesh-iteration-cpp 37.3231 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 7, 1, 28, 52) function-evaluation-cpp 21.9451 "Evaluations of functions at arbitrary points." +(2013, 4, 7, 1, 28, 52) function-evaluation-cpp 21.8204 "Evaluations of functions at arbitrary points." +(2013, 4, 7, 1, 28, 58) function-extrapolation-python 5.31725 "*** -------------------------------------------------------------------------" +(2013, 4, 7, 1, 28, 58) function-extrapolation-python 2.11719 "*** -------------------------------------------------------------------------" +(2013, 4, 7, 1, 29, 26) la-vector-access-cpp 28.3989 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 7, 1, 29, 54) la-vector-assignment-cpp 27.5348 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 8, 1, 16, 28) common-progress-cpp 37.7627 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 8, 1, 16, 58) common-timing-cpp 29.9162 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 8, 1, 18, 46) fem-multicore-cpp 107.609 "Coloring mesh." +(2013, 4, 8, 1, 21, 14) fem-assembly-cpp 148.673 "Assembly for various forms and backends" +(2013, 4, 8, 1, 21, 26) fem-convergence-cpp 12.2434 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 8, 1, 21, 29) fem-jit-python 0.00123191 "JIT compilation (in memory cache)" +(2013, 4, 8, 1, 26, 37) fem-speedup-cpp 308.861 "Assembly/solve speedup running on 4 processors" +(2013, 4, 8, 1, 26, 37) fem-speedup-cpp-assembly 6.45204 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 8, 1, 26, 37) fem-speedup-cpp-solve 2.35208 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 8, 1, 27, 3) mesh-refinement-cpp 24.0579 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 8, 1, 27, 25) mesh-topology-cpp 22.104 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 8, 1, 27, 49) mesh-unitcube-cpp 23.4969 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 8, 1, 28, 30) mesh-iteration-cpp 38.4778 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 8, 1, 28, 51) function-evaluation-cpp 21.9117 "Evaluations of functions at arbitrary points." +(2013, 4, 8, 1, 28, 51) function-evaluation-cpp 21.7856 "Evaluations of functions at arbitrary points." +(2013, 4, 8, 1, 28, 57) function-extrapolation-python 5.14718 "*** -------------------------------------------------------------------------" +(2013, 4, 8, 1, 28, 57) function-extrapolation-python 2.12018 "*** -------------------------------------------------------------------------" +(2013, 4, 8, 1, 29, 25) la-vector-access-cpp 28.3954 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 8, 1, 29, 53) la-vector-assignment-cpp 27.6135 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 9, 1, 16, 31) common-progress-cpp 30.0448 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 9, 1, 17, 1) common-timing-cpp 29.8397 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 9, 1, 18, 48) fem-multicore-cpp 107.257 "Coloring mesh." +(2013, 4, 9, 1, 21, 18) fem-assembly-cpp 149.894 "Assembly for various forms and backends" +(2013, 4, 9, 1, 21, 30) fem-convergence-cpp 12.2793 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 9, 1, 21, 32) fem-jit-python 0.0012243 "JIT compilation (in memory cache)" +(2013, 4, 9, 1, 26, 41) fem-speedup-cpp 309.246 "Assembly/solve speedup running on 4 processors" +(2013, 4, 9, 1, 26, 41) fem-speedup-cpp-assembly 6.44508 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 9, 1, 26, 41) fem-speedup-cpp-solve 2.35306 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 9, 1, 27, 7) mesh-refinement-cpp 24.0455 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 9, 1, 27, 29) mesh-topology-cpp 22.0375 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 9, 1, 27, 52) mesh-unitcube-cpp 23.4152 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 9, 1, 28, 33) mesh-iteration-cpp 37.7987 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 9, 1, 28, 55) function-evaluation-cpp 22.0637 "Evaluations of functions at arbitrary points." +(2013, 4, 9, 1, 28, 55) function-evaluation-cpp 21.9178 "Evaluations of functions at arbitrary points." +(2013, 4, 9, 1, 29, 0) function-extrapolation-python 5.28518 "*** -------------------------------------------------------------------------" +(2013, 4, 9, 1, 29, 0) function-extrapolation-python 2.12131 "*** -------------------------------------------------------------------------" +(2013, 4, 9, 1, 29, 26) la-vector-access-cpp 25.4006 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 9, 1, 29, 53) la-vector-assignment-cpp 27.5325 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 10, 1, 16, 22) common-progress-cpp 30.4026 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 10, 1, 16, 52) common-timing-cpp 29.8269 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 10, 1, 18, 39) fem-multicore-cpp 107.227 "Coloring mesh." +(2013, 4, 10, 1, 21, 8) fem-assembly-cpp 149.014 "Assembly for various forms and backends" +(2013, 4, 10, 1, 21, 20) fem-convergence-cpp 12.2822 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 10, 1, 21, 22) fem-jit-python 0.00123022 "JIT compilation (in memory cache)" +(2013, 4, 10, 1, 26, 33) fem-speedup-cpp 310.705 "Assembly/solve speedup running on 4 processors" +(2013, 4, 10, 1, 26, 33) fem-speedup-cpp-assembly 6.52232 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 10, 1, 26, 33) fem-speedup-cpp-solve 2.31407 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 10, 1, 26, 58) mesh-refinement-cpp 24.0041 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 10, 1, 27, 21) mesh-topology-cpp 22.1267 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 10, 1, 27, 44) mesh-unitcube-cpp 23.4961 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 10, 1, 28, 24) mesh-iteration-cpp 37.2778 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 10, 1, 28, 46) function-evaluation-cpp 21.8222 "Evaluations of functions at arbitrary points." +(2013, 4, 10, 1, 28, 46) function-evaluation-cpp 21.6903 "Evaluations of functions at arbitrary points." +(2013, 4, 10, 1, 28, 51) function-extrapolation-python 5.24485 "*** -------------------------------------------------------------------------" +(2013, 4, 10, 1, 28, 51) function-extrapolation-python 2.14506 "*** -------------------------------------------------------------------------" +(2013, 4, 10, 1, 29, 19) la-vector-access-cpp 27.9033 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 10, 1, 29, 47) la-vector-assignment-cpp 27.5347 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 11, 1, 16, 36) common-progress-cpp 30.0364 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 11, 1, 17, 6) common-timing-cpp 30.624 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 11, 1, 18, 54) fem-multicore-cpp 107.282 "Coloring mesh." +(2013, 4, 11, 1, 21, 23) fem-assembly-cpp 149.614 "Assembly for various forms and backends" +(2013, 4, 11, 1, 21, 36) fem-convergence-cpp 12.2424 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 11, 1, 21, 38) fem-jit-python 0.0012377 "JIT compilation (in memory cache)" +(2013, 4, 11, 1, 26, 46) fem-speedup-cpp 308.627 "Assembly/solve speedup running on 4 processors" +(2013, 4, 11, 1, 26, 46) fem-speedup-cpp-assembly 6.57084 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 11, 1, 26, 46) fem-speedup-cpp-solve 2.37068 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 11, 1, 27, 12) mesh-refinement-cpp 24.0488 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 11, 1, 27, 34) mesh-topology-cpp 22.1544 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 11, 1, 27, 58) mesh-unitcube-cpp 23.5401 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 11, 1, 28, 38) mesh-iteration-cpp 37.6379 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 11, 1, 29, 0) function-evaluation-cpp 21.8286 "Evaluations of functions at arbitrary points." +(2013, 4, 11, 1, 29, 0) function-evaluation-cpp 21.7027 "Evaluations of functions at arbitrary points." +(2013, 4, 11, 1, 29, 5) function-extrapolation-python 5.35448 "*** -------------------------------------------------------------------------" +(2013, 4, 11, 1, 29, 5) function-extrapolation-python 2.12137 "*** -------------------------------------------------------------------------" +(2013, 4, 11, 1, 29, 30) la-vector-access-cpp 25.4105 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 11, 1, 29, 58) la-vector-assignment-cpp 27.4704 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 12, 1, 16, 26) common-progress-cpp 30.0612 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 12, 1, 16, 57) common-timing-cpp 30.9756 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 12, 1, 18, 44) fem-multicore-cpp 107.025 "Coloring mesh." +(2013, 4, 12, 1, 21, 13) fem-assembly-cpp 149.179 "Assembly for various forms and backends" +(2013, 4, 12, 1, 21, 26) fem-convergence-cpp 12.2428 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 12, 1, 21, 28) fem-jit-python 0.00122929 "JIT compilation (in memory cache)" +(2013, 4, 12, 1, 26, 38) fem-speedup-cpp 310.413 "Assembly/solve speedup running on 4 processors" +(2013, 4, 12, 1, 26, 38) fem-speedup-cpp-assembly 6.49091 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 12, 1, 26, 38) fem-speedup-cpp-solve 2.32624 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 12, 1, 27, 4) mesh-refinement-cpp 24.0474 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 12, 1, 27, 26) mesh-topology-cpp 22.0204 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 12, 1, 27, 49) mesh-unitcube-cpp 23.5027 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 12, 1, 28, 29) mesh-iteration-cpp 37.2771 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 12, 1, 28, 51) function-evaluation-cpp 21.8202 "Evaluations of functions at arbitrary points." +(2013, 4, 12, 1, 28, 51) function-evaluation-cpp 21.6921 "Evaluations of functions at arbitrary points." +(2013, 4, 12, 1, 28, 56) function-extrapolation-python 5.23324 "*** -------------------------------------------------------------------------" +(2013, 4, 12, 1, 28, 56) function-extrapolation-python 2.1324 "*** -------------------------------------------------------------------------" +(2013, 4, 12, 1, 29, 25) la-vector-access-cpp 28.4149 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 12, 1, 29, 56) la-vector-assignment-cpp 31.4842 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 13, 1, 16, 25) common-progress-cpp 30.078 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 13, 1, 16, 56) common-timing-cpp 30.8103 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 13, 1, 18, 43) fem-multicore-cpp 107.104 "Coloring mesh." +(2013, 4, 13, 1, 21, 12) fem-assembly-cpp 149.179 "Assembly for various forms and backends" +(2013, 4, 13, 1, 21, 24) fem-convergence-cpp 12.3201 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 13, 1, 21, 26) fem-jit-python 0.00122671 "JIT compilation (in memory cache)" +(2013, 4, 13, 1, 26, 37) fem-speedup-cpp 310.668 "Assembly/solve speedup running on 4 processors" +(2013, 4, 13, 1, 26, 37) fem-speedup-cpp-assembly 6.48678 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 13, 1, 26, 37) fem-speedup-cpp-solve 2.3043 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 13, 1, 27, 2) mesh-refinement-cpp 24.0435 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 13, 1, 27, 25) mesh-topology-cpp 22.0711 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 13, 1, 27, 48) mesh-unitcube-cpp 23.5141 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 13, 1, 28, 28) mesh-iteration-cpp 37.2366 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 13, 1, 28, 50) function-evaluation-cpp 21.9283 "Evaluations of functions at arbitrary points." +(2013, 4, 13, 1, 28, 50) function-evaluation-cpp 21.8007 "Evaluations of functions at arbitrary points." +(2013, 4, 13, 1, 28, 55) function-extrapolation-python 5.2738 "*** -------------------------------------------------------------------------" +(2013, 4, 13, 1, 28, 55) function-extrapolation-python 2.12933 "*** -------------------------------------------------------------------------" +(2013, 4, 13, 1, 29, 21) la-vector-access-cpp 25.4122 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 13, 1, 29, 50) la-vector-assignment-cpp 29.5329 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 14, 1, 16, 22) common-progress-cpp 30.0946 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 14, 1, 16, 52) common-timing-cpp 30.4087 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 14, 1, 18, 40) fem-multicore-cpp 107.529 "Coloring mesh." +(2013, 4, 14, 1, 21, 9) fem-assembly-cpp 149.576 "Assembly for various forms and backends" +(2013, 4, 14, 1, 21, 21) fem-convergence-cpp 12.2776 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 14, 1, 21, 24) fem-jit-python 0.0012233 "JIT compilation (in memory cache)" +(2013, 4, 14, 1, 26, 33) fem-speedup-cpp 309.251 "Assembly/solve speedup running on 4 processors" +(2013, 4, 14, 1, 26, 33) fem-speedup-cpp-assembly 6.57893 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 14, 1, 26, 33) fem-speedup-cpp-solve 2.34953 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 14, 1, 26, 58) mesh-refinement-cpp 24.0256 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 14, 1, 27, 20) mesh-topology-cpp 22.0164 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 14, 1, 27, 44) mesh-unitcube-cpp 23.4539 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 14, 1, 28, 24) mesh-iteration-cpp 37.2981 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 14, 1, 28, 45) function-evaluation-cpp 21.4629 "Evaluations of functions at arbitrary points." +(2013, 4, 14, 1, 28, 45) function-evaluation-cpp 21.3353 "Evaluations of functions at arbitrary points." +(2013, 4, 14, 1, 28, 50) function-extrapolation-python 5.19524 "*** -------------------------------------------------------------------------" +(2013, 4, 14, 1, 28, 50) function-extrapolation-python 2.11549 "*** -------------------------------------------------------------------------" +(2013, 4, 14, 1, 29, 21) la-vector-access-cpp 30.8065 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 14, 1, 29, 49) la-vector-assignment-cpp 27.538 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 15, 1, 16, 34) common-progress-cpp 30.0689 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 15, 1, 17, 5) common-timing-cpp 30.4732 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 15, 1, 18, 52) fem-multicore-cpp 106.941 "Coloring mesh." +(2013, 4, 15, 1, 21, 21) fem-assembly-cpp 149.51 "Assembly for various forms and backends" +(2013, 4, 15, 1, 21, 33) fem-convergence-cpp 12.2485 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 15, 1, 21, 36) fem-jit-python 0.0012269 "JIT compilation (in memory cache)" +(2013, 4, 15, 1, 26, 45) fem-speedup-cpp 309.596 "Assembly/solve speedup running on 4 processors" +(2013, 4, 15, 1, 26, 45) fem-speedup-cpp-assembly 6.53485 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 15, 1, 26, 45) fem-speedup-cpp-solve 2.33955 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 15, 1, 27, 11) mesh-refinement-cpp 24.0765 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 15, 1, 27, 33) mesh-topology-cpp 22.0727 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 15, 1, 27, 56) mesh-unitcube-cpp 23.4702 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 15, 1, 28, 37) mesh-iteration-cpp 38.5673 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 15, 1, 28, 59) function-evaluation-cpp 21.7059 "Evaluations of functions at arbitrary points." +(2013, 4, 15, 1, 28, 59) function-evaluation-cpp 21.5747 "Evaluations of functions at arbitrary points." +(2013, 4, 15, 1, 29, 4) function-extrapolation-python 5.17164 "*** -------------------------------------------------------------------------" +(2013, 4, 15, 1, 29, 4) function-extrapolation-python 2.12217 "*** -------------------------------------------------------------------------" +(2013, 4, 15, 1, 29, 30) la-vector-access-cpp 25.4026 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 15, 1, 29, 57) la-vector-assignment-cpp 27.5354 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 16, 1, 16, 41) common-progress-cpp 37.6048 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 16, 1, 17, 12) common-timing-cpp 30.3956 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 16, 1, 18, 59) fem-multicore-cpp 107.191 "Coloring mesh." +(2013, 4, 16, 1, 21, 28) fem-assembly-cpp 149.562 "Assembly for various forms and backends" +(2013, 4, 16, 1, 21, 41) fem-convergence-cpp 12.2565 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 16, 1, 21, 43) fem-jit-python 0.0012275 "JIT compilation (in memory cache)" +(2013, 4, 16, 1, 26, 53) fem-speedup-cpp 310.21 "Assembly/solve speedup running on 4 processors" +(2013, 4, 16, 1, 26, 53) fem-speedup-cpp-assembly 6.50801 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 16, 1, 26, 53) fem-speedup-cpp-solve 2.32547 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 16, 1, 27, 18) mesh-refinement-cpp 24.0031 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 16, 1, 27, 41) mesh-topology-cpp 22.0714 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 16, 1, 28, 4) mesh-unitcube-cpp 23.5169 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 16, 1, 28, 44) mesh-iteration-cpp 37.3408 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 16, 1, 29, 6) function-evaluation-cpp 21.9287 "Evaluations of functions at arbitrary points." +(2013, 4, 16, 1, 29, 6) function-evaluation-cpp 21.8047 "Evaluations of functions at arbitrary points." +(2013, 4, 16, 1, 29, 11) function-extrapolation-python 5.18916 "*** -------------------------------------------------------------------------" +(2013, 4, 16, 1, 29, 11) function-extrapolation-python 2.11961 "*** -------------------------------------------------------------------------" +(2013, 4, 16, 1, 29, 37) la-vector-access-cpp 25.4169 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 16, 1, 30, 4) la-vector-assignment-cpp 27.5381 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 17, 1, 16, 41) common-progress-cpp 30.0281 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 17, 1, 17, 11) common-timing-cpp 30.3992 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 17, 1, 18, 58) fem-multicore-cpp 107.095 "Coloring mesh." +(2013, 4, 17, 1, 21, 28) fem-assembly-cpp 149.916 "Assembly for various forms and backends" +(2013, 4, 17, 1, 21, 40) fem-convergence-cpp 12.291 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 17, 1, 21, 42) fem-jit-python 0.00123098 "JIT compilation (in memory cache)" +(2013, 4, 17, 1, 26, 52) fem-speedup-cpp 309.229 "Assembly/solve speedup running on 4 processors" +(2013, 4, 17, 1, 26, 52) fem-speedup-cpp-assembly 6.50473 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 17, 1, 26, 52) fem-speedup-cpp-solve 2.35744 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 17, 1, 27, 17) mesh-refinement-cpp 24.0897 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 17, 1, 27, 39) mesh-topology-cpp 22.1139 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 17, 1, 28, 3) mesh-unitcube-cpp 23.4394 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 17, 1, 28, 43) mesh-iteration-cpp 37.3842 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 17, 1, 29, 5) function-evaluation-cpp 21.7642 "Evaluations of functions at arbitrary points." +(2013, 4, 17, 1, 29, 5) function-evaluation-cpp 21.6307 "Evaluations of functions at arbitrary points." +(2013, 4, 17, 1, 29, 10) function-extrapolation-python 5.09776 "*** -------------------------------------------------------------------------" +(2013, 4, 17, 1, 29, 10) function-extrapolation-python 2.12191 "*** -------------------------------------------------------------------------" +(2013, 4, 17, 1, 29, 41) la-vector-access-cpp 30.8804 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 17, 1, 30, 8) la-vector-assignment-cpp 27.5269 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 18, 1, 16, 43) common-progress-cpp 30.0864 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 18, 1, 17, 13) common-timing-cpp 30.6651 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 18, 1, 19, 1) fem-multicore-cpp 107.203 "Coloring mesh." +(2013, 4, 18, 1, 21, 30) fem-assembly-cpp 148.897 "Assembly for various forms and backends" +(2013, 4, 18, 1, 21, 42) fem-convergence-cpp 12.2786 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 18, 1, 21, 44) fem-jit-python 0.00123661 "JIT compilation (in memory cache)" +(2013, 4, 18, 1, 26, 54) fem-speedup-cpp 310.546 "Assembly/solve speedup running on 4 processors" +(2013, 4, 18, 1, 26, 54) fem-speedup-cpp-assembly 6.5257 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 18, 1, 26, 54) fem-speedup-cpp-solve 2.30883 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 18, 1, 27, 20) mesh-refinement-cpp 24.0494 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 18, 1, 27, 42) mesh-topology-cpp 22.0448 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 18, 1, 28, 6) mesh-unitcube-cpp 23.5334 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 18, 1, 28, 46) mesh-iteration-cpp 37.844 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 18, 1, 29, 8) function-evaluation-cpp 21.7619 "Evaluations of functions at arbitrary points." +(2013, 4, 18, 1, 29, 8) function-evaluation-cpp 21.6312 "Evaluations of functions at arbitrary points." +(2013, 4, 18, 1, 29, 13) function-extrapolation-python 5.16996 "*** -------------------------------------------------------------------------" +(2013, 4, 18, 1, 29, 13) function-extrapolation-python 2.11797 "*** -------------------------------------------------------------------------" +(2013, 4, 18, 1, 29, 39) la-vector-access-cpp 25.4085 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 18, 1, 30, 6) la-vector-assignment-cpp 27.4324 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 19, 1, 16, 25) common-progress-cpp 30.0612 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 19, 1, 16, 55) common-timing-cpp 30.163 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 19, 1, 18, 42) fem-multicore-cpp 107.24 "Coloring mesh." +(2013, 4, 19, 1, 21, 12) fem-assembly-cpp 149.212 "Assembly for various forms and backends" +(2013, 4, 19, 1, 21, 24) fem-convergence-cpp 12.2827 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 19, 1, 21, 26) fem-jit-python 0.00122929 "JIT compilation (in memory cache)" +(2013, 4, 19, 1, 26, 35) fem-speedup-cpp 309.438 "Assembly/solve speedup running on 4 processors" +(2013, 4, 19, 1, 26, 35) fem-speedup-cpp-assembly 6.47643 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 19, 1, 26, 35) fem-speedup-cpp-solve 2.33866 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 19, 1, 27, 1) mesh-refinement-cpp 24.0889 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 19, 1, 27, 23) mesh-topology-cpp 22.0827 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 19, 1, 27, 47) mesh-unitcube-cpp 23.48 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 19, 1, 28, 26) mesh-iteration-cpp 37.2363 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 19, 1, 28, 48) function-evaluation-cpp 21.7474 "Evaluations of functions at arbitrary points." +(2013, 4, 19, 1, 28, 48) function-evaluation-cpp 21.6206 "Evaluations of functions at arbitrary points." +(2013, 4, 19, 1, 28, 53) function-extrapolation-python 5.12529 "*** -------------------------------------------------------------------------" +(2013, 4, 19, 1, 28, 53) function-extrapolation-python 2.12127 "*** -------------------------------------------------------------------------" +(2013, 4, 19, 1, 29, 19) la-vector-access-cpp 25.4028 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 19, 1, 29, 46) la-vector-assignment-cpp 27.5266 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 20, 1, 16, 27) common-progress-cpp 30.0697 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 20, 1, 16, 56) common-timing-cpp 29.4944 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 20, 1, 18, 44) fem-multicore-cpp 107.152 "Coloring mesh." +(2013, 4, 20, 1, 21, 13) fem-assembly-cpp 149.299 "Assembly for various forms and backends" +(2013, 4, 20, 1, 21, 25) fem-convergence-cpp 12.1712 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 20, 1, 21, 27) fem-jit-python 0.00123081 "JIT compilation (in memory cache)" +(2013, 4, 20, 1, 26, 36) fem-speedup-cpp 308.726 "Assembly/solve speedup running on 4 processors" +(2013, 4, 20, 1, 26, 36) fem-speedup-cpp-assembly 6.57181 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 20, 1, 26, 36) fem-speedup-cpp-solve 2.36212 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 20, 1, 27, 1) mesh-refinement-cpp 24.0528 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 20, 1, 27, 24) mesh-topology-cpp 22.3305 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 20, 1, 27, 47) mesh-unitcube-cpp 23.5215 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 20, 1, 28, 27) mesh-iteration-cpp 37.2495 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 20, 1, 28, 49) function-evaluation-cpp 21.8205 "Evaluations of functions at arbitrary points." +(2013, 4, 20, 1, 28, 49) function-evaluation-cpp 21.6922 "Evaluations of functions at arbitrary points." +(2013, 4, 20, 1, 28, 54) function-extrapolation-python 5.1729 "*** -------------------------------------------------------------------------" +(2013, 4, 20, 1, 28, 54) function-extrapolation-python 2.12485 "*** -------------------------------------------------------------------------" +(2013, 4, 20, 1, 29, 23) la-vector-access-cpp 29.0416 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 20, 1, 30, 24) la-vector-assignment-cpp 61.0233 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 21, 1, 16, 29) common-progress-cpp 30.1195 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 21, 1, 16, 59) common-timing-cpp 30.4108 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 21, 1, 18, 46) fem-multicore-cpp 107.171 "Coloring mesh." +(2013, 4, 21, 1, 21, 16) fem-assembly-cpp 149.312 "Assembly for various forms and backends" +(2013, 4, 21, 1, 21, 28) fem-convergence-cpp 12.2573 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 21, 1, 21, 30) fem-jit-python 0.00121622 "JIT compilation (in memory cache)" +(2013, 4, 21, 1, 26, 41) fem-speedup-cpp 310.378 "Assembly/solve speedup running on 4 processors" +(2013, 4, 21, 1, 26, 41) fem-speedup-cpp-assembly 6.44424 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 21, 1, 26, 41) fem-speedup-cpp-solve 2.31931 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 21, 1, 27, 6) mesh-refinement-cpp 24.014 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 21, 1, 27, 28) mesh-topology-cpp 22.0332 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 21, 1, 27, 52) mesh-unitcube-cpp 23.4614 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 21, 1, 28, 31) mesh-iteration-cpp 37.2483 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 21, 1, 28, 53) function-evaluation-cpp 21.8204 "Evaluations of functions at arbitrary points." +(2013, 4, 21, 1, 28, 53) function-evaluation-cpp 21.6965 "Evaluations of functions at arbitrary points." +(2013, 4, 21, 1, 28, 59) function-extrapolation-python 5.26024 "*** -------------------------------------------------------------------------" +(2013, 4, 21, 1, 28, 59) function-extrapolation-python 2.1406 "*** -------------------------------------------------------------------------" +(2013, 4, 21, 1, 29, 24) la-vector-access-cpp 25.3963 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 21, 1, 29, 51) la-vector-assignment-cpp 27.5293 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 22, 1, 16, 28) common-progress-cpp 30.0779 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 22, 1, 16, 58) common-timing-cpp 30.3436 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 22, 1, 18, 45) fem-multicore-cpp 107.127 "Coloring mesh." +(2013, 4, 22, 1, 21, 15) fem-assembly-cpp 149.673 "Assembly for various forms and backends" +(2013, 4, 22, 1, 21, 27) fem-convergence-cpp 12.2513 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 22, 1, 21, 29) fem-jit-python 0.00122828 "JIT compilation (in memory cache)" +(2013, 4, 22, 1, 26, 41) fem-speedup-cpp 311.468 "Assembly/solve speedup running on 4 processors" +(2013, 4, 22, 1, 26, 41) fem-speedup-cpp-assembly 6.5123 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 22, 1, 26, 41) fem-speedup-cpp-solve 2.29889 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 22, 1, 27, 7) mesh-refinement-cpp 24.055 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 22, 1, 27, 29) mesh-topology-cpp 22.1764 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 22, 1, 27, 52) mesh-unitcube-cpp 23.4557 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 22, 1, 28, 32) mesh-iteration-cpp 37.2372 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 22, 1, 28, 54) function-evaluation-cpp 21.8006 "Evaluations of functions at arbitrary points." +(2013, 4, 22, 1, 28, 54) function-evaluation-cpp 21.7006 "Evaluations of functions at arbitrary points." +(2013, 4, 22, 1, 28, 59) function-extrapolation-python 5.0892 "*** -------------------------------------------------------------------------" +(2013, 4, 22, 1, 28, 59) function-extrapolation-python 2.09897 "*** -------------------------------------------------------------------------" +(2013, 4, 22, 1, 29, 27) la-vector-access-cpp 28.411 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 22, 1, 29, 59) la-vector-assignment-cpp 31.4175 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 23, 1, 16, 32) common-progress-cpp 37.5714 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 23, 1, 17, 2) common-timing-cpp 29.992 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 23, 1, 18, 49) fem-multicore-cpp 107.08 "Coloring mesh." +(2013, 4, 23, 1, 21, 18) fem-assembly-cpp 148.779 "Assembly for various forms and backends" +(2013, 4, 23, 1, 21, 30) fem-convergence-cpp 12.2415 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 23, 1, 21, 32) fem-jit-python 0.00122111 "JIT compilation (in memory cache)" +(2013, 4, 23, 1, 26, 42) fem-speedup-cpp 309.393 "Assembly/solve speedup running on 4 processors" +(2013, 4, 23, 1, 26, 42) fem-speedup-cpp-assembly 6.58957 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 23, 1, 26, 42) fem-speedup-cpp-solve 2.34169 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 23, 1, 27, 7) mesh-refinement-cpp 24.0729 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 23, 1, 27, 30) mesh-topology-cpp 22.0567 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 23, 1, 27, 53) mesh-unitcube-cpp 23.5832 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 23, 1, 28, 35) mesh-iteration-cpp 39.1265 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 23, 1, 28, 57) function-evaluation-cpp 21.7725 "Evaluations of functions at arbitrary points." +(2013, 4, 23, 1, 28, 57) function-evaluation-cpp 21.6337 "Evaluations of functions at arbitrary points." +(2013, 4, 23, 1, 29, 2) function-extrapolation-python 5.11435 "*** -------------------------------------------------------------------------" +(2013, 4, 23, 1, 29, 2) function-extrapolation-python 2.13043 "*** -------------------------------------------------------------------------" +(2013, 4, 23, 1, 29, 27) la-vector-access-cpp 25.4071 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 23, 1, 29, 55) la-vector-assignment-cpp 27.5341 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 26, 12, 47, 40) common-progress-cpp 27.6499 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 26, 12, 48, 10) common-timing-cpp 30.1125 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 26, 12, 49, 57) fem-multicore-cpp 106.995 "Coloring mesh." +(2013, 4, 26, 12, 52, 29) fem-assembly-cpp 152.106 "Assembly for various forms and backends" +(2013, 4, 26, 12, 52, 41) fem-convergence-cpp 12.1343 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 26, 12, 52, 42) fem-jit-python 0.00104089 "JIT compilation (in memory cache)" +(2013, 4, 26, 12, 57, 52) fem-speedup-cpp 309.935 "Assembly/solve speedup running on 4 processors" +(2013, 4, 26, 12, 57, 52) fem-speedup-cpp-assembly 6.77273 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 26, 12, 57, 52) fem-speedup-cpp-solve 2.22318 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 26, 12, 58, 14) mesh-refinement-cpp 19.9167 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 26, 12, 58, 33) mesh-topology-cpp 19.4751 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 26, 12, 58, 58) mesh-unitcube-cpp 24.414 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 26, 12, 59, 39) mesh-iteration-cpp 39.2249 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 26, 13, 0, 1) function-evaluation-cpp 21.2531 "Evaluations of functions at arbitrary points." +(2013, 4, 26, 13, 0, 1) function-evaluation-cpp 21.1609 "Evaluations of functions at arbitrary points." +(2013, 4, 26, 13, 0, 5) function-extrapolation-python 4.73804 "*** -------------------------------------------------------------------------" +(2013, 4, 26, 13, 0, 5) function-extrapolation-python 2.0828 "*** -------------------------------------------------------------------------" +(2013, 4, 26, 13, 0, 28) la-vector-access-cpp 22.9922 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 26, 13, 0, 56) la-vector-assignment-cpp 27.1467 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 27, 1, 22, 13) common-progress-cpp 28.7031 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 27, 1, 22, 43) common-timing-cpp 29.6109 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 27, 1, 24, 29) fem-multicore-cpp 106.523 "Coloring mesh." +(2013, 4, 27, 1, 27, 1) fem-assembly-cpp 152.207 "Assembly for various forms and backends" +(2013, 4, 27, 1, 27, 13) fem-convergence-cpp 12.088 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 27, 1, 27, 15) fem-jit-python 0.0010329 "JIT compilation (in memory cache)" +(2013, 4, 27, 1, 32, 18) fem-speedup-cpp 302.445 "Assembly/solve speedup running on 4 processors" +(2013, 4, 27, 1, 32, 18) fem-speedup-cpp-assembly 6.5291 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 27, 1, 32, 18) fem-speedup-cpp-solve 2.37791 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 27, 1, 32, 38) mesh-refinement-cpp 19.8266 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 27, 1, 32, 58) mesh-topology-cpp 19.5002 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 27, 1, 33, 22) mesh-unitcube-cpp 24.3913 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 27, 1, 34, 4) mesh-iteration-cpp 39.1551 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 27, 1, 34, 25) function-evaluation-cpp 21.1631 "Evaluations of functions at arbitrary points." +(2013, 4, 27, 1, 34, 25) function-evaluation-cpp 21.0797 "Evaluations of functions at arbitrary points." +(2013, 4, 27, 1, 34, 30) function-extrapolation-python 4.5029 "*** -------------------------------------------------------------------------" +(2013, 4, 27, 1, 34, 30) function-extrapolation-python 2.10061 "*** -------------------------------------------------------------------------" +(2013, 4, 27, 1, 34, 53) la-vector-access-cpp 23.6455 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 27, 1, 35, 18) la-vector-assignment-cpp 25.0595 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 28, 1, 19, 43) common-progress-cpp 28.728 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 28, 1, 20, 13) common-timing-cpp 30.2908 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 28, 1, 22, 0) fem-multicore-cpp 106.645 "Coloring mesh." +(2013, 4, 28, 1, 24, 32) fem-assembly-cpp 151.774 "Assembly for various forms and backends" +(2013, 4, 28, 1, 24, 44) fem-convergence-cpp 12.1097 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 28, 1, 24, 46) fem-jit-python 0.00103259 "JIT compilation (in memory cache)" +(2013, 4, 28, 1, 29, 50) fem-speedup-cpp 304.72 "Assembly/solve speedup running on 4 processors" +(2013, 4, 28, 1, 29, 50) fem-speedup-cpp-assembly 6.41555 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 28, 1, 29, 50) fem-speedup-cpp-solve 2.34267 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 28, 1, 30, 12) mesh-refinement-cpp 19.8524 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 28, 1, 30, 31) mesh-topology-cpp 19.5594 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 28, 1, 30, 56) mesh-unitcube-cpp 24.3569 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 28, 1, 31, 37) mesh-iteration-cpp 39.1565 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 28, 1, 31, 59) function-evaluation-cpp 21.1951 "Evaluations of functions at arbitrary points." +(2013, 4, 28, 1, 31, 59) function-evaluation-cpp 21.0698 "Evaluations of functions at arbitrary points." +(2013, 4, 28, 1, 32, 3) function-extrapolation-python 4.68604 "*** -------------------------------------------------------------------------" +(2013, 4, 28, 1, 32, 3) function-extrapolation-python 2.1135 "*** -------------------------------------------------------------------------" +(2013, 4, 28, 1, 32, 27) la-vector-access-cpp 23.447 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 28, 1, 32, 52) la-vector-assignment-cpp 25.0858 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 29, 1, 21, 46) common-progress-cpp 28.6946 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 29, 1, 22, 16) common-timing-cpp 30.0305 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 29, 1, 24, 2) fem-multicore-cpp 106.72 "Coloring mesh." +(2013, 4, 29, 1, 26, 35) fem-assembly-cpp 152.258 "Assembly for various forms and backends" +(2013, 4, 29, 1, 26, 47) fem-convergence-cpp 12.114 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 29, 1, 26, 49) fem-jit-python 0.00103331 "JIT compilation (in memory cache)" +(2013, 4, 29, 1, 31, 55) fem-speedup-cpp 306.045 "Assembly/solve speedup running on 4 processors" +(2013, 4, 29, 1, 31, 55) fem-speedup-cpp-assembly 6.5082 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 29, 1, 31, 55) fem-speedup-cpp-solve 2.27672 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 29, 1, 32, 16) mesh-refinement-cpp 19.8818 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 29, 1, 32, 35) mesh-topology-cpp 19.5351 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 29, 1, 33, 0) mesh-unitcube-cpp 24.4207 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 29, 1, 33, 42) mesh-iteration-cpp 39.1558 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 29, 1, 34, 3) function-evaluation-cpp 21.1693 "Evaluations of functions at arbitrary points." +(2013, 4, 29, 1, 34, 3) function-evaluation-cpp 21.0766 "Evaluations of functions at arbitrary points." +(2013, 4, 29, 1, 34, 7) function-extrapolation-python 4.54451 "*** -------------------------------------------------------------------------" +(2013, 4, 29, 1, 34, 7) function-extrapolation-python 2.10333 "*** -------------------------------------------------------------------------" +(2013, 4, 29, 1, 34, 31) la-vector-access-cpp 23.4516 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 29, 1, 34, 56) la-vector-assignment-cpp 25.0252 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 4, 30, 1, 25, 46) common-progress-cpp 28.6698 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 4, 30, 1, 26, 17) common-timing-cpp 31.0393 "Timing access and registration of timings (10000000 repetitions)" +(2013, 4, 30, 1, 28, 4) fem-multicore-cpp 106.913 "Coloring mesh." +(2013, 4, 30, 1, 30, 36) fem-assembly-cpp 152.33 "Assembly for various forms and backends" +(2013, 4, 30, 1, 30, 48) fem-convergence-cpp 12.1062 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 4, 30, 1, 30, 54) fem-jit-python 0.00108891 "JIT compilation (in memory cache)" +(2013, 4, 30, 1, 36, 2) fem-speedup-cpp 307.453 "Assembly/solve speedup running on 4 processors" +(2013, 4, 30, 1, 36, 2) fem-speedup-cpp-assembly 6.53321 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 4, 30, 1, 36, 2) fem-speedup-cpp-solve 2.27357 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 4, 30, 1, 36, 24) mesh-refinement-cpp 19.8983 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 4, 30, 1, 36, 43) mesh-topology-cpp 19.5177 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 4, 30, 1, 37, 8) mesh-unitcube-cpp 24.3351 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 4, 30, 1, 37, 49) mesh-iteration-cpp 39.1636 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 4, 30, 1, 38, 11) function-evaluation-cpp 21.4616 "Evaluations of functions at arbitrary points." +(2013, 4, 30, 1, 38, 11) function-evaluation-cpp 21.3271 "Evaluations of functions at arbitrary points." +(2013, 4, 30, 1, 38, 16) function-extrapolation-python 4.68595 "*** -------------------------------------------------------------------------" +(2013, 4, 30, 1, 38, 16) function-extrapolation-python 2.10592 "*** -------------------------------------------------------------------------" +(2013, 4, 30, 1, 38, 39) la-vector-access-cpp 23.4471 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 4, 30, 1, 39, 4) la-vector-assignment-cpp 25.0839 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 1, 1, 21, 37) common-progress-cpp 28.7197 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 1, 1, 22, 7) common-timing-cpp 30.488 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 1, 1, 23, 54) fem-multicore-cpp 106.667 "Coloring mesh." +(2013, 5, 1, 1, 26, 26) fem-assembly-cpp 152 "Assembly for various forms and backends" +(2013, 5, 1, 1, 26, 38) fem-convergence-cpp 12.1005 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 1, 1, 26, 40) fem-jit-python 0.00103481 "JIT compilation (in memory cache)" +(2013, 5, 1, 1, 31, 43) fem-speedup-cpp 302.781 "Assembly/solve speedup running on 4 processors" +(2013, 5, 1, 1, 31, 43) fem-speedup-cpp-assembly 6.54239 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 1, 1, 31, 43) fem-speedup-cpp-solve 2.35936 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 1, 1, 32, 4) mesh-refinement-cpp 19.8865 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 1, 1, 32, 23) mesh-topology-cpp 19.5457 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 1, 1, 32, 47) mesh-unitcube-cpp 24.4115 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 1, 1, 33, 29) mesh-iteration-cpp 39.1655 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 1, 1, 33, 50) function-evaluation-cpp 21.2094 "Evaluations of functions at arbitrary points." +(2013, 5, 1, 1, 33, 50) function-evaluation-cpp 21.1268 "Evaluations of functions at arbitrary points." +(2013, 5, 1, 1, 33, 55) function-extrapolation-python 4.33048 "*** -------------------------------------------------------------------------" +(2013, 5, 1, 1, 33, 55) function-extrapolation-python 2.11074 "*** -------------------------------------------------------------------------" +(2013, 5, 1, 1, 34, 18) la-vector-access-cpp 23.4327 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 1, 1, 34, 44) la-vector-assignment-cpp 25.3839 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 2, 1, 19, 40) common-progress-cpp 28.703 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 2, 1, 20, 10) common-timing-cpp 30.3627 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 2, 1, 21, 57) fem-multicore-cpp 107.058 "Coloring mesh." +(2013, 5, 2, 1, 24, 30) fem-assembly-cpp 152.541 "Assembly for various forms and backends" +(2013, 5, 2, 1, 24, 42) fem-convergence-cpp 12.1145 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 2, 1, 24, 44) fem-jit-python 0.0010366 "JIT compilation (in memory cache)" +(2013, 5, 2, 1, 29, 50) fem-speedup-cpp 305.85 "Assembly/solve speedup running on 4 processors" +(2013, 5, 2, 1, 29, 50) fem-speedup-cpp-assembly 6.4985 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 2, 1, 29, 50) fem-speedup-cpp-solve 2.30241 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 2, 1, 30, 12) mesh-refinement-cpp 19.9071 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 2, 1, 30, 32) mesh-topology-cpp 19.6088 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 2, 1, 30, 56) mesh-unitcube-cpp 24.332 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 2, 1, 31, 43) mesh-iteration-cpp 44.1971 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 2, 1, 32, 4) function-evaluation-cpp 21.1703 "Evaluations of functions at arbitrary points." +(2013, 5, 2, 1, 32, 4) function-evaluation-cpp 21.0478 "Evaluations of functions at arbitrary points." +(2013, 5, 2, 1, 32, 9) function-extrapolation-python 4.57198 "*** -------------------------------------------------------------------------" +(2013, 5, 2, 1, 32, 9) function-extrapolation-python 2.10814 "*** -------------------------------------------------------------------------" +(2013, 5, 2, 1, 32, 32) la-vector-access-cpp 23.462 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 2, 1, 32, 57) la-vector-assignment-cpp 25.0895 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 3, 1, 21, 2) common-progress-cpp 28.703 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 3, 1, 21, 32) common-timing-cpp 29.5902 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 3, 1, 23, 19) fem-multicore-cpp 106.725 "Coloring mesh." +(2013, 5, 3, 1, 25, 51) fem-assembly-cpp 152.213 "Assembly for various forms and backends" +(2013, 5, 3, 1, 26, 3) fem-convergence-cpp 12.0994 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 3, 1, 26, 5) fem-jit-python 0.0010428 "JIT compilation (in memory cache)" +(2013, 5, 3, 1, 31, 8) fem-speedup-cpp 303.394 "Assembly/solve speedup running on 4 processors" +(2013, 5, 3, 1, 31, 8) fem-speedup-cpp-assembly 6.57193 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 3, 1, 31, 8) fem-speedup-cpp-solve 2.22086 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 3, 1, 31, 30) mesh-refinement-cpp 19.8577 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 3, 1, 31, 50) mesh-topology-cpp 19.5836 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 3, 1, 32, 14) mesh-unitcube-cpp 24.3928 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 3, 1, 32, 56) mesh-iteration-cpp 39.1616 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 3, 1, 33, 18) function-evaluation-cpp 21.8032 "Evaluations of functions at arbitrary points." +(2013, 5, 3, 1, 33, 18) function-evaluation-cpp 21.6738 "Evaluations of functions at arbitrary points." +(2013, 5, 3, 1, 33, 23) function-extrapolation-python 4.70257 "*** -------------------------------------------------------------------------" +(2013, 5, 3, 1, 33, 23) function-extrapolation-python 2.11634 "*** -------------------------------------------------------------------------" +(2013, 5, 3, 1, 33, 46) la-vector-access-cpp 23.6619 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 3, 1, 34, 11) la-vector-assignment-cpp 25.0234 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 4, 1, 19, 17) common-progress-cpp 28.703 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 4, 1, 19, 48) common-timing-cpp 31.7999 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 4, 1, 21, 35) fem-multicore-cpp 106.937 "Coloring mesh." +(2013, 5, 4, 1, 24, 7) fem-assembly-cpp 151.884 "Assembly for various forms and backends" +(2013, 5, 4, 1, 24, 19) fem-convergence-cpp 12.0982 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 4, 1, 24, 21) fem-jit-python 0.0010298 "JIT compilation (in memory cache)" +(2013, 5, 4, 1, 29, 24) fem-speedup-cpp 302.639 "Assembly/solve speedup running on 4 processors" +(2013, 5, 4, 1, 29, 24) fem-speedup-cpp-assembly 6.4109 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 4, 1, 29, 24) fem-speedup-cpp-solve 2.37475 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 4, 1, 29, 45) mesh-refinement-cpp 19.9123 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 4, 1, 30, 5) mesh-topology-cpp 19.6394 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 4, 1, 30, 29) mesh-unitcube-cpp 24.4061 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 4, 1, 31, 18) mesh-iteration-cpp 46.0641 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 4, 1, 31, 39) function-evaluation-cpp 21.1095 "Evaluations of functions at arbitrary points." +(2013, 5, 4, 1, 31, 39) function-evaluation-cpp 21.0277 "Evaluations of functions at arbitrary points." +(2013, 5, 4, 1, 31, 43) function-extrapolation-python 4.42952 "*** -------------------------------------------------------------------------" +(2013, 5, 4, 1, 31, 43) function-extrapolation-python 2.1133 "*** -------------------------------------------------------------------------" +(2013, 5, 4, 1, 32, 7) la-vector-access-cpp 23.3996 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 4, 1, 32, 34) la-vector-assignment-cpp 27.5743 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 5, 1, 21, 54) common-progress-cpp 28.6863 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 5, 1, 22, 24) common-timing-cpp 30.3428 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 5, 1, 24, 11) fem-multicore-cpp 106.663 "Coloring mesh." +(2013, 5, 5, 1, 26, 44) fem-assembly-cpp 153.035 "Assembly for various forms and backends" +(2013, 5, 5, 1, 26, 56) fem-convergence-cpp 12.0975 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 5, 1, 26, 58) fem-jit-python 0.00102999 "JIT compilation (in memory cache)" +(2013, 5, 5, 1, 32, 4) fem-speedup-cpp 305.597 "Assembly/solve speedup running on 4 processors" +(2013, 5, 5, 1, 32, 4) fem-speedup-cpp-assembly 6.56843 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 5, 1, 32, 4) fem-speedup-cpp-solve 2.31122 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 5, 1, 32, 24) mesh-refinement-cpp 19.8644 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 5, 1, 32, 44) mesh-topology-cpp 19.553 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 5, 1, 33, 8) mesh-unitcube-cpp 24.3934 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 5, 1, 33, 50) mesh-iteration-cpp 39.1597 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 5, 1, 34, 11) function-evaluation-cpp 21.1446 "Evaluations of functions at arbitrary points." +(2013, 5, 5, 1, 34, 11) function-evaluation-cpp 21.0471 "Evaluations of functions at arbitrary points." +(2013, 5, 5, 1, 34, 16) function-extrapolation-python 4.55283 "*** -------------------------------------------------------------------------" +(2013, 5, 5, 1, 34, 16) function-extrapolation-python 2.12224 "*** -------------------------------------------------------------------------" +(2013, 5, 5, 1, 34, 39) la-vector-access-cpp 23.4574 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 5, 1, 35, 4) la-vector-assignment-cpp 25.087 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 6, 1, 20, 4) common-progress-cpp 28.703 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 6, 1, 20, 35) common-timing-cpp 30.3224 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 6, 1, 22, 22) fem-multicore-cpp 106.92 "Coloring mesh." +(2013, 5, 6, 1, 24, 53) fem-assembly-cpp 151.941 "Assembly for various forms and backends" +(2013, 5, 6, 1, 25, 6) fem-convergence-cpp 12.0977 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 6, 1, 25, 7) fem-jit-python 0.00104599 "JIT compilation (in memory cache)" +(2013, 5, 6, 1, 30, 13) fem-speedup-cpp 306.103 "Assembly/solve speedup running on 4 processors" +(2013, 5, 6, 1, 30, 13) fem-speedup-cpp-assembly 6.455 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 6, 1, 30, 13) fem-speedup-cpp-solve 2.3164 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 6, 1, 30, 35) mesh-refinement-cpp 19.8456 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 6, 1, 30, 55) mesh-topology-cpp 19.601 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 6, 1, 31, 19) mesh-unitcube-cpp 24.4714 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 6, 1, 32, 1) mesh-iteration-cpp 39.1292 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 6, 1, 32, 22) function-evaluation-cpp 21.1705 "Evaluations of functions at arbitrary points." +(2013, 5, 6, 1, 32, 22) function-evaluation-cpp 21.0599 "Evaluations of functions at arbitrary points." +(2013, 5, 6, 1, 32, 27) function-extrapolation-python 4.59439 "*** -------------------------------------------------------------------------" +(2013, 5, 6, 1, 32, 27) function-extrapolation-python 2.08691 "*** -------------------------------------------------------------------------" +(2013, 5, 6, 1, 32, 50) la-vector-access-cpp 23.4394 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 6, 1, 33, 15) la-vector-assignment-cpp 25.0899 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 7, 1, 18, 16) common-progress-cpp 28.6531 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 7, 1, 18, 46) common-timing-cpp 29.9226 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 7, 1, 20, 33) fem-multicore-cpp 106.748 "Coloring mesh." +(2013, 5, 7, 1, 23, 5) fem-assembly-cpp 152.267 "Assembly for various forms and backends" +(2013, 5, 7, 1, 23, 17) fem-convergence-cpp 12.1049 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 7, 1, 23, 19) fem-jit-python 0.00104439 "JIT compilation (in memory cache)" +(2013, 5, 7, 1, 28, 24) fem-speedup-cpp 305.046 "Assembly/solve speedup running on 4 processors" +(2013, 5, 7, 1, 28, 24) fem-speedup-cpp-assembly 6.45969 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 7, 1, 28, 24) fem-speedup-cpp-solve 2.23675 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 7, 1, 28, 46) mesh-refinement-cpp 19.876 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 7, 1, 29, 6) mesh-topology-cpp 19.5867 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 7, 1, 29, 30) mesh-unitcube-cpp 24.3237 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 7, 1, 30, 12) mesh-iteration-cpp 39.1545 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 7, 1, 30, 33) function-evaluation-cpp 21.2371 "Evaluations of functions at arbitrary points." +(2013, 5, 7, 1, 30, 33) function-evaluation-cpp 21.1068 "Evaluations of functions at arbitrary points." +(2013, 5, 7, 1, 30, 38) function-extrapolation-python 4.56615 "*** -------------------------------------------------------------------------" +(2013, 5, 7, 1, 30, 38) function-extrapolation-python 2.11616 "*** -------------------------------------------------------------------------" +(2013, 5, 7, 1, 31, 1) la-vector-access-cpp 23.4819 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 7, 1, 31, 26) la-vector-assignment-cpp 25.0778 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 8, 1, 18, 44) common-progress-cpp 28.6864 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 8, 1, 19, 14) common-timing-cpp 29.8535 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 8, 1, 21, 1) fem-multicore-cpp 107.235 "Coloring mesh." +(2013, 5, 8, 1, 23, 33) fem-assembly-cpp 152.249 "Assembly for various forms and backends" +(2013, 5, 8, 1, 23, 45) fem-convergence-cpp 12.1019 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 8, 1, 23, 47) fem-jit-python 0.00104451 "JIT compilation (in memory cache)" +(2013, 5, 8, 1, 28, 51) fem-speedup-cpp 304.416 "Assembly/solve speedup running on 4 processors" +(2013, 5, 8, 1, 28, 51) fem-speedup-cpp-assembly 6.5183 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 8, 1, 28, 51) fem-speedup-cpp-solve 2.31567 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 8, 1, 29, 12) mesh-refinement-cpp 19.8711 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 8, 1, 29, 32) mesh-topology-cpp 19.499 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 8, 1, 29, 56) mesh-unitcube-cpp 24.5936 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 8, 1, 30, 38) mesh-iteration-cpp 39.1602 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 8, 1, 30, 59) function-evaluation-cpp 21.3978 "Evaluations of functions at arbitrary points." +(2013, 5, 8, 1, 30, 59) function-evaluation-cpp 21.2933 "Evaluations of functions at arbitrary points." +(2013, 5, 8, 1, 31, 16) function-extrapolation-python 16.7852 "*** -------------------------------------------------------------------------" +(2013, 5, 8, 1, 31, 16) function-extrapolation-python 2.13427 "*** -------------------------------------------------------------------------" +(2013, 5, 8, 1, 31, 41) la-vector-access-cpp 24.9319 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 8, 1, 32, 6) la-vector-assignment-cpp 25.066 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 9, 1, 21, 1) common-progress-cpp 28.7281 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 9, 1, 21, 31) common-timing-cpp 30.2288 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 9, 1, 23, 18) fem-multicore-cpp 106.799 "Coloring mesh." +(2013, 5, 9, 1, 25, 46) fem-assembly-cpp 147.739 "Assembly for various forms and backends" +(2013, 5, 9, 1, 25, 58) fem-convergence-cpp 12.1154 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 9, 1, 26, 0) fem-jit-python 0.00103281 "JIT compilation (in memory cache)" +(2013, 5, 9, 1, 31, 4) fem-speedup-cpp 303.736 "Assembly/solve speedup running on 4 processors" +(2013, 5, 9, 1, 31, 4) fem-speedup-cpp-assembly 6.43074 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 9, 1, 31, 4) fem-speedup-cpp-solve 2.33124 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 9, 1, 31, 24) mesh-refinement-cpp 19.8871 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 9, 1, 31, 44) mesh-topology-cpp 19.3851 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 9, 1, 32, 8) mesh-unitcube-cpp 24.3987 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 9, 1, 32, 57) mesh-iteration-cpp 46.0594 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 9, 1, 33, 18) function-evaluation-cpp 21.1426 "Evaluations of functions at arbitrary points." +(2013, 5, 9, 1, 33, 18) function-evaluation-cpp 21.0643 "Evaluations of functions at arbitrary points." +(2013, 5, 9, 1, 33, 22) function-extrapolation-python 4.54238 "*** -------------------------------------------------------------------------" +(2013, 5, 9, 1, 33, 22) function-extrapolation-python 2.11416 "*** -------------------------------------------------------------------------" +(2013, 5, 9, 1, 33, 46) la-vector-access-cpp 23.4261 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 9, 1, 34, 12) la-vector-assignment-cpp 26.4632 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 10, 1, 20, 11) common-progress-cpp 29.0283 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 10, 1, 20, 43) common-timing-cpp 31.4199 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 10, 1, 22, 30) fem-multicore-cpp 107.097 "Coloring mesh." +(2013, 5, 10, 1, 24, 57) fem-assembly-cpp 147.533 "Assembly for various forms and backends" +(2013, 5, 10, 1, 25, 9) fem-convergence-cpp 12.1081 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 10, 1, 25, 11) fem-jit-python 0.0010258 "JIT compilation (in memory cache)" +(2013, 5, 10, 1, 30, 16) fem-speedup-cpp 304.707 "Assembly/solve speedup running on 4 processors" +(2013, 5, 10, 1, 30, 16) fem-speedup-cpp-assembly 6.50599 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 10, 1, 30, 16) fem-speedup-cpp-solve 2.33266 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 10, 1, 30, 37) mesh-refinement-cpp 19.8851 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 10, 1, 30, 56) mesh-topology-cpp 19.4559 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 10, 1, 31, 21) mesh-unitcube-cpp 24.3756 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 10, 1, 32, 3) mesh-iteration-cpp 39.1606 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 10, 1, 32, 24) function-evaluation-cpp 21.1395 "Evaluations of functions at arbitrary points." +(2013, 5, 10, 1, 32, 24) function-evaluation-cpp 21.0513 "Evaluations of functions at arbitrary points." +(2013, 5, 10, 1, 32, 28) function-extrapolation-python 4.56953 "*** -------------------------------------------------------------------------" +(2013, 5, 10, 1, 32, 28) function-extrapolation-python 2.10541 "*** -------------------------------------------------------------------------" +(2013, 5, 10, 1, 32, 53) la-vector-access-cpp 24.9269 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 10, 1, 33, 18) la-vector-assignment-cpp 25.0606 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 11, 1, 21, 30) common-progress-cpp 28.7779 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 11, 1, 22, 1) common-timing-cpp 30.3501 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 11, 1, 23, 48) fem-multicore-cpp 107.454 "Coloring mesh." +(2013, 5, 11, 1, 26, 18) fem-assembly-cpp 150.228 "Assembly for various forms and backends" +(2013, 5, 11, 1, 26, 30) fem-convergence-cpp 12.1122 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 11, 1, 26, 32) fem-jit-python 0.00103781 "JIT compilation (in memory cache)" +(2013, 5, 11, 1, 31, 39) fem-speedup-cpp 306.255 "Assembly/solve speedup running on 4 processors" +(2013, 5, 11, 1, 31, 39) fem-speedup-cpp-assembly 6.66266 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 11, 1, 31, 39) fem-speedup-cpp-solve 2.318 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 11, 1, 32, 0) mesh-refinement-cpp 19.8429 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 11, 1, 32, 20) mesh-topology-cpp 19.2927 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 11, 1, 32, 44) mesh-unitcube-cpp 24.5239 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 11, 1, 33, 22) mesh-iteration-cpp 35.48 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 11, 1, 33, 44) function-evaluation-cpp 21.2372 "Evaluations of functions at arbitrary points." +(2013, 5, 11, 1, 33, 44) function-evaluation-cpp 21.1171 "Evaluations of functions at arbitrary points." +(2013, 5, 11, 1, 33, 48) function-extrapolation-python 4.48031 "*** -------------------------------------------------------------------------" +(2013, 5, 11, 1, 33, 48) function-extrapolation-python 2.09146 "*** -------------------------------------------------------------------------" +(2013, 5, 11, 1, 34, 13) la-vector-access-cpp 24.9474 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 11, 1, 34, 38) la-vector-assignment-cpp 25.0796 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 12, 1, 20, 34) common-progress-cpp 28.728 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 12, 1, 21, 5) common-timing-cpp 31.223 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 12, 1, 22, 53) fem-multicore-cpp 108.313 "Coloring mesh." +(2013, 5, 12, 1, 25, 24) fem-assembly-cpp 151.04 "Assembly for various forms and backends" +(2013, 5, 12, 1, 25, 37) fem-convergence-cpp 12.1588 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 12, 1, 25, 38) fem-jit-python 0.00104308 "JIT compilation (in memory cache)" +(2013, 5, 12, 1, 30, 45) fem-speedup-cpp 306.497 "Assembly/solve speedup running on 4 processors" +(2013, 5, 12, 1, 30, 45) fem-speedup-cpp-assembly 6.58497 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 12, 1, 30, 45) fem-speedup-cpp-solve 2.32124 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 12, 1, 31, 7) mesh-refinement-cpp 19.967 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 12, 1, 31, 27) mesh-topology-cpp 19.464 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 12, 1, 31, 51) mesh-unitcube-cpp 24.2139 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 12, 1, 32, 33) mesh-iteration-cpp 39.1528 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 12, 1, 32, 55) function-evaluation-cpp 22.6945 "Evaluations of functions at arbitrary points." +(2013, 5, 12, 1, 32, 55) function-evaluation-cpp 22.568 "Evaluations of functions at arbitrary points." +(2013, 5, 12, 1, 33, 0) function-extrapolation-python 4.52773 "*** -------------------------------------------------------------------------" +(2013, 5, 12, 1, 33, 0) function-extrapolation-python 2.10171 "*** -------------------------------------------------------------------------" +(2013, 5, 12, 1, 33, 25) la-vector-access-cpp 24.9897 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 12, 1, 33, 50) la-vector-assignment-cpp 25.0889 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 13, 1, 20, 41) common-progress-cpp 28.7446 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 13, 1, 21, 12) common-timing-cpp 30.9912 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 13, 1, 23, 0) fem-multicore-cpp 108.233 "Coloring mesh." +(2013, 5, 13, 1, 25, 31) fem-assembly-cpp 151.069 "Assembly for various forms and backends" +(2013, 5, 13, 1, 25, 43) fem-convergence-cpp 12.1688 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 13, 1, 25, 45) fem-jit-python 0.00102742 "JIT compilation (in memory cache)" +(2013, 5, 13, 1, 30, 49) fem-speedup-cpp 304.105 "Assembly/solve speedup running on 4 processors" +(2013, 5, 13, 1, 30, 49) fem-speedup-cpp-assembly 6.54235 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 13, 1, 30, 49) fem-speedup-cpp-solve 2.33474 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 13, 1, 31, 10) mesh-refinement-cpp 19.9462 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 13, 1, 31, 30) mesh-topology-cpp 19.4084 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 13, 1, 31, 54) mesh-unitcube-cpp 24.257 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 13, 1, 32, 36) mesh-iteration-cpp 39.1609 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 13, 1, 32, 57) function-evaluation-cpp 21.1819 "Evaluations of functions at arbitrary points." +(2013, 5, 13, 1, 32, 57) function-evaluation-cpp 21.1019 "Evaluations of functions at arbitrary points." +(2013, 5, 13, 1, 33, 1) function-extrapolation-python 4.42833 "*** -------------------------------------------------------------------------" +(2013, 5, 13, 1, 33, 1) function-extrapolation-python 2.09207 "*** -------------------------------------------------------------------------" +(2013, 5, 13, 1, 33, 24) la-vector-access-cpp 22.9352 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 13, 1, 33, 52) la-vector-assignment-cpp 27.5797 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 14, 1, 24, 29) common-progress-cpp 32.7661 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 14, 1, 24, 58) common-timing-cpp 29.1928 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 14, 1, 26, 46) fem-multicore-cpp 107.239 "Coloring mesh." +(2013, 5, 14, 1, 29, 16) fem-assembly-cpp 149.901 "Assembly for various forms and backends" +(2013, 5, 14, 1, 29, 28) fem-convergence-cpp 12.0958 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 14, 1, 29, 30) fem-jit-python 0.00102239 "JIT compilation (in memory cache)" +(2013, 5, 14, 1, 34, 36) fem-speedup-cpp 306.824 "Assembly/solve speedup running on 4 processors" +(2013, 5, 14, 1, 34, 36) fem-speedup-cpp-assembly 6.60443 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 14, 1, 34, 36) fem-speedup-cpp-solve 2.29173 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 14, 1, 34, 59) mesh-refinement-cpp 20.0175 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 14, 1, 35, 18) mesh-topology-cpp 19.3419 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 14, 1, 35, 42) mesh-unitcube-cpp 24.0576 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 14, 1, 36, 24) mesh-iteration-cpp 39.1568 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 14, 1, 36, 45) function-evaluation-cpp 21.3955 "Evaluations of functions at arbitrary points." +(2013, 5, 14, 1, 36, 45) function-evaluation-cpp 21.2643 "Evaluations of functions at arbitrary points." +(2013, 5, 14, 1, 36, 50) function-extrapolation-python 4.50211 "*** -------------------------------------------------------------------------" +(2013, 5, 14, 1, 36, 50) function-extrapolation-python 2.11037 "*** -------------------------------------------------------------------------" +(2013, 5, 14, 1, 37, 13) la-vector-access-cpp 22.9491 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 14, 1, 37, 38) la-vector-assignment-cpp 25.0906 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 15, 1, 19, 10) common-progress-cpp 29.1026 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 15, 1, 19, 41) common-timing-cpp 30.4436 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 15, 1, 21, 28) fem-multicore-cpp 106.814 "Coloring mesh." +(2013, 5, 15, 1, 23, 59) fem-assembly-cpp 150.894 "Assembly for various forms and backends" +(2013, 5, 15, 1, 24, 11) fem-convergence-cpp 12.0981 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 15, 1, 24, 12) fem-jit-python 0.00103028 "JIT compilation (in memory cache)" +(2013, 5, 15, 1, 29, 21) fem-speedup-cpp 308.904 "Assembly/solve speedup running on 4 processors" +(2013, 5, 15, 1, 29, 21) fem-speedup-cpp-assembly 6.5603 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 15, 1, 29, 21) fem-speedup-cpp-solve 2.24798 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 15, 1, 29, 43) mesh-refinement-cpp 19.894 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 15, 1, 30, 3) mesh-topology-cpp 19.3737 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 15, 1, 30, 27) mesh-unitcube-cpp 24.0552 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 15, 1, 31, 9) mesh-iteration-cpp 39.1598 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 15, 1, 31, 30) function-evaluation-cpp 21.2177 "Evaluations of functions at arbitrary points." +(2013, 5, 15, 1, 31, 30) function-evaluation-cpp 21.1229 "Evaluations of functions at arbitrary points." +(2013, 5, 15, 1, 31, 34) function-extrapolation-python 4.52671 "*** -------------------------------------------------------------------------" +(2013, 5, 15, 1, 31, 34) function-extrapolation-python 2.10369 "*** -------------------------------------------------------------------------" +(2013, 5, 15, 1, 31, 59) la-vector-access-cpp 24.9479 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 15, 1, 32, 25) la-vector-assignment-cpp 25.3165 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 16, 1, 20, 51) common-progress-cpp 28.8445 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 16, 1, 21, 22) common-timing-cpp 30.1864 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 16, 1, 23, 9) fem-multicore-cpp 106.955 "Coloring mesh." +(2013, 5, 16, 1, 25, 40) fem-assembly-cpp 151.816 "Assembly for various forms and backends" +(2013, 5, 16, 1, 25, 53) fem-convergence-cpp 12.1272 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 16, 1, 25, 54) fem-jit-python 0.00103111 "JIT compilation (in memory cache)" +(2013, 5, 16, 1, 30, 58) fem-speedup-cpp 304.063 "Assembly/solve speedup running on 4 processors" +(2013, 5, 16, 1, 30, 58) fem-speedup-cpp-assembly 6.52952 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 16, 1, 30, 58) fem-speedup-cpp-solve 2.33616 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 16, 1, 31, 21) mesh-refinement-cpp 20.122 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 16, 1, 31, 40) mesh-topology-cpp 19.4495 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 16, 1, 32, 4) mesh-unitcube-cpp 23.958 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 16, 1, 32, 46) mesh-iteration-cpp 39.1588 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 16, 1, 33, 7) function-evaluation-cpp 21.1297 "Evaluations of functions at arbitrary points." +(2013, 5, 16, 1, 33, 7) function-evaluation-cpp 21.0501 "Evaluations of functions at arbitrary points." +(2013, 5, 16, 1, 33, 11) function-extrapolation-python 4.57905 "*** -------------------------------------------------------------------------" +(2013, 5, 16, 1, 33, 11) function-extrapolation-python 2.14267 "*** -------------------------------------------------------------------------" +(2013, 5, 16, 1, 33, 35) la-vector-access-cpp 23.4297 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 16, 1, 34, 0) la-vector-assignment-cpp 25.0683 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 17, 1, 19, 35) common-progress-cpp 28.9361 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 17, 1, 20, 6) common-timing-cpp 30.6966 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 17, 1, 21, 53) fem-multicore-cpp 107.309 "Coloring mesh." +(2013, 5, 17, 1, 24, 25) fem-assembly-cpp 151.509 "Assembly for various forms and backends" +(2013, 5, 17, 1, 24, 37) fem-convergence-cpp 12.1082 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 17, 1, 24, 39) fem-jit-python 0.00105009 "JIT compilation (in memory cache)" +(2013, 5, 17, 1, 29, 47) fem-speedup-cpp 307.57 "Assembly/solve speedup running on 4 processors" +(2013, 5, 17, 1, 29, 47) fem-speedup-cpp-assembly 6.55186 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 17, 1, 29, 47) fem-speedup-cpp-solve 2.29484 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 17, 1, 30, 9) mesh-refinement-cpp 20.0431 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 17, 1, 30, 28) mesh-topology-cpp 19.4711 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 17, 1, 30, 52) mesh-unitcube-cpp 24.0535 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 17, 1, 31, 34) mesh-iteration-cpp 39.1519 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 17, 1, 31, 55) function-evaluation-cpp 21.2443 "Evaluations of functions at arbitrary points." +(2013, 5, 17, 1, 31, 55) function-evaluation-cpp 21.1529 "Evaluations of functions at arbitrary points." +(2013, 5, 17, 1, 32, 0) function-extrapolation-python 4.52667 "*** -------------------------------------------------------------------------" +(2013, 5, 17, 1, 32, 0) function-extrapolation-python 2.09405 "*** -------------------------------------------------------------------------" +(2013, 5, 17, 1, 32, 25) la-vector-access-cpp 24.9493 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 17, 1, 32, 51) la-vector-assignment-cpp 26.5935 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 18, 1, 21, 52) common-progress-cpp 28.8361 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 18, 1, 22, 22) common-timing-cpp 29.8164 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 18, 1, 24, 8) fem-multicore-cpp 106.682 "Coloring mesh." +(2013, 5, 18, 1, 26, 38) fem-assembly-cpp 150.036 "Assembly for various forms and backends" +(2013, 5, 18, 1, 26, 50) fem-convergence-cpp 12.1088 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 18, 1, 26, 52) fem-jit-python 0.00104172 "JIT compilation (in memory cache)" +(2013, 5, 18, 1, 31, 57) fem-speedup-cpp 304.491 "Assembly/solve speedup running on 4 processors" +(2013, 5, 18, 1, 31, 57) fem-speedup-cpp-assembly 6.5882 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 18, 1, 31, 57) fem-speedup-cpp-solve 2.32749 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 18, 1, 32, 18) mesh-refinement-cpp 20.0809 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 18, 1, 32, 37) mesh-topology-cpp 19.4287 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 18, 1, 33, 1) mesh-unitcube-cpp 23.9386 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 18, 1, 33, 43) mesh-iteration-cpp 39.1571 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 18, 1, 34, 4) function-evaluation-cpp 21.4158 "Evaluations of functions at arbitrary points." +(2013, 5, 18, 1, 34, 4) function-evaluation-cpp 21.3358 "Evaluations of functions at arbitrary points." +(2013, 5, 18, 1, 34, 9) function-extrapolation-python 4.44161 "*** -------------------------------------------------------------------------" +(2013, 5, 18, 1, 34, 9) function-extrapolation-python 2.12951 "*** -------------------------------------------------------------------------" +(2013, 5, 18, 1, 34, 33) la-vector-access-cpp 24.9375 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 18, 1, 34, 59) la-vector-assignment-cpp 25.0731 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 19, 1, 18, 39) common-progress-cpp 28.8946 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 19, 1, 19, 9) common-timing-cpp 30.0161 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 19, 1, 20, 56) fem-multicore-cpp 106.846 "Coloring mesh." +(2013, 5, 19, 1, 23, 26) fem-assembly-cpp 149.82 "Assembly for various forms and backends" +(2013, 5, 19, 1, 23, 38) fem-convergence-cpp 12.1073 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 19, 1, 23, 40) fem-jit-python 0.00102971 "JIT compilation (in memory cache)" +(2013, 5, 19, 1, 28, 44) fem-speedup-cpp 304.363 "Assembly/solve speedup running on 4 processors" +(2013, 5, 19, 1, 28, 44) fem-speedup-cpp-assembly 6.41508 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 19, 1, 28, 44) fem-speedup-cpp-solve 2.34097 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 19, 1, 29, 5) mesh-refinement-cpp 20.1861 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 19, 1, 29, 25) mesh-topology-cpp 19.5613 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 19, 1, 29, 49) mesh-unitcube-cpp 23.9706 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 19, 1, 30, 30) mesh-iteration-cpp 39.1538 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 19, 1, 30, 52) function-evaluation-cpp 21.2196 "Evaluations of functions at arbitrary points." +(2013, 5, 19, 1, 30, 52) function-evaluation-cpp 21.0766 "Evaluations of functions at arbitrary points." +(2013, 5, 19, 1, 30, 56) function-extrapolation-python 4.52784 "*** -------------------------------------------------------------------------" +(2013, 5, 19, 1, 30, 56) function-extrapolation-python 2.14135 "*** -------------------------------------------------------------------------" +(2013, 5, 19, 1, 31, 20) la-vector-access-cpp 23.4278 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 19, 1, 31, 47) la-vector-assignment-cpp 27.0797 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 20, 1, 22, 21) common-progress-cpp 32.6912 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 20, 1, 22, 52) common-timing-cpp 30.752 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 20, 1, 24, 39) fem-multicore-cpp 106.931 "Coloring mesh." +(2013, 5, 20, 1, 27, 9) fem-assembly-cpp 150.006 "Assembly for various forms and backends" +(2013, 5, 20, 1, 27, 21) fem-convergence-cpp 12.0994 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 20, 1, 27, 23) fem-jit-python 0.0010319 "JIT compilation (in memory cache)" +(2013, 5, 20, 1, 32, 28) fem-speedup-cpp 305.075 "Assembly/solve speedup running on 4 processors" +(2013, 5, 20, 1, 32, 28) fem-speedup-cpp-assembly 6.53101 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 20, 1, 32, 28) fem-speedup-cpp-solve 2.31491 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 20, 1, 32, 50) mesh-refinement-cpp 20.094 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 20, 1, 33, 9) mesh-topology-cpp 19.4123 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 20, 1, 33, 33) mesh-unitcube-cpp 23.9109 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 20, 1, 34, 15) mesh-iteration-cpp 39.1567 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 20, 1, 34, 36) function-evaluation-cpp 21.1334 "Evaluations of functions at arbitrary points." +(2013, 5, 20, 1, 34, 36) function-evaluation-cpp 21.051 "Evaluations of functions at arbitrary points." +(2013, 5, 20, 1, 34, 40) function-extrapolation-python 4.57326 "*** -------------------------------------------------------------------------" +(2013, 5, 20, 1, 34, 40) function-extrapolation-python 2.13656 "*** -------------------------------------------------------------------------" +(2013, 5, 20, 1, 35, 5) la-vector-access-cpp 24.946 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 20, 1, 35, 30) la-vector-assignment-cpp 25.0624 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 21, 1, 20, 10) common-progress-cpp 28.8362 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 21, 1, 20, 40) common-timing-cpp 29.9423 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 21, 1, 22, 27) fem-multicore-cpp 107.041 "Coloring mesh." +(2013, 5, 21, 1, 24, 57) fem-assembly-cpp 150.408 "Assembly for various forms and backends" +(2013, 5, 21, 1, 25, 9) fem-convergence-cpp 12.157 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 21, 1, 25, 11) fem-jit-python 0.00105901 "JIT compilation (in memory cache)" +(2013, 5, 21, 1, 30, 18) fem-speedup-cpp 306.65 "Assembly/solve speedup running on 4 processors" +(2013, 5, 21, 1, 30, 18) fem-speedup-cpp-assembly 6.57408 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 21, 1, 30, 18) fem-speedup-cpp-solve 2.29544 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 21, 1, 30, 39) mesh-refinement-cpp 20.0847 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 21, 1, 30, 59) mesh-topology-cpp 19.4154 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 21, 1, 31, 23) mesh-unitcube-cpp 23.9815 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 21, 1, 32, 4) mesh-iteration-cpp 39.1527 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 21, 1, 32, 26) function-evaluation-cpp 21.1544 "Evaluations of functions at arbitrary points." +(2013, 5, 21, 1, 32, 26) function-evaluation-cpp 21.0314 "Evaluations of functions at arbitrary points." +(2013, 5, 21, 1, 32, 30) function-extrapolation-python 4.61956 "*** -------------------------------------------------------------------------" +(2013, 5, 21, 1, 32, 30) function-extrapolation-python 2.11824 "*** -------------------------------------------------------------------------" +(2013, 5, 21, 1, 32, 55) la-vector-access-cpp 24.9548 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 21, 1, 33, 20) la-vector-assignment-cpp 25.089 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 22, 1, 20, 42) common-progress-cpp 28.7197 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 22, 1, 21, 12) common-timing-cpp 29.7857 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 22, 1, 22, 59) fem-multicore-cpp 106.819 "Coloring mesh." +(2013, 5, 22, 1, 25, 30) fem-assembly-cpp 150.91 "Assembly for various forms and backends" +(2013, 5, 22, 1, 25, 42) fem-convergence-cpp 12.1158 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 22, 1, 25, 44) fem-jit-python 0.00103281 "JIT compilation (in memory cache)" +(2013, 5, 22, 1, 30, 49) fem-speedup-cpp 304.746 "Assembly/solve speedup running on 4 processors" +(2013, 5, 22, 1, 30, 49) fem-speedup-cpp-assembly 6.6097 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 22, 1, 30, 49) fem-speedup-cpp-solve 2.32667 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 22, 1, 31, 9) mesh-refinement-cpp 20.0798 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 22, 1, 31, 29) mesh-topology-cpp 19.4705 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 22, 1, 31, 53) mesh-unitcube-cpp 24.0869 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 22, 1, 32, 35) mesh-iteration-cpp 39.1569 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 22, 1, 32, 56) function-evaluation-cpp 21.1544 "Evaluations of functions at arbitrary points." +(2013, 5, 22, 1, 32, 56) function-evaluation-cpp 21.0712 "Evaluations of functions at arbitrary points." +(2013, 5, 22, 1, 33, 0) function-extrapolation-python 4.51483 "*** -------------------------------------------------------------------------" +(2013, 5, 22, 1, 33, 0) function-extrapolation-python 2.12681 "*** -------------------------------------------------------------------------" +(2013, 5, 22, 1, 33, 24) la-vector-access-cpp 23.4383 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 22, 1, 33, 51) la-vector-assignment-cpp 27.1967 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 23, 1, 22, 18) common-progress-cpp 28.9694 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 23, 1, 22, 48) common-timing-cpp 30.7527 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 23, 1, 24, 36) fem-multicore-cpp 107.227 "Coloring mesh." +(2013, 5, 23, 1, 27, 6) fem-assembly-cpp 150.524 "Assembly for various forms and backends" +(2013, 5, 23, 1, 27, 18) fem-convergence-cpp 12.1274 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 23, 1, 27, 20) fem-jit-python 0.00103579 "JIT compilation (in memory cache)" +(2013, 5, 23, 1, 32, 29) fem-speedup-cpp 309.053 "Assembly/solve speedup running on 4 processors" +(2013, 5, 23, 1, 32, 29) fem-speedup-cpp-assembly 6.51775 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 23, 1, 32, 29) fem-speedup-cpp-solve 2.23861 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 23, 1, 32, 51) mesh-refinement-cpp 20.1012 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 23, 1, 33, 11) mesh-topology-cpp 19.4229 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 23, 1, 33, 35) mesh-unitcube-cpp 23.9371 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 23, 1, 34, 26) mesh-iteration-cpp 49.2226 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 23, 1, 34, 48) function-evaluation-cpp 21.3877 "Evaluations of functions at arbitrary points." +(2013, 5, 23, 1, 34, 48) function-evaluation-cpp 21.2816 "Evaluations of functions at arbitrary points." +(2013, 5, 23, 1, 34, 52) function-extrapolation-python 4.51764 "*** -------------------------------------------------------------------------" +(2013, 5, 23, 1, 34, 52) function-extrapolation-python 2.08921 "*** -------------------------------------------------------------------------" +(2013, 5, 23, 1, 35, 16) la-vector-access-cpp 23.4442 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 23, 1, 35, 41) la-vector-assignment-cpp 25.036 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 24, 1, 21, 35) common-progress-cpp 28.9109 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 24, 1, 22, 6) common-timing-cpp 30.8263 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 24, 1, 23, 52) fem-multicore-cpp 106.961 "Coloring mesh." +(2013, 5, 24, 1, 26, 22) fem-assembly-cpp 149.883 "Assembly for various forms and backends" +(2013, 5, 24, 1, 26, 34) fem-convergence-cpp 12.1327 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 24, 1, 26, 36) fem-jit-python 0.00103981 "JIT compilation (in memory cache)" +(2013, 5, 24, 1, 31, 40) fem-speedup-cpp 304.123 "Assembly/solve speedup running on 4 processors" +(2013, 5, 24, 1, 31, 40) fem-speedup-cpp-assembly 6.52779 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 24, 1, 31, 40) fem-speedup-cpp-solve 2.34078 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 24, 1, 32, 2) mesh-refinement-cpp 20.1018 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 24, 1, 32, 21) mesh-topology-cpp 19.3792 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 24, 1, 32, 45) mesh-unitcube-cpp 23.9445 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 24, 1, 33, 27) mesh-iteration-cpp 39.1624 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 24, 1, 33, 48) function-evaluation-cpp 21.1176 "Evaluations of functions at arbitrary points." +(2013, 5, 24, 1, 33, 48) function-evaluation-cpp 21.0336 "Evaluations of functions at arbitrary points." +(2013, 5, 24, 1, 33, 52) function-extrapolation-python 4.62782 "*** -------------------------------------------------------------------------" +(2013, 5, 24, 1, 33, 52) function-extrapolation-python 2.16172 "*** -------------------------------------------------------------------------" +(2013, 5, 24, 1, 34, 17) la-vector-access-cpp 24.9448 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 24, 1, 34, 42) la-vector-assignment-cpp 24.9165 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 25, 1, 20, 41) common-progress-cpp 28.7695 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 25, 1, 21, 12) common-timing-cpp 30.9639 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 25, 1, 22, 59) fem-multicore-cpp 107.133 "Coloring mesh." +(2013, 5, 25, 1, 25, 30) fem-assembly-cpp 150.222 "Assembly for various forms and backends" +(2013, 5, 25, 1, 25, 42) fem-convergence-cpp 12.128 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 25, 1, 25, 44) fem-jit-python 0.0010354 "JIT compilation (in memory cache)" +(2013, 5, 25, 1, 30, 51) fem-speedup-cpp 307.203 "Assembly/solve speedup running on 4 processors" +(2013, 5, 25, 1, 30, 51) fem-speedup-cpp-assembly 6.57998 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 25, 1, 30, 51) fem-speedup-cpp-solve 2.26721 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 25, 1, 31, 13) mesh-refinement-cpp 19.9634 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 25, 1, 31, 32) mesh-topology-cpp 19.3921 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 25, 1, 31, 56) mesh-unitcube-cpp 23.9344 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 25, 1, 32, 38) mesh-iteration-cpp 39.1571 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 25, 1, 32, 59) function-evaluation-cpp 21.2128 "Evaluations of functions at arbitrary points." +(2013, 5, 25, 1, 32, 59) function-evaluation-cpp 21.0869 "Evaluations of functions at arbitrary points." +(2013, 5, 25, 1, 33, 4) function-extrapolation-python 4.59302 "*** -------------------------------------------------------------------------" +(2013, 5, 25, 1, 33, 4) function-extrapolation-python 2.09164 "*** -------------------------------------------------------------------------" +(2013, 5, 25, 1, 33, 27) la-vector-access-cpp 23.444 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 25, 1, 33, 55) la-vector-assignment-cpp 27.5433 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 26, 1, 20, 12) common-progress-cpp 32.5165 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 26, 1, 20, 43) common-timing-cpp 31.43 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 26, 1, 22, 31) fem-multicore-cpp 107.112 "Coloring mesh." +(2013, 5, 26, 1, 25, 0) fem-assembly-cpp 149.708 "Assembly for various forms and backends" +(2013, 5, 26, 1, 25, 12) fem-convergence-cpp 12.1366 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 26, 1, 25, 14) fem-jit-python 0.00103519 "JIT compilation (in memory cache)" +(2013, 5, 26, 1, 30, 21) fem-speedup-cpp 306.286 "Assembly/solve speedup running on 4 processors" +(2013, 5, 26, 1, 30, 21) fem-speedup-cpp-assembly 6.60275 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 26, 1, 30, 21) fem-speedup-cpp-solve 2.28959 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 26, 1, 30, 41) mesh-refinement-cpp 19.9603 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 26, 1, 31, 1) mesh-topology-cpp 19.4221 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 26, 1, 31, 25) mesh-unitcube-cpp 23.9701 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 26, 1, 32, 7) mesh-iteration-cpp 39.1547 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 26, 1, 32, 28) function-evaluation-cpp 21.1501 "Evaluations of functions at arbitrary points." +(2013, 5, 26, 1, 32, 28) function-evaluation-cpp 21.0719 "Evaluations of functions at arbitrary points." +(2013, 5, 26, 1, 32, 32) function-extrapolation-python 4.58616 "*** -------------------------------------------------------------------------" +(2013, 5, 26, 1, 32, 32) function-extrapolation-python 2.13118 "*** -------------------------------------------------------------------------" +(2013, 5, 26, 1, 32, 56) la-vector-access-cpp 23.4307 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 26, 1, 33, 53) la-vector-assignment-cpp 57.0087 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 27, 1, 20, 55) common-progress-cpp 28.6947 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 27, 1, 21, 25) common-timing-cpp 30.2411 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 27, 1, 23, 12) fem-multicore-cpp 106.289 "Coloring mesh." +(2013, 5, 27, 1, 25, 42) fem-assembly-cpp 150.881 "Assembly for various forms and backends" +(2013, 5, 27, 1, 25, 54) fem-convergence-cpp 12.0935 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 27, 1, 25, 56) fem-jit-python 0.0010488 "JIT compilation (in memory cache)" +(2013, 5, 27, 1, 31, 0) fem-speedup-cpp 303.779 "Assembly/solve speedup running on 4 processors" +(2013, 5, 27, 1, 31, 0) fem-speedup-cpp-assembly 6.69875 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 27, 1, 31, 0) fem-speedup-cpp-solve 2.34753 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 27, 1, 31, 21) mesh-refinement-cpp 19.9028 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 27, 1, 31, 40) mesh-topology-cpp 19.4461 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 27, 1, 32, 5) mesh-unitcube-cpp 24.131 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 27, 1, 32, 46) mesh-iteration-cpp 39.1556 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 27, 1, 33, 7) function-evaluation-cpp 21.1814 "Evaluations of functions at arbitrary points." +(2013, 5, 27, 1, 33, 7) function-evaluation-cpp 21.1019 "Evaluations of functions at arbitrary points." +(2013, 5, 27, 1, 33, 12) function-extrapolation-python 4.51966 "*** -------------------------------------------------------------------------" +(2013, 5, 27, 1, 33, 12) function-extrapolation-python 2.12959 "*** -------------------------------------------------------------------------" +(2013, 5, 27, 1, 33, 35) la-vector-access-cpp 22.9838 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 27, 1, 34, 0) la-vector-assignment-cpp 25.0716 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 28, 1, 19, 5) common-progress-cpp 29.011 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 28, 1, 19, 37) common-timing-cpp 31.242 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 28, 1, 21, 24) fem-multicore-cpp 107.088 "Coloring mesh." +(2013, 5, 28, 1, 23, 55) fem-assembly-cpp 151.585 "Assembly for various forms and backends" +(2013, 5, 28, 1, 24, 7) fem-convergence-cpp 12.0813 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 28, 1, 24, 9) fem-jit-python 0.0010371 "JIT compilation (in memory cache)" +(2013, 5, 28, 1, 29, 16) fem-speedup-cpp 307.109 "Assembly/solve speedup running on 4 processors" +(2013, 5, 28, 1, 29, 16) fem-speedup-cpp-assembly 6.62981 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 28, 1, 29, 16) fem-speedup-cpp-solve 2.28976 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 28, 1, 29, 39) mesh-refinement-cpp 19.8446 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 28, 1, 29, 59) mesh-topology-cpp 19.4459 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 28, 1, 30, 23) mesh-unitcube-cpp 24.1726 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 28, 1, 31, 5) mesh-iteration-cpp 39.162 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 28, 1, 31, 26) function-evaluation-cpp 21.2293 "Evaluations of functions at arbitrary points." +(2013, 5, 28, 1, 31, 26) function-evaluation-cpp 21.0526 "Evaluations of functions at arbitrary points." +(2013, 5, 28, 1, 31, 31) function-extrapolation-python 4.57018 "*** -------------------------------------------------------------------------" +(2013, 5, 28, 1, 31, 31) function-extrapolation-python 2.11285 "*** -------------------------------------------------------------------------" +(2013, 5, 28, 1, 31, 54) la-vector-access-cpp 23.0034 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 28, 1, 32, 19) la-vector-assignment-cpp 25.083 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 29, 1, 18, 58) common-progress-cpp 28.9861 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 29, 1, 19, 28) common-timing-cpp 30.5528 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 29, 1, 21, 14) fem-multicore-cpp 106.3 "Coloring mesh." +(2013, 5, 29, 1, 23, 46) fem-assembly-cpp 151.697 "Assembly for various forms and backends" +(2013, 5, 29, 1, 23, 58) fem-convergence-cpp 12.0829 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 29, 1, 24, 0) fem-jit-python 0.0010299 "JIT compilation (in memory cache)" +(2013, 5, 29, 1, 29, 3) fem-speedup-cpp 303.439 "Assembly/solve speedup running on 4 processors" +(2013, 5, 29, 1, 29, 3) fem-speedup-cpp-assembly 6.65012 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 29, 1, 29, 3) fem-speedup-cpp-solve 2.35138 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 29, 1, 29, 24) mesh-refinement-cpp 19.8514 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 29, 1, 29, 44) mesh-topology-cpp 19.4783 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 29, 1, 30, 8) mesh-unitcube-cpp 24.1873 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 29, 1, 30, 50) mesh-iteration-cpp 39.1601 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 29, 1, 31, 11) function-evaluation-cpp 21.148 "Evaluations of functions at arbitrary points." +(2013, 5, 29, 1, 31, 11) function-evaluation-cpp 21.0599 "Evaluations of functions at arbitrary points." +(2013, 5, 29, 1, 31, 15) function-extrapolation-python 4.58603 "*** -------------------------------------------------------------------------" +(2013, 5, 29, 1, 31, 15) function-extrapolation-python 2.11564 "*** -------------------------------------------------------------------------" +(2013, 5, 29, 1, 31, 38) la-vector-access-cpp 23.171 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 29, 1, 32, 4) la-vector-assignment-cpp 25.119 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 30, 1, 18, 25) common-progress-cpp 29.0192 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 30, 1, 18, 56) common-timing-cpp 30.4525 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 30, 1, 20, 43) fem-multicore-cpp 107.009 "Coloring mesh." +(2013, 5, 30, 1, 23, 14) fem-assembly-cpp 151.376 "Assembly for various forms and backends" +(2013, 5, 30, 1, 23, 26) fem-convergence-cpp 12.0844 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 30, 1, 23, 28) fem-jit-python 0.00106471 "JIT compilation (in memory cache)" +(2013, 5, 30, 1, 28, 32) fem-speedup-cpp 303.388 "Assembly/solve speedup running on 4 processors" +(2013, 5, 30, 1, 28, 32) fem-speedup-cpp-assembly 6.58356 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 30, 1, 28, 32) fem-speedup-cpp-solve 2.35103 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 30, 1, 28, 52) mesh-refinement-cpp 19.876 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 30, 1, 29, 12) mesh-topology-cpp 19.6286 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 30, 1, 29, 36) mesh-unitcube-cpp 24.2816 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 30, 1, 30, 18) mesh-iteration-cpp 39.1608 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 30, 1, 30, 39) function-evaluation-cpp 21.1254 "Evaluations of functions at arbitrary points." +(2013, 5, 30, 1, 30, 39) function-evaluation-cpp 21.0471 "Evaluations of functions at arbitrary points." +(2013, 5, 30, 1, 30, 43) function-extrapolation-python 4.42653 "*** -------------------------------------------------------------------------" +(2013, 5, 30, 1, 30, 43) function-extrapolation-python 2.13002 "*** -------------------------------------------------------------------------" +(2013, 5, 30, 1, 31, 6) la-vector-access-cpp 22.9348 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 30, 1, 31, 33) la-vector-assignment-cpp 27.0872 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 5, 31, 1, 20, 38) common-progress-cpp 28.7612 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 5, 31, 1, 21, 9) common-timing-cpp 30.7114 "Timing access and registration of timings (10000000 repetitions)" +(2013, 5, 31, 1, 22, 56) fem-multicore-cpp 106.856 "Coloring mesh." +(2013, 5, 31, 1, 25, 26) fem-assembly-cpp 150.784 "Assembly for various forms and backends" +(2013, 5, 31, 1, 25, 38) fem-convergence-cpp 12.1384 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 5, 31, 1, 25, 40) fem-jit-python 0.0010422 "JIT compilation (in memory cache)" +(2013, 5, 31, 1, 30, 44) fem-speedup-cpp 303.213 "Assembly/solve speedup running on 4 processors" +(2013, 5, 31, 1, 30, 44) fem-speedup-cpp-assembly 6.56542 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 5, 31, 1, 30, 44) fem-speedup-cpp-solve 2.36584 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 5, 31, 1, 31, 4) mesh-refinement-cpp 19.843 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 5, 31, 1, 31, 24) mesh-topology-cpp 19.2905 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 5, 31, 1, 31, 47) mesh-unitcube-cpp 23.8696 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 5, 31, 1, 32, 25) mesh-iteration-cpp 35.5184 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 5, 31, 1, 32, 47) function-evaluation-cpp 21.1315 "Evaluations of functions at arbitrary points." +(2013, 5, 31, 1, 32, 47) function-evaluation-cpp 21.0523 "Evaluations of functions at arbitrary points." +(2013, 5, 31, 1, 32, 51) function-extrapolation-python 4.50307 "*** -------------------------------------------------------------------------" +(2013, 5, 31, 1, 32, 51) function-extrapolation-python 2.11167 "*** -------------------------------------------------------------------------" +(2013, 5, 31, 1, 33, 15) la-vector-access-cpp 23.4316 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 5, 31, 1, 33, 40) la-vector-assignment-cpp 25.0665 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 1, 1, 20, 10) common-progress-cpp 28.9527 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 1, 1, 20, 40) common-timing-cpp 29.7848 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 1, 1, 22, 26) fem-multicore-cpp 106.183 "Coloring mesh." +(2013, 6, 1, 1, 24, 56) fem-assembly-cpp 150.162 "Assembly for various forms and backends" +(2013, 6, 1, 1, 25, 8) fem-convergence-cpp 12.0929 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 1, 1, 25, 10) fem-jit-python 0.00105009 "JIT compilation (in memory cache)" +(2013, 6, 1, 1, 30, 15) fem-speedup-cpp 304.325 "Assembly/solve speedup running on 4 processors" +(2013, 6, 1, 1, 30, 15) fem-speedup-cpp-assembly 6.56287 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 1, 1, 30, 15) fem-speedup-cpp-solve 2.3471 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 1, 1, 30, 35) mesh-refinement-cpp 19.8949 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 1, 1, 30, 55) mesh-topology-cpp 19.5427 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 1, 1, 31, 19) mesh-unitcube-cpp 24.1476 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 1, 1, 32, 1) mesh-iteration-cpp 39.1554 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 1, 1, 32, 22) function-evaluation-cpp 21.2354 "Evaluations of functions at arbitrary points." +(2013, 6, 1, 1, 32, 22) function-evaluation-cpp 21.1289 "Evaluations of functions at arbitrary points." +(2013, 6, 1, 1, 32, 27) function-extrapolation-python 4.51113 "*** -------------------------------------------------------------------------" +(2013, 6, 1, 1, 32, 27) function-extrapolation-python 2.11699 "*** -------------------------------------------------------------------------" +(2013, 6, 1, 1, 32, 52) la-vector-access-cpp 24.925 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 1, 1, 33, 19) la-vector-assignment-cpp 27.0494 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 2, 1, 21, 33) common-progress-cpp 29.0277 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 2, 1, 22, 3) common-timing-cpp 30.1406 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 2, 1, 23, 49) fem-multicore-cpp 106.31 "Coloring mesh." +(2013, 6, 2, 1, 26, 19) fem-assembly-cpp 150.112 "Assembly for various forms and backends" +(2013, 6, 2, 1, 26, 32) fem-convergence-cpp 12.0952 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 2, 1, 26, 33) fem-jit-python 0.0010268 "JIT compilation (in memory cache)" +(2013, 6, 2, 1, 31, 37) fem-speedup-cpp 303.771 "Assembly/solve speedup running on 4 processors" +(2013, 6, 2, 1, 31, 37) fem-speedup-cpp-assembly 6.60848 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 2, 1, 31, 37) fem-speedup-cpp-solve 2.34083 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 2, 1, 31, 58) mesh-refinement-cpp 19.878 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 2, 1, 32, 17) mesh-topology-cpp 19.5544 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 2, 1, 32, 42) mesh-unitcube-cpp 24.1094 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 2, 1, 33, 23) mesh-iteration-cpp 39.1558 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 2, 1, 33, 44) function-evaluation-cpp 21.1284 "Evaluations of functions at arbitrary points." +(2013, 6, 2, 1, 33, 44) function-evaluation-cpp 21.0596 "Evaluations of functions at arbitrary points." +(2013, 6, 2, 1, 33, 49) function-extrapolation-python 4.57792 "*** -------------------------------------------------------------------------" +(2013, 6, 2, 1, 33, 49) function-extrapolation-python 2.13477 "*** -------------------------------------------------------------------------" +(2013, 6, 2, 1, 34, 12) la-vector-access-cpp 22.9349 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 2, 1, 34, 37) la-vector-assignment-cpp 25.0653 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 3, 1, 18, 31) common-progress-cpp 28.9318 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 3, 1, 19, 2) common-timing-cpp 30.5338 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 3, 1, 20, 49) fem-multicore-cpp 107.012 "Coloring mesh." +(2013, 6, 3, 1, 23, 19) fem-assembly-cpp 149.945 "Assembly for various forms and backends" +(2013, 6, 3, 1, 23, 31) fem-convergence-cpp 12.0869 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 3, 1, 23, 33) fem-jit-python 0.001033 "JIT compilation (in memory cache)" +(2013, 6, 3, 1, 28, 38) fem-speedup-cpp 305.454 "Assembly/solve speedup running on 4 processors" +(2013, 6, 3, 1, 28, 38) fem-speedup-cpp-assembly 6.66777 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 3, 1, 28, 38) fem-speedup-cpp-solve 2.29007 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 3, 1, 28, 59) mesh-refinement-cpp 19.8768 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 3, 1, 29, 19) mesh-topology-cpp 19.5038 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 3, 1, 29, 43) mesh-unitcube-cpp 24.1324 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 3, 1, 30, 24) mesh-iteration-cpp 39.1625 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 3, 1, 30, 46) function-evaluation-cpp 21.3895 "Evaluations of functions at arbitrary points." +(2013, 6, 3, 1, 30, 46) function-evaluation-cpp 21.3203 "Evaluations of functions at arbitrary points." +(2013, 6, 3, 1, 30, 50) function-extrapolation-python 4.54526 "*** -------------------------------------------------------------------------" +(2013, 6, 3, 1, 30, 50) function-extrapolation-python 2.13303 "*** -------------------------------------------------------------------------" +(2013, 6, 3, 1, 31, 15) la-vector-access-cpp 24.9275 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 3, 1, 31, 42) la-vector-assignment-cpp 26.4625 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 4, 1, 19, 24) common-progress-cpp 28.8704 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 4, 1, 19, 54) common-timing-cpp 29.7689 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 4, 1, 21, 43) fem-multicore-cpp 109.287 "Coloring mesh." +(2013, 6, 4, 1, 24, 17) fem-assembly-cpp 154.155 "Assembly for various forms and backends" +(2013, 6, 4, 1, 24, 29) fem-convergence-cpp 12.1457 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 4, 1, 24, 31) fem-jit-python 0.0010354 "JIT compilation (in memory cache)" +(2013, 6, 4, 1, 29, 35) fem-speedup-cpp 304.081 "Assembly/solve speedup running on 4 processors" +(2013, 6, 4, 1, 29, 35) fem-speedup-cpp-assembly 6.55852 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 4, 1, 29, 35) fem-speedup-cpp-solve 2.33502 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 4, 1, 29, 56) mesh-refinement-cpp 19.7441 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 4, 1, 30, 15) mesh-topology-cpp 19.4309 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 4, 1, 30, 39) mesh-unitcube-cpp 24.1853 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 4, 1, 31, 18) mesh-iteration-cpp 35.6294 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 4, 1, 31, 39) function-evaluation-cpp 21.1423 "Evaluations of functions at arbitrary points." +(2013, 6, 4, 1, 31, 39) function-evaluation-cpp 21.0674 "Evaluations of functions at arbitrary points." +(2013, 6, 4, 1, 31, 43) function-extrapolation-python 4.45936 "*** -------------------------------------------------------------------------" +(2013, 6, 4, 1, 31, 43) function-extrapolation-python 2.12229 "*** -------------------------------------------------------------------------" +(2013, 6, 4, 1, 32, 8) la-vector-access-cpp 24.9485 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 4, 1, 32, 33) la-vector-assignment-cpp 25.0679 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 5, 1, 18, 46) common-progress-cpp 28.9092 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 5, 1, 19, 16) common-timing-cpp 29.9818 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 5, 1, 21, 6) fem-multicore-cpp 109.886 "Coloring mesh." +(2013, 6, 5, 1, 23, 39) fem-assembly-cpp 153.32 "Assembly for various forms and backends" +(2013, 6, 5, 1, 23, 51) fem-convergence-cpp 12.1586 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 5, 1, 23, 53) fem-jit-python 0.001039 "JIT compilation (in memory cache)" +(2013, 6, 5, 1, 28, 59) fem-speedup-cpp 306.246 "Assembly/solve speedup running on 4 processors" +(2013, 6, 5, 1, 28, 59) fem-speedup-cpp-assembly 6.5046 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 5, 1, 28, 59) fem-speedup-cpp-solve 2.30423 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 5, 1, 29, 20) mesh-refinement-cpp 19.7301 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 5, 1, 29, 40) mesh-topology-cpp 19.5537 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 5, 1, 30, 4) mesh-unitcube-cpp 24.5751 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 5, 1, 30, 42) mesh-iteration-cpp 35.492 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 5, 1, 31, 3) function-evaluation-cpp 21.1502 "Evaluations of functions at arbitrary points." +(2013, 6, 5, 1, 31, 3) function-evaluation-cpp 21.0668 "Evaluations of functions at arbitrary points." +(2013, 6, 5, 1, 31, 8) function-extrapolation-python 4.49461 "*** -------------------------------------------------------------------------" +(2013, 6, 5, 1, 31, 8) function-extrapolation-python 2.15063 "*** -------------------------------------------------------------------------" +(2013, 6, 5, 1, 31, 33) la-vector-access-cpp 25.0229 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 5, 1, 31, 58) la-vector-assignment-cpp 25.0633 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 6, 1, 20, 25) common-progress-cpp 28.628 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 6, 1, 20, 56) common-timing-cpp 30.264 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 6, 1, 22, 45) fem-multicore-cpp 109.217 "Coloring mesh." +(2013, 6, 6, 1, 25, 18) fem-assembly-cpp 153.592 "Assembly for various forms and backends" +(2013, 6, 6, 1, 25, 31) fem-convergence-cpp 12.135 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 6, 1, 25, 32) fem-jit-python 0.0010386 "JIT compilation (in memory cache)" +(2013, 6, 6, 1, 30, 42) fem-speedup-cpp 309.396 "Assembly/solve speedup running on 4 processors" +(2013, 6, 6, 1, 30, 42) fem-speedup-cpp-assembly 6.44119 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 6, 1, 30, 42) fem-speedup-cpp-solve 2.2324 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 6, 1, 31, 3) mesh-refinement-cpp 19.7073 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 6, 1, 31, 23) mesh-topology-cpp 19.5126 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 6, 1, 31, 47) mesh-unitcube-cpp 24.1189 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 6, 1, 32, 34) mesh-iteration-cpp 44.1734 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 6, 1, 32, 55) function-evaluation-cpp 21.205 "Evaluations of functions at arbitrary points." +(2013, 6, 6, 1, 32, 55) function-evaluation-cpp 21.0518 "Evaluations of functions at arbitrary points." +(2013, 6, 6, 1, 33, 0) function-extrapolation-python 4.59656 "*** -------------------------------------------------------------------------" +(2013, 6, 6, 1, 33, 0) function-extrapolation-python 2.13076 "*** -------------------------------------------------------------------------" +(2013, 6, 6, 1, 33, 23) la-vector-access-cpp 23.4494 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 6, 1, 33, 48) la-vector-assignment-cpp 25.0937 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 7, 1, 21, 5) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.01301 "Running DOLFIN bench" +(2013, 6, 7, 1, 21, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 0.249131 "Running DOLFIN bench" +(2013, 6, 7, 1, 21, 15) geometry-bounding_box_tree_build-cpp 8.95832 "Running DOLFIN bench" +(2013, 6, 7, 1, 21, 43) common-progress-cpp 27.6497 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 7, 1, 22, 12) common-timing-cpp 29.3385 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 7, 1, 23, 59) fem-multicore-cpp 106.492 "Coloring mesh." +(2013, 6, 7, 1, 26, 28) fem-assembly-cpp 148.787 "Assembly for various forms and backends" +(2013, 6, 7, 1, 26, 40) fem-convergence-cpp 12.124 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 7, 1, 26, 41) fem-jit-python 0.00103331 "JIT compilation (in memory cache)" +(2013, 6, 7, 1, 31, 47) fem-speedup-cpp 305.662 "Assembly/solve speedup running on 4 processors" +(2013, 6, 7, 1, 31, 47) fem-speedup-cpp-assembly 6.5561 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 7, 1, 31, 47) fem-speedup-cpp-solve 2.22155 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 7, 1, 32, 9) mesh-refinement-cpp 19.831 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 7, 1, 32, 28) mesh-topology-cpp 19.4082 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 7, 1, 32, 52) mesh-unitcube-cpp 23.9951 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 7, 1, 33, 38) mesh-iteration-cpp 43.4799 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 7, 1, 34, 0) function-evaluation-cpp 21.2135 "Evaluations of functions at arbitrary points." +(2013, 6, 7, 1, 34, 0) function-evaluation-cpp 21.0912 "Evaluations of functions at arbitrary points." +(2013, 6, 7, 1, 34, 4) function-extrapolation-python 4.5052 "*** -------------------------------------------------------------------------" +(2013, 6, 7, 1, 34, 4) function-extrapolation-python 2.11318 "*** -------------------------------------------------------------------------" +(2013, 6, 7, 1, 34, 31) la-vector-access-cpp 26.7159 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 7, 1, 34, 58) la-vector-assignment-cpp 26.6114 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 8, 1, 20, 22) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.05756 "Running DOLFIN bench" +(2013, 6, 8, 1, 20, 23) geometry-bounding_box_tree_compute_closest_entity-cpp 0.245334 "Running DOLFIN bench" +(2013, 6, 8, 1, 20, 32) geometry-bounding_box_tree_build-cpp 8.98392 "Running DOLFIN bench" +(2013, 6, 8, 1, 21, 0) common-progress-cpp 27.6508 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 8, 1, 21, 30) common-timing-cpp 29.5223 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 8, 1, 23, 16) fem-multicore-cpp 106.322 "Coloring mesh." +(2013, 6, 8, 1, 25, 44) fem-assembly-cpp 147.95 "Assembly for various forms and backends" +(2013, 6, 8, 1, 25, 56) fem-convergence-cpp 12.1327 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 8, 1, 25, 58) fem-jit-python 0.0010324 "JIT compilation (in memory cache)" +(2013, 6, 8, 1, 31, 2) fem-speedup-cpp 304.169 "Assembly/solve speedup running on 4 processors" +(2013, 6, 8, 1, 31, 2) fem-speedup-cpp-assembly 6.56678 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 8, 1, 31, 2) fem-speedup-cpp-solve 2.25447 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 8, 1, 31, 24) mesh-refinement-cpp 19.856 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 8, 1, 31, 43) mesh-topology-cpp 19.3393 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 8, 1, 32, 7) mesh-unitcube-cpp 23.9121 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 8, 1, 32, 49) mesh-iteration-cpp 39.1578 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 8, 1, 33, 10) function-evaluation-cpp 21.5966 "Evaluations of functions at arbitrary points." +(2013, 6, 8, 1, 33, 10) function-evaluation-cpp 21.4718 "Evaluations of functions at arbitrary points." +(2013, 6, 8, 1, 33, 15) function-extrapolation-python 4.53625 "*** -------------------------------------------------------------------------" +(2013, 6, 8, 1, 33, 15) function-extrapolation-python 2.13548 "*** -------------------------------------------------------------------------" +(2013, 6, 8, 1, 33, 42) la-vector-access-cpp 27.0107 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 8, 1, 34, 7) la-vector-assignment-cpp 25.085 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 9, 1, 22, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.02184 "Running DOLFIN bench" +(2013, 6, 9, 1, 22, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 0.244613 "Running DOLFIN bench" +(2013, 6, 9, 1, 22, 41) geometry-bounding_box_tree_build-cpp 8.95586 "Running DOLFIN bench" +(2013, 6, 9, 1, 23, 9) common-progress-cpp 27.6507 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 9, 1, 23, 37) common-timing-cpp 28.906 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 9, 1, 25, 24) fem-multicore-cpp 106.276 "Coloring mesh." +(2013, 6, 9, 1, 27, 53) fem-assembly-cpp 148.887 "Assembly for various forms and backends" +(2013, 6, 9, 1, 28, 5) fem-convergence-cpp 12.1382 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 9, 1, 28, 7) fem-jit-python 0.00104301 "JIT compilation (in memory cache)" +(2013, 6, 9, 1, 33, 17) fem-speedup-cpp 310.704 "Assembly/solve speedup running on 4 processors" +(2013, 6, 9, 1, 33, 17) fem-speedup-cpp-assembly 6.53361 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 9, 1, 33, 17) fem-speedup-cpp-solve 2.23057 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 9, 1, 33, 39) mesh-refinement-cpp 19.888 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 9, 1, 33, 59) mesh-topology-cpp 19.5623 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 9, 1, 34, 23) mesh-unitcube-cpp 23.926 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 9, 1, 35, 1) mesh-iteration-cpp 35.4889 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 9, 1, 35, 22) function-evaluation-cpp 21.3549 "Evaluations of functions at arbitrary points." +(2013, 6, 9, 1, 35, 22) function-evaluation-cpp 21.2372 "Evaluations of functions at arbitrary points." +(2013, 6, 9, 1, 35, 27) function-extrapolation-python 4.56941 "*** -------------------------------------------------------------------------" +(2013, 6, 9, 1, 35, 27) function-extrapolation-python 2.10789 "*** -------------------------------------------------------------------------" +(2013, 6, 9, 1, 35, 53) la-vector-access-cpp 26.7159 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 9, 1, 36, 19) la-vector-assignment-cpp 25.0904 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 10, 1, 20, 3) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.0468 "Running DOLFIN bench" +(2013, 6, 10, 1, 20, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 0.24488 "Running DOLFIN bench" +(2013, 6, 10, 1, 20, 13) geometry-bounding_box_tree_build-cpp 8.95046 "Running DOLFIN bench" +(2013, 6, 10, 1, 20, 40) common-progress-cpp 27.6524 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 10, 1, 21, 10) common-timing-cpp 29.6591 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 10, 1, 22, 57) fem-multicore-cpp 107.124 "Coloring mesh." +(2013, 6, 10, 1, 25, 26) fem-assembly-cpp 148.408 "Assembly for various forms and backends" +(2013, 6, 10, 1, 25, 38) fem-convergence-cpp 12.1444 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 10, 1, 25, 40) fem-jit-python 0.00103419 "JIT compilation (in memory cache)" +(2013, 6, 10, 1, 30, 44) fem-speedup-cpp 304.582 "Assembly/solve speedup running on 4 processors" +(2013, 6, 10, 1, 30, 44) fem-speedup-cpp-assembly 6.54888 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 10, 1, 30, 44) fem-speedup-cpp-solve 2.2433 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 10, 1, 31, 6) mesh-refinement-cpp 19.8181 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 10, 1, 31, 25) mesh-topology-cpp 19.3632 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 10, 1, 31, 49) mesh-unitcube-cpp 23.8818 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 10, 1, 32, 27) mesh-iteration-cpp 35.4235 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 10, 1, 32, 49) function-evaluation-cpp 21.4318 "Evaluations of functions at arbitrary points." +(2013, 6, 10, 1, 32, 49) function-evaluation-cpp 21.3466 "Evaluations of functions at arbitrary points." +(2013, 6, 10, 1, 32, 53) function-extrapolation-python 4.49854 "*** -------------------------------------------------------------------------" +(2013, 6, 10, 1, 32, 53) function-extrapolation-python 2.10525 "*** -------------------------------------------------------------------------" +(2013, 6, 10, 1, 33, 20) la-vector-access-cpp 26.6579 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 10, 1, 33, 45) la-vector-assignment-cpp 25.0978 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 11, 1, 19, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.0324 "Running DOLFIN bench" +(2013, 6, 11, 1, 19, 44) geometry-bounding_box_tree_compute_closest_entity-cpp 0.246274 "Running DOLFIN bench" +(2013, 6, 11, 1, 19, 53) geometry-bounding_box_tree_build-cpp 8.97825 "Running DOLFIN bench" +(2013, 6, 11, 1, 20, 21) common-progress-cpp 27.6511 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 11, 1, 20, 50) common-timing-cpp 29.1142 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 11, 1, 22, 36) fem-multicore-cpp 106.106 "Coloring mesh." +(2013, 6, 11, 1, 25, 6) fem-assembly-cpp 149.317 "Assembly for various forms and backends" +(2013, 6, 11, 1, 25, 18) fem-convergence-cpp 12.1185 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 11, 1, 25, 20) fem-jit-python 0.00104868 "JIT compilation (in memory cache)" +(2013, 6, 11, 1, 30, 25) fem-speedup-cpp 305.527 "Assembly/solve speedup running on 4 processors" +(2013, 6, 11, 1, 30, 25) fem-speedup-cpp-assembly 6.51268 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 11, 1, 30, 25) fem-speedup-cpp-solve 2.32068 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 11, 1, 30, 46) mesh-refinement-cpp 19.8779 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 11, 1, 31, 5) mesh-topology-cpp 19.3061 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 11, 1, 31, 29) mesh-unitcube-cpp 23.9519 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 11, 1, 32, 7) mesh-iteration-cpp 35.4795 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 11, 1, 32, 28) function-evaluation-cpp 21.1894 "Evaluations of functions at arbitrary points." +(2013, 6, 11, 1, 32, 28) function-evaluation-cpp 21.0572 "Evaluations of functions at arbitrary points." +(2013, 6, 11, 1, 32, 33) function-extrapolation-python 4.55296 "*** -------------------------------------------------------------------------" +(2013, 6, 11, 1, 32, 33) function-extrapolation-python 2.12619 "*** -------------------------------------------------------------------------" +(2013, 6, 11, 1, 33, 0) la-vector-access-cpp 26.7174 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 11, 1, 33, 25) la-vector-assignment-cpp 25.0665 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 12, 1, 20, 58) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.0526 "Running DOLFIN bench" +(2013, 6, 12, 1, 20, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 0.247519 "Running DOLFIN bench" +(2013, 6, 12, 1, 21, 8) geometry-bounding_box_tree_build-cpp 8.97001 "Running DOLFIN bench" +(2013, 6, 12, 1, 21, 36) common-progress-cpp 27.6509 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 12, 1, 22, 5) common-timing-cpp 29.1896 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 12, 1, 23, 52) fem-multicore-cpp 106.902 "Coloring mesh." +(2013, 6, 12, 1, 26, 21) fem-assembly-cpp 149.272 "Assembly for various forms and backends" +(2013, 6, 12, 1, 26, 33) fem-convergence-cpp 12.1211 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 12, 1, 26, 35) fem-jit-python 0.00102742 "JIT compilation (in memory cache)" +(2013, 6, 12, 1, 31, 39) fem-speedup-cpp 303.354 "Assembly/solve speedup running on 4 processors" +(2013, 6, 12, 1, 31, 39) fem-speedup-cpp-assembly 6.51311 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 12, 1, 31, 39) fem-speedup-cpp-solve 2.35757 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 12, 1, 32, 0) mesh-refinement-cpp 19.9212 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 12, 1, 32, 19) mesh-topology-cpp 19.3652 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 12, 1, 32, 43) mesh-unitcube-cpp 23.9507 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 12, 1, 33, 21) mesh-iteration-cpp 35.4818 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 12, 1, 33, 42) function-evaluation-cpp 21.2842 "Evaluations of functions at arbitrary points." +(2013, 6, 12, 1, 33, 42) function-evaluation-cpp 21.2095 "Evaluations of functions at arbitrary points." +(2013, 6, 12, 1, 33, 47) function-extrapolation-python 4.43415 "*** -------------------------------------------------------------------------" +(2013, 6, 12, 1, 33, 47) function-extrapolation-python 2.10769 "*** -------------------------------------------------------------------------" +(2013, 6, 12, 1, 34, 13) la-vector-access-cpp 26.6957 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 12, 1, 34, 38) la-vector-assignment-cpp 25.0686 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 13, 1, 19, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.00226 "Running DOLFIN bench" +(2013, 6, 13, 1, 19, 35) geometry-bounding_box_tree_compute_closest_entity-cpp 0.245903 "Running DOLFIN bench" +(2013, 6, 13, 1, 19, 44) geometry-bounding_box_tree_build-cpp 8.97117 "Running DOLFIN bench" +(2013, 6, 13, 1, 20, 12) common-progress-cpp 27.6528 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 13, 1, 20, 41) common-timing-cpp 28.9743 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 13, 1, 22, 27) fem-multicore-cpp 106.276 "Coloring mesh." +(2013, 6, 13, 1, 24, 55) fem-assembly-cpp 148.083 "Assembly for various forms and backends" +(2013, 6, 13, 1, 25, 7) fem-convergence-cpp 12.1385 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 13, 1, 25, 26) fem-jit-python 0.0011157 "JIT compilation (in memory cache)" +(2013, 6, 13, 1, 30, 32) fem-speedup-cpp 305.62 "Assembly/solve speedup running on 4 processors" +(2013, 6, 13, 1, 30, 32) fem-speedup-cpp-assembly 6.54277 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 13, 1, 30, 32) fem-speedup-cpp-solve 2.31912 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 13, 1, 30, 53) mesh-refinement-cpp 19.8245 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 13, 1, 31, 12) mesh-topology-cpp 19.2943 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 13, 1, 31, 36) mesh-unitcube-cpp 23.908 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 13, 1, 32, 14) mesh-iteration-cpp 35.4946 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 13, 1, 32, 36) function-evaluation-cpp 21.1554 "Evaluations of functions at arbitrary points." +(2013, 6, 13, 1, 32, 36) function-evaluation-cpp 21.0298 "Evaluations of functions at arbitrary points." +(2013, 6, 13, 1, 33, 32) function-extrapolation-python 56.0351 "*** -------------------------------------------------------------------------" +(2013, 6, 13, 1, 33, 32) function-extrapolation-python 1.09231 "*** -------------------------------------------------------------------------" +(2013, 6, 13, 1, 33, 58) la-vector-access-cpp 26.6967 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 13, 1, 34, 23) la-vector-assignment-cpp 25.1072 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 14, 1, 21, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.02256 "Running DOLFIN bench" +(2013, 6, 14, 1, 21, 38) geometry-bounding_box_tree_compute_closest_entity-cpp 0.243262 "Running DOLFIN bench" +(2013, 6, 14, 1, 21, 47) geometry-bounding_box_tree_build-cpp 8.96069 "Running DOLFIN bench" +(2013, 6, 14, 1, 22, 14) common-progress-cpp 27.65 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 14, 1, 22, 44) common-timing-cpp 29.3873 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 14, 1, 24, 30) fem-multicore-cpp 106.398 "Coloring mesh." +(2013, 6, 14, 1, 27, 0) fem-assembly-cpp 149.471 "Assembly for various forms and backends" +(2013, 6, 14, 1, 27, 12) fem-convergence-cpp 12.1346 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 14, 1, 27, 14) fem-jit-python 0.0010407 "JIT compilation (in memory cache)" +(2013, 6, 14, 1, 32, 17) fem-speedup-cpp 303.655 "Assembly/solve speedup running on 4 processors" +(2013, 6, 14, 1, 32, 17) fem-speedup-cpp-assembly 6.52897 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 14, 1, 32, 17) fem-speedup-cpp-solve 2.34996 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 14, 1, 32, 38) mesh-refinement-cpp 19.8584 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 14, 1, 32, 57) mesh-topology-cpp 19.3516 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 14, 1, 33, 21) mesh-unitcube-cpp 24.0054 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 14, 1, 33, 59) mesh-iteration-cpp 35.495 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 14, 1, 34, 21) function-evaluation-cpp 21.1744 "Evaluations of functions at arbitrary points." +(2013, 6, 14, 1, 34, 21) function-evaluation-cpp 21.1004 "Evaluations of functions at arbitrary points." +(2013, 6, 14, 1, 34, 24) function-extrapolation-python 3.32842 "*** -------------------------------------------------------------------------" +(2013, 6, 14, 1, 34, 24) function-extrapolation-python 1.0946 "*** -------------------------------------------------------------------------" +(2013, 6, 14, 1, 34, 52) la-vector-access-cpp 28.6016 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 14, 1, 35, 20) la-vector-assignment-cpp 27.0824 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 15, 1, 24, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.00732 "Running DOLFIN bench" +(2013, 6, 15, 1, 24, 43) geometry-bounding_box_tree_compute_closest_entity-cpp 0.245619 "Running DOLFIN bench" +(2013, 6, 15, 1, 24, 52) geometry-bounding_box_tree_build-cpp 8.95958 "Running DOLFIN bench" +(2013, 6, 15, 1, 25, 20) common-progress-cpp 27.6515 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 15, 1, 25, 49) common-timing-cpp 29.1221 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 15, 1, 27, 36) fem-multicore-cpp 106.553 "Coloring mesh." +(2013, 6, 15, 1, 30, 4) fem-assembly-cpp 148.474 "Assembly for various forms and backends" +(2013, 6, 15, 1, 30, 16) fem-convergence-cpp 12.1375 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 15, 1, 30, 18) fem-jit-python 0.00101709 "JIT compilation (in memory cache)" +(2013, 6, 15, 1, 35, 21) fem-speedup-cpp 302.668 "Assembly/solve speedup running on 4 processors" +(2013, 6, 15, 1, 35, 21) fem-speedup-cpp-assembly 6.54733 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 15, 1, 35, 21) fem-speedup-cpp-solve 2.38717 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 15, 1, 35, 42) mesh-refinement-cpp 19.8638 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 15, 1, 36, 1) mesh-topology-cpp 19.2633 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 15, 1, 36, 25) mesh-unitcube-cpp 24.0531 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 15, 1, 37, 3) mesh-iteration-cpp 35.4788 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 15, 1, 37, 24) function-evaluation-cpp 21.1652 "Evaluations of functions at arbitrary points." +(2013, 6, 15, 1, 37, 24) function-evaluation-cpp 21.0717 "Evaluations of functions at arbitrary points." +(2013, 6, 15, 1, 37, 28) function-extrapolation-python 3.41584 "*** -------------------------------------------------------------------------" +(2013, 6, 15, 1, 37, 28) function-extrapolation-python 1.08063 "*** -------------------------------------------------------------------------" +(2013, 6, 15, 1, 37, 54) la-vector-access-cpp 26.699 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 15, 1, 38, 19) la-vector-assignment-cpp 25.0603 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 16, 1, 21, 3) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.00694 "Running DOLFIN bench" +(2013, 6, 16, 1, 21, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 0.244941 "Running DOLFIN bench" +(2013, 6, 16, 1, 21, 14) geometry-bounding_box_tree_build-cpp 8.95179 "Running DOLFIN bench" +(2013, 6, 16, 1, 21, 41) common-progress-cpp 27.7328 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 16, 1, 22, 11) common-timing-cpp 29.8826 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 16, 1, 23, 58) fem-multicore-cpp 106.802 "Coloring mesh." +(2013, 6, 16, 1, 26, 27) fem-assembly-cpp 149.307 "Assembly for various forms and backends" +(2013, 6, 16, 1, 26, 39) fem-convergence-cpp 12.1309 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 16, 1, 26, 41) fem-jit-python 0.00104001 "JIT compilation (in memory cache)" +(2013, 6, 16, 1, 31, 46) fem-speedup-cpp 304.33 "Assembly/solve speedup running on 4 processors" +(2013, 6, 16, 1, 31, 46) fem-speedup-cpp-assembly 6.56543 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 16, 1, 31, 46) fem-speedup-cpp-solve 2.32645 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 16, 1, 32, 6) mesh-refinement-cpp 19.8714 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 16, 1, 32, 26) mesh-topology-cpp 19.1904 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 16, 1, 32, 50) mesh-unitcube-cpp 24.0324 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 16, 1, 33, 28) mesh-iteration-cpp 35.4825 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 16, 1, 33, 49) function-evaluation-cpp 21.1587 "Evaluations of functions at arbitrary points." +(2013, 6, 16, 1, 33, 49) function-evaluation-cpp 21.0778 "Evaluations of functions at arbitrary points." +(2013, 6, 16, 1, 33, 52) function-extrapolation-python 3.47736 "*** -------------------------------------------------------------------------" +(2013, 6, 16, 1, 33, 52) function-extrapolation-python 1.09515 "*** -------------------------------------------------------------------------" +(2013, 6, 16, 1, 34, 18) la-vector-access-cpp 26.1826 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 16, 1, 34, 46) la-vector-assignment-cpp 27.1088 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 17, 1, 20, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.01547 "Running DOLFIN bench" +(2013, 6, 17, 1, 20, 13) geometry-bounding_box_tree_compute_closest_entity-cpp 0.244685 "Running DOLFIN bench" +(2013, 6, 17, 1, 20, 21) geometry-bounding_box_tree_build-cpp 8.93985 "Running DOLFIN bench" +(2013, 6, 17, 1, 20, 49) common-progress-cpp 27.6513 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 17, 1, 21, 18) common-timing-cpp 29.1432 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 17, 1, 23, 4) fem-multicore-cpp 106.193 "Coloring mesh." +(2013, 6, 17, 1, 25, 34) fem-assembly-cpp 149.157 "Assembly for various forms and backends" +(2013, 6, 17, 1, 25, 46) fem-convergence-cpp 12.1364 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 17, 1, 25, 48) fem-jit-python 0.0010232 "JIT compilation (in memory cache)" +(2013, 6, 17, 1, 30, 51) fem-speedup-cpp 303.697 "Assembly/solve speedup running on 4 processors" +(2013, 6, 17, 1, 30, 51) fem-speedup-cpp-assembly 6.5317 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 17, 1, 30, 51) fem-speedup-cpp-solve 2.3499 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 17, 1, 31, 12) mesh-refinement-cpp 19.8781 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 17, 1, 31, 31) mesh-topology-cpp 19.2823 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 17, 1, 31, 55) mesh-unitcube-cpp 23.9485 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 17, 1, 32, 33) mesh-iteration-cpp 35.4873 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 17, 1, 32, 55) function-evaluation-cpp 21.1531 "Evaluations of functions at arbitrary points." +(2013, 6, 17, 1, 32, 55) function-evaluation-cpp 21.0757 "Evaluations of functions at arbitrary points." +(2013, 6, 17, 1, 32, 58) function-extrapolation-python 3.47327 "*** -------------------------------------------------------------------------" +(2013, 6, 17, 1, 32, 58) function-extrapolation-python 1.06724 "*** -------------------------------------------------------------------------" +(2013, 6, 17, 1, 33, 24) la-vector-access-cpp 26.1886 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 17, 1, 33, 52) la-vector-assignment-cpp 27.5728 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 18, 1, 20, 2) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.03107 "Running DOLFIN bench" +(2013, 6, 18, 1, 20, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 0.246672 "Running DOLFIN bench" +(2013, 6, 18, 1, 20, 12) geometry-bounding_box_tree_build-cpp 8.94435 "Running DOLFIN bench" +(2013, 6, 18, 1, 20, 40) common-progress-cpp 27.6514 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 18, 1, 21, 9) common-timing-cpp 29.2873 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 18, 1, 22, 56) fem-multicore-cpp 106.936 "Coloring mesh." +(2013, 6, 18, 1, 25, 25) fem-assembly-cpp 149.183 "Assembly for various forms and backends" +(2013, 6, 18, 1, 25, 37) fem-convergence-cpp 12.1295 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 18, 1, 25, 39) fem-jit-python 0.00102999 "JIT compilation (in memory cache)" +(2013, 6, 18, 1, 30, 43) fem-speedup-cpp 304.447 "Assembly/solve speedup running on 4 processors" +(2013, 6, 18, 1, 30, 43) fem-speedup-cpp-assembly 6.55596 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 18, 1, 30, 43) fem-speedup-cpp-solve 2.32533 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 18, 1, 31, 4) mesh-refinement-cpp 19.8619 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 18, 1, 31, 24) mesh-topology-cpp 19.3972 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 18, 1, 31, 48) mesh-unitcube-cpp 23.9717 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 18, 1, 32, 26) mesh-iteration-cpp 35.4805 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 18, 1, 32, 47) function-evaluation-cpp 21.1808 "Evaluations of functions at arbitrary points." +(2013, 6, 18, 1, 32, 47) function-evaluation-cpp 21.075 "Evaluations of functions at arbitrary points." +(2013, 6, 18, 1, 32, 50) function-extrapolation-python 3.52044 "*** -------------------------------------------------------------------------" +(2013, 6, 18, 1, 32, 50) function-extrapolation-python 1.07925 "*** -------------------------------------------------------------------------" +(2013, 6, 18, 1, 33, 17) la-vector-access-cpp 26.7025 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 18, 1, 33, 44) la-vector-assignment-cpp 27.0588 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 19, 1, 22, 58) geometry-bounding_box_tree_compute_entity_collisions-cpp 1.9954 "Running DOLFIN bench" +(2013, 6, 19, 1, 22, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 0.245347 "Running DOLFIN bench" +(2013, 6, 19, 1, 23, 8) geometry-bounding_box_tree_build-cpp 8.94959 "Running DOLFIN bench" +(2013, 6, 19, 1, 23, 35) common-progress-cpp 27.6504 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 19, 1, 24, 6) common-timing-cpp 30.2021 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 19, 1, 25, 52) fem-multicore-cpp 106.283 "Coloring mesh." +(2013, 6, 19, 1, 28, 21) fem-assembly-cpp 148.838 "Assembly for various forms and backends" +(2013, 6, 19, 1, 28, 33) fem-convergence-cpp 12.1174 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 19, 1, 28, 35) fem-jit-python 0.00101779 "JIT compilation (in memory cache)" +(2013, 6, 19, 1, 33, 41) fem-speedup-cpp 306.198 "Assembly/solve speedup running on 4 processors" +(2013, 6, 19, 1, 33, 41) fem-speedup-cpp-assembly 6.49712 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 19, 1, 33, 41) fem-speedup-cpp-solve 2.24618 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 19, 1, 34, 3) mesh-refinement-cpp 19.8246 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 19, 1, 34, 22) mesh-topology-cpp 19.2895 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 19, 1, 34, 46) mesh-unitcube-cpp 23.931 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 19, 1, 35, 24) mesh-iteration-cpp 35.463 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 19, 1, 35, 46) function-evaluation-cpp 21.6718 "Evaluations of functions at arbitrary points." +(2013, 6, 19, 1, 35, 46) function-evaluation-cpp 21.5515 "Evaluations of functions at arbitrary points." +(2013, 6, 19, 1, 35, 49) function-extrapolation-python 3.42869 "*** -------------------------------------------------------------------------" +(2013, 6, 19, 1, 35, 49) function-extrapolation-python 1.072 "*** -------------------------------------------------------------------------" +(2013, 6, 19, 1, 36, 18) la-vector-access-cpp 28.5933 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 19, 1, 36, 43) la-vector-assignment-cpp 25.0884 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 20, 1, 19, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.04821 "Running DOLFIN bench" +(2013, 6, 20, 1, 19, 34) geometry-bounding_box_tree_compute_closest_entity-cpp 0.247757 "Running DOLFIN bench" +(2013, 6, 20, 1, 19, 43) geometry-bounding_box_tree_build-cpp 8.94202 "Running DOLFIN bench" +(2013, 6, 20, 1, 20, 10) common-progress-cpp 27.6682 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 20, 1, 20, 39) common-timing-cpp 29.0679 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 20, 1, 22, 26) fem-multicore-cpp 106.75 "Coloring mesh." +(2013, 6, 20, 1, 24, 56) fem-assembly-cpp 150.162 "Assembly for various forms and backends" +(2013, 6, 20, 1, 25, 8) fem-convergence-cpp 12.1359 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 20, 1, 25, 10) fem-jit-python 0.00104589 "JIT compilation (in memory cache)" +(2013, 6, 20, 1, 30, 16) fem-speedup-cpp 305.57 "Assembly/solve speedup running on 4 processors" +(2013, 6, 20, 1, 30, 16) fem-speedup-cpp-assembly 6.59022 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 20, 1, 30, 16) fem-speedup-cpp-solve 2.30706 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 20, 1, 30, 37) mesh-refinement-cpp 19.9497 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 20, 1, 30, 56) mesh-topology-cpp 19.2791 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 20, 1, 31, 20) mesh-unitcube-cpp 23.703 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 20, 1, 31, 58) mesh-iteration-cpp 35.6198 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 20, 1, 32, 19) function-evaluation-cpp 21.1828 "Evaluations of functions at arbitrary points." +(2013, 6, 20, 1, 32, 19) function-evaluation-cpp 21.0847 "Evaluations of functions at arbitrary points." +(2013, 6, 20, 1, 32, 23) function-extrapolation-python 3.48642 "*** -------------------------------------------------------------------------" +(2013, 6, 20, 1, 32, 23) function-extrapolation-python 1.07007 "*** -------------------------------------------------------------------------" +(2013, 6, 20, 1, 32, 49) la-vector-access-cpp 26.6633 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 20, 1, 33, 14) la-vector-assignment-cpp 25.0629 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 21, 1, 20, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.00255 "Running DOLFIN bench" +(2013, 6, 21, 1, 20, 33) geometry-bounding_box_tree_compute_closest_entity-cpp 0.241965 "Running DOLFIN bench" +(2013, 6, 21, 1, 20, 42) geometry-bounding_box_tree_build-cpp 8.91783 "Running DOLFIN bench" +(2013, 6, 21, 1, 21, 10) common-progress-cpp 27.6518 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 21, 1, 21, 39) common-timing-cpp 29.6996 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 21, 1, 23, 26) fem-multicore-cpp 106.675 "Coloring mesh." +(2013, 6, 21, 1, 25, 56) fem-assembly-cpp 149.796 "Assembly for various forms and backends" +(2013, 6, 21, 1, 26, 8) fem-convergence-cpp 12.1228 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 21, 1, 26, 10) fem-jit-python 0.00104182 "JIT compilation (in memory cache)" +(2013, 6, 21, 1, 31, 14) fem-speedup-cpp 304.175 "Assembly/solve speedup running on 4 processors" +(2013, 6, 21, 1, 31, 14) fem-speedup-cpp-assembly 6.52679 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 21, 1, 31, 14) fem-speedup-cpp-solve 2.35608 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 21, 1, 31, 35) mesh-refinement-cpp 19.9568 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 21, 1, 31, 54) mesh-topology-cpp 19.2496 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 21, 1, 32, 18) mesh-unitcube-cpp 23.7255 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 21, 1, 32, 56) mesh-iteration-cpp 35.5501 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 21, 1, 33, 17) function-evaluation-cpp 21.2465 "Evaluations of functions at arbitrary points." +(2013, 6, 21, 1, 33, 17) function-evaluation-cpp 21.0945 "Evaluations of functions at arbitrary points." +(2013, 6, 21, 1, 33, 20) function-extrapolation-python 3.34933 "*** -------------------------------------------------------------------------" +(2013, 6, 21, 1, 33, 20) function-extrapolation-python 1.07003 "*** -------------------------------------------------------------------------" +(2013, 6, 21, 1, 33, 47) la-vector-access-cpp 26.6105 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 21, 1, 34, 12) la-vector-assignment-cpp 25.0683 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 22, 1, 19, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.0347 "Running DOLFIN bench" +(2013, 6, 22, 1, 19, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 0.247956 "Running DOLFIN bench" +(2013, 6, 22, 1, 19, 41) geometry-bounding_box_tree_build-cpp 8.91841 "Running DOLFIN bench" +(2013, 6, 22, 1, 20, 8) common-progress-cpp 27.6515 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 22, 1, 20, 38) common-timing-cpp 29.363 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 22, 1, 22, 24) fem-multicore-cpp 106.15 "Coloring mesh." +(2013, 6, 22, 1, 24, 54) fem-assembly-cpp 150.281 "Assembly for various forms and backends" +(2013, 6, 22, 1, 25, 6) fem-convergence-cpp 12.1131 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 22, 1, 25, 8) fem-jit-python 0.0010313 "JIT compilation (in memory cache)" +(2013, 6, 22, 1, 30, 12) fem-speedup-cpp 304.27 "Assembly/solve speedup running on 4 processors" +(2013, 6, 22, 1, 30, 12) fem-speedup-cpp-assembly 6.65971 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 22, 1, 30, 12) fem-speedup-cpp-solve 2.34752 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 22, 1, 30, 33) mesh-refinement-cpp 19.977 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 22, 1, 30, 53) mesh-topology-cpp 19.3671 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 22, 1, 31, 16) mesh-unitcube-cpp 23.7933 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 22, 1, 31, 54) mesh-iteration-cpp 35.5379 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 22, 1, 32, 16) function-evaluation-cpp 21.1421 "Evaluations of functions at arbitrary points." +(2013, 6, 22, 1, 32, 16) function-evaluation-cpp 21.0617 "Evaluations of functions at arbitrary points." +(2013, 6, 22, 1, 32, 19) function-extrapolation-python 3.48722 "*** -------------------------------------------------------------------------" +(2013, 6, 22, 1, 32, 19) function-extrapolation-python 1.06074 "*** -------------------------------------------------------------------------" +(2013, 6, 22, 1, 32, 46) la-vector-access-cpp 26.6689 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 22, 1, 33, 11) la-vector-assignment-cpp 25.0185 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 23, 1, 20, 24) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.04981 "Running DOLFIN bench" +(2013, 6, 23, 1, 20, 25) geometry-bounding_box_tree_compute_closest_entity-cpp 0.251087 "Running DOLFIN bench" +(2013, 6, 23, 1, 20, 34) geometry-bounding_box_tree_build-cpp 8.91578 "Running DOLFIN bench" +(2013, 6, 23, 1, 21, 1) common-progress-cpp 27.6709 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 23, 1, 21, 30) common-timing-cpp 29.0022 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 23, 1, 23, 18) fem-multicore-cpp 107.152 "Coloring mesh." +(2013, 6, 23, 1, 25, 48) fem-assembly-cpp 150.594 "Assembly for various forms and backends" +(2013, 6, 23, 1, 26, 0) fem-convergence-cpp 12.1143 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 23, 1, 26, 2) fem-jit-python 0.00102971 "JIT compilation (in memory cache)" +(2013, 6, 23, 1, 31, 9) fem-speedup-cpp 306.745 "Assembly/solve speedup running on 4 processors" +(2013, 6, 23, 1, 31, 9) fem-speedup-cpp-assembly 6.60189 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 23, 1, 31, 9) fem-speedup-cpp-solve 2.2781 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 23, 1, 31, 30) mesh-refinement-cpp 19.9 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 23, 1, 31, 49) mesh-topology-cpp 19.3828 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 23, 1, 32, 13) mesh-unitcube-cpp 23.6912 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 23, 1, 32, 51) mesh-iteration-cpp 35.542 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 23, 1, 33, 12) function-evaluation-cpp 21.392 "Evaluations of functions at arbitrary points." +(2013, 6, 23, 1, 33, 12) function-evaluation-cpp 21.2975 "Evaluations of functions at arbitrary points." +(2013, 6, 23, 1, 33, 16) function-extrapolation-python 3.52865 "*** -------------------------------------------------------------------------" +(2013, 6, 23, 1, 33, 16) function-extrapolation-python 1.06646 "*** -------------------------------------------------------------------------" +(2013, 6, 23, 1, 33, 43) la-vector-access-cpp 26.6464 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 23, 1, 34, 8) la-vector-assignment-cpp 25.0864 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 24, 1, 22, 5) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.02357 "Running DOLFIN bench" +(2013, 6, 24, 1, 22, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 0.252157 "Running DOLFIN bench" +(2013, 6, 24, 1, 22, 15) geometry-bounding_box_tree_build-cpp 8.92266 "Running DOLFIN bench" +(2013, 6, 24, 1, 22, 43) common-progress-cpp 27.6514 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 24, 1, 23, 12) common-timing-cpp 29.4971 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 24, 1, 24, 59) fem-multicore-cpp 106.448 "Coloring mesh." +(2013, 6, 24, 1, 27, 28) fem-assembly-cpp 149.021 "Assembly for various forms and backends" +(2013, 6, 24, 1, 27, 40) fem-convergence-cpp 12.0973 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 24, 1, 27, 42) fem-jit-python 0.0010267 "JIT compilation (in memory cache)" +(2013, 6, 24, 1, 32, 47) fem-speedup-cpp 305.462 "Assembly/solve speedup running on 4 processors" +(2013, 6, 24, 1, 32, 47) fem-speedup-cpp-assembly 6.57214 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 24, 1, 32, 47) fem-speedup-cpp-solve 2.30769 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 24, 1, 33, 8) mesh-refinement-cpp 19.841 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 24, 1, 33, 27) mesh-topology-cpp 19.2275 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 24, 1, 33, 51) mesh-unitcube-cpp 23.7731 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 24, 1, 34, 38) mesh-iteration-cpp 44.1729 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 24, 1, 34, 59) function-evaluation-cpp 21.1377 "Evaluations of functions at arbitrary points." +(2013, 6, 24, 1, 34, 59) function-evaluation-cpp 21.0585 "Evaluations of functions at arbitrary points." +(2013, 6, 24, 1, 35, 3) function-extrapolation-python 3.44717 "*** -------------------------------------------------------------------------" +(2013, 6, 24, 1, 35, 3) function-extrapolation-python 1.06254 "*** -------------------------------------------------------------------------" +(2013, 6, 24, 1, 35, 29) la-vector-access-cpp 26.6648 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 24, 1, 36, 21) la-vector-assignment-cpp 51.9926 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 25, 1, 24, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 2.01368 "Running DOLFIN bench" +(2013, 6, 25, 1, 24, 37) geometry-bounding_box_tree_compute_closest_entity-cpp 0.249098 "Running DOLFIN bench" +(2013, 6, 25, 1, 24, 46) geometry-bounding_box_tree_build-cpp 8.94414 "Running DOLFIN bench" +(2013, 6, 25, 1, 25, 13) common-progress-cpp 27.6515 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 25, 1, 25, 43) common-timing-cpp 29.6993 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 25, 1, 27, 29) fem-multicore-cpp 106.12 "Coloring mesh." +(2013, 6, 25, 1, 29, 58) fem-assembly-cpp 148.979 "Assembly for various forms and backends" +(2013, 6, 25, 1, 30, 10) fem-convergence-cpp 12.1281 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 25, 1, 30, 12) fem-jit-python 0.00102642 "JIT compilation (in memory cache)" +(2013, 6, 25, 1, 35, 17) fem-speedup-cpp 304.555 "Assembly/solve speedup running on 4 processors" +(2013, 6, 25, 1, 35, 17) fem-speedup-cpp-assembly 6.56854 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 25, 1, 35, 17) fem-speedup-cpp-solve 2.3434 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 25, 1, 35, 38) mesh-refinement-cpp 19.9316 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 25, 1, 35, 57) mesh-topology-cpp 19.2516 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 25, 1, 36, 21) mesh-unitcube-cpp 23.7794 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 25, 1, 36, 59) mesh-iteration-cpp 35.482 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 25, 1, 37, 23) function-evaluation-cpp 23.8374 "Evaluations of functions at arbitrary points." +(2013, 6, 25, 1, 37, 23) function-evaluation-cpp 23.7472 "Evaluations of functions at arbitrary points." +(2013, 6, 25, 1, 37, 26) function-extrapolation-python 3.43714 "*** -------------------------------------------------------------------------" +(2013, 6, 25, 1, 37, 26) function-extrapolation-python 1.06803 "*** -------------------------------------------------------------------------" +(2013, 6, 25, 1, 37, 53) la-vector-access-cpp 26.6494 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 25, 1, 38, 18) la-vector-assignment-cpp 25.0626 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 26, 1, 19, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.052 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 26, 1, 19, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9759 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 26, 1, 20, 13) geometry-bounding_box_tree_build-cpp 13.9509 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 6, 26, 1, 20, 41) common-progress-cpp 27.6734 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 26, 1, 21, 10) common-timing-cpp 29.6124 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 26, 1, 22, 57) fem-multicore-cpp 106.824 "Coloring mesh." +(2013, 6, 26, 1, 25, 26) fem-assembly-cpp 148.913 "Assembly for various forms and backends" +(2013, 6, 26, 1, 25, 38) fem-convergence-cpp 12.0976 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 26, 1, 25, 40) fem-jit-python 0.0010273 "JIT compilation (in memory cache)" +(2013, 6, 26, 1, 30, 45) fem-speedup-cpp 304.521 "Assembly/solve speedup running on 4 processors" +(2013, 6, 26, 1, 30, 45) fem-speedup-cpp-assembly 6.56625 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 26, 1, 30, 45) fem-speedup-cpp-solve 2.3378 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 26, 1, 31, 6) mesh-refinement-cpp 20.2577 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 26, 1, 31, 25) mesh-topology-cpp 19.1865 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 26, 1, 31, 49) mesh-unitcube-cpp 24.2101 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 26, 1, 32, 27) mesh-iteration-cpp 35.4874 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 26, 1, 32, 48) function-evaluation-cpp 21.142 "Evaluations of functions at arbitrary points." +(2013, 6, 26, 1, 32, 48) function-evaluation-cpp 21.0654 "Evaluations of functions at arbitrary points." +(2013, 6, 26, 1, 32, 52) function-extrapolation-python 3.32757 "BENCH: 1.07621788979" +(2013, 6, 26, 1, 32, 52) function-extrapolation-python 1.07622 "BENCH: 1.07621788979" +(2013, 6, 26, 1, 33, 5) function-interpolation-python 13.677 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2013, 6, 26, 1, 33, 5) function-interpolation-python 1.01533 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2013, 6, 26, 1, 33, 29) la-vector-access-cpp 23.4307 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 26, 1, 33, 54) la-vector-assignment-cpp 25.2351 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 27, 1, 18, 26) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1635 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 27, 1, 18, 45) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5452 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 27, 1, 19, 2) geometry-bounding_box_tree_build-cpp 13.9163 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 6, 27, 1, 19, 29) common-progress-cpp 27.6513 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 27, 1, 19, 59) common-timing-cpp 29.4253 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 27, 1, 21, 46) fem-multicore-cpp 107.207 "Coloring mesh." +(2013, 6, 27, 1, 24, 16) fem-assembly-cpp 150.237 "Assembly for various forms and backends" +(2013, 6, 27, 1, 24, 28) fem-convergence-cpp 12.0987 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 27, 1, 24, 30) fem-jit-python 0.00102119 "JIT compilation (in memory cache)" +(2013, 6, 27, 1, 29, 37) fem-speedup-cpp 306.713 "Assembly/solve speedup running on 4 processors" +(2013, 6, 27, 1, 29, 37) fem-speedup-cpp-assembly 6.43291 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 27, 1, 29, 37) fem-speedup-cpp-solve 2.20448 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 27, 1, 29, 59) mesh-refinement-cpp 20.3919 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 27, 1, 30, 19) mesh-topology-cpp 19.2391 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 27, 1, 30, 43) mesh-unitcube-cpp 23.9996 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 27, 1, 31, 21) mesh-iteration-cpp 35.4696 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 27, 1, 31, 42) function-evaluation-cpp 21.2065 "Evaluations of functions at arbitrary points." +(2013, 6, 27, 1, 31, 42) function-evaluation-cpp 21.109 "Evaluations of functions at arbitrary points." +(2013, 6, 27, 1, 31, 46) function-extrapolation-python 3.39981 "BENCH: 1.04391694069" +(2013, 6, 27, 1, 31, 46) function-extrapolation-python 1.04392 "BENCH: 1.04391694069" +(2013, 6, 27, 1, 31, 47) function-interpolation-python 1.70294 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 27, 1, 31, 47) function-interpolation-python 1.01541 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 27, 1, 32, 11) la-vector-access-cpp 23.466 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 27, 1, 32, 36) la-vector-assignment-cpp 25.0813 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 28, 1, 21, 59) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.233 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 28, 1, 22, 18) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4551 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 28, 1, 22, 35) geometry-bounding_box_tree_build-cpp 13.9201 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 6, 28, 1, 23, 2) common-progress-cpp 27.6522 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 28, 1, 23, 32) common-timing-cpp 29.6371 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 28, 1, 25, 19) fem-multicore-cpp 107.22 "Coloring mesh." +(2013, 6, 28, 1, 27, 50) fem-assembly-cpp 150.501 "Assembly for various forms and backends" +(2013, 6, 28, 1, 28, 2) fem-convergence-cpp 12.1224 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 28, 1, 28, 4) fem-jit-python 0.0010252 "JIT compilation (in memory cache)" +(2013, 6, 28, 1, 33, 8) fem-speedup-cpp 304.421 "Assembly/solve speedup running on 4 processors" +(2013, 6, 28, 1, 33, 8) fem-speedup-cpp-assembly 6.42501 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 28, 1, 33, 8) fem-speedup-cpp-solve 2.33589 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 28, 1, 33, 29) mesh-refinement-cpp 20.4394 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 28, 1, 33, 49) mesh-topology-cpp 19.1051 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 28, 1, 34, 13) mesh-unitcube-cpp 24.1013 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 28, 1, 34, 51) mesh-iteration-cpp 35.4871 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 28, 1, 35, 12) function-evaluation-cpp 21.1355 "Evaluations of functions at arbitrary points." +(2013, 6, 28, 1, 35, 12) function-evaluation-cpp 21.0556 "Evaluations of functions at arbitrary points." +(2013, 6, 28, 1, 35, 15) function-extrapolation-python 3.47554 "BENCH: 1.08120799065" +(2013, 6, 28, 1, 35, 15) function-extrapolation-python 1.08121 "BENCH: 1.08120799065" +(2013, 6, 28, 1, 35, 17) function-interpolation-python 1.73452 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 28, 1, 35, 17) function-interpolation-python 1.02952 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 28, 1, 35, 42) la-vector-access-cpp 24.9347 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 28, 1, 36, 7) la-vector-assignment-cpp 25.0677 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 29, 1, 20, 7) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.98778 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 29, 1, 20, 26) geometry-bounding_box_tree_compute_closest_entity-cpp 15.956 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 29, 1, 20, 42) geometry-bounding_box_tree_build-cpp 13.946 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 6, 29, 1, 21, 10) common-progress-cpp 27.6508 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 29, 1, 21, 40) common-timing-cpp 29.626 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 29, 1, 23, 26) fem-multicore-cpp 106.519 "Coloring mesh." +(2013, 6, 29, 1, 25, 58) fem-assembly-cpp 151.622 "Assembly for various forms and backends" +(2013, 6, 29, 1, 26, 10) fem-convergence-cpp 12.14 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 29, 1, 26, 12) fem-jit-python 0.00102689 "JIT compilation (in memory cache)" +(2013, 6, 29, 1, 31, 17) fem-speedup-cpp 305.375 "Assembly/solve speedup running on 4 processors" +(2013, 6, 29, 1, 31, 17) fem-speedup-cpp-assembly 6.53872 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 29, 1, 31, 17) fem-speedup-cpp-solve 2.30211 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 29, 1, 31, 39) mesh-refinement-cpp 19.8389 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 29, 1, 31, 58) mesh-topology-cpp 19.189 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 29, 1, 32, 22) mesh-unitcube-cpp 23.8037 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 29, 1, 33, 0) mesh-iteration-cpp 35.5468 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 29, 1, 33, 21) function-evaluation-cpp 21.2393 "Evaluations of functions at arbitrary points." +(2013, 6, 29, 1, 33, 21) function-evaluation-cpp 21.1169 "Evaluations of functions at arbitrary points." +(2013, 6, 29, 1, 33, 25) function-extrapolation-python 3.48692 "BENCH: 1.05940794945" +(2013, 6, 29, 1, 33, 25) function-extrapolation-python 1.05941 "BENCH: 1.05940794945" +(2013, 6, 29, 1, 33, 27) function-interpolation-python 1.70543 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 29, 1, 33, 27) function-interpolation-python 0.989151 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 29, 1, 33, 50) la-vector-access-cpp 22.9622 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 29, 1, 34, 16) la-vector-assignment-cpp 26.5791 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 6, 30, 1, 18, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.94825 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 30, 1, 19, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6785 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 6, 30, 1, 19, 17) geometry-bounding_box_tree_build-cpp 13.9037 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 6, 30, 1, 19, 44) common-progress-cpp 27.6507 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 6, 30, 1, 20, 13) common-timing-cpp 29.2491 "Timing access and registration of timings (10000000 repetitions)" +(2013, 6, 30, 1, 22, 1) fem-multicore-cpp 107.062 "Coloring mesh." +(2013, 6, 30, 1, 24, 32) fem-assembly-cpp 151.972 "Assembly for various forms and backends" +(2013, 6, 30, 1, 24, 45) fem-convergence-cpp 12.1418 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 6, 30, 1, 24, 46) fem-jit-python 0.00101938 "JIT compilation (in memory cache)" +(2013, 6, 30, 1, 29, 51) fem-speedup-cpp 304.355 "Assembly/solve speedup running on 4 processors" +(2013, 6, 30, 1, 29, 51) fem-speedup-cpp-assembly 6.46667 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 6, 30, 1, 29, 51) fem-speedup-cpp-solve 2.29099 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 6, 30, 1, 30, 11) mesh-refinement-cpp 19.8138 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 6, 30, 1, 30, 31) mesh-topology-cpp 19.0801 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 6, 30, 1, 30, 54) mesh-unitcube-cpp 23.7084 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 6, 30, 1, 31, 32) mesh-iteration-cpp 35.5482 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 6, 30, 1, 31, 54) function-evaluation-cpp 21.3393 "Evaluations of functions at arbitrary points." +(2013, 6, 30, 1, 31, 54) function-evaluation-cpp 21.2598 "Evaluations of functions at arbitrary points." +(2013, 6, 30, 1, 31, 57) function-extrapolation-python 3.43798 "BENCH: 1.06357097626" +(2013, 6, 30, 1, 31, 57) function-extrapolation-python 1.06357 "BENCH: 1.06357097626" +(2013, 6, 30, 1, 31, 59) function-interpolation-python 1.71728 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 30, 1, 31, 59) function-interpolation-python 0.988438 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 6, 30, 1, 32, 22) la-vector-access-cpp 22.9315 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 6, 30, 1, 32, 47) la-vector-assignment-cpp 25.0601 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 1, 1, 19, 29) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.94445 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 1, 1, 19, 48) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5602 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 1, 1, 20, 5) geometry-bounding_box_tree_build-cpp 13.9307 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 1, 1, 20, 32) common-progress-cpp 27.6927 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 1, 1, 21, 2) common-timing-cpp 30.2776 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 1, 1, 22, 49) fem-multicore-cpp 106.882 "Coloring mesh." +(2013, 7, 1, 1, 25, 21) fem-assembly-cpp 151.188 "Assembly for various forms and backends" +(2013, 7, 1, 1, 25, 33) fem-convergence-cpp 12.1325 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 1, 1, 25, 35) fem-jit-python 0.00104339 "JIT compilation (in memory cache)" +(2013, 7, 1, 1, 30, 43) fem-speedup-cpp 308.667 "Assembly/solve speedup running on 4 processors" +(2013, 7, 1, 1, 30, 43) fem-speedup-cpp-assembly 6.54876 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 1, 1, 30, 43) fem-speedup-cpp-solve 2.24878 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 1, 1, 31, 5) mesh-refinement-cpp 19.8094 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 1, 1, 31, 24) mesh-topology-cpp 19.1102 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 1, 1, 31, 48) mesh-unitcube-cpp 23.6569 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 1, 1, 32, 26) mesh-iteration-cpp 35.5557 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 1, 1, 32, 48) function-evaluation-cpp 21.7388 "Evaluations of functions at arbitrary points." +(2013, 7, 1, 1, 32, 48) function-evaluation-cpp 21.5251 "Evaluations of functions at arbitrary points." +(2013, 7, 1, 1, 32, 51) function-extrapolation-python 3.48752 "BENCH: 1.04092788696" +(2013, 7, 1, 1, 32, 51) function-extrapolation-python 1.04093 "BENCH: 1.04092788696" +(2013, 7, 1, 1, 32, 53) function-interpolation-python 1.67918 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 1, 1, 32, 53) function-interpolation-python 0.988947 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 1, 1, 33, 16) la-vector-access-cpp 22.9659 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 1, 1, 33, 47) la-vector-assignment-cpp 31.0876 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 2, 1, 18, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.95872 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 2, 1, 18, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8588 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 2, 1, 19, 13) geometry-bounding_box_tree_build-cpp 13.9414 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 2, 1, 19, 41) common-progress-cpp 27.6939 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 2, 1, 20, 11) common-timing-cpp 30.0686 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 2, 1, 21, 58) fem-multicore-cpp 106.887 "Coloring mesh." +(2013, 7, 2, 1, 24, 29) fem-assembly-cpp 150.977 "Assembly for various forms and backends" +(2013, 7, 2, 1, 24, 41) fem-convergence-cpp 12.1506 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 2, 1, 24, 43) fem-jit-python 0.0010335 "JIT compilation (in memory cache)" +(2013, 7, 2, 1, 29, 49) fem-speedup-cpp 305.941 "Assembly/solve speedup running on 4 processors" +(2013, 7, 2, 1, 29, 49) fem-speedup-cpp-assembly 6.55237 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 2, 1, 29, 49) fem-speedup-cpp-solve 2.32496 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 2, 1, 30, 10) mesh-refinement-cpp 19.8874 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 2, 1, 30, 29) mesh-topology-cpp 19.1405 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 2, 1, 30, 53) mesh-unitcube-cpp 23.6454 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 2, 1, 31, 39) mesh-iteration-cpp 43.488 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 2, 1, 32, 0) function-evaluation-cpp 21.2226 "Evaluations of functions at arbitrary points." +(2013, 7, 2, 1, 32, 0) function-evaluation-cpp 21.0906 "Evaluations of functions at arbitrary points." +(2013, 7, 2, 1, 32, 4) function-extrapolation-python 3.43693 "BENCH: 1.08355903625" +(2013, 7, 2, 1, 32, 4) function-extrapolation-python 1.08356 "BENCH: 1.08355903625" +(2013, 7, 2, 1, 32, 5) function-interpolation-python 1.68331 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 2, 1, 32, 5) function-interpolation-python 0.983895 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 2, 1, 32, 28) la-vector-access-cpp 22.9534 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 2, 1, 32, 54) la-vector-assignment-cpp 25.1391 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 3, 1, 20, 15) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0174 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 3, 1, 20, 34) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8954 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 3, 1, 20, 51) geometry-bounding_box_tree_build-cpp 13.922 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 3, 1, 21, 19) common-progress-cpp 27.6511 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 3, 1, 21, 48) common-timing-cpp 29.2757 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 3, 1, 23, 35) fem-multicore-cpp 106.784 "Coloring mesh." +(2013, 7, 3, 1, 26, 5) fem-assembly-cpp 150.519 "Assembly for various forms and backends" +(2013, 7, 3, 1, 26, 17) fem-convergence-cpp 12.1423 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 3, 1, 26, 19) fem-jit-python 0.00102601 "JIT compilation (in memory cache)" +(2013, 7, 3, 1, 31, 24) fem-speedup-cpp 304.578 "Assembly/solve speedup running on 4 processors" +(2013, 7, 3, 1, 31, 24) fem-speedup-cpp-assembly 6.55427 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 3, 1, 31, 24) fem-speedup-cpp-solve 2.32802 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 3, 1, 31, 45) mesh-refinement-cpp 19.9214 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 3, 1, 32, 4) mesh-topology-cpp 19.0688 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 3, 1, 32, 27) mesh-unitcube-cpp 23.6578 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 3, 1, 33, 5) mesh-iteration-cpp 35.5686 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 3, 1, 33, 27) function-evaluation-cpp 21.5741 "Evaluations of functions at arbitrary points." +(2013, 7, 3, 1, 33, 27) function-evaluation-cpp 21.4359 "Evaluations of functions at arbitrary points." +(2013, 7, 3, 1, 33, 30) function-extrapolation-python 3.41227 "BENCH: 1.06535696983" +(2013, 7, 3, 1, 33, 30) function-extrapolation-python 1.06536 "BENCH: 1.06535696983" +(2013, 7, 3, 1, 33, 32) function-interpolation-python 1.69855 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 3, 1, 33, 32) function-interpolation-python 0.986731 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 3, 1, 33, 55) la-vector-access-cpp 22.9329 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 3, 1, 34, 20) la-vector-assignment-cpp 25.0666 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 4, 1, 19, 1) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.98408 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 4, 1, 19, 20) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8282 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 4, 1, 19, 37) geometry-bounding_box_tree_build-cpp 13.9292 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 4, 1, 20, 4) common-progress-cpp 27.6884 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 4, 1, 20, 33) common-timing-cpp 28.9368 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 4, 1, 22, 20) fem-multicore-cpp 107.197 "Coloring mesh." +(2013, 7, 4, 1, 24, 51) fem-assembly-cpp 150.949 "Assembly for various forms and backends" +(2013, 7, 4, 1, 25, 3) fem-convergence-cpp 12.1425 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 4, 1, 25, 5) fem-jit-python 0.0010258 "JIT compilation (in memory cache)" +(2013, 7, 4, 1, 30, 10) fem-speedup-cpp 304.242 "Assembly/solve speedup running on 4 processors" +(2013, 7, 4, 1, 30, 10) fem-speedup-cpp-assembly 6.5339 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 4, 1, 30, 10) fem-speedup-cpp-solve 2.32998 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 4, 1, 30, 30) mesh-refinement-cpp 19.8843 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 4, 1, 30, 49) mesh-topology-cpp 19.0281 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 4, 1, 31, 13) mesh-unitcube-cpp 23.6529 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 4, 1, 32, 0) mesh-iteration-cpp 44.1699 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 4, 1, 32, 21) function-evaluation-cpp 21.2045 "Evaluations of functions at arbitrary points." +(2013, 7, 4, 1, 32, 21) function-evaluation-cpp 21.1103 "Evaluations of functions at arbitrary points." +(2013, 7, 4, 1, 32, 24) function-extrapolation-python 3.42298 "BENCH: 1.05984997749" +(2013, 7, 4, 1, 32, 24) function-extrapolation-python 1.05985 "BENCH: 1.05984997749" +(2013, 7, 4, 1, 32, 26) function-interpolation-python 1.72571 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 4, 1, 32, 26) function-interpolation-python 1.00254 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 4, 1, 32, 49) la-vector-access-cpp 22.9283 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 4, 1, 33, 16) la-vector-assignment-cpp 27.0832 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 5, 1, 22, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.98344 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 5, 1, 22, 44) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7737 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 5, 1, 23, 0) geometry-bounding_box_tree_build-cpp 13.9459 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 5, 1, 23, 28) common-progress-cpp 27.6494 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 5, 1, 23, 57) common-timing-cpp 29.3252 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 5, 1, 25, 44) fem-multicore-cpp 107.175 "Coloring mesh." +(2013, 7, 5, 1, 28, 15) fem-assembly-cpp 150.562 "Assembly for various forms and backends" +(2013, 7, 5, 1, 28, 27) fem-convergence-cpp 12.1569 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 5, 1, 28, 29) fem-jit-python 0.00102131 "JIT compilation (in memory cache)" +(2013, 7, 5, 1, 33, 35) fem-speedup-cpp 305.534 "Assembly/solve speedup running on 4 processors" +(2013, 7, 5, 1, 33, 35) fem-speedup-cpp-assembly 6.42825 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 5, 1, 33, 35) fem-speedup-cpp-solve 2.3151 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 5, 1, 33, 56) mesh-refinement-cpp 19.859 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 5, 1, 34, 15) mesh-topology-cpp 19.0733 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 5, 1, 34, 38) mesh-unitcube-cpp 23.6133 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 5, 1, 35, 17) mesh-iteration-cpp 35.9329 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 5, 1, 35, 38) function-evaluation-cpp 21.2105 "Evaluations of functions at arbitrary points." +(2013, 7, 5, 1, 35, 38) function-evaluation-cpp 21.1304 "Evaluations of functions at arbitrary points." +(2013, 7, 5, 1, 35, 41) function-extrapolation-python 3.40392 "BENCH: 1.05796909332" +(2013, 7, 5, 1, 35, 41) function-extrapolation-python 1.05797 "BENCH: 1.05796909332" +(2013, 7, 5, 1, 35, 43) function-interpolation-python 1.69202 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 5, 1, 35, 43) function-interpolation-python 0.983444 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 5, 1, 36, 6) la-vector-access-cpp 22.927 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 5, 1, 36, 34) la-vector-assignment-cpp 27.5813 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 6, 1, 21, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0943 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 6, 1, 21, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9917 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 6, 1, 22, 15) geometry-bounding_box_tree_build-cpp 13.9244 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 6, 1, 22, 42) common-progress-cpp 27.6511 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 6, 1, 23, 12) common-timing-cpp 29.9151 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 6, 1, 24, 59) fem-multicore-cpp 106.766 "Coloring mesh." +(2013, 7, 6, 1, 27, 30) fem-assembly-cpp 151.133 "Assembly for various forms and backends" +(2013, 7, 6, 1, 27, 42) fem-convergence-cpp 12.1484 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 6, 1, 27, 44) fem-jit-python 0.00102439 "JIT compilation (in memory cache)" +(2013, 7, 6, 1, 32, 52) fem-speedup-cpp 307.635 "Assembly/solve speedup running on 4 processors" +(2013, 7, 6, 1, 32, 52) fem-speedup-cpp-assembly 6.56845 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 6, 1, 32, 52) fem-speedup-cpp-solve 2.31764 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 6, 1, 33, 14) mesh-refinement-cpp 19.841 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 6, 1, 33, 33) mesh-topology-cpp 19.0317 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 6, 1, 33, 56) mesh-unitcube-cpp 23.6101 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 6, 1, 34, 34) mesh-iteration-cpp 35.543 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 6, 1, 34, 56) function-evaluation-cpp 21.1976 "Evaluations of functions at arbitrary points." +(2013, 7, 6, 1, 34, 56) function-evaluation-cpp 21.0719 "Evaluations of functions at arbitrary points." +(2013, 7, 6, 1, 34, 59) function-extrapolation-python 3.4121 "BENCH: 1.06983804703" +(2013, 7, 6, 1, 34, 59) function-extrapolation-python 1.06984 "BENCH: 1.06983804703" +(2013, 7, 6, 1, 35, 1) function-interpolation-python 1.68892 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 6, 1, 35, 1) function-interpolation-python 0.990675 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 6, 1, 35, 29) la-vector-access-cpp 28.4662 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 6, 1, 36, 0) la-vector-assignment-cpp 31.1232 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 7, 1, 18, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1408 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 7, 1, 19, 9) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8396 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 7, 1, 19, 25) geometry-bounding_box_tree_build-cpp 13.9329 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 7, 1, 19, 53) common-progress-cpp 27.6509 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 7, 1, 20, 23) common-timing-cpp 29.6991 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 7, 1, 22, 9) fem-multicore-cpp 106.778 "Coloring mesh." +(2013, 7, 7, 1, 24, 41) fem-assembly-cpp 151.93 "Assembly for various forms and backends" +(2013, 7, 7, 1, 24, 53) fem-convergence-cpp 12.1423 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 7, 1, 24, 55) fem-jit-python 0.00102012 "JIT compilation (in memory cache)" +(2013, 7, 7, 1, 30, 2) fem-speedup-cpp 306.449 "Assembly/solve speedup running on 4 processors" +(2013, 7, 7, 1, 30, 2) fem-speedup-cpp-assembly 6.51973 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 7, 1, 30, 2) fem-speedup-cpp-solve 2.30563 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 7, 1, 30, 23) mesh-refinement-cpp 19.8291 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 7, 1, 30, 44) mesh-topology-cpp 20.1929 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 7, 1, 31, 7) mesh-unitcube-cpp 23.7033 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 7, 1, 31, 46) mesh-iteration-cpp 35.7503 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 7, 1, 32, 7) function-evaluation-cpp 21.2559 "Evaluations of functions at arbitrary points." +(2013, 7, 7, 1, 32, 7) function-evaluation-cpp 21.1299 "Evaluations of functions at arbitrary points." +(2013, 7, 7, 1, 32, 10) function-extrapolation-python 3.44534 "BENCH: 1.04738879204" +(2013, 7, 7, 1, 32, 10) function-extrapolation-python 1.04739 "BENCH: 1.04738879204" +(2013, 7, 7, 1, 32, 12) function-interpolation-python 1.70355 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 7, 1, 32, 12) function-interpolation-python 0.98673 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 7, 1, 32, 35) la-vector-access-cpp 23.1092 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 7, 1, 33, 0) la-vector-assignment-cpp 25.0661 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 8, 1, 18, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0342 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 8, 1, 19, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6658 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 8, 1, 19, 22) geometry-bounding_box_tree_build-cpp 13.9396 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 8, 1, 19, 50) common-progress-cpp 27.6501 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 8, 1, 20, 18) common-timing-cpp 28.8151 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 8, 1, 22, 5) fem-multicore-cpp 106.787 "Coloring mesh." +(2013, 7, 8, 1, 24, 36) fem-assembly-cpp 150.746 "Assembly for various forms and backends" +(2013, 7, 8, 1, 24, 48) fem-convergence-cpp 12.1321 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 8, 1, 24, 50) fem-jit-python 0.00102851 "JIT compilation (in memory cache)" +(2013, 7, 8, 1, 29, 59) fem-speedup-cpp 308.532 "Assembly/solve speedup running on 4 processors" +(2013, 7, 8, 1, 29, 59) fem-speedup-cpp-assembly 6.5338 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 8, 1, 29, 59) fem-speedup-cpp-solve 2.24668 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 8, 1, 30, 20) mesh-refinement-cpp 19.8252 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 8, 1, 30, 39) mesh-topology-cpp 19.0122 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 8, 1, 31, 3) mesh-unitcube-cpp 23.6488 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 8, 1, 31, 41) mesh-iteration-cpp 35.5809 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 8, 1, 32, 2) function-evaluation-cpp 21.2309 "Evaluations of functions at arbitrary points." +(2013, 7, 8, 1, 32, 2) function-evaluation-cpp 21.1236 "Evaluations of functions at arbitrary points." +(2013, 7, 8, 1, 32, 6) function-extrapolation-python 3.32295 "BENCH: 1.05665493011" +(2013, 7, 8, 1, 32, 6) function-extrapolation-python 1.05665 "BENCH: 1.05665493011" +(2013, 7, 8, 1, 32, 8) function-interpolation-python 1.75593 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 8, 1, 32, 8) function-interpolation-python 1.00926 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 8, 1, 32, 31) la-vector-access-cpp 22.9717 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 8, 1, 32, 56) la-vector-assignment-cpp 25.084 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 9, 1, 18, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.91525 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 9, 1, 18, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7343 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 9, 1, 19, 7) geometry-bounding_box_tree_build-cpp 13.928 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 9, 1, 19, 35) common-progress-cpp 27.6506 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 9, 1, 20, 4) common-timing-cpp 29.6309 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 9, 1, 21, 51) fem-multicore-cpp 107.104 "Coloring mesh." +(2013, 7, 9, 1, 24, 22) fem-assembly-cpp 150.474 "Assembly for various forms and backends" +(2013, 7, 9, 1, 24, 34) fem-convergence-cpp 12.1342 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 9, 1, 24, 36) fem-jit-python 0.00103209 "JIT compilation (in memory cache)" +(2013, 7, 9, 1, 29, 45) fem-speedup-cpp 309.241 "Assembly/solve speedup running on 4 processors" +(2013, 7, 9, 1, 29, 45) fem-speedup-cpp-assembly 6.45651 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 9, 1, 29, 45) fem-speedup-cpp-solve 2.26068 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 9, 1, 30, 8) mesh-refinement-cpp 19.8057 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 9, 1, 30, 27) mesh-topology-cpp 19.076 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 9, 1, 30, 50) mesh-unitcube-cpp 23.6881 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 9, 1, 31, 29) mesh-iteration-cpp 35.5806 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 9, 1, 31, 50) function-evaluation-cpp 21.2677 "Evaluations of functions at arbitrary points." +(2013, 7, 9, 1, 31, 50) function-evaluation-cpp 21.1783 "Evaluations of functions at arbitrary points." +(2013, 7, 9, 1, 31, 53) function-extrapolation-python 3.29906 "BENCH: 1.05690097809" +(2013, 7, 9, 1, 31, 53) function-extrapolation-python 1.0569 "BENCH: 1.05690097809" +(2013, 7, 9, 1, 31, 55) function-interpolation-python 1.6841 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 9, 1, 31, 55) function-interpolation-python 0.987605 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 9, 1, 32, 18) la-vector-access-cpp 22.9736 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 9, 1, 32, 44) la-vector-assignment-cpp 26.4678 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 10, 1, 19, 54) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0287 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 10, 1, 20, 13) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9357 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 10, 1, 20, 30) geometry-bounding_box_tree_build-cpp 14.0298 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 10, 1, 20, 57) common-progress-cpp 27.6509 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 10, 1, 21, 26) common-timing-cpp 28.9474 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 10, 1, 23, 12) fem-multicore-cpp 106.343 "Coloring mesh." +(2013, 7, 10, 1, 25, 44) fem-assembly-cpp 151.815 "Assembly for various forms and backends" +(2013, 7, 10, 1, 25, 56) fem-convergence-cpp 12.1328 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 10, 1, 25, 58) fem-jit-python 0.00103672 "JIT compilation (in memory cache)" +(2013, 7, 10, 1, 31, 3) fem-speedup-cpp 304.755 "Assembly/solve speedup running on 4 processors" +(2013, 7, 10, 1, 31, 3) fem-speedup-cpp-assembly 6.54785 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 10, 1, 31, 3) fem-speedup-cpp-solve 2.30383 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 10, 1, 31, 24) mesh-refinement-cpp 19.8678 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 10, 1, 31, 43) mesh-topology-cpp 19.0905 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 10, 1, 32, 7) mesh-unitcube-cpp 23.6286 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 10, 1, 32, 53) mesh-iteration-cpp 44.1694 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 10, 1, 33, 15) function-evaluation-cpp 21.1804 "Evaluations of functions at arbitrary points." +(2013, 7, 10, 1, 33, 15) function-evaluation-cpp 21.0951 "Evaluations of functions at arbitrary points." +(2013, 7, 10, 1, 33, 18) function-extrapolation-python 3.39606 "BENCH: 1.05440497398" +(2013, 7, 10, 1, 33, 18) function-extrapolation-python 1.0544 "BENCH: 1.05440497398" +(2013, 7, 10, 1, 33, 20) function-interpolation-python 1.72841 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 10, 1, 33, 20) function-interpolation-python 1.01078 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 10, 1, 33, 45) la-vector-access-cpp 24.9499 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 10, 1, 34, 12) la-vector-assignment-cpp 27.5975 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 11, 1, 18, 13) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.99981 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 11, 1, 18, 33) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8902 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 11, 1, 18, 49) geometry-bounding_box_tree_build-cpp 13.9417 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 11, 1, 19, 17) common-progress-cpp 27.6512 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 11, 1, 19, 46) common-timing-cpp 29.5256 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 11, 1, 21, 33) fem-multicore-cpp 106.466 "Coloring mesh." +(2013, 7, 11, 1, 24, 4) fem-assembly-cpp 151.071 "Assembly for various forms and backends" +(2013, 7, 11, 1, 24, 16) fem-convergence-cpp 12.1399 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 11, 1, 24, 18) fem-jit-python 0.00102508 "JIT compilation (in memory cache)" +(2013, 7, 11, 1, 29, 25) fem-speedup-cpp 307.202 "Assembly/solve speedup running on 4 processors" +(2013, 7, 11, 1, 29, 25) fem-speedup-cpp-assembly 6.49706 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 11, 1, 29, 25) fem-speedup-cpp-solve 2.2824 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 11, 1, 29, 47) mesh-refinement-cpp 19.9043 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 11, 1, 30, 6) mesh-topology-cpp 19.0098 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 11, 1, 30, 30) mesh-unitcube-cpp 23.5735 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 11, 1, 31, 8) mesh-iteration-cpp 35.5772 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 11, 1, 31, 29) function-evaluation-cpp 21.2811 "Evaluations of functions at arbitrary points." +(2013, 7, 11, 1, 31, 29) function-evaluation-cpp 21.1039 "Evaluations of functions at arbitrary points." +(2013, 7, 11, 1, 31, 33) function-extrapolation-python 3.48712 "BENCH: 1.04549098015" +(2013, 7, 11, 1, 31, 33) function-extrapolation-python 1.04549 "BENCH: 1.04549098015" +(2013, 7, 11, 1, 31, 34) function-interpolation-python 1.68644 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 11, 1, 31, 34) function-interpolation-python 0.987597 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 11, 1, 31, 57) la-vector-access-cpp 22.9651 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 11, 1, 32, 22) la-vector-assignment-cpp 24.9 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 12, 1, 18, 21) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.064 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 12, 1, 18, 40) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5812 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 12, 1, 18, 57) geometry-bounding_box_tree_build-cpp 13.9269 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 12, 1, 19, 24) common-progress-cpp 27.6515 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 12, 1, 19, 54) common-timing-cpp 29.5787 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 12, 1, 21, 40) fem-multicore-cpp 106.595 "Coloring mesh." +(2013, 7, 12, 1, 24, 12) fem-assembly-cpp 151.348 "Assembly for various forms and backends" +(2013, 7, 12, 1, 24, 24) fem-convergence-cpp 12.1808 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 12, 1, 24, 26) fem-jit-python 0.0010334 "JIT compilation (in memory cache)" +(2013, 7, 12, 1, 29, 33) fem-speedup-cpp 307.086 "Assembly/solve speedup running on 4 processors" +(2013, 7, 12, 1, 29, 33) fem-speedup-cpp-assembly 6.53124 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 12, 1, 29, 33) fem-speedup-cpp-solve 2.25542 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 12, 1, 29, 53) mesh-refinement-cpp 19.8769 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 12, 1, 30, 13) mesh-topology-cpp 19.0599 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 12, 1, 30, 36) mesh-unitcube-cpp 23.6652 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 12, 1, 31, 18) mesh-iteration-cpp 39.1563 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 12, 1, 31, 39) function-evaluation-cpp 21.624 "Evaluations of functions at arbitrary points." +(2013, 7, 12, 1, 31, 39) function-evaluation-cpp 21.5489 "Evaluations of functions at arbitrary points." +(2013, 7, 12, 1, 31, 43) function-extrapolation-python 3.36171 "BENCH: 1.06769394875" +(2013, 7, 12, 1, 31, 43) function-extrapolation-python 1.06769 "BENCH: 1.06769394875" +(2013, 7, 12, 1, 31, 45) function-interpolation-python 1.74685 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 12, 1, 31, 45) function-interpolation-python 0.990435 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 12, 1, 32, 8) la-vector-access-cpp 22.9349 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 12, 1, 32, 33) la-vector-assignment-cpp 25.0589 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 13, 1, 18, 51) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.92917 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 13, 1, 19, 10) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8593 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 13, 1, 19, 26) geometry-bounding_box_tree_build-cpp 13.9087 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 13, 1, 19, 54) common-progress-cpp 27.6511 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 13, 1, 20, 24) common-timing-cpp 29.876 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 13, 1, 22, 11) fem-multicore-cpp 106.654 "Coloring mesh." +(2013, 7, 13, 1, 24, 41) fem-assembly-cpp 150.641 "Assembly for various forms and backends" +(2013, 7, 13, 1, 24, 53) fem-convergence-cpp 12.1345 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 13, 1, 24, 55) fem-jit-python 0.00101712 "JIT compilation (in memory cache)" +(2013, 7, 13, 1, 30, 0) fem-speedup-cpp 304.499 "Assembly/solve speedup running on 4 processors" +(2013, 7, 13, 1, 30, 0) fem-speedup-cpp-assembly 6.53773 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 13, 1, 30, 0) fem-speedup-cpp-solve 2.34874 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 13, 1, 30, 20) mesh-refinement-cpp 19.8643 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 13, 1, 30, 40) mesh-topology-cpp 19.0804 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 13, 1, 31, 3) mesh-unitcube-cpp 23.6499 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 13, 1, 31, 41) mesh-iteration-cpp 35.5453 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 13, 1, 32, 3) function-evaluation-cpp 21.1705 "Evaluations of functions at arbitrary points." +(2013, 7, 13, 1, 32, 3) function-evaluation-cpp 21.0901 "Evaluations of functions at arbitrary points." +(2013, 7, 13, 1, 32, 6) function-extrapolation-python 3.37889 "BENCH: 1.05212593079" +(2013, 7, 13, 1, 32, 6) function-extrapolation-python 1.05213 "BENCH: 1.05212593079" +(2013, 7, 13, 1, 32, 8) function-interpolation-python 1.71661 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 13, 1, 32, 8) function-interpolation-python 0.988547 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 13, 1, 32, 31) la-vector-access-cpp 22.9248 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 13, 1, 33, 26) la-vector-assignment-cpp 55.4213 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 14, 1, 18, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.97594 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 14, 1, 18, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7256 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 14, 1, 18, 58) geometry-bounding_box_tree_build-cpp 13.9138 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 14, 1, 19, 26) common-progress-cpp 27.6515 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 14, 1, 19, 56) common-timing-cpp 29.5342 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 14, 1, 21, 42) fem-multicore-cpp 106.856 "Coloring mesh." +(2013, 7, 14, 1, 24, 13) fem-assembly-cpp 150.357 "Assembly for various forms and backends" +(2013, 7, 14, 1, 24, 25) fem-convergence-cpp 12.1437 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 14, 1, 24, 27) fem-jit-python 0.00100989 "JIT compilation (in memory cache)" +(2013, 7, 14, 1, 29, 31) fem-speedup-cpp 304.247 "Assembly/solve speedup running on 4 processors" +(2013, 7, 14, 1, 29, 31) fem-speedup-cpp-assembly 6.58345 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 14, 1, 29, 31) fem-speedup-cpp-solve 2.33907 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 14, 1, 29, 52) mesh-refinement-cpp 19.8696 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 14, 1, 30, 11) mesh-topology-cpp 19.0261 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 14, 1, 30, 34) mesh-unitcube-cpp 23.6569 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 14, 1, 31, 13) mesh-iteration-cpp 35.729 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 14, 1, 31, 34) function-evaluation-cpp 21.4095 "Evaluations of functions at arbitrary points." +(2013, 7, 14, 1, 31, 34) function-evaluation-cpp 21.3343 "Evaluations of functions at arbitrary points." +(2013, 7, 14, 1, 31, 37) function-extrapolation-python 3.4012 "BENCH: 1.05881810188" +(2013, 7, 14, 1, 31, 37) function-extrapolation-python 1.05882 "BENCH: 1.05881810188" +(2013, 7, 14, 1, 31, 39) function-interpolation-python 1.72811 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 14, 1, 31, 39) function-interpolation-python 1.00277 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 14, 1, 32, 5) la-vector-access-cpp 25.4835 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 14, 1, 32, 30) la-vector-assignment-cpp 25.0565 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 15, 1, 17, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.97036 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 15, 1, 18, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8873 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 15, 1, 18, 24) geometry-bounding_box_tree_build-cpp 14.0707 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 15, 1, 18, 51) common-progress-cpp 27.6519 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 15, 1, 19, 20) common-timing-cpp 28.9185 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 15, 1, 21, 7) fem-multicore-cpp 106.52 "Coloring mesh." +(2013, 7, 15, 1, 23, 38) fem-assembly-cpp 151.459 "Assembly for various forms and backends" +(2013, 7, 15, 1, 23, 50) fem-convergence-cpp 12.131 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 15, 1, 23, 52) fem-jit-python 0.00102201 "JIT compilation (in memory cache)" +(2013, 7, 15, 1, 28, 57) fem-speedup-cpp 304.422 "Assembly/solve speedup running on 4 processors" +(2013, 7, 15, 1, 28, 57) fem-speedup-cpp-assembly 6.48505 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 15, 1, 28, 57) fem-speedup-cpp-solve 2.23534 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 15, 1, 29, 19) mesh-refinement-cpp 19.7811 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 15, 1, 29, 38) mesh-topology-cpp 19.0518 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 15, 1, 30, 2) mesh-unitcube-cpp 23.696 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 15, 1, 30, 40) mesh-iteration-cpp 35.5452 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 15, 1, 31, 1) function-evaluation-cpp 21.2729 "Evaluations of functions at arbitrary points." +(2013, 7, 15, 1, 31, 1) function-evaluation-cpp 21.1645 "Evaluations of functions at arbitrary points." +(2013, 7, 15, 1, 31, 4) function-extrapolation-python 3.43764 "BENCH: 1.04265785217" +(2013, 7, 15, 1, 31, 4) function-extrapolation-python 1.04266 "BENCH: 1.04265785217" +(2013, 7, 15, 1, 31, 6) function-interpolation-python 1.67503 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 15, 1, 31, 6) function-interpolation-python 0.986848 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 15, 1, 31, 29) la-vector-access-cpp 22.951 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 15, 1, 32, 0) la-vector-assignment-cpp 31.0985 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 16, 1, 18, 4) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.97083 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 16, 1, 18, 23) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6486 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 16, 1, 18, 39) geometry-bounding_box_tree_build-cpp 13.9228 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 16, 1, 19, 7) common-progress-cpp 27.651 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 16, 1, 19, 36) common-timing-cpp 28.8434 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 16, 1, 21, 23) fem-multicore-cpp 106.965 "Coloring mesh." +(2013, 7, 16, 1, 23, 54) fem-assembly-cpp 151.016 "Assembly for various forms and backends" +(2013, 7, 16, 1, 24, 6) fem-convergence-cpp 12.1383 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 16, 1, 24, 8) fem-jit-python 0.00102201 "JIT compilation (in memory cache)" +(2013, 7, 16, 1, 29, 14) fem-speedup-cpp 306.193 "Assembly/solve speedup running on 4 processors" +(2013, 7, 16, 1, 29, 14) fem-speedup-cpp-assembly 6.57166 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 16, 1, 29, 14) fem-speedup-cpp-solve 2.31181 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 16, 1, 29, 36) mesh-refinement-cpp 19.8503 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 16, 1, 29, 55) mesh-topology-cpp 19.0814 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 16, 1, 30, 19) mesh-unitcube-cpp 23.6384 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 16, 1, 30, 57) mesh-iteration-cpp 35.5524 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 16, 1, 31, 18) function-evaluation-cpp 21.2645 "Evaluations of functions at arbitrary points." +(2013, 7, 16, 1, 31, 18) function-evaluation-cpp 21.1568 "Evaluations of functions at arbitrary points." +(2013, 7, 16, 1, 31, 22) function-extrapolation-python 3.49521 "BENCH: 1.05919599533" +(2013, 7, 16, 1, 31, 22) function-extrapolation-python 1.0592 "BENCH: 1.05919599533" +(2013, 7, 16, 1, 31, 23) function-interpolation-python 1.68954 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 16, 1, 31, 23) function-interpolation-python 0.989933 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 16, 1, 31, 46) la-vector-access-cpp 22.9565 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 16, 1, 32, 12) la-vector-assignment-cpp 25.0814 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 17, 1, 20, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.99746 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 17, 1, 21, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6891 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 17, 1, 21, 23) geometry-bounding_box_tree_build-cpp 13.9412 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 17, 1, 21, 54) common-progress-cpp 31.4126 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 17, 1, 22, 23) common-timing-cpp 29.3737 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 17, 1, 24, 10) fem-multicore-cpp 106.781 "Coloring mesh." +(2013, 7, 17, 1, 26, 41) fem-assembly-cpp 151.302 "Assembly for various forms and backends" +(2013, 7, 17, 1, 26, 54) fem-convergence-cpp 12.1408 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 17, 1, 26, 55) fem-jit-python 0.00103559 "JIT compilation (in memory cache)" +(2013, 7, 17, 1, 32, 1) fem-speedup-cpp 305.248 "Assembly/solve speedup running on 4 processors" +(2013, 7, 17, 1, 32, 1) fem-speedup-cpp-assembly 6.59119 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 17, 1, 32, 1) fem-speedup-cpp-solve 2.27285 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 17, 1, 32, 23) mesh-refinement-cpp 19.8289 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 17, 1, 32, 42) mesh-topology-cpp 19.1244 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 17, 1, 33, 5) mesh-unitcube-cpp 23.6103 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 17, 1, 33, 43) mesh-iteration-cpp 35.5332 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 17, 1, 34, 5) function-evaluation-cpp 21.2646 "Evaluations of functions at arbitrary points." +(2013, 7, 17, 1, 34, 5) function-evaluation-cpp 21.1484 "Evaluations of functions at arbitrary points." +(2013, 7, 17, 1, 34, 8) function-extrapolation-python 3.4538 "BENCH: 1.05830597878" +(2013, 7, 17, 1, 34, 8) function-extrapolation-python 1.05831 "BENCH: 1.05830597878" +(2013, 7, 17, 1, 34, 10) function-interpolation-python 1.72793 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 17, 1, 34, 10) function-interpolation-python 1.00475 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 17, 1, 34, 33) la-vector-access-cpp 22.9513 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 17, 1, 34, 58) la-vector-assignment-cpp 25.0889 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 18, 1, 18, 4) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.93762 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 18, 1, 18, 23) geometry-bounding_box_tree_compute_closest_entity-cpp 15.797 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 18, 1, 18, 39) geometry-bounding_box_tree_build-cpp 13.9475 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 18, 1, 19, 7) common-progress-cpp 27.6516 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 18, 1, 19, 36) common-timing-cpp 29.2863 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 18, 1, 21, 24) fem-multicore-cpp 107.129 "Coloring mesh." +(2013, 7, 18, 1, 23, 54) fem-assembly-cpp 150.605 "Assembly for various forms and backends" +(2013, 7, 18, 1, 24, 6) fem-convergence-cpp 12.1504 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 18, 1, 24, 8) fem-jit-python 0.0010257 "JIT compilation (in memory cache)" +(2013, 7, 18, 1, 29, 17) fem-speedup-cpp 308.591 "Assembly/solve speedup running on 4 processors" +(2013, 7, 18, 1, 29, 17) fem-speedup-cpp-assembly 6.51866 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 18, 1, 29, 17) fem-speedup-cpp-solve 2.28439 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 18, 1, 29, 39) mesh-refinement-cpp 19.8179 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 18, 1, 29, 58) mesh-topology-cpp 19.1706 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 18, 1, 30, 22) mesh-unitcube-cpp 23.6178 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 18, 1, 31, 0) mesh-iteration-cpp 35.5583 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 18, 1, 31, 21) function-evaluation-cpp 21.3794 "Evaluations of functions at arbitrary points." +(2013, 7, 18, 1, 31, 21) function-evaluation-cpp 21.2301 "Evaluations of functions at arbitrary points." +(2013, 7, 18, 1, 31, 25) function-extrapolation-python 3.53282 "BENCH: 1.06168103218" +(2013, 7, 18, 1, 31, 25) function-extrapolation-python 1.06168 "BENCH: 1.06168103218" +(2013, 7, 18, 1, 31, 26) function-interpolation-python 1.69614 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 18, 1, 31, 26) function-interpolation-python 1.00782 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 18, 1, 31, 51) la-vector-access-cpp 24.9473 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 18, 1, 32, 16) la-vector-assignment-cpp 25.031 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 19, 1, 18, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0751 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 19, 1, 18, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8084 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 19, 1, 19, 8) geometry-bounding_box_tree_build-cpp 14.0056 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 19, 1, 19, 35) common-progress-cpp 27.6514 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 19, 1, 20, 6) common-timing-cpp 31.0301 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 19, 1, 21, 53) fem-multicore-cpp 106.616 "Coloring mesh." +(2013, 7, 19, 1, 24, 24) fem-assembly-cpp 151.515 "Assembly for various forms and backends" +(2013, 7, 19, 1, 24, 37) fem-convergence-cpp 12.1277 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 19, 1, 24, 38) fem-jit-python 0.00102739 "JIT compilation (in memory cache)" +(2013, 7, 19, 1, 29, 45) fem-speedup-cpp 306.558 "Assembly/solve speedup running on 4 processors" +(2013, 7, 19, 1, 29, 45) fem-speedup-cpp-assembly 6.46923 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 19, 1, 29, 45) fem-speedup-cpp-solve 2.26993 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 19, 1, 30, 7) mesh-refinement-cpp 19.838 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 19, 1, 30, 26) mesh-topology-cpp 19.0439 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 19, 1, 30, 49) mesh-unitcube-cpp 23.6054 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 19, 1, 31, 27) mesh-iteration-cpp 35.5374 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 19, 1, 31, 49) function-evaluation-cpp 21.939 "Evaluations of functions at arbitrary points." +(2013, 7, 19, 1, 31, 49) function-evaluation-cpp 21.7642 "Evaluations of functions at arbitrary points." +(2013, 7, 19, 1, 31, 53) function-extrapolation-python 3.58701 "BENCH: 1.03702187538" +(2013, 7, 19, 1, 31, 53) function-extrapolation-python 1.03702 "BENCH: 1.03702187538" +(2013, 7, 19, 1, 31, 55) function-interpolation-python 1.70192 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 19, 1, 31, 55) function-interpolation-python 0.996866 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 19, 1, 32, 18) la-vector-access-cpp 22.958 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 19, 1, 32, 45) la-vector-assignment-cpp 27.1062 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 20, 1, 17, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2128 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 20, 1, 17, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7231 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 20, 1, 18, 13) geometry-bounding_box_tree_build-cpp 13.9218 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 20, 1, 18, 40) common-progress-cpp 27.6883 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 20, 1, 19, 10) common-timing-cpp 29.6875 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 20, 1, 20, 57) fem-multicore-cpp 106.824 "Coloring mesh." +(2013, 7, 20, 1, 23, 28) fem-assembly-cpp 151.614 "Assembly for various forms and backends" +(2013, 7, 20, 1, 23, 41) fem-convergence-cpp 12.1907 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 20, 1, 23, 42) fem-jit-python 0.00103128 "JIT compilation (in memory cache)" +(2013, 7, 20, 1, 28, 50) fem-speedup-cpp 307.719 "Assembly/solve speedup running on 4 processors" +(2013, 7, 20, 1, 28, 50) fem-speedup-cpp-assembly 6.52763 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 20, 1, 28, 50) fem-speedup-cpp-solve 2.29249 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 20, 1, 29, 12) mesh-refinement-cpp 19.8286 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 20, 1, 29, 31) mesh-topology-cpp 19.1506 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 20, 1, 29, 55) mesh-unitcube-cpp 23.6698 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 20, 1, 30, 41) mesh-iteration-cpp 44.1741 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 20, 1, 31, 5) function-evaluation-cpp 23.9123 "Evaluations of functions at arbitrary points." +(2013, 7, 20, 1, 31, 5) function-evaluation-cpp 23.7863 "Evaluations of functions at arbitrary points." +(2013, 7, 20, 1, 31, 9) function-extrapolation-python 3.49244 "BENCH: 1.07639193535" +(2013, 7, 20, 1, 31, 9) function-extrapolation-python 1.07639 "BENCH: 1.07639193535" +(2013, 7, 20, 1, 31, 11) function-interpolation-python 1.69812 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 20, 1, 31, 11) function-interpolation-python 1.01782 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 20, 1, 31, 34) la-vector-access-cpp 22.9654 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 20, 1, 32, 1) la-vector-assignment-cpp 27.2714 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 21, 1, 19, 8) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0012 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 21, 1, 19, 27) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6464 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 21, 1, 19, 43) geometry-bounding_box_tree_build-cpp 13.928 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 21, 1, 20, 11) common-progress-cpp 27.652 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 21, 1, 20, 40) common-timing-cpp 29.5734 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 21, 1, 22, 27) fem-multicore-cpp 106.923 "Coloring mesh." +(2013, 7, 21, 1, 24, 59) fem-assembly-cpp 151.808 "Assembly for various forms and backends" +(2013, 7, 21, 1, 25, 11) fem-convergence-cpp 12.1731 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 21, 1, 25, 13) fem-jit-python 0.0010319 "JIT compilation (in memory cache)" +(2013, 7, 21, 1, 30, 18) fem-speedup-cpp 304.669 "Assembly/solve speedup running on 4 processors" +(2013, 7, 21, 1, 30, 18) fem-speedup-cpp-assembly 6.52735 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 21, 1, 30, 18) fem-speedup-cpp-solve 2.30222 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 21, 1, 30, 39) mesh-refinement-cpp 19.9697 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 21, 1, 30, 58) mesh-topology-cpp 19.106 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 21, 1, 31, 22) mesh-unitcube-cpp 23.7362 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 21, 1, 32, 3) mesh-iteration-cpp 39.1036 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 21, 1, 32, 24) function-evaluation-cpp 21.217 "Evaluations of functions at arbitrary points." +(2013, 7, 21, 1, 32, 24) function-evaluation-cpp 21.075 "Evaluations of functions at arbitrary points." +(2013, 7, 21, 1, 32, 28) function-extrapolation-python 3.47906 "BENCH: 1.05915498734" +(2013, 7, 21, 1, 32, 28) function-extrapolation-python 1.05915 "BENCH: 1.05915498734" +(2013, 7, 21, 1, 32, 30) function-interpolation-python 1.75239 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 21, 1, 32, 30) function-interpolation-python 1.01089 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 21, 1, 32, 53) la-vector-access-cpp 22.9286 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 21, 1, 33, 24) la-vector-assignment-cpp 31.0843 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 22, 1, 17, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.92627 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 22, 1, 17, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.914 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 22, 1, 18, 8) geometry-bounding_box_tree_build-cpp 13.9849 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 22, 1, 18, 35) common-progress-cpp 27.6508 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 22, 1, 19, 5) common-timing-cpp 29.6839 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 22, 1, 20, 52) fem-multicore-cpp 106.671 "Coloring mesh." +(2013, 7, 22, 1, 23, 23) fem-assembly-cpp 151.214 "Assembly for various forms and backends" +(2013, 7, 22, 1, 23, 35) fem-convergence-cpp 12.149 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 22, 1, 23, 37) fem-jit-python 0.00104589 "JIT compilation (in memory cache)" +(2013, 7, 22, 1, 28, 48) fem-speedup-cpp 310.936 "Assembly/solve speedup running on 4 processors" +(2013, 7, 22, 1, 28, 48) fem-speedup-cpp-assembly 6.46761 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 22, 1, 28, 48) fem-speedup-cpp-solve 2.23589 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 22, 1, 29, 9) mesh-refinement-cpp 19.884 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 22, 1, 29, 29) mesh-topology-cpp 19.0747 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 22, 1, 29, 52) mesh-unitcube-cpp 23.5547 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 22, 1, 30, 30) mesh-iteration-cpp 35.5506 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 22, 1, 30, 52) function-evaluation-cpp 21.4473 "Evaluations of functions at arbitrary points." +(2013, 7, 22, 1, 30, 52) function-evaluation-cpp 21.3504 "Evaluations of functions at arbitrary points." +(2013, 7, 22, 1, 30, 55) function-extrapolation-python 3.38351 "BENCH: 1.05044412613" +(2013, 7, 22, 1, 30, 55) function-extrapolation-python 1.05044 "BENCH: 1.05044412613" +(2013, 7, 22, 1, 30, 57) function-interpolation-python 1.7139 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 22, 1, 30, 57) function-interpolation-python 1.01586 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 22, 1, 31, 20) la-vector-access-cpp 22.9637 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 22, 1, 31, 47) la-vector-assignment-cpp 27.0995 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 23, 1, 19, 15) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0312 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 23, 1, 19, 35) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9057 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 23, 1, 19, 51) geometry-bounding_box_tree_build-cpp 13.9175 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 23, 1, 20, 19) common-progress-cpp 27.6897 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 23, 1, 20, 49) common-timing-cpp 29.7265 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 23, 1, 22, 35) fem-multicore-cpp 106.683 "Coloring mesh." +(2013, 7, 23, 1, 25, 7) fem-assembly-cpp 151.484 "Assembly for various forms and backends" +(2013, 7, 23, 1, 25, 19) fem-convergence-cpp 12.1302 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 23, 1, 25, 21) fem-jit-python 0.00102 "JIT compilation (in memory cache)" +(2013, 7, 23, 1, 30, 26) fem-speedup-cpp 305.004 "Assembly/solve speedup running on 4 processors" +(2013, 7, 23, 1, 30, 26) fem-speedup-cpp-assembly 6.48651 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 23, 1, 30, 26) fem-speedup-cpp-solve 2.32136 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 23, 1, 30, 46) mesh-refinement-cpp 19.8748 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 23, 1, 31, 5) mesh-topology-cpp 19.0003 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 23, 1, 31, 29) mesh-unitcube-cpp 23.7693 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 23, 1, 32, 11) mesh-iteration-cpp 39.1538 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 23, 1, 32, 32) function-evaluation-cpp 21.3518 "Evaluations of functions at arbitrary points." +(2013, 7, 23, 1, 32, 32) function-evaluation-cpp 21.266 "Evaluations of functions at arbitrary points." +(2013, 7, 23, 1, 32, 35) function-extrapolation-python 3.33282 "BENCH: 1.06447482109" +(2013, 7, 23, 1, 32, 35) function-extrapolation-python 1.06447 "BENCH: 1.06447482109" +(2013, 7, 23, 1, 32, 37) function-interpolation-python 1.71955 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 23, 1, 32, 37) function-interpolation-python 1.01365 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 23, 1, 33, 0) la-vector-access-cpp 22.9004 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 23, 1, 33, 31) la-vector-assignment-cpp 31.0893 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 24, 1, 18, 8) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0569 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 24, 1, 18, 27) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6179 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 24, 1, 18, 43) geometry-bounding_box_tree_build-cpp 13.9532 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 24, 1, 19, 11) common-progress-cpp 27.6516 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 24, 1, 19, 41) common-timing-cpp 29.4583 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 24, 1, 21, 27) fem-multicore-cpp 106.546 "Coloring mesh." +(2013, 7, 24, 1, 23, 59) fem-assembly-cpp 151.764 "Assembly for various forms and backends" +(2013, 7, 24, 1, 24, 11) fem-convergence-cpp 12.1404 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 24, 1, 24, 13) fem-jit-python 0.0010278 "JIT compilation (in memory cache)" +(2013, 7, 24, 1, 29, 18) fem-speedup-cpp 305.064 "Assembly/solve speedup running on 4 processors" +(2013, 7, 24, 1, 29, 18) fem-speedup-cpp-assembly 6.52501 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 24, 1, 29, 18) fem-speedup-cpp-solve 2.27892 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 24, 1, 29, 39) mesh-refinement-cpp 19.8261 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 24, 1, 29, 59) mesh-topology-cpp 19.1535 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 24, 1, 30, 22) mesh-unitcube-cpp 23.6353 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 24, 1, 31, 0) mesh-iteration-cpp 35.5519 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 24, 1, 31, 22) function-evaluation-cpp 21.248 "Evaluations of functions at arbitrary points." +(2013, 7, 24, 1, 31, 22) function-evaluation-cpp 21.1217 "Evaluations of functions at arbitrary points." +(2013, 7, 24, 1, 31, 25) function-extrapolation-python 3.48699 "BENCH: 1.04801487923" +(2013, 7, 24, 1, 31, 25) function-extrapolation-python 1.04801 "BENCH: 1.04801487923" +(2013, 7, 24, 1, 31, 27) function-interpolation-python 1.72332 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 24, 1, 31, 27) function-interpolation-python 1.01363 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 24, 1, 31, 50) la-vector-access-cpp 22.9582 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 24, 1, 32, 17) la-vector-assignment-cpp 27.1103 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 25, 1, 18, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.91429 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 25, 1, 18, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7018 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 25, 1, 19, 9) geometry-bounding_box_tree_build-cpp 13.9045 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 25, 1, 19, 37) common-progress-cpp 27.6518 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 25, 1, 20, 6) common-timing-cpp 29.0688 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 25, 1, 21, 52) fem-multicore-cpp 106.354 "Coloring mesh." +(2013, 7, 25, 1, 24, 23) fem-assembly-cpp 151.178 "Assembly for various forms and backends" +(2013, 7, 25, 1, 24, 35) fem-convergence-cpp 12.1495 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 25, 1, 24, 37) fem-jit-python 0.0010262 "JIT compilation (in memory cache)" +(2013, 7, 25, 1, 29, 42) fem-speedup-cpp 305.293 "Assembly/solve speedup running on 4 processors" +(2013, 7, 25, 1, 29, 42) fem-speedup-cpp-assembly 6.53432 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 25, 1, 29, 42) fem-speedup-cpp-solve 2.26699 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 25, 1, 30, 3) mesh-refinement-cpp 19.8821 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 25, 1, 30, 22) mesh-topology-cpp 19.074 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 25, 1, 30, 46) mesh-unitcube-cpp 23.7186 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 25, 1, 31, 28) mesh-iteration-cpp 39.1559 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 25, 1, 31, 50) function-evaluation-cpp 22.0183 "Evaluations of functions at arbitrary points." +(2013, 7, 25, 1, 31, 50) function-evaluation-cpp 21.9331 "Evaluations of functions at arbitrary points." +(2013, 7, 25, 1, 31, 53) function-extrapolation-python 3.52895 "BENCH: 1.08823299408" +(2013, 7, 25, 1, 31, 53) function-extrapolation-python 1.08823 "BENCH: 1.08823299408" +(2013, 7, 25, 1, 31, 55) function-interpolation-python 1.7827 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 25, 1, 31, 55) function-interpolation-python 1.01551 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 25, 1, 32, 20) la-vector-access-cpp 24.9518 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 25, 1, 32, 47) la-vector-assignment-cpp 27.0816 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 26, 1, 32, 57) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8357 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 26, 1, 33, 16) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4289 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 26, 1, 33, 32) geometry-bounding_box_tree_build-cpp 13.9295 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 26, 1, 34, 0) common-progress-cpp 27.6522 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 26, 1, 34, 29) common-timing-cpp 29.3048 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 26, 1, 36, 16) fem-multicore-cpp 106.808 "Coloring mesh." +(2013, 7, 26, 1, 38, 45) fem-assembly-cpp 149.245 "Assembly for various forms and backends" +(2013, 7, 26, 1, 38, 57) fem-convergence-cpp 12.0954 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 26, 1, 38, 59) fem-jit-python 0.0010324 "JIT compilation (in memory cache)" +(2013, 7, 26, 1, 44, 6) fem-speedup-cpp 306.664 "Assembly/solve speedup running on 4 processors" +(2013, 7, 26, 1, 44, 6) fem-speedup-cpp-assembly 6.46767 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 26, 1, 44, 6) fem-speedup-cpp-solve 2.28157 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 26, 1, 44, 27) mesh-refinement-cpp 19.9331 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 26, 1, 44, 46) mesh-topology-cpp 19.2752 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 26, 1, 45, 10) mesh-unitcube-cpp 23.9851 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 26, 1, 45, 48) mesh-iteration-cpp 35.5488 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 26, 1, 46, 9) function-evaluation-cpp 21.1529 "Evaluations of functions at arbitrary points." +(2013, 7, 26, 1, 46, 9) function-evaluation-cpp 21.0716 "Evaluations of functions at arbitrary points." +(2013, 7, 26, 1, 46, 13) function-extrapolation-python 3.41242 "BENCH: 1.06968593597" +(2013, 7, 26, 1, 46, 13) function-extrapolation-python 1.06969 "BENCH: 1.06968593597" +(2013, 7, 26, 1, 46, 15) function-interpolation-python 1.7068 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 26, 1, 46, 15) function-interpolation-python 0.974432 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 26, 1, 46, 39) la-vector-access-cpp 24.9422 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 26, 1, 47, 5) la-vector-assignment-cpp 25.0615 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 27, 1, 25, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.648 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 27, 1, 25, 43) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1914 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 27, 1, 26, 0) geometry-bounding_box_tree_build-cpp 13.8779 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 27, 1, 26, 27) common-progress-cpp 27.6531 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 27, 1, 26, 57) common-timing-cpp 29.1611 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 27, 1, 28, 43) fem-multicore-cpp 106.705 "Coloring mesh." +(2013, 7, 27, 1, 31, 12) fem-assembly-cpp 148.199 "Assembly for various forms and backends" +(2013, 7, 27, 1, 31, 24) fem-convergence-cpp 12.1193 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 27, 1, 31, 26) fem-jit-python 0.0010288 "JIT compilation (in memory cache)" +(2013, 7, 27, 1, 36, 33) fem-speedup-cpp 307.907 "Assembly/solve speedup running on 4 processors" +(2013, 7, 27, 1, 36, 33) fem-speedup-cpp-assembly 6.7843 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 27, 1, 36, 33) fem-speedup-cpp-solve 2.21279 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 27, 1, 36, 54) mesh-refinement-cpp 19.8739 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 27, 1, 37, 13) mesh-topology-cpp 19.1819 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 27, 1, 37, 37) mesh-unitcube-cpp 23.8984 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 27, 1, 38, 23) mesh-iteration-cpp 43.4933 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 27, 1, 38, 44) function-evaluation-cpp 21.1308 "Evaluations of functions at arbitrary points." +(2013, 7, 27, 1, 38, 44) function-evaluation-cpp 21.0487 "Evaluations of functions at arbitrary points." +(2013, 7, 27, 1, 38, 48) function-extrapolation-python 3.39592 "BENCH: 1.06241202354" +(2013, 7, 27, 1, 38, 48) function-extrapolation-python 1.06241 "BENCH: 1.06241202354" +(2013, 7, 27, 1, 38, 50) function-interpolation-python 1.71973 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 27, 1, 38, 50) function-interpolation-python 0.983558 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 27, 1, 39, 15) la-vector-access-cpp 24.9409 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 27, 1, 39, 40) la-vector-assignment-cpp 25.0484 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 28, 1, 39, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.4281 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 28, 1, 39, 29) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3285 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 28, 1, 39, 46) geometry-bounding_box_tree_build-cpp 13.8874 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 28, 1, 40, 13) common-progress-cpp 27.6524 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 28, 1, 40, 42) common-timing-cpp 28.2414 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 28, 1, 42, 28) fem-multicore-cpp 106.675 "Coloring mesh." +(2013, 7, 28, 1, 44, 57) fem-assembly-cpp 148.21 "Assembly for various forms and backends" +(2013, 7, 28, 1, 45, 9) fem-convergence-cpp 12.1267 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 28, 1, 45, 11) fem-jit-python 0.00103991 "JIT compilation (in memory cache)" +(2013, 7, 28, 1, 50, 17) fem-speedup-cpp 306.216 "Assembly/solve speedup running on 4 processors" +(2013, 7, 28, 1, 50, 17) fem-speedup-cpp-assembly 6.42771 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 28, 1, 50, 17) fem-speedup-cpp-solve 2.28056 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 28, 1, 50, 38) mesh-refinement-cpp 19.9213 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 28, 1, 50, 57) mesh-topology-cpp 19.1526 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 28, 1, 51, 21) mesh-unitcube-cpp 23.9458 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 28, 1, 52, 7) mesh-iteration-cpp 43.5389 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 28, 1, 52, 28) function-evaluation-cpp 21.1276 "Evaluations of functions at arbitrary points." +(2013, 7, 28, 1, 52, 28) function-evaluation-cpp 21.0374 "Evaluations of functions at arbitrary points." +(2013, 7, 28, 1, 52, 31) function-extrapolation-python 3.34089 "BENCH: 1.0704369545" +(2013, 7, 28, 1, 52, 31) function-extrapolation-python 1.07044 "BENCH: 1.0704369545" +(2013, 7, 28, 1, 52, 33) function-interpolation-python 1.69298 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 28, 1, 52, 33) function-interpolation-python 0.974667 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 28, 1, 52, 58) la-vector-access-cpp 24.9371 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 28, 1, 53, 25) la-vector-assignment-cpp 27.5753 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 29, 1, 33, 16) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.86 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 29, 1, 33, 35) geometry-bounding_box_tree_compute_closest_entity-cpp 15.404 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 29, 1, 33, 51) geometry-bounding_box_tree_build-cpp 13.9519 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 29, 1, 34, 19) common-progress-cpp 27.6526 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 29, 1, 34, 48) common-timing-cpp 28.8879 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 29, 1, 36, 35) fem-multicore-cpp 106.715 "Coloring mesh." +(2013, 7, 29, 1, 39, 3) fem-assembly-cpp 148.025 "Assembly for various forms and backends" +(2013, 7, 29, 1, 39, 15) fem-convergence-cpp 12.1061 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 29, 1, 39, 17) fem-jit-python 0.0010309 "JIT compilation (in memory cache)" +(2013, 7, 29, 1, 44, 22) fem-speedup-cpp 305.176 "Assembly/solve speedup running on 4 processors" +(2013, 7, 29, 1, 44, 22) fem-speedup-cpp-assembly 6.48856 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 29, 1, 44, 22) fem-speedup-cpp-solve 2.26292 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 29, 1, 44, 42) mesh-refinement-cpp 19.8754 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 29, 1, 45, 2) mesh-topology-cpp 19.1465 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 29, 1, 45, 25) mesh-unitcube-cpp 23.8806 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 29, 1, 46, 3) mesh-iteration-cpp 35.4578 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 29, 1, 46, 25) function-evaluation-cpp 21.6172 "Evaluations of functions at arbitrary points." +(2013, 7, 29, 1, 46, 25) function-evaluation-cpp 21.5314 "Evaluations of functions at arbitrary points." +(2013, 7, 29, 1, 46, 28) function-extrapolation-python 3.38748 "BENCH: 1.08705210686" +(2013, 7, 29, 1, 46, 28) function-extrapolation-python 1.08705 "BENCH: 1.08705210686" +(2013, 7, 29, 1, 46, 30) function-interpolation-python 1.68298 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 29, 1, 46, 30) function-interpolation-python 0.977137 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 29, 1, 46, 58) la-vector-access-cpp 27.9328 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 29, 1, 47, 23) la-vector-assignment-cpp 25.1531 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 7, 31, 1, 26, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9718 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 31, 1, 27, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5362 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 7, 31, 1, 27, 25) geometry-bounding_box_tree_build-cpp 13.8878 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 7, 31, 1, 27, 52) common-progress-cpp 27.652 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 7, 31, 1, 28, 21) common-timing-cpp 29.0704 "Timing access and registration of timings (10000000 repetitions)" +(2013, 7, 31, 1, 30, 9) fem-multicore-cpp 107.287 "Coloring mesh." +(2013, 7, 31, 1, 32, 36) fem-assembly-cpp 147.742 "Assembly for various forms and backends" +(2013, 7, 31, 1, 32, 49) fem-convergence-cpp 12.1113 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 7, 31, 1, 32, 50) fem-jit-python 0.00104589 "JIT compilation (in memory cache)" +(2013, 7, 31, 1, 37, 58) fem-speedup-cpp 307.615 "Assembly/solve speedup running on 4 processors" +(2013, 7, 31, 1, 37, 58) fem-speedup-cpp-assembly 6.55567 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 7, 31, 1, 37, 58) fem-speedup-cpp-solve 2.22618 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 7, 31, 1, 38, 19) mesh-refinement-cpp 19.8377 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 7, 31, 1, 38, 39) mesh-topology-cpp 19.1642 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 7, 31, 1, 39, 2) mesh-unitcube-cpp 23.8466 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 7, 31, 1, 39, 40) mesh-iteration-cpp 35.4885 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 7, 31, 1, 40, 2) function-evaluation-cpp 21.3148 "Evaluations of functions at arbitrary points." +(2013, 7, 31, 1, 40, 2) function-evaluation-cpp 21.196 "Evaluations of functions at arbitrary points." +(2013, 7, 31, 1, 40, 5) function-extrapolation-python 3.59531 "BENCH: 1.07835102081" +(2013, 7, 31, 1, 40, 5) function-extrapolation-python 1.07835 "BENCH: 1.07835102081" +(2013, 7, 31, 1, 40, 7) function-interpolation-python 1.66624 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 31, 1, 40, 7) function-interpolation-python 0.979514 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 7, 31, 1, 40, 35) la-vector-access-cpp 27.9492 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 7, 31, 1, 41, 0) la-vector-assignment-cpp 25.0869 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 1, 1, 39, 13) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.4727 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 1, 1, 39, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3798 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 1, 1, 39, 48) geometry-bounding_box_tree_build-cpp 13.9167 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 1, 1, 40, 16) common-progress-cpp 27.6525 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 1, 1, 40, 45) common-timing-cpp 29.2722 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 1, 1, 42, 32) fem-multicore-cpp 106.555 "Coloring mesh." +(2013, 8, 1, 1, 45, 0) fem-assembly-cpp 147.688 "Assembly for various forms and backends" +(2013, 8, 1, 1, 45, 12) fem-convergence-cpp 12.0977 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 1, 1, 45, 14) fem-jit-python 0.0010354 "JIT compilation (in memory cache)" +(2013, 8, 1, 1, 50, 19) fem-speedup-cpp 305.365 "Assembly/solve speedup running on 4 processors" +(2013, 8, 1, 1, 50, 19) fem-speedup-cpp-assembly 6.74386 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 1, 1, 50, 19) fem-speedup-cpp-solve 2.2743 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 1, 1, 50, 40) mesh-refinement-cpp 19.8651 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 1, 1, 50, 59) mesh-topology-cpp 19.1834 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 1, 1, 51, 23) mesh-unitcube-cpp 23.8155 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 1, 1, 52, 5) mesh-iteration-cpp 39.1078 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 1, 1, 52, 26) function-evaluation-cpp 21.4897 "Evaluations of functions at arbitrary points." +(2013, 8, 1, 1, 52, 26) function-evaluation-cpp 21.3422 "Evaluations of functions at arbitrary points." +(2013, 8, 1, 1, 52, 30) function-extrapolation-python 3.5455 "BENCH: 1.09359121323" +(2013, 8, 1, 1, 52, 30) function-extrapolation-python 1.09359 "BENCH: 1.09359121323" +(2013, 8, 1, 1, 52, 32) function-interpolation-python 1.70183 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 1, 1, 52, 32) function-interpolation-python 0.976344 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 1, 1, 52, 57) la-vector-access-cpp 24.974 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 1, 1, 53, 22) la-vector-assignment-cpp 25.3144 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 2, 1, 28, 52) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.3877 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 2, 1, 29, 11) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3117 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 2, 1, 29, 27) geometry-bounding_box_tree_build-cpp 13.8861 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 2, 1, 29, 55) common-progress-cpp 27.6521 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 2, 1, 30, 24) common-timing-cpp 28.4944 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 2, 1, 32, 10) fem-multicore-cpp 106.684 "Coloring mesh." +(2013, 8, 2, 1, 34, 38) fem-assembly-cpp 147.827 "Assembly for various forms and backends" +(2013, 8, 2, 1, 34, 50) fem-convergence-cpp 12.1092 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 2, 1, 34, 52) fem-jit-python 0.00102439 "JIT compilation (in memory cache)" +(2013, 8, 2, 1, 39, 58) fem-speedup-cpp 305.712 "Assembly/solve speedup running on 4 processors" +(2013, 8, 2, 1, 39, 58) fem-speedup-cpp-assembly 6.49978 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 2, 1, 39, 58) fem-speedup-cpp-solve 2.29703 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 2, 1, 40, 18) mesh-refinement-cpp 19.8816 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 2, 1, 40, 38) mesh-topology-cpp 19.2233 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 2, 1, 41, 2) mesh-unitcube-cpp 23.926 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 2, 1, 41, 48) mesh-iteration-cpp 44.1865 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 2, 1, 42, 10) function-evaluation-cpp 21.2475 "Evaluations of functions at arbitrary points." +(2013, 8, 2, 1, 42, 10) function-evaluation-cpp 21.1655 "Evaluations of functions at arbitrary points." +(2013, 8, 2, 1, 42, 13) function-extrapolation-python 3.45499 "BENCH: 1.0774269104" +(2013, 8, 2, 1, 42, 13) function-extrapolation-python 1.07743 "BENCH: 1.0774269104" +(2013, 8, 2, 1, 42, 15) function-interpolation-python 1.70972 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 2, 1, 42, 15) function-interpolation-python 0.992673 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 2, 1, 42, 40) la-vector-access-cpp 24.9398 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 2, 1, 43, 5) la-vector-assignment-cpp 25.0641 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 3, 1, 31, 14) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.4989 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 3, 1, 31, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4774 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 3, 1, 31, 49) geometry-bounding_box_tree_build-cpp 13.9001 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 3, 1, 32, 17) common-progress-cpp 27.6714 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 3, 1, 32, 45) common-timing-cpp 28.8472 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 3, 1, 34, 32) fem-multicore-cpp 107.079 "Coloring mesh." +(2013, 8, 3, 1, 37, 1) fem-assembly-cpp 148.654 "Assembly for various forms and backends" +(2013, 8, 3, 1, 37, 13) fem-convergence-cpp 12.1355 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 3, 1, 37, 15) fem-jit-python 0.00103362 "JIT compilation (in memory cache)" +(2013, 8, 3, 1, 42, 22) fem-speedup-cpp 306.73 "Assembly/solve speedup running on 4 processors" +(2013, 8, 3, 1, 42, 22) fem-speedup-cpp-assembly 6.56741 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 3, 1, 42, 22) fem-speedup-cpp-solve 2.28335 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 3, 1, 42, 43) mesh-refinement-cpp 19.8179 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 3, 1, 43, 3) mesh-topology-cpp 19.1521 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 3, 1, 43, 26) mesh-unitcube-cpp 23.881 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 3, 1, 44, 13) mesh-iteration-cpp 44.185 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 3, 1, 44, 35) function-evaluation-cpp 21.8312 "Evaluations of functions at arbitrary points." +(2013, 8, 3, 1, 44, 35) function-evaluation-cpp 21.6971 "Evaluations of functions at arbitrary points." +(2013, 8, 3, 1, 44, 38) function-extrapolation-python 3.52665 "BENCH: 1.07765603065" +(2013, 8, 3, 1, 44, 38) function-extrapolation-python 1.07766 "BENCH: 1.07765603065" +(2013, 8, 3, 1, 44, 40) function-interpolation-python 1.67445 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 3, 1, 44, 40) function-interpolation-python 0.969365 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 3, 1, 45, 5) la-vector-access-cpp 24.971 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 3, 1, 46, 1) la-vector-assignment-cpp 55.5208 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 4, 1, 41, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.6843 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 4, 1, 41, 44) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3567 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 4, 1, 42, 0) geometry-bounding_box_tree_build-cpp 13.9098 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 4, 1, 42, 28) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 4, 1, 42, 57) common-timing-cpp 28.8279 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 4, 1, 44, 44) fem-multicore-cpp 106.909 "Coloring mesh." +(2013, 8, 4, 1, 47, 12) fem-assembly-cpp 148.587 "Assembly for various forms and backends" +(2013, 8, 4, 1, 47, 24) fem-convergence-cpp 12.1192 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 4, 1, 47, 26) fem-jit-python 0.00103061 "JIT compilation (in memory cache)" +(2013, 8, 4, 1, 52, 34) fem-speedup-cpp 307.233 "Assembly/solve speedup running on 4 processors" +(2013, 8, 4, 1, 52, 34) fem-speedup-cpp-assembly 6.56102 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 4, 1, 52, 34) fem-speedup-cpp-solve 2.22183 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 4, 1, 52, 54) mesh-refinement-cpp 19.835 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 4, 1, 53, 13) mesh-topology-cpp 19.1706 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 4, 1, 53, 38) mesh-unitcube-cpp 24.1551 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 4, 1, 54, 24) mesh-iteration-cpp 43.553 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 4, 1, 54, 45) function-evaluation-cpp 21.1334 "Evaluations of functions at arbitrary points." +(2013, 8, 4, 1, 54, 45) function-evaluation-cpp 21.0477 "Evaluations of functions at arbitrary points." +(2013, 8, 4, 1, 54, 48) function-extrapolation-python 3.39345 "BENCH: 1.08501887321" +(2013, 8, 4, 1, 54, 48) function-extrapolation-python 1.08502 "BENCH: 1.08501887321" +(2013, 8, 4, 1, 54, 50) function-interpolation-python 1.67907 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 4, 1, 54, 50) function-interpolation-python 0.961259 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 4, 1, 55, 15) la-vector-access-cpp 24.9584 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 4, 1, 55, 40) la-vector-assignment-cpp 25.0679 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 5, 1, 25, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.7885 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 5, 1, 26, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4096 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 5, 1, 26, 23) geometry-bounding_box_tree_build-cpp 13.8964 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 5, 1, 26, 51) common-progress-cpp 27.6527 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 5, 1, 27, 20) common-timing-cpp 28.7543 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 5, 1, 29, 7) fem-multicore-cpp 106.983 "Coloring mesh." +(2013, 8, 5, 1, 31, 35) fem-assembly-cpp 147.844 "Assembly for various forms and backends" +(2013, 8, 5, 1, 31, 47) fem-convergence-cpp 12.1354 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 5, 1, 31, 49) fem-jit-python 0.00102918 "JIT compilation (in memory cache)" +(2013, 8, 5, 1, 36, 55) fem-speedup-cpp 305.959 "Assembly/solve speedup running on 4 processors" +(2013, 8, 5, 1, 36, 55) fem-speedup-cpp-assembly 6.53383 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 5, 1, 36, 55) fem-speedup-cpp-solve 2.27532 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 5, 1, 37, 15) mesh-refinement-cpp 19.8757 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 5, 1, 37, 34) mesh-topology-cpp 19.1757 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 5, 1, 37, 58) mesh-unitcube-cpp 23.9099 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 5, 1, 38, 36) mesh-iteration-cpp 35.4793 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 5, 1, 38, 58) function-evaluation-cpp 21.263 "Evaluations of functions at arbitrary points." +(2013, 8, 5, 1, 38, 58) function-evaluation-cpp 21.1828 "Evaluations of functions at arbitrary points." +(2013, 8, 5, 1, 39, 1) function-extrapolation-python 3.40403 "BENCH: 1.0744330883" +(2013, 8, 5, 1, 39, 1) function-extrapolation-python 1.07443 "BENCH: 1.0744330883" +(2013, 8, 5, 1, 39, 3) function-interpolation-python 1.68084 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 5, 1, 39, 3) function-interpolation-python 0.968702 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 5, 1, 39, 28) la-vector-access-cpp 24.9795 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 5, 1, 39, 53) la-vector-assignment-cpp 25.0686 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 6, 1, 35, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.831 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 6, 1, 35, 44) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2973 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 6, 1, 36, 0) geometry-bounding_box_tree_build-cpp 13.8768 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 6, 1, 36, 28) common-progress-cpp 27.6525 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 6, 1, 36, 57) common-timing-cpp 28.669 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 6, 1, 38, 44) fem-multicore-cpp 107.62 "Coloring mesh." +(2013, 8, 6, 1, 41, 13) fem-assembly-cpp 148.393 "Assembly for various forms and backends" +(2013, 8, 6, 1, 41, 25) fem-convergence-cpp 12.1228 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 6, 1, 41, 27) fem-jit-python 0.00102811 "JIT compilation (in memory cache)" +(2013, 8, 6, 1, 46, 35) fem-speedup-cpp 308.59 "Assembly/solve speedup running on 4 processors" +(2013, 8, 6, 1, 46, 35) fem-speedup-cpp-assembly 6.54911 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 6, 1, 46, 35) fem-speedup-cpp-solve 2.21345 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 6, 1, 46, 56) mesh-refinement-cpp 19.8853 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 6, 1, 47, 15) mesh-topology-cpp 19.3026 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 6, 1, 47, 39) mesh-unitcube-cpp 23.9211 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 6, 1, 48, 17) mesh-iteration-cpp 35.5593 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 6, 1, 48, 39) function-evaluation-cpp 21.3737 "Evaluations of functions at arbitrary points." +(2013, 8, 6, 1, 48, 39) function-evaluation-cpp 21.2876 "Evaluations of functions at arbitrary points." +(2013, 8, 6, 1, 48, 42) function-extrapolation-python 3.49559 "BENCH: 1.08021306992" +(2013, 8, 6, 1, 48, 42) function-extrapolation-python 1.08021 "BENCH: 1.08021306992" +(2013, 8, 6, 1, 48, 44) function-interpolation-python 1.70168 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 6, 1, 48, 44) function-interpolation-python 0.96744 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 6, 1, 49, 12) la-vector-access-cpp 27.9191 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 6, 1, 49, 37) la-vector-assignment-cpp 25.026 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 7, 1, 38, 19) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.6532 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 7, 1, 38, 38) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5974 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 7, 1, 38, 54) geometry-bounding_box_tree_build-cpp 13.9513 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 7, 1, 39, 27) common-progress-cpp 32.72 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 7, 1, 39, 56) common-timing-cpp 29.6147 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 7, 1, 41, 44) fem-multicore-cpp 107.075 "Coloring mesh." +(2013, 8, 7, 1, 44, 12) fem-assembly-cpp 148.323 "Assembly for various forms and backends" +(2013, 8, 7, 1, 44, 24) fem-convergence-cpp 12.128 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 7, 1, 44, 26) fem-jit-python 0.0010227 "JIT compilation (in memory cache)" +(2013, 8, 7, 1, 49, 31) fem-speedup-cpp 305.171 "Assembly/solve speedup running on 4 processors" +(2013, 8, 7, 1, 49, 31) fem-speedup-cpp-assembly 6.54031 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 7, 1, 49, 31) fem-speedup-cpp-solve 2.22884 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 7, 1, 49, 53) mesh-refinement-cpp 19.859 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 7, 1, 50, 12) mesh-topology-cpp 19.145 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 7, 1, 50, 36) mesh-unitcube-cpp 23.9015 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 7, 1, 51, 14) mesh-iteration-cpp 35.4751 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 7, 1, 51, 35) function-evaluation-cpp 21.1654 "Evaluations of functions at arbitrary points." +(2013, 8, 7, 1, 51, 35) function-evaluation-cpp 21.03 "Evaluations of functions at arbitrary points." +(2013, 8, 7, 1, 51, 38) function-extrapolation-python 3.33722 "BENCH: 1.06779313087" +(2013, 8, 7, 1, 51, 38) function-extrapolation-python 1.06779 "BENCH: 1.06779313087" +(2013, 8, 7, 1, 51, 40) function-interpolation-python 1.6575 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 7, 1, 51, 40) function-interpolation-python 0.967171 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 7, 1, 52, 8) la-vector-access-cpp 27.9762 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 7, 1, 52, 33) la-vector-assignment-cpp 25.0818 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 8, 1, 39, 7) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.5775 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 8, 1, 39, 26) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4071 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 8, 1, 39, 42) geometry-bounding_box_tree_build-cpp 13.9409 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 8, 1, 40, 10) common-progress-cpp 27.6519 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 8, 1, 40, 39) common-timing-cpp 28.7396 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 8, 1, 42, 25) fem-multicore-cpp 106.911 "Coloring mesh." +(2013, 8, 8, 1, 44, 54) fem-assembly-cpp 148.626 "Assembly for various forms and backends" +(2013, 8, 8, 1, 45, 6) fem-convergence-cpp 12.1204 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 8, 1, 45, 8) fem-jit-python 0.0010474 "JIT compilation (in memory cache)" +(2013, 8, 8, 1, 50, 15) fem-speedup-cpp 307.236 "Assembly/solve speedup running on 4 processors" +(2013, 8, 8, 1, 50, 15) fem-speedup-cpp-assembly 6.50746 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 8, 1, 50, 15) fem-speedup-cpp-solve 2.26756 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 8, 1, 50, 39) mesh-refinement-cpp 19.8766 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 8, 1, 50, 58) mesh-topology-cpp 19.1145 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 8, 1, 51, 22) mesh-unitcube-cpp 23.8653 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 8, 1, 52, 0) mesh-iteration-cpp 35.4708 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 8, 1, 52, 21) function-evaluation-cpp 21.2067 "Evaluations of functions at arbitrary points." +(2013, 8, 8, 1, 52, 21) function-evaluation-cpp 21.0854 "Evaluations of functions at arbitrary points." +(2013, 8, 8, 1, 52, 24) function-extrapolation-python 3.37869 "BENCH: 1.0582280159" +(2013, 8, 8, 1, 52, 24) function-extrapolation-python 1.05823 "BENCH: 1.0582280159" +(2013, 8, 8, 1, 52, 26) function-interpolation-python 1.66341 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 8, 1, 52, 26) function-interpolation-python 0.967375 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 8, 1, 52, 54) la-vector-access-cpp 27.9801 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 8, 1, 53, 19) la-vector-assignment-cpp 25.075 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 9, 1, 38, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.97718 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 9, 1, 38, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4435 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 9, 1, 39, 13) geometry-bounding_box_tree_build-cpp 13.959 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 9, 1, 39, 40) common-progress-cpp 27.6523 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 9, 1, 40, 10) common-timing-cpp 29.978 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 9, 1, 41, 58) fem-multicore-cpp 107.297 "Coloring mesh." +(2013, 8, 9, 1, 44, 26) fem-assembly-cpp 148.325 "Assembly for various forms and backends" +(2013, 8, 9, 1, 44, 38) fem-convergence-cpp 12.1115 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 9, 1, 44, 40) fem-jit-python 0.00103259 "JIT compilation (in memory cache)" +(2013, 8, 9, 1, 49, 47) fem-speedup-cpp 307.202 "Assembly/solve speedup running on 4 processors" +(2013, 8, 9, 1, 49, 47) fem-speedup-cpp-assembly 6.52362 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 9, 1, 49, 47) fem-speedup-cpp-solve 2.23068 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 9, 1, 50, 9) mesh-refinement-cpp 20.0758 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 9, 1, 50, 28) mesh-topology-cpp 19.1616 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 9, 1, 50, 53) mesh-unitcube-cpp 24.3457 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 9, 1, 51, 39) mesh-iteration-cpp 44.1844 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 9, 1, 52, 1) function-evaluation-cpp 21.1735 "Evaluations of functions at arbitrary points." +(2013, 8, 9, 1, 52, 1) function-evaluation-cpp 21.0478 "Evaluations of functions at arbitrary points." +(2013, 8, 9, 1, 52, 4) function-extrapolation-python 3.36801 "BENCH: 1.06341600418" +(2013, 8, 9, 1, 52, 4) function-extrapolation-python 1.06342 "BENCH: 1.06341600418" +(2013, 8, 9, 1, 52, 6) function-interpolation-python 1.69133 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 9, 1, 52, 6) function-interpolation-python 1.00928 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 9, 1, 52, 34) la-vector-access-cpp 27.9606 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 9, 1, 52, 59) la-vector-assignment-cpp 25.0921 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 10, 1, 28, 30) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0617 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 10, 1, 28, 49) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5376 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 10, 1, 29, 6) geometry-bounding_box_tree_build-cpp 13.9398 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 10, 1, 29, 33) common-progress-cpp 27.711 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 10, 1, 30, 3) common-timing-cpp 29.5057 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 10, 1, 31, 50) fem-multicore-cpp 107.191 "Coloring mesh." +(2013, 8, 10, 1, 34, 19) fem-assembly-cpp 148.787 "Assembly for various forms and backends" +(2013, 8, 10, 1, 34, 31) fem-convergence-cpp 12.1214 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 10, 1, 34, 33) fem-jit-python 0.00102639 "JIT compilation (in memory cache)" +(2013, 8, 10, 1, 39, 41) fem-speedup-cpp 308.48 "Assembly/solve speedup running on 4 processors" +(2013, 8, 10, 1, 39, 41) fem-speedup-cpp-assembly 6.56523 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 10, 1, 39, 41) fem-speedup-cpp-solve 2.21603 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 10, 1, 40, 3) mesh-refinement-cpp 19.9983 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 10, 1, 40, 22) mesh-topology-cpp 19.185 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 10, 1, 40, 47) mesh-unitcube-cpp 24.3062 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 10, 1, 41, 26) mesh-iteration-cpp 36.7437 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 10, 1, 41, 47) function-evaluation-cpp 21.1904 "Evaluations of functions at arbitrary points." +(2013, 8, 10, 1, 41, 47) function-evaluation-cpp 21.0738 "Evaluations of functions at arbitrary points." +(2013, 8, 10, 1, 41, 51) function-extrapolation-python 3.4954 "BENCH: 1.07068109512" +(2013, 8, 10, 1, 41, 51) function-extrapolation-python 1.07068 "BENCH: 1.07068109512" +(2013, 8, 10, 1, 41, 52) function-interpolation-python 1.68025 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 10, 1, 41, 52) function-interpolation-python 0.998028 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 10, 1, 42, 17) la-vector-access-cpp 24.9651 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 10, 1, 42, 42) la-vector-assignment-cpp 25.0923 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 11, 1, 28, 20) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1327 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 11, 1, 28, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4899 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 11, 1, 28, 55) geometry-bounding_box_tree_build-cpp 13.9146 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 11, 1, 29, 23) common-progress-cpp 27.6527 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 11, 1, 29, 52) common-timing-cpp 29.3516 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 11, 1, 31, 39) fem-multicore-cpp 107.135 "Coloring mesh." +(2013, 8, 11, 1, 34, 8) fem-assembly-cpp 148.826 "Assembly for various forms and backends" +(2013, 8, 11, 1, 34, 20) fem-convergence-cpp 12.1183 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 11, 1, 34, 22) fem-jit-python 0.00103371 "JIT compilation (in memory cache)" +(2013, 8, 11, 1, 39, 32) fem-speedup-cpp 309.779 "Assembly/solve speedup running on 4 processors" +(2013, 8, 11, 1, 39, 32) fem-speedup-cpp-assembly 6.5308 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 11, 1, 39, 32) fem-speedup-cpp-solve 2.19844 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 11, 1, 39, 54) mesh-refinement-cpp 19.9707 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 11, 1, 40, 13) mesh-topology-cpp 19.1777 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 11, 1, 40, 38) mesh-unitcube-cpp 24.3165 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 11, 1, 41, 16) mesh-iteration-cpp 36.0375 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 11, 1, 41, 38) function-evaluation-cpp 21.1652 "Evaluations of functions at arbitrary points." +(2013, 8, 11, 1, 41, 38) function-evaluation-cpp 21.0418 "Evaluations of functions at arbitrary points." +(2013, 8, 11, 1, 41, 41) function-extrapolation-python 3.39699 "BENCH: 1.05698800087" +(2013, 8, 11, 1, 41, 41) function-extrapolation-python 1.05699 "BENCH: 1.05698800087" +(2013, 8, 11, 1, 41, 43) function-interpolation-python 1.688 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 11, 1, 41, 43) function-interpolation-python 0.992373 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 11, 1, 42, 8) la-vector-access-cpp 24.9549 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 11, 1, 42, 35) la-vector-assignment-cpp 27.0904 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 12, 1, 29, 19) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2828 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 12, 1, 29, 38) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6988 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 12, 1, 29, 54) geometry-bounding_box_tree_build-cpp 13.8845 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 12, 1, 30, 22) common-progress-cpp 27.6521 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 12, 1, 30, 53) common-timing-cpp 30.9291 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 12, 1, 32, 40) fem-multicore-cpp 107.116 "Coloring mesh." +(2013, 8, 12, 1, 35, 11) fem-assembly-cpp 150.797 "Assembly for various forms and backends" +(2013, 8, 12, 1, 35, 23) fem-convergence-cpp 12.1069 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 12, 1, 35, 25) fem-jit-python 0.00104201 "JIT compilation (in memory cache)" +(2013, 8, 12, 1, 40, 30) fem-speedup-cpp 305.437 "Assembly/solve speedup running on 4 processors" +(2013, 8, 12, 1, 40, 30) fem-speedup-cpp-assembly 6.58536 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2013, 8, 12, 1, 40, 30) fem-speedup-cpp-solve 2.25804 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2013, 8, 12, 1, 40, 51) mesh-refinement-cpp 19.969 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 12, 1, 41, 10) mesh-topology-cpp 19.078 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 12, 1, 41, 34) mesh-unitcube-cpp 24.2732 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 12, 1, 42, 16) mesh-iteration-cpp 39.1608 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 12, 1, 42, 38) function-evaluation-cpp 21.5864 "Evaluations of functions at arbitrary points." +(2013, 8, 12, 1, 42, 38) function-evaluation-cpp 21.5077 "Evaluations of functions at arbitrary points." +(2013, 8, 12, 1, 42, 41) function-extrapolation-python 3.45743 "BENCH: 1.06352710724" +(2013, 8, 12, 1, 42, 41) function-extrapolation-python 1.06353 "BENCH: 1.06352710724" +(2013, 8, 12, 1, 42, 43) function-interpolation-python 1.73152 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 12, 1, 42, 43) function-interpolation-python 0.999738 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 12, 1, 43, 6) la-vector-access-cpp 23.4342 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 12, 1, 43, 31) la-vector-assignment-cpp 25.0658 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 13, 1, 30, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0241 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 13, 1, 30, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4037 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 13, 1, 31, 7) geometry-bounding_box_tree_build-cpp 13.9484 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 13, 1, 31, 35) common-progress-cpp 27.6525 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 13, 1, 32, 5) common-timing-cpp 29.6965 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 13, 1, 33, 52) fem-multicore-cpp 107.115 "Coloring mesh." +(2013, 8, 13, 1, 36, 21) fem-assembly-cpp 149.547 "Assembly for various forms and backends" +(2013, 8, 13, 1, 36, 34) fem-convergence-cpp 12.1174 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 13, 1, 36, 35) fem-jit-python 0.00102611 "JIT compilation (in memory cache)" +(2013, 8, 13, 1, 42, 1) mesh-refinement-cpp 19.7741 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 13, 1, 42, 21) mesh-topology-cpp 19.069 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 13, 1, 42, 45) mesh-unitcube-cpp 23.9753 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 13, 1, 43, 23) mesh-iteration-cpp 35.5453 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 13, 1, 43, 45) function-evaluation-cpp 21.989 "Evaluations of functions at arbitrary points." +(2013, 8, 13, 1, 43, 45) function-evaluation-cpp 21.9033 "Evaluations of functions at arbitrary points." +(2013, 8, 13, 1, 43, 48) function-extrapolation-python 3.45407 "BENCH: 1.06975007057" +(2013, 8, 13, 1, 43, 48) function-extrapolation-python 1.06975 "BENCH: 1.06975007057" +(2013, 8, 13, 1, 43, 50) function-interpolation-python 1.70201 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 13, 1, 43, 50) function-interpolation-python 0.993179 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 13, 1, 44, 15) la-vector-access-cpp 25.4377 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 13, 1, 44, 44) la-vector-assignment-cpp 29.099 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 14, 1, 34, 3) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1619 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 14, 1, 34, 22) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4298 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 14, 1, 34, 38) geometry-bounding_box_tree_build-cpp 13.9632 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 14, 1, 35, 6) common-progress-cpp 27.6528 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 14, 1, 35, 36) common-timing-cpp 30.0964 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 14, 1, 37, 24) fem-multicore-cpp 107.553 "Coloring mesh." +(2013, 8, 14, 1, 39, 53) fem-assembly-cpp 149.226 "Assembly for various forms and backends" +(2013, 8, 14, 1, 40, 5) fem-convergence-cpp 12.119 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 14, 1, 40, 7) fem-jit-python 0.00104291 "JIT compilation (in memory cache)" +(2013, 8, 14, 1, 45, 34) mesh-refinement-cpp 19.6692 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 14, 1, 45, 53) mesh-topology-cpp 19.0427 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 14, 1, 46, 17) mesh-unitcube-cpp 24.1043 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 14, 1, 46, 59) mesh-iteration-cpp 39.1619 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 14, 1, 47, 20) function-evaluation-cpp 21.1819 "Evaluations of functions at arbitrary points." +(2013, 8, 14, 1, 47, 20) function-evaluation-cpp 21.0348 "Evaluations of functions at arbitrary points." +(2013, 8, 14, 1, 47, 24) function-extrapolation-python 3.54554 "BENCH: 1.07405281067" +(2013, 8, 14, 1, 47, 24) function-extrapolation-python 1.07405 "BENCH: 1.07405281067" +(2013, 8, 14, 1, 47, 25) function-interpolation-python 1.68059 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 14, 1, 47, 25) function-interpolation-python 0.985128 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 14, 1, 47, 49) la-vector-access-cpp 23.4845 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 14, 1, 48, 16) la-vector-assignment-cpp 27.0837 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 15, 1, 35, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0388 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 15, 1, 35, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5463 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 15, 1, 36, 13) geometry-bounding_box_tree_build-cpp 13.949 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 15, 1, 36, 40) common-progress-cpp 27.6926 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 15, 1, 37, 10) common-timing-cpp 29.5317 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 15, 1, 38, 57) fem-multicore-cpp 107.211 "Coloring mesh." +(2013, 8, 15, 1, 41, 26) fem-assembly-cpp 149.318 "Assembly for various forms and backends" +(2013, 8, 15, 1, 41, 39) fem-convergence-cpp 12.1089 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 15, 1, 41, 40) fem-jit-python 0.00103989 "JIT compilation (in memory cache)" +(2013, 8, 15, 1, 47, 7) mesh-refinement-cpp 19.6627 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 15, 1, 47, 26) mesh-topology-cpp 19.0479 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 15, 1, 47, 50) mesh-unitcube-cpp 23.9587 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 15, 1, 48, 28) mesh-iteration-cpp 35.5438 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 15, 1, 48, 50) function-evaluation-cpp 21.4899 "Evaluations of functions at arbitrary points." +(2013, 8, 15, 1, 48, 50) function-evaluation-cpp 21.3608 "Evaluations of functions at arbitrary points." +(2013, 8, 15, 1, 48, 53) function-extrapolation-python 3.42887 "BENCH: 1.06464219093" +(2013, 8, 15, 1, 48, 53) function-extrapolation-python 1.06464 "BENCH: 1.06464219093" +(2013, 8, 15, 1, 48, 55) function-interpolation-python 1.68364 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 15, 1, 48, 55) function-interpolation-python 0.987284 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 15, 1, 49, 18) la-vector-access-cpp 23.4684 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 15, 1, 49, 46) la-vector-assignment-cpp 28.1084 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 16, 1, 30, 1) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.157 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 16, 1, 30, 20) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5268 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 16, 1, 30, 37) geometry-bounding_box_tree_build-cpp 13.9169 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 16, 1, 31, 4) common-progress-cpp 27.6528 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 16, 1, 31, 34) common-timing-cpp 29.8024 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 16, 1, 33, 22) fem-multicore-cpp 107.582 "Coloring mesh." +(2013, 8, 16, 1, 35, 51) fem-assembly-cpp 149.686 "Assembly for various forms and backends" +(2013, 8, 16, 1, 36, 3) fem-convergence-cpp 12.1138 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 16, 1, 36, 5) fem-jit-python 0.0010246 "JIT compilation (in memory cache)" +(2013, 8, 16, 1, 41, 32) mesh-refinement-cpp 19.7091 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 16, 1, 41, 52) mesh-topology-cpp 19.0539 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 16, 1, 42, 16) mesh-unitcube-cpp 24.0192 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 16, 1, 42, 57) mesh-iteration-cpp 39.1605 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 16, 1, 43, 19) function-evaluation-cpp 21.4923 "Evaluations of functions at arbitrary points." +(2013, 8, 16, 1, 43, 19) function-evaluation-cpp 21.4079 "Evaluations of functions at arbitrary points." +(2013, 8, 16, 1, 43, 22) function-extrapolation-python 3.45402 "BENCH: 1.0782160759" +(2013, 8, 16, 1, 43, 22) function-extrapolation-python 1.07822 "BENCH: 1.0782160759" +(2013, 8, 16, 1, 43, 24) function-interpolation-python 1.70071 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 16, 1, 43, 24) function-interpolation-python 0.980738 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 16, 1, 43, 47) la-vector-access-cpp 23.4338 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 16, 1, 44, 14) la-vector-assignment-cpp 26.9666 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 17, 1, 37, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1059 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 17, 1, 37, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6572 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 17, 1, 38, 10) geometry-bounding_box_tree_build-cpp 13.9366 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 17, 1, 38, 37) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 17, 1, 39, 7) common-timing-cpp 29.6877 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 17, 1, 40, 54) fem-multicore-cpp 107.153 "Coloring mesh." +(2013, 8, 17, 1, 43, 24) fem-assembly-cpp 149.321 "Assembly for various forms and backends" +(2013, 8, 17, 1, 43, 36) fem-convergence-cpp 12.1125 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 17, 1, 43, 38) fem-jit-python 0.0010309 "JIT compilation (in memory cache)" +(2013, 8, 17, 1, 49, 5) mesh-refinement-cpp 19.7317 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 17, 1, 49, 24) mesh-topology-cpp 19.1088 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 17, 1, 49, 48) mesh-unitcube-cpp 23.9583 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 17, 1, 50, 26) mesh-iteration-cpp 35.5424 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 17, 1, 50, 47) function-evaluation-cpp 21.1737 "Evaluations of functions at arbitrary points." +(2013, 8, 17, 1, 50, 47) function-evaluation-cpp 21.0623 "Evaluations of functions at arbitrary points." +(2013, 8, 17, 1, 50, 50) function-extrapolation-python 3.42052 "BENCH: 1.05454802513" +(2013, 8, 17, 1, 50, 50) function-extrapolation-python 1.05455 "BENCH: 1.05454802513" +(2013, 8, 17, 1, 50, 52) function-interpolation-python 1.66117 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 17, 1, 50, 52) function-interpolation-python 0.981249 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 17, 1, 51, 16) la-vector-access-cpp 23.4603 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 17, 1, 51, 43) la-vector-assignment-cpp 27.0856 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 18, 1, 34, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0011 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 18, 1, 34, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5313 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 18, 1, 35, 16) geometry-bounding_box_tree_build-cpp 13.8817 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 18, 1, 35, 43) common-progress-cpp 27.6526 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 18, 1, 36, 13) common-timing-cpp 29.8438 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 18, 1, 38, 1) fem-multicore-cpp 107.524 "Coloring mesh." +(2013, 8, 18, 1, 40, 30) fem-assembly-cpp 149.51 "Assembly for various forms and backends" +(2013, 8, 18, 1, 40, 42) fem-convergence-cpp 12.1168 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 18, 1, 40, 44) fem-jit-python 0.00102959 "JIT compilation (in memory cache)" +(2013, 8, 18, 1, 46, 11) mesh-refinement-cpp 19.7557 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 18, 1, 46, 30) mesh-topology-cpp 19.0728 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 18, 1, 46, 54) mesh-unitcube-cpp 23.9239 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 18, 1, 47, 32) mesh-iteration-cpp 35.5647 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 18, 1, 47, 53) function-evaluation-cpp 21.1502 "Evaluations of functions at arbitrary points." +(2013, 8, 18, 1, 47, 53) function-evaluation-cpp 21.0625 "Evaluations of functions at arbitrary points." +(2013, 8, 18, 1, 47, 57) function-extrapolation-python 3.39587 "BENCH: 1.07850408554" +(2013, 8, 18, 1, 47, 57) function-extrapolation-python 1.0785 "BENCH: 1.07850408554" +(2013, 8, 18, 1, 47, 58) function-interpolation-python 1.71663 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 18, 1, 47, 58) function-interpolation-python 0.991286 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 18, 1, 48, 22) la-vector-access-cpp 23.4148 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 18, 1, 48, 50) la-vector-assignment-cpp 28.0935 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 19, 1, 33, 21) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0347 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 19, 1, 33, 40) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5302 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 19, 1, 33, 57) geometry-bounding_box_tree_build-cpp 13.959 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 19, 1, 34, 24) common-progress-cpp 27.6894 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 19, 1, 34, 54) common-timing-cpp 29.7698 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 19, 1, 36, 42) fem-multicore-cpp 107.61 "Coloring mesh." +(2013, 8, 19, 1, 39, 11) fem-assembly-cpp 149.545 "Assembly for various forms and backends" +(2013, 8, 19, 1, 39, 23) fem-convergence-cpp 12.1109 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 19, 1, 39, 25) fem-jit-python 0.0010288 "JIT compilation (in memory cache)" +(2013, 8, 19, 1, 44, 56) mesh-refinement-cpp 19.7029 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 19, 1, 45, 15) mesh-topology-cpp 19.0506 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 19, 1, 45, 39) mesh-unitcube-cpp 23.8949 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 19, 1, 46, 17) mesh-iteration-cpp 35.5753 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 19, 1, 46, 38) function-evaluation-cpp 21.3738 "Evaluations of functions at arbitrary points." +(2013, 8, 19, 1, 46, 38) function-evaluation-cpp 21.2511 "Evaluations of functions at arbitrary points." +(2013, 8, 19, 1, 46, 42) function-extrapolation-python 3.36224 "BENCH: 1.0701379776" +(2013, 8, 19, 1, 46, 42) function-extrapolation-python 1.07014 "BENCH: 1.0701379776" +(2013, 8, 19, 1, 46, 44) function-interpolation-python 1.68547 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 19, 1, 46, 44) function-interpolation-python 0.994866 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 19, 1, 47, 9) la-vector-access-cpp 25.4601 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 19, 1, 47, 36) la-vector-assignment-cpp 27.0887 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 20, 1, 33, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2098 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 20, 1, 33, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6292 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 20, 1, 33, 59) geometry-bounding_box_tree_build-cpp 13.936 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 20, 1, 34, 26) common-progress-cpp 27.6523 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 20, 1, 34, 56) common-timing-cpp 29.9126 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 20, 1, 36, 43) fem-multicore-cpp 107.315 "Coloring mesh." +(2013, 8, 20, 1, 39, 13) fem-assembly-cpp 149.665 "Assembly for various forms and backends" +(2013, 8, 20, 1, 39, 25) fem-convergence-cpp 12.1433 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 20, 1, 39, 27) fem-jit-python 0.00102808 "JIT compilation (in memory cache)" +(2013, 8, 20, 1, 44, 54) mesh-refinement-cpp 19.688 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 20, 1, 45, 13) mesh-topology-cpp 19.0522 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 20, 1, 45, 37) mesh-unitcube-cpp 24.3722 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 20, 1, 46, 15) mesh-iteration-cpp 35.5501 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 20, 1, 46, 36) function-evaluation-cpp 21.2071 "Evaluations of functions at arbitrary points." +(2013, 8, 20, 1, 46, 36) function-evaluation-cpp 21.047 "Evaluations of functions at arbitrary points." +(2013, 8, 20, 1, 46, 40) function-extrapolation-python 3.39304 "BENCH: 1.07953190804" +(2013, 8, 20, 1, 46, 40) function-extrapolation-python 1.07953 "BENCH: 1.07953190804" +(2013, 8, 20, 1, 46, 42) function-interpolation-python 1.66658 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 20, 1, 46, 42) function-interpolation-python 0.97045 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 20, 1, 47, 7) la-vector-access-cpp 25.4608 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 20, 1, 47, 34) la-vector-assignment-cpp 27.0924 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 21, 1, 34, 16) geometry-bounding_box_tree_compute_entity_collisions-cpp 9.97891 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 21, 1, 34, 35) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4209 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 21, 1, 34, 51) geometry-bounding_box_tree_build-cpp 13.9314 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 21, 1, 35, 19) common-progress-cpp 27.6531 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 21, 1, 35, 48) common-timing-cpp 29.5588 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 21, 1, 37, 36) fem-multicore-cpp 107.83 "Coloring mesh." +(2013, 8, 21, 1, 40, 5) fem-assembly-cpp 149.148 "Assembly for various forms and backends" +(2013, 8, 21, 1, 40, 18) fem-convergence-cpp 12.1096 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 21, 1, 40, 19) fem-jit-python 0.0010334 "JIT compilation (in memory cache)" +(2013, 8, 21, 1, 45, 47) mesh-refinement-cpp 19.7165 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 21, 1, 46, 6) mesh-topology-cpp 19.1289 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 21, 1, 46, 30) mesh-unitcube-cpp 23.9397 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 21, 1, 47, 8) mesh-iteration-cpp 35.5482 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 21, 1, 47, 29) function-evaluation-cpp 21.152 "Evaluations of functions at arbitrary points." +(2013, 8, 21, 1, 47, 29) function-evaluation-cpp 21.0574 "Evaluations of functions at arbitrary points." +(2013, 8, 21, 1, 47, 33) function-extrapolation-python 3.43729 "BENCH: 1.07766795158" +(2013, 8, 21, 1, 47, 33) function-extrapolation-python 1.07767 "BENCH: 1.07766795158" +(2013, 8, 21, 1, 47, 34) function-interpolation-python 1.68293 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 21, 1, 47, 34) function-interpolation-python 0.98242 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 21, 1, 47, 58) la-vector-access-cpp 23.4316 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 21, 1, 48, 25) la-vector-assignment-cpp 27.0692 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 22, 1, 41, 13) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1633 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 22, 1, 41, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5437 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 22, 1, 41, 48) geometry-bounding_box_tree_build-cpp 13.9018 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 22, 1, 42, 16) common-progress-cpp 27.6528 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 22, 1, 42, 45) common-timing-cpp 29.7343 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 22, 1, 44, 33) fem-multicore-cpp 107.339 "Coloring mesh." +(2013, 8, 22, 1, 47, 1) fem-assembly-cpp 147.821 "Assembly for various forms and backends" +(2013, 8, 22, 1, 47, 13) fem-convergence-cpp 12.1131 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 22, 1, 47, 14) fem-jit-python 0.00101988 "JIT compilation (in memory cache)" +(2013, 8, 22, 1, 52, 42) mesh-refinement-cpp 19.8313 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 22, 1, 53, 1) mesh-topology-cpp 19.1747 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 22, 1, 53, 25) mesh-unitcube-cpp 24.0708 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 22, 1, 54, 3) mesh-iteration-cpp 35.4753 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 22, 1, 54, 24) function-evaluation-cpp 21.161 "Evaluations of functions at arbitrary points." +(2013, 8, 22, 1, 54, 24) function-evaluation-cpp 21.0795 "Evaluations of functions at arbitrary points." +(2013, 8, 22, 1, 54, 28) function-extrapolation-python 3.44571 "BENCH: 1.06874084473" +(2013, 8, 22, 1, 54, 28) function-extrapolation-python 1.06874 "BENCH: 1.06874084473" +(2013, 8, 22, 1, 54, 29) function-interpolation-python 1.71545 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 22, 1, 54, 29) function-interpolation-python 0.98559 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 22, 1, 54, 53) la-vector-access-cpp 23.4312 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 22, 1, 55, 20) la-vector-assignment-cpp 27.073 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 23, 1, 28, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.242 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 23, 1, 28, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5556 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 23, 1, 29, 15) geometry-bounding_box_tree_build-cpp 14.0003 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 23, 1, 29, 43) common-progress-cpp 27.653 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 23, 1, 30, 13) common-timing-cpp 29.5955 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 23, 1, 31, 59) fem-multicore-cpp 106.916 "Coloring mesh." +(2013, 8, 23, 1, 34, 28) fem-assembly-cpp 148.097 "Assembly for various forms and backends" +(2013, 8, 23, 1, 34, 40) fem-convergence-cpp 12.1088 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 23, 1, 34, 42) fem-jit-python 0.00104151 "JIT compilation (in memory cache)" +(2013, 8, 23, 1, 40, 12) mesh-refinement-cpp 19.8325 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 23, 1, 40, 32) mesh-topology-cpp 19.0871 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 23, 1, 40, 56) mesh-unitcube-cpp 23.9952 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 23, 1, 41, 34) mesh-iteration-cpp 35.4766 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 23, 1, 41, 55) function-evaluation-cpp 21.2071 "Evaluations of functions at arbitrary points." +(2013, 8, 23, 1, 41, 55) function-evaluation-cpp 21.0508 "Evaluations of functions at arbitrary points." +(2013, 8, 23, 1, 41, 58) function-extrapolation-python 3.54535 "BENCH: 1.09432315826" +(2013, 8, 23, 1, 41, 58) function-extrapolation-python 1.09432 "BENCH: 1.09432315826" +(2013, 8, 23, 1, 42, 0) function-interpolation-python 1.70435 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 23, 1, 42, 0) function-interpolation-python 0.997619 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 23, 1, 42, 24) la-vector-access-cpp 23.4479 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 23, 1, 42, 51) la-vector-assignment-cpp 27.0923 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 24, 1, 26, 21) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2205 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 24, 1, 26, 40) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5829 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 24, 1, 26, 57) geometry-bounding_box_tree_build-cpp 13.9053 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 24, 1, 27, 24) common-progress-cpp 27.653 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 24, 1, 27, 54) common-timing-cpp 29.9517 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 24, 1, 29, 42) fem-multicore-cpp 107.16 "Coloring mesh." +(2013, 8, 24, 1, 32, 9) fem-assembly-cpp 147.87 "Assembly for various forms and backends" +(2013, 8, 24, 1, 32, 22) fem-convergence-cpp 12.1414 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 24, 1, 32, 23) fem-jit-python 0.00104651 "JIT compilation (in memory cache)" +(2013, 8, 24, 1, 37, 51) mesh-refinement-cpp 19.8106 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 24, 1, 38, 10) mesh-topology-cpp 19.028 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 24, 1, 38, 34) mesh-unitcube-cpp 24.0868 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 24, 1, 39, 12) mesh-iteration-cpp 35.4311 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 24, 1, 39, 34) function-evaluation-cpp 21.9966 "Evaluations of functions at arbitrary points." +(2013, 8, 24, 1, 39, 34) function-evaluation-cpp 21.8937 "Evaluations of functions at arbitrary points." +(2013, 8, 24, 1, 39, 38) function-extrapolation-python 3.63718 "BENCH: 1.0871860981" +(2013, 8, 24, 1, 39, 38) function-extrapolation-python 1.08719 "BENCH: 1.0871860981" +(2013, 8, 24, 1, 39, 39) function-interpolation-python 1.68271 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 24, 1, 39, 39) function-interpolation-python 0.965442 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 24, 1, 40, 3) la-vector-access-cpp 23.4306 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 24, 1, 40, 30) la-vector-assignment-cpp 27.0702 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 25, 1, 27, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2155 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 25, 1, 28, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 15.556 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 25, 1, 28, 23) geometry-bounding_box_tree_build-cpp 13.9012 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 25, 1, 28, 50) common-progress-cpp 27.6527 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 25, 1, 29, 20) common-timing-cpp 30.2048 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 25, 1, 31, 8) fem-multicore-cpp 107.387 "Coloring mesh." +(2013, 8, 25, 1, 33, 34) fem-assembly-cpp 146.65 "Assembly for various forms and backends" +(2013, 8, 25, 1, 33, 47) fem-convergence-cpp 12.1122 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 25, 1, 33, 48) fem-jit-python 0.00102611 "JIT compilation (in memory cache)" +(2013, 8, 25, 1, 39, 18) mesh-refinement-cpp 19.7606 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 25, 1, 39, 37) mesh-topology-cpp 19.0406 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 25, 1, 40, 1) mesh-unitcube-cpp 24.0438 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 25, 1, 40, 48) mesh-iteration-cpp 44.1876 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 25, 1, 41, 10) function-evaluation-cpp 22.0397 "Evaluations of functions at arbitrary points." +(2013, 8, 25, 1, 41, 10) function-evaluation-cpp 21.917 "Evaluations of functions at arbitrary points." +(2013, 8, 25, 1, 41, 14) function-extrapolation-python 3.64267 "BENCH: 1.06951498985" +(2013, 8, 25, 1, 41, 14) function-extrapolation-python 1.06951 "BENCH: 1.06951498985" +(2013, 8, 25, 1, 41, 15) function-interpolation-python 1.68502 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 25, 1, 41, 15) function-interpolation-python 0.970874 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 25, 1, 41, 39) la-vector-access-cpp 23.4612 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 25, 1, 42, 7) la-vector-assignment-cpp 28.1235 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 26, 1, 28, 8) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.159 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 26, 1, 28, 27) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5303 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 26, 1, 28, 43) geometry-bounding_box_tree_build-cpp 13.9238 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 26, 1, 29, 11) common-progress-cpp 27.6528 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 26, 1, 29, 41) common-timing-cpp 30.3243 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 26, 1, 31, 28) fem-multicore-cpp 106.721 "Coloring mesh." +(2013, 8, 26, 1, 33, 55) fem-assembly-cpp 147.296 "Assembly for various forms and backends" +(2013, 8, 26, 1, 34, 8) fem-convergence-cpp 12.1133 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 26, 1, 34, 9) fem-jit-python 0.00102899 "JIT compilation (in memory cache)" +(2013, 8, 26, 1, 39, 38) mesh-refinement-cpp 19.7435 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 26, 1, 39, 57) mesh-topology-cpp 19.0231 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 26, 1, 40, 21) mesh-unitcube-cpp 24.0455 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 26, 1, 40, 59) mesh-iteration-cpp 35.4755 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 26, 1, 41, 20) function-evaluation-cpp 21.174 "Evaluations of functions at arbitrary points." +(2013, 8, 26, 1, 41, 20) function-evaluation-cpp 21.0568 "Evaluations of functions at arbitrary points." +(2013, 8, 26, 1, 41, 24) function-extrapolation-python 3.3543 "BENCH: 1.06886506081" +(2013, 8, 26, 1, 41, 24) function-extrapolation-python 1.06887 "BENCH: 1.06886506081" +(2013, 8, 26, 1, 41, 25) function-interpolation-python 1.64721 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 26, 1, 41, 25) function-interpolation-python 0.967554 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 26, 1, 41, 51) la-vector-access-cpp 25.4723 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 26, 1, 42, 20) la-vector-assignment-cpp 29.1231 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 27, 1, 36, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2084 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 27, 1, 37, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6492 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 27, 1, 37, 24) geometry-bounding_box_tree_build-cpp 13.9458 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 27, 1, 37, 52) common-progress-cpp 27.6533 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 27, 1, 38, 21) common-timing-cpp 29.6701 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 27, 1, 40, 8) fem-multicore-cpp 106.952 "Coloring mesh." +(2013, 8, 27, 1, 42, 36) fem-assembly-cpp 147.639 "Assembly for various forms and backends" +(2013, 8, 27, 1, 42, 48) fem-convergence-cpp 12.1161 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 27, 1, 42, 50) fem-jit-python 0.00104239 "JIT compilation (in memory cache)" +(2013, 8, 27, 1, 48, 21) mesh-refinement-cpp 19.7705 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 27, 1, 48, 40) mesh-topology-cpp 19.0239 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 27, 1, 49, 4) mesh-unitcube-cpp 24.032 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 27, 1, 49, 42) mesh-iteration-cpp 35.4677 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 27, 1, 50, 3) function-evaluation-cpp 21.2154 "Evaluations of functions at arbitrary points." +(2013, 8, 27, 1, 50, 3) function-evaluation-cpp 21.0981 "Evaluations of functions at arbitrary points." +(2013, 8, 27, 1, 50, 6) function-extrapolation-python 3.34552 "BENCH: 1.05961799622" +(2013, 8, 27, 1, 50, 6) function-extrapolation-python 1.05962 "BENCH: 1.05961799622" +(2013, 8, 27, 1, 50, 8) function-interpolation-python 1.64476 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 27, 1, 50, 8) function-interpolation-python 0.965227 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 27, 1, 50, 34) la-vector-access-cpp 25.4667 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 27, 1, 51, 1) la-vector-assignment-cpp 27.0917 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 28, 1, 37, 9) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2287 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 28, 1, 37, 28) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6886 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 28, 1, 37, 44) geometry-bounding_box_tree_build-cpp 13.8839 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 28, 1, 38, 12) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 28, 1, 38, 42) common-timing-cpp 30.357 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 28, 1, 40, 30) fem-multicore-cpp 107.501 "Coloring mesh." +(2013, 8, 28, 1, 42, 57) fem-assembly-cpp 147.489 "Assembly for various forms and backends" +(2013, 8, 28, 1, 43, 9) fem-convergence-cpp 12.1169 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 28, 1, 43, 11) fem-jit-python 0.00102992 "JIT compilation (in memory cache)" +(2013, 8, 28, 1, 48, 38) mesh-refinement-cpp 19.8076 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 28, 1, 48, 57) mesh-topology-cpp 19.06 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 28, 1, 49, 21) mesh-unitcube-cpp 24.056 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 28, 1, 49, 59) mesh-iteration-cpp 35.5001 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 28, 1, 50, 20) function-evaluation-cpp 21.1397 "Evaluations of functions at arbitrary points." +(2013, 8, 28, 1, 50, 20) function-evaluation-cpp 21.0499 "Evaluations of functions at arbitrary points." +(2013, 8, 28, 1, 50, 24) function-extrapolation-python 3.37918 "BENCH: 1.06580996513" +(2013, 8, 28, 1, 50, 24) function-extrapolation-python 1.06581 "BENCH: 1.06580996513" +(2013, 8, 28, 1, 50, 26) function-interpolation-python 1.68922 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 28, 1, 50, 26) function-interpolation-python 0.968645 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 28, 1, 50, 49) la-vector-access-cpp 23.4405 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 28, 1, 51, 16) la-vector-assignment-cpp 27.0238 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 29, 1, 38, 57) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2082 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 29, 1, 39, 16) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4964 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 29, 1, 39, 32) geometry-bounding_box_tree_build-cpp 13.9043 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 29, 1, 40, 0) common-progress-cpp 27.6533 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 29, 1, 40, 30) common-timing-cpp 30.0317 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 29, 1, 42, 17) fem-multicore-cpp 107.421 "Coloring mesh." +(2013, 8, 29, 1, 44, 45) fem-assembly-cpp 147.434 "Assembly for various forms and backends" +(2013, 8, 29, 1, 44, 57) fem-convergence-cpp 12.107 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 29, 1, 44, 58) fem-jit-python 0.0010339 "JIT compilation (in memory cache)" +(2013, 8, 29, 1, 50, 26) mesh-refinement-cpp 19.8443 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 29, 1, 50, 45) mesh-topology-cpp 19.1561 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 29, 1, 51, 9) mesh-unitcube-cpp 24.0152 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 29, 1, 51, 47) mesh-iteration-cpp 35.4744 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 29, 1, 52, 8) function-evaluation-cpp 21.136 "Evaluations of functions at arbitrary points." +(2013, 8, 29, 1, 52, 8) function-evaluation-cpp 21.0444 "Evaluations of functions at arbitrary points." +(2013, 8, 29, 1, 52, 12) function-extrapolation-python 3.52903 "BENCH: 1.08780002594" +(2013, 8, 29, 1, 52, 12) function-extrapolation-python 1.0878 "BENCH: 1.08780002594" +(2013, 8, 29, 1, 52, 14) function-interpolation-python 1.7117 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 29, 1, 52, 14) function-interpolation-python 0.989075 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 29, 1, 52, 37) la-vector-access-cpp 23.4331 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 29, 1, 53, 4) la-vector-assignment-cpp 27.0694 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 30, 1, 35, 20) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1712 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 30, 1, 35, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6562 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 30, 1, 35, 56) geometry-bounding_box_tree_build-cpp 13.8993 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 30, 1, 36, 23) common-progress-cpp 27.6536 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 30, 1, 36, 53) common-timing-cpp 29.2374 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 30, 1, 38, 40) fem-multicore-cpp 106.99 "Coloring mesh." +(2013, 8, 30, 1, 41, 6) fem-assembly-cpp 146.731 "Assembly for various forms and backends" +(2013, 8, 30, 1, 41, 18) fem-convergence-cpp 12.1084 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 30, 1, 41, 20) fem-jit-python 0.00102789 "JIT compilation (in memory cache)" +(2013, 8, 30, 1, 46, 50) mesh-refinement-cpp 19.8221 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 30, 1, 47, 9) mesh-topology-cpp 19.1056 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 30, 1, 47, 33) mesh-unitcube-cpp 24.1155 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 30, 1, 48, 15) mesh-iteration-cpp 39.1589 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 30, 1, 48, 36) function-evaluation-cpp 21.1466 "Evaluations of functions at arbitrary points." +(2013, 8, 30, 1, 48, 36) function-evaluation-cpp 21.0684 "Evaluations of functions at arbitrary points." +(2013, 8, 30, 1, 48, 39) function-extrapolation-python 3.44779 "BENCH: 1.09775018692" +(2013, 8, 30, 1, 48, 39) function-extrapolation-python 1.09775 "BENCH: 1.09775018692" +(2013, 8, 30, 1, 48, 41) function-interpolation-python 1.71379 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 30, 1, 48, 41) function-interpolation-python 0.967359 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 30, 1, 49, 4) la-vector-access-cpp 23.4089 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 30, 1, 49, 31) la-vector-assignment-cpp 27.0456 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 8, 31, 1, 34, 26) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.159 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 31, 1, 34, 45) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6174 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 8, 31, 1, 35, 2) geometry-bounding_box_tree_build-cpp 13.9047 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 8, 31, 1, 35, 29) common-progress-cpp 27.6531 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 8, 31, 1, 35, 59) common-timing-cpp 29.7881 "Timing access and registration of timings (10000000 repetitions)" +(2013, 8, 31, 1, 37, 46) fem-multicore-cpp 107.484 "Coloring mesh." +(2013, 8, 31, 1, 40, 14) fem-assembly-cpp 147.879 "Assembly for various forms and backends" +(2013, 8, 31, 1, 40, 26) fem-convergence-cpp 12.1066 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 8, 31, 1, 40, 28) fem-jit-python 0.0010278 "JIT compilation (in memory cache)" +(2013, 8, 31, 1, 45, 57) mesh-refinement-cpp 19.85 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 8, 31, 1, 46, 16) mesh-topology-cpp 19.0538 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 8, 31, 1, 46, 40) mesh-unitcube-cpp 24.3912 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 8, 31, 1, 47, 27) mesh-iteration-cpp 44.1629 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 8, 31, 1, 47, 49) function-evaluation-cpp 21.5885 "Evaluations of functions at arbitrary points." +(2013, 8, 31, 1, 47, 49) function-evaluation-cpp 21.5053 "Evaluations of functions at arbitrary points." +(2013, 8, 31, 1, 47, 52) function-extrapolation-python 3.47949 "BENCH: 1.09370994568" +(2013, 8, 31, 1, 47, 52) function-extrapolation-python 1.09371 "BENCH: 1.09370994568" +(2013, 8, 31, 1, 47, 54) function-interpolation-python 1.6867 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 31, 1, 47, 54) function-interpolation-python 0.966482 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 8, 31, 1, 48, 17) la-vector-access-cpp 23.4141 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 8, 31, 1, 48, 45) la-vector-assignment-cpp 28.078 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 1, 1, 32, 0) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.337 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 1, 1, 32, 19) geometry-bounding_box_tree_compute_closest_entity-cpp 15.456 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 1, 1, 32, 35) geometry-bounding_box_tree_build-cpp 13.8984 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 1, 1, 33, 3) common-progress-cpp 27.653 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 1, 1, 33, 34) common-timing-cpp 30.4644 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 1, 1, 35, 21) fem-multicore-cpp 107.359 "Coloring mesh." +(2013, 9, 1, 1, 37, 49) fem-assembly-cpp 147.849 "Assembly for various forms and backends" +(2013, 9, 1, 1, 38, 1) fem-convergence-cpp 12.1151 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 1, 1, 38, 3) fem-jit-python 0.00103521 "JIT compilation (in memory cache)" +(2013, 9, 1, 1, 43, 33) mesh-refinement-cpp 19.7962 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 1, 1, 43, 52) mesh-topology-cpp 19.0728 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 1, 1, 44, 16) mesh-unitcube-cpp 24.1598 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 1, 1, 45, 3) mesh-iteration-cpp 44.1031 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 1, 1, 45, 24) function-evaluation-cpp 21.3237 "Evaluations of functions at arbitrary points." +(2013, 9, 1, 1, 45, 24) function-evaluation-cpp 21.2078 "Evaluations of functions at arbitrary points." +(2013, 9, 1, 1, 45, 28) function-extrapolation-python 3.45091 "BENCH: 1.05152201653" +(2013, 9, 1, 1, 45, 28) function-extrapolation-python 1.05152 "BENCH: 1.05152201653" +(2013, 9, 1, 1, 45, 29) function-interpolation-python 1.65548 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 1, 1, 45, 29) function-interpolation-python 0.967372 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 1, 1, 45, 53) la-vector-access-cpp 23.448 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 1, 1, 46, 20) la-vector-assignment-cpp 27.0937 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 2, 1, 35, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.4671 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 2, 1, 35, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5409 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 2, 1, 36, 13) geometry-bounding_box_tree_build-cpp 13.8917 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 2, 1, 36, 41) common-progress-cpp 27.6533 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 2, 1, 37, 10) common-timing-cpp 29.1117 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 2, 1, 38, 57) fem-multicore-cpp 106.798 "Coloring mesh." +(2013, 9, 2, 1, 41, 23) fem-assembly-cpp 146.611 "Assembly for various forms and backends" +(2013, 9, 2, 1, 41, 36) fem-convergence-cpp 12.1059 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 2, 1, 41, 37) fem-jit-python 0.00103259 "JIT compilation (in memory cache)" +(2013, 9, 2, 1, 47, 5) mesh-refinement-cpp 19.7983 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 2, 1, 47, 24) mesh-topology-cpp 19.1523 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 2, 1, 47, 48) mesh-unitcube-cpp 24.0441 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 2, 1, 48, 26) mesh-iteration-cpp 35.4857 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 2, 1, 48, 47) function-evaluation-cpp 21.1558 "Evaluations of functions at arbitrary points." +(2013, 9, 2, 1, 48, 47) function-evaluation-cpp 21.0742 "Evaluations of functions at arbitrary points." +(2013, 9, 2, 1, 48, 51) function-extrapolation-python 3.52892 "BENCH: 1.08873105049" +(2013, 9, 2, 1, 48, 51) function-extrapolation-python 1.08873 "BENCH: 1.08873105049" +(2013, 9, 2, 1, 48, 53) function-interpolation-python 1.69405 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 2, 1, 48, 53) function-interpolation-python 0.981467 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 2, 1, 49, 16) la-vector-access-cpp 23.4271 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 2, 1, 49, 43) la-vector-assignment-cpp 27.0741 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 3, 1, 36, 30) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.5103 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 3, 1, 36, 49) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5622 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 3, 1, 37, 5) geometry-bounding_box_tree_build-cpp 13.9055 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 3, 1, 37, 33) common-progress-cpp 27.6518 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 3, 1, 38, 3) common-timing-cpp 29.5935 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 3, 1, 39, 49) fem-multicore-cpp 106.892 "Coloring mesh." +(2013, 9, 3, 1, 42, 16) fem-assembly-cpp 146.958 "Assembly for various forms and backends" +(2013, 9, 3, 1, 42, 29) fem-convergence-cpp 12.1185 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 3, 1, 42, 30) fem-jit-python 0.00103302 "JIT compilation (in memory cache)" +(2013, 9, 3, 1, 47, 59) mesh-refinement-cpp 19.7749 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 3, 1, 48, 18) mesh-topology-cpp 19.0566 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 3, 1, 48, 43) mesh-unitcube-cpp 24.0798 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 3, 1, 49, 21) mesh-iteration-cpp 35.5072 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 3, 1, 49, 42) function-evaluation-cpp 21.1668 "Evaluations of functions at arbitrary points." +(2013, 9, 3, 1, 49, 42) function-evaluation-cpp 21.0691 "Evaluations of functions at arbitrary points." +(2013, 9, 3, 1, 49, 45) function-extrapolation-python 3.47091 "BENCH: 1.07803201675" +(2013, 9, 3, 1, 49, 45) function-extrapolation-python 1.07803 "BENCH: 1.07803201675" +(2013, 9, 3, 1, 49, 47) function-interpolation-python 1.73744 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 3, 1, 49, 47) function-interpolation-python 0.968631 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 3, 1, 50, 10) la-vector-access-cpp 23.45 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 3, 1, 50, 39) la-vector-assignment-cpp 28.1161 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 4, 1, 27, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1979 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 4, 1, 28, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5105 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 4, 1, 28, 18) geometry-bounding_box_tree_build-cpp 13.9288 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 4, 1, 28, 46) common-progress-cpp 27.6527 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 4, 1, 29, 15) common-timing-cpp 29.0341 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 4, 1, 31, 2) fem-multicore-cpp 107.006 "Coloring mesh." +(2013, 9, 4, 1, 33, 29) fem-assembly-cpp 147.47 "Assembly for various forms and backends" +(2013, 9, 4, 1, 33, 41) fem-convergence-cpp 12.1119 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 4, 1, 33, 54) fem-jit-python 0.00110939 "JIT compilation (in memory cache)" +(2013, 9, 4, 1, 39, 29) mesh-refinement-cpp 19.7505 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 4, 1, 39, 48) mesh-topology-cpp 19.0354 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 4, 1, 40, 12) mesh-unitcube-cpp 24.0708 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 4, 1, 40, 50) mesh-iteration-cpp 35.4269 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 4, 1, 41, 12) function-evaluation-cpp 21.3437 "Evaluations of functions at arbitrary points." +(2013, 9, 4, 1, 41, 12) function-evaluation-cpp 21.2508 "Evaluations of functions at arbitrary points." +(2013, 9, 4, 1, 42, 2) function-extrapolation-python 50.223 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2013, 9, 4, 1, 42, 2) function-extrapolation-python 1.06637 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2013, 9, 4, 1, 42, 3) function-interpolation-python 1.65448 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 4, 1, 42, 3) function-interpolation-python 0.96664 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 4, 1, 42, 27) la-vector-access-cpp 23.4428 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 4, 1, 42, 54) la-vector-assignment-cpp 27.1227 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 5, 1, 40, 28) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1056 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 5, 1, 40, 47) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3015 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 5, 1, 41, 3) geometry-bounding_box_tree_build-cpp 13.8614 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 5, 1, 41, 31) common-progress-cpp 27.6526 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 5, 1, 42, 0) common-timing-cpp 29.4477 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 5, 1, 43, 48) fem-multicore-cpp 107.477 "Coloring mesh." +(2013, 9, 5, 1, 46, 18) fem-assembly-cpp 150.269 "Assembly for various forms and backends" +(2013, 9, 5, 1, 46, 30) fem-convergence-cpp 12.1362 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 5, 1, 46, 32) fem-jit-python 0.00103431 "JIT compilation (in memory cache)" +(2013, 9, 5, 1, 51, 59) mesh-refinement-cpp 19.9393 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 5, 1, 52, 19) mesh-topology-cpp 19.3966 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 5, 1, 52, 43) mesh-unitcube-cpp 23.9958 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 5, 1, 53, 21) mesh-iteration-cpp 35.5334 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 5, 1, 53, 42) function-evaluation-cpp 21.1233 "Evaluations of functions at arbitrary points." +(2013, 9, 5, 1, 53, 42) function-evaluation-cpp 21.0443 "Evaluations of functions at arbitrary points." +(2013, 9, 5, 1, 53, 45) function-extrapolation-python 3.58762 "BENCH: 1.09185791016" +(2013, 9, 5, 1, 53, 45) function-extrapolation-python 1.09186 "BENCH: 1.09185791016" +(2013, 9, 5, 1, 53, 47) function-interpolation-python 1.68164 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 5, 1, 53, 47) function-interpolation-python 0.964694 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 5, 1, 54, 11) la-vector-access-cpp 23.4282 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 5, 1, 54, 38) la-vector-assignment-cpp 27.0729 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 6, 1, 35, 56) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0468 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 6, 1, 36, 15) geometry-bounding_box_tree_compute_closest_entity-cpp 15.502 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 6, 1, 36, 31) geometry-bounding_box_tree_build-cpp 13.874 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 6, 1, 36, 59) common-progress-cpp 27.6544 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 6, 1, 37, 28) common-timing-cpp 29.4024 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 6, 1, 39, 16) fem-multicore-cpp 107.387 "Coloring mesh." +(2013, 9, 6, 1, 41, 46) fem-assembly-cpp 150.033 "Assembly for various forms and backends" +(2013, 9, 6, 1, 41, 58) fem-convergence-cpp 12.1347 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 6, 1, 42, 0) fem-jit-python 0.00102112 "JIT compilation (in memory cache)" +(2013, 9, 6, 1, 47, 26) mesh-refinement-cpp 19.932 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 6, 1, 47, 46) mesh-topology-cpp 19.3848 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 6, 1, 48, 10) mesh-unitcube-cpp 24.1627 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 6, 1, 48, 56) mesh-iteration-cpp 43.5492 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 6, 1, 49, 17) function-evaluation-cpp 21.1839 "Evaluations of functions at arbitrary points." +(2013, 9, 6, 1, 49, 17) function-evaluation-cpp 21.0936 "Evaluations of functions at arbitrary points." +(2013, 9, 6, 1, 49, 21) function-extrapolation-python 3.46722 "BENCH: 1.08668613434" +(2013, 9, 6, 1, 49, 21) function-extrapolation-python 1.08669 "BENCH: 1.08668613434" +(2013, 9, 6, 1, 49, 22) function-interpolation-python 1.65644 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 6, 1, 49, 22) function-interpolation-python 0.951913 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 6, 1, 49, 47) la-vector-access-cpp 24.9374 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 6, 1, 50, 16) la-vector-assignment-cpp 29.1041 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 7, 1, 31, 8) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1463 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 7, 1, 31, 27) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4807 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 7, 1, 31, 44) geometry-bounding_box_tree_build-cpp 13.8554 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 7, 1, 32, 11) common-progress-cpp 27.6525 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 7, 1, 32, 41) common-timing-cpp 29.3273 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 7, 1, 34, 29) fem-multicore-cpp 107.96 "Coloring mesh." +(2013, 9, 7, 1, 36, 58) fem-assembly-cpp 149.216 "Assembly for various forms and backends" +(2013, 9, 7, 1, 37, 10) fem-convergence-cpp 12.1415 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 7, 1, 37, 12) fem-jit-python 0.00102489 "JIT compilation (in memory cache)" +(2013, 9, 7, 1, 42, 40) mesh-refinement-cpp 19.9405 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 7, 1, 42, 59) mesh-topology-cpp 19.3759 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 7, 1, 43, 23) mesh-unitcube-cpp 23.9579 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 7, 1, 44, 1) mesh-iteration-cpp 35.5765 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 7, 1, 44, 23) function-evaluation-cpp 21.1302 "Evaluations of functions at arbitrary points." +(2013, 9, 7, 1, 44, 23) function-evaluation-cpp 21.0385 "Evaluations of functions at arbitrary points." +(2013, 9, 7, 1, 44, 26) function-extrapolation-python 3.59679 "BENCH: 1.09853887558" +(2013, 9, 7, 1, 44, 26) function-extrapolation-python 1.09854 "BENCH: 1.09853887558" +(2013, 9, 7, 1, 44, 28) function-interpolation-python 1.65632 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 7, 1, 44, 28) function-interpolation-python 0.949793 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 7, 1, 44, 51) la-vector-access-cpp 23.4279 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 7, 1, 45, 18) la-vector-assignment-cpp 27.072 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 8, 1, 35, 55) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0233 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 8, 1, 36, 14) geometry-bounding_box_tree_compute_closest_entity-cpp 15.416 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 8, 1, 36, 30) geometry-bounding_box_tree_build-cpp 13.8931 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 8, 1, 36, 58) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 8, 1, 37, 27) common-timing-cpp 29.2261 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 8, 1, 39, 15) fem-multicore-cpp 107.691 "Coloring mesh." +(2013, 9, 8, 1, 41, 44) fem-assembly-cpp 148.944 "Assembly for various forms and backends" +(2013, 9, 8, 1, 41, 56) fem-convergence-cpp 12.145 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 8, 1, 41, 58) fem-jit-python 0.00103338 "JIT compilation (in memory cache)" +(2013, 9, 8, 1, 47, 30) mesh-refinement-cpp 19.8907 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 8, 1, 47, 50) mesh-topology-cpp 19.416 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 8, 1, 48, 14) mesh-unitcube-cpp 23.911 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 8, 1, 48, 52) mesh-iteration-cpp 35.5526 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 8, 1, 49, 13) function-evaluation-cpp 21.2074 "Evaluations of functions at arbitrary points." +(2013, 9, 8, 1, 49, 13) function-evaluation-cpp 21.0866 "Evaluations of functions at arbitrary points." +(2013, 9, 8, 1, 49, 17) function-extrapolation-python 3.49526 "BENCH: 1.07830500603" +(2013, 9, 8, 1, 49, 17) function-extrapolation-python 1.07831 "BENCH: 1.07830500603" +(2013, 9, 8, 1, 49, 18) function-interpolation-python 1.64315 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 8, 1, 49, 18) function-interpolation-python 0.954983 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 8, 1, 49, 44) la-vector-access-cpp 25.9725 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 8, 1, 50, 12) la-vector-assignment-cpp 27.2369 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 9, 1, 43, 6) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.7717 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 9, 1, 43, 25) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5203 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 9, 1, 43, 41) geometry-bounding_box_tree_build-cpp 13.9121 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 9, 1, 44, 9) common-progress-cpp 27.6533 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 9, 1, 44, 39) common-timing-cpp 30.073 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 9, 1, 46, 25) fem-multicore-cpp 106.602 "Coloring mesh." +(2013, 9, 9, 1, 48, 55) fem-assembly-cpp 149.27 "Assembly for various forms and backends" +(2013, 9, 9, 1, 49, 7) fem-convergence-cpp 12.1329 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 9, 1, 49, 9) fem-jit-python 0.00102019 "JIT compilation (in memory cache)" +(2013, 9, 9, 1, 54, 35) mesh-refinement-cpp 19.8754 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 9, 1, 54, 54) mesh-topology-cpp 19.5646 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 9, 1, 55, 18) mesh-unitcube-cpp 23.8683 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 9, 1, 56, 5) mesh-iteration-cpp 44.1777 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 9, 1, 56, 26) function-evaluation-cpp 21.1301 "Evaluations of functions at arbitrary points." +(2013, 9, 9, 1, 56, 26) function-evaluation-cpp 21.0513 "Evaluations of functions at arbitrary points." +(2013, 9, 9, 1, 56, 29) function-extrapolation-python 3.52172 "BENCH: 1.07437300682" +(2013, 9, 9, 1, 56, 29) function-extrapolation-python 1.07437 "BENCH: 1.07437300682" +(2013, 9, 9, 1, 56, 31) function-interpolation-python 1.70656 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 9, 1, 56, 31) function-interpolation-python 0.99112 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 9, 1, 56, 55) la-vector-access-cpp 23.407 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 9, 1, 57, 22) la-vector-assignment-cpp 27.0531 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 10, 1, 27, 20) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.4991 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 10, 1, 27, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4587 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 10, 1, 27, 56) geometry-bounding_box_tree_build-cpp 13.9781 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 10, 1, 28, 24) common-progress-cpp 27.6536 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 10, 1, 28, 53) common-timing-cpp 29.768 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 10, 1, 30, 41) fem-multicore-cpp 107.737 "Coloring mesh." +(2013, 9, 10, 1, 33, 13) fem-assembly-cpp 152.4 "Assembly for various forms and backends" +(2013, 9, 10, 1, 33, 26) fem-convergence-cpp 12.1337 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 10, 1, 33, 28) fem-jit-python 0.00102949 "JIT compilation (in memory cache)" +(2013, 9, 10, 1, 38, 55) mesh-refinement-cpp 19.804 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 10, 1, 39, 14) mesh-topology-cpp 19.1878 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 10, 1, 39, 38) mesh-unitcube-cpp 23.8731 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 10, 1, 40, 16) mesh-iteration-cpp 35.9371 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 10, 1, 40, 37) function-evaluation-cpp 21.1614 "Evaluations of functions at arbitrary points." +(2013, 9, 10, 1, 40, 37) function-evaluation-cpp 21.0859 "Evaluations of functions at arbitrary points." +(2013, 9, 10, 1, 40, 41) function-extrapolation-python 3.52456 "BENCH: 1.06768894196" +(2013, 9, 10, 1, 40, 41) function-extrapolation-python 1.06769 "BENCH: 1.06768894196" +(2013, 9, 10, 1, 40, 43) function-interpolation-python 1.69319 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 10, 1, 40, 43) function-interpolation-python 0.972653 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 10, 1, 41, 6) la-vector-access-cpp 23.4405 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 10, 1, 41, 33) la-vector-assignment-cpp 27.0772 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 11, 1, 32, 16) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8305 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 11, 1, 32, 36) geometry-bounding_box_tree_compute_closest_entity-cpp 16.0055 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 11, 1, 32, 52) geometry-bounding_box_tree_build-cpp 13.9812 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 11, 1, 33, 20) common-progress-cpp 27.6532 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 11, 1, 33, 49) common-timing-cpp 28.5469 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 11, 1, 35, 36) fem-multicore-cpp 107.624 "Coloring mesh." +(2013, 9, 11, 1, 38, 7) fem-assembly-cpp 150.794 "Assembly for various forms and backends" +(2013, 9, 11, 1, 38, 19) fem-convergence-cpp 12.0821 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 11, 1, 38, 21) fem-jit-python 0.00106239 "JIT compilation (in memory cache)" +(2013, 9, 11, 1, 43, 50) mesh-refinement-cpp 20.1488 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 11, 1, 44, 10) mesh-topology-cpp 19.4903 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 11, 1, 44, 34) mesh-unitcube-cpp 24.4336 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 11, 1, 45, 12) mesh-iteration-cpp 35.5755 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 11, 1, 45, 33) function-evaluation-cpp 21.1335 "Evaluations of functions at arbitrary points." +(2013, 9, 11, 1, 45, 33) function-evaluation-cpp 21.0549 "Evaluations of functions at arbitrary points." +(2013, 9, 11, 1, 45, 37) function-extrapolation-python 3.4873 "BENCH: 1.07768201828" +(2013, 9, 11, 1, 45, 37) function-extrapolation-python 1.07768 "BENCH: 1.07768201828" +(2013, 9, 11, 1, 45, 39) function-interpolation-python 1.73838 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 11, 1, 45, 39) function-interpolation-python 0.998629 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 11, 1, 46, 2) la-vector-access-cpp 23.4346 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 11, 1, 46, 29) la-vector-assignment-cpp 27.0901 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 12, 1, 33, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9082 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 12, 1, 34, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6911 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 12, 1, 34, 19) geometry-bounding_box_tree_build-cpp 14.0068 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 12, 1, 34, 47) common-progress-cpp 27.6528 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 12, 1, 35, 16) common-timing-cpp 28.6927 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 12, 1, 37, 3) fem-multicore-cpp 107.704 "Coloring mesh." +(2013, 9, 12, 1, 39, 35) fem-assembly-cpp 151.063 "Assembly for various forms and backends" +(2013, 9, 12, 1, 39, 47) fem-convergence-cpp 12.084 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 12, 1, 39, 48) fem-jit-python 0.0010443 "JIT compilation (in memory cache)" +(2013, 9, 12, 1, 45, 15) mesh-refinement-cpp 20.0849 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 12, 1, 45, 35) mesh-topology-cpp 19.3911 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 12, 1, 45, 59) mesh-unitcube-cpp 24.3966 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 12, 1, 46, 41) mesh-iteration-cpp 39.1688 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 12, 1, 47, 2) function-evaluation-cpp 21.1757 "Evaluations of functions at arbitrary points." +(2013, 9, 12, 1, 47, 2) function-evaluation-cpp 21.0767 "Evaluations of functions at arbitrary points." +(2013, 9, 12, 1, 47, 5) function-extrapolation-python 3.57691 "BENCH: 1.1063439846" +(2013, 9, 12, 1, 47, 5) function-extrapolation-python 1.10634 "BENCH: 1.1063439846" +(2013, 9, 12, 1, 47, 7) function-interpolation-python 1.71146 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 12, 1, 47, 7) function-interpolation-python 1.00486 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 12, 1, 47, 36) la-vector-access-cpp 28.4178 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 12, 1, 48, 3) la-vector-assignment-cpp 27.087 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 13, 1, 31, 55) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9989 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 13, 1, 32, 14) geometry-bounding_box_tree_compute_closest_entity-cpp 16.0555 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 13, 1, 32, 31) geometry-bounding_box_tree_build-cpp 14.0016 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 13, 1, 32, 59) common-progress-cpp 27.663 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 13, 1, 33, 28) common-timing-cpp 29.4416 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 13, 1, 35, 15) fem-multicore-cpp 106.7 "Coloring mesh." +(2013, 9, 13, 1, 37, 46) fem-assembly-cpp 150.908 "Assembly for various forms and backends" +(2013, 9, 13, 1, 37, 58) fem-convergence-cpp 12.0873 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 13, 1, 38, 0) fem-jit-python 0.0010401 "JIT compilation (in memory cache)" +(2013, 9, 13, 1, 43, 27) mesh-refinement-cpp 20.0904 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 13, 1, 43, 46) mesh-topology-cpp 19.3394 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 13, 1, 44, 11) mesh-unitcube-cpp 24.4129 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 13, 1, 44, 49) mesh-iteration-cpp 35.4855 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 13, 1, 45, 10) function-evaluation-cpp 21.1258 "Evaluations of functions at arbitrary points." +(2013, 9, 13, 1, 45, 10) function-evaluation-cpp 21.038 "Evaluations of functions at arbitrary points." +(2013, 9, 13, 1, 45, 13) function-extrapolation-python 3.51222 "BENCH: 1.07154798508" +(2013, 9, 13, 1, 45, 13) function-extrapolation-python 1.07155 "BENCH: 1.07154798508" +(2013, 9, 13, 1, 45, 15) function-interpolation-python 1.72971 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 13, 1, 45, 15) function-interpolation-python 1.0023 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 13, 1, 45, 40) la-vector-access-cpp 24.9403 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 13, 1, 46, 8) la-vector-assignment-cpp 27.3666 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 14, 1, 30, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8375 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 14, 1, 31, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7463 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 14, 1, 31, 23) geometry-bounding_box_tree_build-cpp 13.9461 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 14, 1, 31, 51) common-progress-cpp 27.653 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 14, 1, 32, 20) common-timing-cpp 28.7382 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 14, 1, 34, 7) fem-multicore-cpp 107.21 "Coloring mesh." +(2013, 9, 14, 1, 36, 38) fem-assembly-cpp 151.091 "Assembly for various forms and backends" +(2013, 9, 14, 1, 36, 50) fem-convergence-cpp 12.0862 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 14, 1, 37, 9) fem-jit-python 0.00106699 "JIT compilation (in memory cache)" +(2013, 9, 14, 1, 42, 36) mesh-refinement-cpp 20.0807 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 14, 1, 42, 56) mesh-topology-cpp 19.3361 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 14, 1, 43, 20) mesh-unitcube-cpp 24.4357 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 14, 1, 43, 58) mesh-iteration-cpp 35.4249 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 14, 1, 44, 19) function-evaluation-cpp 21.2198 "Evaluations of functions at arbitrary points." +(2013, 9, 14, 1, 44, 19) function-evaluation-cpp 21.1381 "Evaluations of functions at arbitrary points." +(2013, 9, 14, 1, 45, 24) function-extrapolation-python 64.3285 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2013, 9, 14, 1, 45, 24) function-extrapolation-python 1.08295 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2013, 9, 14, 1, 45, 31) function-interpolation-python 7.60645 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2013, 9, 14, 1, 45, 31) function-interpolation-python 0.995712 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2013, 9, 14, 1, 45, 55) la-vector-access-cpp 23.4345 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 14, 1, 46, 22) la-vector-assignment-cpp 27.0854 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 15, 1, 31, 19) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8126 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 15, 1, 31, 38) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7425 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 15, 1, 31, 55) geometry-bounding_box_tree_build-cpp 14.0139 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 15, 1, 32, 23) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 15, 1, 32, 52) common-timing-cpp 29.4479 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 15, 1, 34, 39) fem-multicore-cpp 106.679 "Coloring mesh." +(2013, 9, 15, 1, 37, 10) fem-assembly-cpp 151.156 "Assembly for various forms and backends" +(2013, 9, 15, 1, 37, 22) fem-convergence-cpp 12.0846 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 15, 1, 37, 24) fem-jit-python 0.000998187 "JIT compilation (in memory cache)" +(2013, 9, 15, 1, 42, 54) mesh-refinement-cpp 20.0672 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 15, 1, 43, 14) mesh-topology-cpp 19.3549 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 15, 1, 43, 38) mesh-unitcube-cpp 24.3444 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 15, 1, 44, 16) mesh-iteration-cpp 35.4816 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 15, 1, 44, 37) function-evaluation-cpp 21.1492 "Evaluations of functions at arbitrary points." +(2013, 9, 15, 1, 44, 37) function-evaluation-cpp 21.0238 "Evaluations of functions at arbitrary points." +(2013, 9, 15, 1, 44, 41) function-extrapolation-python 3.46043 "BENCH: 1.10047793388" +(2013, 9, 15, 1, 44, 41) function-extrapolation-python 1.10048 "BENCH: 1.10047793388" +(2013, 9, 15, 1, 44, 43) function-interpolation-python 1.66484 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 15, 1, 44, 43) function-interpolation-python 0.991965 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 15, 1, 45, 6) la-vector-access-cpp 23.4761 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 15, 1, 45, 33) la-vector-assignment-cpp 27.0938 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 16, 1, 32, 20) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8358 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 16, 1, 32, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7564 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 16, 1, 32, 56) geometry-bounding_box_tree_build-cpp 14.0046 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 16, 1, 33, 23) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 16, 1, 33, 52) common-timing-cpp 28.8452 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 16, 1, 35, 40) fem-multicore-cpp 107.695 "Coloring mesh." +(2013, 9, 16, 1, 38, 10) fem-assembly-cpp 150.593 "Assembly for various forms and backends" +(2013, 9, 16, 1, 38, 23) fem-convergence-cpp 12.0833 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 16, 1, 38, 24) fem-jit-python 0.0010113 "JIT compilation (in memory cache)" +(2013, 9, 16, 1, 43, 51) mesh-refinement-cpp 20.0519 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 16, 1, 44, 11) mesh-topology-cpp 19.3845 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 16, 1, 44, 35) mesh-unitcube-cpp 24.3572 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 16, 1, 45, 13) mesh-iteration-cpp 35.4788 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 16, 1, 45, 35) function-evaluation-cpp 21.9118 "Evaluations of functions at arbitrary points." +(2013, 9, 16, 1, 45, 35) function-evaluation-cpp 21.8173 "Evaluations of functions at arbitrary points." +(2013, 9, 16, 1, 45, 39) function-extrapolation-python 3.51208 "BENCH: 1.07490205765" +(2013, 9, 16, 1, 45, 39) function-extrapolation-python 1.0749 "BENCH: 1.07490205765" +(2013, 9, 16, 1, 45, 41) function-interpolation-python 1.69376 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 16, 1, 45, 41) function-interpolation-python 0.99663 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 16, 1, 46, 4) la-vector-access-cpp 23.5684 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 16, 1, 46, 31) la-vector-assignment-cpp 27.0687 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 17, 1, 33, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8691 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 17, 1, 33, 31) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8719 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 17, 1, 33, 47) geometry-bounding_box_tree_build-cpp 13.9539 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 17, 1, 34, 15) common-progress-cpp 27.6534 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 17, 1, 34, 45) common-timing-cpp 29.9478 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 17, 1, 36, 32) fem-multicore-cpp 107.503 "Coloring mesh." +(2013, 9, 17, 1, 39, 3) fem-assembly-cpp 150.59 "Assembly for various forms and backends" +(2013, 9, 17, 1, 39, 15) fem-convergence-cpp 12.1392 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 17, 1, 39, 17) fem-jit-python 0.001001 "JIT compilation (in memory cache)" +(2013, 9, 17, 1, 44, 43) mesh-refinement-cpp 20.0807 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 17, 1, 45, 2) mesh-topology-cpp 19.3754 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 17, 1, 45, 27) mesh-unitcube-cpp 24.421 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 17, 1, 46, 5) mesh-iteration-cpp 35.4924 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 17, 1, 46, 26) function-evaluation-cpp 21.1404 "Evaluations of functions at arbitrary points." +(2013, 9, 17, 1, 46, 26) function-evaluation-cpp 21.0562 "Evaluations of functions at arbitrary points." +(2013, 9, 17, 1, 46, 30) function-extrapolation-python 3.54555 "BENCH: 1.07709693909" +(2013, 9, 17, 1, 46, 30) function-extrapolation-python 1.0771 "BENCH: 1.07709693909" +(2013, 9, 17, 1, 46, 31) function-interpolation-python 1.69311 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 17, 1, 46, 31) function-interpolation-python 0.999534 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 17, 1, 46, 55) la-vector-access-cpp 23.4384 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 17, 1, 47, 23) la-vector-assignment-cpp 28.1092 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 18, 1, 37, 24) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2919 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 18, 1, 37, 43) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8306 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 18, 1, 38, 0) geometry-bounding_box_tree_build-cpp 13.9817 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 18, 1, 38, 28) common-progress-cpp 27.6542 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 18, 1, 38, 57) common-timing-cpp 29.5945 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 18, 1, 42, 22) fem-multicore-cpp 204.88 "Coloring mesh." +(2013, 9, 18, 1, 44, 54) fem-assembly-cpp 152.387 "Assembly for various forms and backends" +(2013, 9, 18, 1, 45, 9) fem-convergence-cpp 14.2262 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 18, 1, 45, 10) fem-jit-python 0.00105371 "JIT compilation (in memory cache)" +(2013, 9, 18, 1, 53, 15) mesh-refinement-cpp 20.0068 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 18, 1, 53, 35) mesh-topology-cpp 19.5757 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 18, 1, 53, 59) mesh-unitcube-cpp 24.083 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 18, 1, 54, 40) mesh-iteration-cpp 39.1739 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 18, 1, 55, 2) function-evaluation-cpp 21.0941 "Evaluations of functions at arbitrary points." +(2013, 9, 18, 1, 55, 2) function-evaluation-cpp 20.9717 "Evaluations of functions at arbitrary points." +(2013, 9, 18, 1, 55, 5) function-extrapolation-python 3.60408 "BENCH: 1.05839109421" +(2013, 9, 18, 1, 55, 5) function-extrapolation-python 1.05839 "BENCH: 1.05839109421" +(2013, 9, 18, 1, 55, 7) function-interpolation-python 1.62787 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 18, 1, 55, 7) function-interpolation-python 0.964344 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 18, 1, 55, 32) la-vector-access-cpp 25.4647 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 18, 1, 55, 59) la-vector-assignment-cpp 27.0758 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 19, 1, 24, 27) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1688 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 19, 1, 24, 46) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5593 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 19, 1, 25, 3) geometry-bounding_box_tree_build-cpp 13.9742 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 19, 1, 25, 30) common-progress-cpp 27.6526 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 19, 1, 26, 1) common-timing-cpp 30.1424 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 19, 1, 29, 26) fem-multicore-cpp 205.269 "Coloring mesh." +(2013, 9, 19, 1, 31, 58) fem-assembly-cpp 152 "Assembly for various forms and backends" +(2013, 9, 19, 1, 32, 12) fem-convergence-cpp 14.1866 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 19, 1, 32, 14) fem-jit-python 0.00103731 "JIT compilation (in memory cache)" +(2013, 9, 19, 1, 40, 15) mesh-refinement-cpp 20.0784 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 19, 1, 40, 35) mesh-topology-cpp 19.5747 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 19, 1, 41, 0) mesh-unitcube-cpp 24.6586 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 19, 1, 41, 46) mesh-iteration-cpp 44.1798 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 19, 1, 42, 7) function-evaluation-cpp 21.0493 "Evaluations of functions at arbitrary points." +(2013, 9, 19, 1, 42, 7) function-evaluation-cpp 20.9664 "Evaluations of functions at arbitrary points." +(2013, 9, 19, 1, 42, 11) function-extrapolation-python 3.54431 "BENCH: 1.06100296974" +(2013, 9, 19, 1, 42, 11) function-extrapolation-python 1.061 "BENCH: 1.06100296974" +(2013, 9, 19, 1, 42, 13) function-interpolation-python 1.65769 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 19, 1, 42, 13) function-interpolation-python 0.965463 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 19, 1, 42, 38) la-vector-access-cpp 25.4484 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 19, 1, 43, 6) la-vector-assignment-cpp 28.1904 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 20, 1, 29, 58) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1764 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 20, 1, 30, 16) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4981 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 20, 1, 30, 33) geometry-bounding_box_tree_build-cpp 13.9017 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 20, 1, 31, 1) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 20, 1, 31, 32) common-timing-cpp 31.0592 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 20, 1, 34, 57) fem-multicore-cpp 205.494 "Coloring mesh." +(2013, 9, 20, 1, 37, 29) fem-assembly-cpp 151.32 "Assembly for various forms and backends" +(2013, 9, 20, 1, 37, 43) fem-convergence-cpp 14.1858 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 20, 1, 37, 45) fem-jit-python 0.001034 "JIT compilation (in memory cache)" +(2013, 9, 20, 1, 45, 48) mesh-refinement-cpp 19.9887 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 20, 1, 46, 8) mesh-topology-cpp 19.6018 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 20, 1, 46, 32) mesh-unitcube-cpp 24.1416 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 20, 1, 47, 10) mesh-iteration-cpp 35.4887 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 20, 1, 47, 31) function-evaluation-cpp 21.1095 "Evaluations of functions at arbitrary points." +(2013, 9, 20, 1, 47, 31) function-evaluation-cpp 21.0156 "Evaluations of functions at arbitrary points." +(2013, 9, 20, 1, 47, 35) function-extrapolation-python 3.44591 "BENCH: 1.0674598217" +(2013, 9, 20, 1, 47, 35) function-extrapolation-python 1.06746 "BENCH: 1.0674598217" +(2013, 9, 20, 1, 47, 37) function-interpolation-python 1.63662 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 20, 1, 47, 37) function-interpolation-python 0.971224 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 20, 1, 48, 5) la-vector-access-cpp 28.4881 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 20, 1, 48, 32) la-vector-assignment-cpp 27.2363 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 21, 1, 27, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.3061 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 21, 1, 27, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7407 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 21, 1, 28, 9) geometry-bounding_box_tree_build-cpp 13.9143 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 21, 1, 28, 42) common-progress-cpp 32.6686 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 21, 1, 29, 13) common-timing-cpp 30.6477 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 21, 1, 32, 39) fem-multicore-cpp 206.137 "Coloring mesh." +(2013, 9, 21, 1, 35, 10) fem-assembly-cpp 151.23 "Assembly for various forms and backends" +(2013, 9, 21, 1, 35, 24) fem-convergence-cpp 14.1815 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 21, 1, 35, 26) fem-jit-python 0.001017 "JIT compilation (in memory cache)" +(2013, 9, 21, 1, 43, 29) mesh-refinement-cpp 20.0585 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 21, 1, 43, 48) mesh-topology-cpp 19.5444 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 21, 1, 44, 13) mesh-unitcube-cpp 24.2112 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 21, 1, 44, 51) mesh-iteration-cpp 35.4221 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 21, 1, 45, 12) function-evaluation-cpp 21.3082 "Evaluations of functions at arbitrary points." +(2013, 9, 21, 1, 45, 12) function-evaluation-cpp 21.2201 "Evaluations of functions at arbitrary points." +(2013, 9, 21, 1, 45, 15) function-extrapolation-python 3.43787 "BENCH: 1.0566368103" +(2013, 9, 21, 1, 45, 15) function-extrapolation-python 1.05664 "BENCH: 1.0566368103" +(2013, 9, 21, 1, 45, 17) function-interpolation-python 1.66554 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 21, 1, 45, 17) function-interpolation-python 0.969048 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 21, 1, 45, 46) la-vector-access-cpp 28.4473 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 21, 1, 46, 13) la-vector-assignment-cpp 27.0334 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 22, 1, 29, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2515 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 22, 1, 29, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5416 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 22, 1, 30, 13) geometry-bounding_box_tree_build-cpp 13.9462 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 22, 1, 30, 41) common-progress-cpp 27.6533 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 22, 1, 31, 12) common-timing-cpp 30.6471 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 22, 1, 34, 37) fem-multicore-cpp 205.059 "Coloring mesh." +(2013, 9, 22, 1, 37, 8) fem-assembly-cpp 151.561 "Assembly for various forms and backends" +(2013, 9, 22, 1, 37, 23) fem-convergence-cpp 14.2059 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 22, 1, 37, 24) fem-jit-python 0.00102489 "JIT compilation (in memory cache)" +(2013, 9, 22, 1, 45, 25) mesh-refinement-cpp 20.0177 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 22, 1, 45, 44) mesh-topology-cpp 19.6154 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 22, 1, 46, 9) mesh-unitcube-cpp 24.2461 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 22, 1, 46, 47) mesh-iteration-cpp 35.5352 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 22, 1, 47, 8) function-evaluation-cpp 21.1677 "Evaluations of functions at arbitrary points." +(2013, 9, 22, 1, 47, 8) function-evaluation-cpp 21.0685 "Evaluations of functions at arbitrary points." +(2013, 9, 22, 1, 47, 11) function-extrapolation-python 3.47708 "BENCH: 1.06166815758" +(2013, 9, 22, 1, 47, 11) function-extrapolation-python 1.06167 "BENCH: 1.06166815758" +(2013, 9, 22, 1, 47, 13) function-interpolation-python 1.65907 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 22, 1, 47, 13) function-interpolation-python 0.970722 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 22, 1, 47, 38) la-vector-access-cpp 25.4446 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 22, 1, 48, 6) la-vector-assignment-cpp 27.0689 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 23, 1, 29, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1791 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 23, 1, 29, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6485 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 23, 1, 30, 13) geometry-bounding_box_tree_build-cpp 13.9134 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 23, 1, 30, 40) common-progress-cpp 27.6526 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 23, 1, 31, 11) common-timing-cpp 30.9794 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 23, 1, 34, 37) fem-multicore-cpp 205.36 "Coloring mesh." +(2013, 9, 23, 1, 37, 8) fem-assembly-cpp 151.486 "Assembly for various forms and backends" +(2013, 9, 23, 1, 37, 22) fem-convergence-cpp 14.194 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 23, 1, 37, 24) fem-jit-python 0.00102909 "JIT compilation (in memory cache)" +(2013, 9, 23, 1, 45, 24) mesh-refinement-cpp 19.9843 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 23, 1, 45, 43) mesh-topology-cpp 19.6142 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 23, 1, 46, 8) mesh-unitcube-cpp 24.2098 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 23, 1, 46, 46) mesh-iteration-cpp 35.4938 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 23, 1, 47, 7) function-evaluation-cpp 21.1121 "Evaluations of functions at arbitrary points." +(2013, 9, 23, 1, 47, 7) function-evaluation-cpp 21 "Evaluations of functions at arbitrary points." +(2013, 9, 23, 1, 47, 10) function-extrapolation-python 3.52908 "BENCH: 1.06049919128" +(2013, 9, 23, 1, 47, 10) function-extrapolation-python 1.0605 "BENCH: 1.06049919128" +(2013, 9, 23, 1, 47, 12) function-interpolation-python 1.67787 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 23, 1, 47, 12) function-interpolation-python 0.969448 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 23, 1, 47, 37) la-vector-access-cpp 25.4436 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 23, 1, 48, 5) la-vector-assignment-cpp 27.0878 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 24, 1, 34, 17) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.3622 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 24, 1, 34, 36) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6279 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 24, 1, 34, 53) geometry-bounding_box_tree_build-cpp 13.8999 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 24, 1, 35, 20) common-progress-cpp 27.6537 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 24, 1, 35, 51) common-timing-cpp 30.2772 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 24, 1, 39, 16) fem-multicore-cpp 205.146 "Coloring mesh." +(2013, 9, 24, 1, 41, 47) fem-assembly-cpp 151.152 "Assembly for various forms and backends" +(2013, 9, 24, 1, 42, 1) fem-convergence-cpp 14.1983 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 24, 1, 42, 3) fem-jit-python 0.00104001 "JIT compilation (in memory cache)" +(2013, 9, 24, 1, 50, 7) mesh-refinement-cpp 20.0585 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 24, 1, 50, 27) mesh-topology-cpp 19.5446 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 24, 1, 50, 51) mesh-unitcube-cpp 24.1553 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 24, 1, 51, 29) mesh-iteration-cpp 35.4917 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 24, 1, 51, 50) function-evaluation-cpp 21.1105 "Evaluations of functions at arbitrary points." +(2013, 9, 24, 1, 51, 50) function-evaluation-cpp 21.0285 "Evaluations of functions at arbitrary points." +(2013, 9, 24, 1, 51, 54) function-extrapolation-python 3.55087 "BENCH: 1.06886100769" +(2013, 9, 24, 1, 51, 54) function-extrapolation-python 1.06886 "BENCH: 1.06886100769" +(2013, 9, 24, 1, 51, 55) function-interpolation-python 1.67705 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 24, 1, 51, 55) function-interpolation-python 0.972507 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 24, 1, 52, 24) la-vector-access-cpp 28.4463 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 24, 1, 52, 51) la-vector-assignment-cpp 27.0973 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 25, 1, 25, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2169 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 25, 1, 26, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7394 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 25, 1, 26, 19) geometry-bounding_box_tree_build-cpp 13.9305 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 25, 1, 26, 47) common-progress-cpp 27.6555 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 25, 1, 27, 17) common-timing-cpp 30.508 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 25, 1, 30, 43) fem-multicore-cpp 205.676 "Coloring mesh." +(2013, 9, 25, 1, 33, 16) fem-assembly-cpp 153.005 "Assembly for various forms and backends" +(2013, 9, 25, 1, 33, 30) fem-convergence-cpp 14.2226 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 25, 1, 33, 32) fem-jit-python 0.00101972 "JIT compilation (in memory cache)" +(2013, 9, 25, 1, 41, 31) mesh-refinement-cpp 19.9764 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 25, 1, 41, 50) mesh-topology-cpp 19.4984 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 25, 1, 42, 14) mesh-unitcube-cpp 24.0983 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 25, 1, 42, 52) mesh-iteration-cpp 35.4973 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 25, 1, 43, 13) function-evaluation-cpp 21.1453 "Evaluations of functions at arbitrary points." +(2013, 9, 25, 1, 43, 13) function-evaluation-cpp 21.0586 "Evaluations of functions at arbitrary points." +(2013, 9, 25, 1, 43, 17) function-extrapolation-python 3.54581 "BENCH: 1.08921313286" +(2013, 9, 25, 1, 43, 17) function-extrapolation-python 1.08921 "BENCH: 1.08921313286" +(2013, 9, 25, 1, 43, 19) function-interpolation-python 1.65365 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 25, 1, 43, 19) function-interpolation-python 0.953854 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 25, 1, 43, 44) la-vector-access-cpp 25.4442 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 25, 1, 44, 11) la-vector-assignment-cpp 27.0409 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 26, 1, 23, 17) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2784 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 26, 1, 23, 36) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5226 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 26, 1, 23, 52) geometry-bounding_box_tree_build-cpp 13.9074 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 26, 1, 24, 20) common-progress-cpp 27.653 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 26, 1, 24, 50) common-timing-cpp 29.8304 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 26, 1, 28, 15) fem-multicore-cpp 205.524 "Coloring mesh." +(2013, 9, 26, 1, 30, 48) fem-assembly-cpp 152.683 "Assembly for various forms and backends" +(2013, 9, 26, 1, 31, 2) fem-convergence-cpp 14.2046 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 26, 1, 31, 4) fem-jit-python 0.00102 "JIT compilation (in memory cache)" +(2013, 9, 26, 1, 39, 3) mesh-refinement-cpp 19.9666 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 26, 1, 39, 22) mesh-topology-cpp 19.4873 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 26, 1, 39, 46) mesh-unitcube-cpp 24.0988 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 26, 1, 40, 28) mesh-iteration-cpp 39.1696 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 26, 1, 40, 49) function-evaluation-cpp 21.1318 "Evaluations of functions at arbitrary points." +(2013, 9, 26, 1, 40, 49) function-evaluation-cpp 21.0351 "Evaluations of functions at arbitrary points." +(2013, 9, 26, 1, 40, 53) function-extrapolation-python 3.70398 "BENCH: 1.08206582069" +(2013, 9, 26, 1, 40, 53) function-extrapolation-python 1.08207 "BENCH: 1.08206582069" +(2013, 9, 26, 1, 40, 55) function-interpolation-python 1.63508 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 26, 1, 40, 55) function-interpolation-python 0.966312 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 26, 1, 41, 20) la-vector-access-cpp 25.4728 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 26, 1, 41, 47) la-vector-assignment-cpp 27.0971 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 27, 1, 23, 2) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2051 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 27, 1, 23, 21) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7808 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 27, 1, 23, 38) geometry-bounding_box_tree_build-cpp 13.9336 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 27, 1, 24, 5) common-progress-cpp 27.6632 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 27, 1, 24, 35) common-timing-cpp 29.9394 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 27, 1, 28, 1) fem-multicore-cpp 205.8 "Coloring mesh." +(2013, 9, 27, 1, 30, 34) fem-assembly-cpp 153.245 "Assembly for various forms and backends" +(2013, 9, 27, 1, 30, 49) fem-convergence-cpp 14.2043 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 27, 1, 30, 50) fem-jit-python 0.0010273 "JIT compilation (in memory cache)" +(2013, 9, 27, 1, 38, 53) mesh-refinement-cpp 19.9559 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 27, 1, 39, 13) mesh-topology-cpp 19.4859 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 27, 1, 39, 37) mesh-unitcube-cpp 24.1277 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 27, 1, 40, 15) mesh-iteration-cpp 35.4216 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 27, 1, 40, 36) function-evaluation-cpp 21.1238 "Evaluations of functions at arbitrary points." +(2013, 9, 27, 1, 40, 36) function-evaluation-cpp 21.0154 "Evaluations of functions at arbitrary points." +(2013, 9, 27, 1, 40, 40) function-extrapolation-python 3.47082 "BENCH: 1.06766915321" +(2013, 9, 27, 1, 40, 40) function-extrapolation-python 1.06767 "BENCH: 1.06766915321" +(2013, 9, 27, 1, 40, 41) function-interpolation-python 1.65261 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 27, 1, 40, 41) function-interpolation-python 0.966008 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 27, 1, 41, 7) la-vector-access-cpp 25.4445 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 27, 1, 41, 34) la-vector-assignment-cpp 27.0964 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 28, 1, 34, 5) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2037 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 28, 1, 34, 24) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6541 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 28, 1, 34, 41) geometry-bounding_box_tree_build-cpp 13.9105 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 28, 1, 35, 9) common-progress-cpp 27.6983 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 28, 1, 35, 38) common-timing-cpp 29.6619 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 28, 1, 39, 4) fem-multicore-cpp 205.708 "Coloring mesh." +(2013, 9, 28, 1, 41, 37) fem-assembly-cpp 153.46 "Assembly for various forms and backends" +(2013, 9, 28, 1, 41, 52) fem-convergence-cpp 14.1977 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 28, 1, 41, 54) fem-jit-python 0.0010283 "JIT compilation (in memory cache)" +(2013, 9, 28, 1, 49, 55) mesh-refinement-cpp 19.9882 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 28, 1, 50, 14) mesh-topology-cpp 19.4742 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 28, 1, 50, 38) mesh-unitcube-cpp 24.1688 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 28, 1, 51, 25) mesh-iteration-cpp 44.1761 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 28, 1, 51, 46) function-evaluation-cpp 21.0949 "Evaluations of functions at arbitrary points." +(2013, 9, 28, 1, 51, 46) function-evaluation-cpp 21.0094 "Evaluations of functions at arbitrary points." +(2013, 9, 28, 1, 51, 50) function-extrapolation-python 3.57366 "BENCH: 1.08244895935" +(2013, 9, 28, 1, 51, 50) function-extrapolation-python 1.08245 "BENCH: 1.08244895935" +(2013, 9, 28, 1, 51, 52) function-interpolation-python 1.65361 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 28, 1, 51, 52) function-interpolation-python 0.964955 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 28, 1, 52, 17) la-vector-access-cpp 25.442 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 28, 1, 52, 44) la-vector-assignment-cpp 26.9872 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 29, 1, 30, 8) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2405 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 29, 1, 30, 27) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6477 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 29, 1, 30, 44) geometry-bounding_box_tree_build-cpp 13.9739 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 29, 1, 31, 11) common-progress-cpp 27.6535 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 29, 1, 31, 42) common-timing-cpp 30.2627 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 29, 1, 35, 8) fem-multicore-cpp 206.069 "Coloring mesh." +(2013, 9, 29, 1, 37, 41) fem-assembly-cpp 153.107 "Assembly for various forms and backends" +(2013, 9, 29, 1, 37, 55) fem-convergence-cpp 14.2171 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 29, 1, 37, 57) fem-jit-python 0.0010253 "JIT compilation (in memory cache)" +(2013, 9, 29, 1, 45, 56) mesh-refinement-cpp 19.9574 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 29, 1, 46, 16) mesh-topology-cpp 19.5648 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 29, 1, 46, 40) mesh-unitcube-cpp 24.093 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 29, 1, 47, 18) mesh-iteration-cpp 35.4802 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 29, 1, 47, 39) function-evaluation-cpp 21.1159 "Evaluations of functions at arbitrary points." +(2013, 9, 29, 1, 47, 39) function-evaluation-cpp 21.0217 "Evaluations of functions at arbitrary points." +(2013, 9, 29, 1, 47, 43) function-extrapolation-python 3.66224 "BENCH: 1.06667804718" +(2013, 9, 29, 1, 47, 43) function-extrapolation-python 1.06668 "BENCH: 1.06667804718" +(2013, 9, 29, 1, 47, 45) function-interpolation-python 1.66283 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 29, 1, 47, 45) function-interpolation-python 0.964002 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 29, 1, 48, 10) la-vector-access-cpp 25.472 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 29, 1, 48, 37) la-vector-assignment-cpp 27.1015 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 9, 30, 1, 27, 28) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2359 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 30, 1, 27, 47) geometry-bounding_box_tree_compute_closest_entity-cpp 15.551 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 9, 30, 1, 28, 4) geometry-bounding_box_tree_build-cpp 13.9624 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 9, 30, 1, 28, 31) common-progress-cpp 27.6526 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 9, 30, 1, 29, 2) common-timing-cpp 30.5294 "Timing access and registration of timings (10000000 repetitions)" +(2013, 9, 30, 1, 32, 28) fem-multicore-cpp 205.816 "Coloring mesh." +(2013, 9, 30, 1, 35, 1) fem-assembly-cpp 152.988 "Assembly for various forms and backends" +(2013, 9, 30, 1, 35, 15) fem-convergence-cpp 14.2009 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 9, 30, 1, 35, 17) fem-jit-python 0.0010253 "JIT compilation (in memory cache)" +(2013, 9, 30, 1, 43, 19) mesh-refinement-cpp 19.9378 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 9, 30, 1, 43, 38) mesh-topology-cpp 19.4735 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 9, 30, 1, 44, 3) mesh-unitcube-cpp 24.1112 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 9, 30, 1, 44, 49) mesh-iteration-cpp 44.1903 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 9, 30, 1, 45, 10) function-evaluation-cpp 21.1726 "Evaluations of functions at arbitrary points." +(2013, 9, 30, 1, 45, 10) function-evaluation-cpp 21.0739 "Evaluations of functions at arbitrary points." +(2013, 9, 30, 1, 45, 14) function-extrapolation-python 3.52768 "BENCH: 1.04921603203" +(2013, 9, 30, 1, 45, 14) function-extrapolation-python 1.04922 "BENCH: 1.04921603203" +(2013, 9, 30, 1, 45, 16) function-interpolation-python 1.65985 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 30, 1, 45, 16) function-interpolation-python 0.963018 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 9, 30, 1, 45, 44) la-vector-access-cpp 28.4764 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 9, 30, 1, 46, 11) la-vector-assignment-cpp 27.1333 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 1, 1, 36, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2179 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 1, 1, 37, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.738 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 1, 1, 37, 19) geometry-bounding_box_tree_build-cpp 13.953 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 1, 1, 37, 47) common-progress-cpp 27.6538 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 1, 1, 38, 17) common-timing-cpp 30.0495 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 1, 1, 41, 42) fem-multicore-cpp 205.832 "Coloring mesh." +(2013, 10, 1, 1, 44, 16) fem-assembly-cpp 153.427 "Assembly for various forms and backends" +(2013, 10, 1, 1, 44, 30) fem-convergence-cpp 14.2077 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 1, 1, 44, 32) fem-jit-python 0.00101299 "JIT compilation (in memory cache)" +(2013, 10, 1, 1, 52, 30) mesh-refinement-cpp 19.9788 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 1, 1, 52, 50) mesh-topology-cpp 19.5295 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 1, 1, 53, 14) mesh-unitcube-cpp 24.0903 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 1, 1, 53, 52) mesh-iteration-cpp 35.4861 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 1, 1, 54, 13) function-evaluation-cpp 21.1186 "Evaluations of functions at arbitrary points." +(2013, 10, 1, 1, 54, 13) function-evaluation-cpp 21.0132 "Evaluations of functions at arbitrary points." +(2013, 10, 1, 1, 54, 16) function-extrapolation-python 3.67901 "BENCH: 1.07571601868" +(2013, 10, 1, 1, 54, 16) function-extrapolation-python 1.07572 "BENCH: 1.07571601868" +(2013, 10, 1, 1, 54, 18) function-interpolation-python 1.64451 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 1, 1, 54, 18) function-interpolation-python 0.956019 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 1, 1, 54, 47) la-vector-access-cpp 28.4633 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 1, 1, 55, 14) la-vector-assignment-cpp 27.0963 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 2, 1, 34, 12) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1837 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 2, 1, 34, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8518 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 2, 1, 34, 48) geometry-bounding_box_tree_build-cpp 13.9266 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 2, 1, 35, 16) common-progress-cpp 27.7078 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 2, 1, 35, 46) common-timing-cpp 29.9973 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 2, 1, 39, 12) fem-multicore-cpp 206.46 "Coloring mesh." +(2013, 10, 2, 1, 41, 45) fem-assembly-cpp 152.871 "Assembly for various forms and backends" +(2013, 10, 2, 1, 42, 0) fem-convergence-cpp 14.216 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 2, 1, 42, 1) fem-jit-python 0.00103109 "JIT compilation (in memory cache)" +(2013, 10, 2, 1, 50, 4) mesh-refinement-cpp 19.9922 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 2, 1, 50, 23) mesh-topology-cpp 19.4925 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 2, 1, 50, 47) mesh-unitcube-cpp 24.1124 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 2, 1, 51, 29) mesh-iteration-cpp 39.1661 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 2, 1, 51, 50) function-evaluation-cpp 21.0991 "Evaluations of functions at arbitrary points." +(2013, 10, 2, 1, 51, 50) function-evaluation-cpp 21.0148 "Evaluations of functions at arbitrary points." +(2013, 10, 2, 1, 51, 54) function-extrapolation-python 3.55264 "BENCH: 1.10233402252" +(2013, 10, 2, 1, 51, 54) function-extrapolation-python 1.10233 "BENCH: 1.10233402252" +(2013, 10, 2, 1, 51, 56) function-interpolation-python 1.65173 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 2, 1, 51, 56) function-interpolation-python 0.968611 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 2, 1, 52, 24) la-vector-access-cpp 28.4477 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 2, 1, 52, 51) la-vector-assignment-cpp 27.0896 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 3, 1, 24, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1769 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 3, 1, 24, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6067 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 3, 1, 24, 58) geometry-bounding_box_tree_build-cpp 13.9311 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 3, 1, 25, 26) common-progress-cpp 27.6529 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 3, 1, 25, 55) common-timing-cpp 29.261 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 3, 1, 29, 21) fem-multicore-cpp 205.745 "Coloring mesh." +(2013, 10, 3, 1, 31, 54) fem-assembly-cpp 152.919 "Assembly for various forms and backends" +(2013, 10, 3, 1, 32, 8) fem-convergence-cpp 14.2125 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 3, 1, 32, 10) fem-jit-python 0.0010536 "JIT compilation (in memory cache)" +(2013, 10, 3, 1, 40, 11) mesh-refinement-cpp 19.9858 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 3, 1, 40, 30) mesh-topology-cpp 19.5508 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 3, 1, 40, 54) mesh-unitcube-cpp 24.1076 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 3, 1, 41, 32) mesh-iteration-cpp 35.492 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 3, 1, 41, 54) function-evaluation-cpp 21.08 "Evaluations of functions at arbitrary points." +(2013, 10, 3, 1, 41, 54) function-evaluation-cpp 20.996 "Evaluations of functions at arbitrary points." +(2013, 10, 3, 1, 41, 57) function-extrapolation-python 3.61241 "BENCH: 1.07668590546" +(2013, 10, 3, 1, 41, 57) function-extrapolation-python 1.07669 "BENCH: 1.07668590546" +(2013, 10, 3, 1, 41, 59) function-interpolation-python 1.68845 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 3, 1, 41, 59) function-interpolation-python 0.959476 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 3, 1, 42, 24) la-vector-access-cpp 25.4449 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 3, 1, 42, 51) la-vector-assignment-cpp 27.0841 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 4, 1, 31, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2423 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 4, 1, 31, 30) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5403 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 4, 1, 31, 47) geometry-bounding_box_tree_build-cpp 13.9001 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 4, 1, 32, 15) common-progress-cpp 27.6538 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 4, 1, 32, 45) common-timing-cpp 30.4291 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 4, 1, 36, 11) fem-multicore-cpp 205.84 "Coloring mesh." +(2013, 10, 4, 1, 38, 44) fem-assembly-cpp 153.415 "Assembly for various forms and backends" +(2013, 10, 4, 1, 38, 58) fem-convergence-cpp 14.2057 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 4, 1, 39, 0) fem-jit-python 0.00105212 "JIT compilation (in memory cache)" +(2013, 10, 4, 1, 47, 0) mesh-refinement-cpp 20.004 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 4, 1, 47, 20) mesh-topology-cpp 19.5044 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 4, 1, 47, 44) mesh-unitcube-cpp 24.1192 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 4, 1, 48, 22) mesh-iteration-cpp 35.4482 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 4, 1, 48, 43) function-evaluation-cpp 21.0934 "Evaluations of functions at arbitrary points." +(2013, 10, 4, 1, 48, 43) function-evaluation-cpp 21.0024 "Evaluations of functions at arbitrary points." +(2013, 10, 4, 1, 48, 46) function-extrapolation-python 3.55419 "BENCH: 1.08774518967" +(2013, 10, 4, 1, 48, 46) function-extrapolation-python 1.08775 "BENCH: 1.08774518967" +(2013, 10, 4, 1, 48, 48) function-interpolation-python 1.67038 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 4, 1, 48, 48) function-interpolation-python 0.964839 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 4, 1, 49, 14) la-vector-access-cpp 25.4455 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 4, 1, 49, 41) la-vector-assignment-cpp 27.0838 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 5, 1, 34, 21) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.172 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 5, 1, 34, 40) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5067 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 5, 1, 34, 56) geometry-bounding_box_tree_build-cpp 14.0038 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 5, 1, 35, 24) common-progress-cpp 27.6545 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 5, 1, 35, 54) common-timing-cpp 30.3125 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 5, 1, 39, 20) fem-multicore-cpp 205.686 "Coloring mesh." +(2013, 10, 5, 1, 41, 53) fem-assembly-cpp 153.291 "Assembly for various forms and backends" +(2013, 10, 5, 1, 42, 7) fem-convergence-cpp 14.2004 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 5, 1, 42, 9) fem-jit-python 0.00103581 "JIT compilation (in memory cache)" +(2013, 10, 5, 1, 50, 10) mesh-refinement-cpp 20.0372 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 5, 1, 50, 30) mesh-topology-cpp 19.4921 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 5, 1, 50, 54) mesh-unitcube-cpp 24.1373 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 5, 1, 51, 32) mesh-iteration-cpp 35.4948 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 5, 1, 51, 53) function-evaluation-cpp 21.1026 "Evaluations of functions at arbitrary points." +(2013, 10, 5, 1, 51, 53) function-evaluation-cpp 21.0112 "Evaluations of functions at arbitrary points." +(2013, 10, 5, 1, 51, 57) function-extrapolation-python 3.52105 "BENCH: 1.07699298859" +(2013, 10, 5, 1, 51, 57) function-extrapolation-python 1.07699 "BENCH: 1.07699298859" +(2013, 10, 5, 1, 51, 59) function-interpolation-python 1.65767 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 5, 1, 51, 59) function-interpolation-python 0.953594 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 5, 1, 52, 24) la-vector-access-cpp 25.4458 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 5, 1, 52, 51) la-vector-assignment-cpp 27.087 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 6, 1, 31, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2236 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 6, 1, 32, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.793 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 6, 1, 32, 19) geometry-bounding_box_tree_build-cpp 13.8958 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 6, 1, 32, 47) common-progress-cpp 27.7017 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 6, 1, 33, 16) common-timing-cpp 29.3658 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 6, 1, 36, 42) fem-multicore-cpp 205.685 "Coloring mesh." +(2013, 10, 6, 1, 39, 15) fem-assembly-cpp 152.715 "Assembly for various forms and backends" +(2013, 10, 6, 1, 39, 29) fem-convergence-cpp 14.2049 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 6, 1, 39, 31) fem-jit-python 0.0010392 "JIT compilation (in memory cache)" +(2013, 10, 6, 1, 47, 33) mesh-refinement-cpp 19.9816 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 6, 1, 47, 53) mesh-topology-cpp 19.5168 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 6, 1, 48, 17) mesh-unitcube-cpp 24.1788 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 6, 1, 48, 55) mesh-iteration-cpp 35.5056 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 6, 1, 49, 17) function-evaluation-cpp 21.9193 "Evaluations of functions at arbitrary points." +(2013, 10, 6, 1, 49, 17) function-evaluation-cpp 21.8309 "Evaluations of functions at arbitrary points." +(2013, 10, 6, 1, 49, 21) function-extrapolation-python 3.62091 "BENCH: 1.09147000313" +(2013, 10, 6, 1, 49, 21) function-extrapolation-python 1.09147 "BENCH: 1.09147000313" +(2013, 10, 6, 1, 49, 22) function-interpolation-python 1.64509 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 6, 1, 49, 22) function-interpolation-python 0.959383 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 6, 1, 49, 48) la-vector-access-cpp 25.4431 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 6, 1, 50, 15) la-vector-assignment-cpp 27.4613 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 7, 1, 22, 17) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1612 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 7, 1, 22, 35) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5026 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 7, 1, 22, 52) geometry-bounding_box_tree_build-cpp 13.9024 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 7, 1, 23, 20) common-progress-cpp 27.6543 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 7, 1, 23, 50) common-timing-cpp 30.4938 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 7, 1, 27, 16) fem-multicore-cpp 205.74 "Coloring mesh." +(2013, 10, 7, 1, 29, 50) fem-assembly-cpp 153.815 "Assembly for various forms and backends" +(2013, 10, 7, 1, 30, 4) fem-convergence-cpp 14.21 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 7, 1, 30, 6) fem-jit-python 0.0010479 "JIT compilation (in memory cache)" +(2013, 10, 7, 1, 38, 8) mesh-refinement-cpp 20.0396 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 7, 1, 38, 28) mesh-topology-cpp 19.5117 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 7, 1, 38, 52) mesh-unitcube-cpp 24.1223 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 7, 1, 39, 30) mesh-iteration-cpp 35.498 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 7, 1, 39, 51) function-evaluation-cpp 21.0898 "Evaluations of functions at arbitrary points." +(2013, 10, 7, 1, 39, 51) function-evaluation-cpp 21.0068 "Evaluations of functions at arbitrary points." +(2013, 10, 7, 1, 39, 55) function-extrapolation-python 3.54647 "BENCH: 1.07335305214" +(2013, 10, 7, 1, 39, 55) function-extrapolation-python 1.07335 "BENCH: 1.07335305214" +(2013, 10, 7, 1, 39, 56) function-interpolation-python 1.66153 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 7, 1, 39, 56) function-interpolation-python 0.966186 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 7, 1, 40, 22) la-vector-access-cpp 25.4471 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 7, 1, 40, 49) la-vector-assignment-cpp 27.3791 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 8, 1, 27, 58) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1714 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 8, 1, 28, 17) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8123 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 8, 1, 28, 34) geometry-bounding_box_tree_build-cpp 13.8922 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 8, 1, 29, 2) common-progress-cpp 27.6544 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 8, 1, 29, 32) common-timing-cpp 30.1013 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 8, 1, 32, 57) fem-multicore-cpp 205.671 "Coloring mesh." +(2013, 10, 8, 1, 35, 30) fem-assembly-cpp 153.068 "Assembly for various forms and backends" +(2013, 10, 8, 1, 35, 45) fem-convergence-cpp 14.2023 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 8, 1, 35, 47) fem-jit-python 0.00103979 "JIT compilation (in memory cache)" +(2013, 10, 8, 1, 43, 49) mesh-refinement-cpp 20.0194 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 8, 1, 44, 8) mesh-topology-cpp 19.5115 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 8, 1, 44, 32) mesh-unitcube-cpp 24.1516 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 8, 1, 45, 19) mesh-iteration-cpp 44.1916 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 8, 1, 45, 40) function-evaluation-cpp 21.248 "Evaluations of functions at arbitrary points." +(2013, 10, 8, 1, 45, 40) function-evaluation-cpp 21.165 "Evaluations of functions at arbitrary points." +(2013, 10, 8, 1, 45, 44) function-extrapolation-python 3.38204 "BENCH: 1.03664708138" +(2013, 10, 8, 1, 45, 44) function-extrapolation-python 1.03665 "BENCH: 1.03664708138" +(2013, 10, 8, 1, 45, 45) function-interpolation-python 1.65062 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 8, 1, 45, 45) function-interpolation-python 0.958467 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 8, 1, 46, 11) la-vector-access-cpp 25.4482 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 8, 1, 46, 38) la-vector-assignment-cpp 27.1013 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 9, 1, 24, 24) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1729 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 9, 1, 24, 43) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4633 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 9, 1, 25, 0) geometry-bounding_box_tree_build-cpp 13.8902 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 9, 1, 25, 27) common-progress-cpp 27.6542 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 9, 1, 25, 59) common-timing-cpp 31.2178 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 9, 1, 29, 25) fem-multicore-cpp 205.904 "Coloring mesh." +(2013, 10, 9, 1, 31, 58) fem-assembly-cpp 153.311 "Assembly for various forms and backends" +(2013, 10, 9, 1, 32, 12) fem-convergence-cpp 14.2161 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 9, 1, 32, 14) fem-jit-python 0.0010448 "JIT compilation (in memory cache)" +(2013, 10, 9, 1, 40, 16) mesh-refinement-cpp 19.9798 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 9, 1, 40, 36) mesh-topology-cpp 19.4669 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 9, 1, 41, 0) mesh-unitcube-cpp 24.1202 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 9, 1, 41, 38) mesh-iteration-cpp 35.4889 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 9, 1, 41, 59) function-evaluation-cpp 21.0781 "Evaluations of functions at arbitrary points." +(2013, 10, 9, 1, 41, 59) function-evaluation-cpp 21.0003 "Evaluations of functions at arbitrary points." +(2013, 10, 9, 1, 42, 3) function-extrapolation-python 3.41691 "BENCH: 1.052120924" +(2013, 10, 9, 1, 42, 3) function-extrapolation-python 1.05212 "BENCH: 1.052120924" +(2013, 10, 9, 1, 42, 4) function-interpolation-python 1.65973 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 9, 1, 42, 4) function-interpolation-python 0.96377 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 9, 1, 42, 30) la-vector-access-cpp 25.4125 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 9, 1, 42, 59) la-vector-assignment-cpp 29.1111 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 10, 1, 29, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2728 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 10, 1, 29, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4543 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 10, 1, 30, 9) geometry-bounding_box_tree_build-cpp 13.9127 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 10, 1, 30, 37) common-progress-cpp 27.654 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 10, 1, 31, 6) common-timing-cpp 29.799 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 10, 1, 34, 32) fem-multicore-cpp 205.965 "Coloring mesh." +(2013, 10, 10, 1, 37, 6) fem-assembly-cpp 153.953 "Assembly for various forms and backends" +(2013, 10, 10, 1, 37, 20) fem-convergence-cpp 14.2085 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 10, 1, 37, 22) fem-jit-python 0.00104251 "JIT compilation (in memory cache)" +(2013, 10, 10, 1, 45, 22) mesh-refinement-cpp 19.9958 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 10, 1, 45, 42) mesh-topology-cpp 19.4907 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 10, 1, 46, 6) mesh-unitcube-cpp 24.1582 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 10, 1, 46, 44) mesh-iteration-cpp 35.4912 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 10, 1, 47, 5) function-evaluation-cpp 21.1344 "Evaluations of functions at arbitrary points." +(2013, 10, 10, 1, 47, 5) function-evaluation-cpp 21.0501 "Evaluations of functions at arbitrary points." +(2013, 10, 10, 1, 47, 8) function-extrapolation-python 3.42955 "BENCH: 1.04549312592" +(2013, 10, 10, 1, 47, 8) function-extrapolation-python 1.04549 "BENCH: 1.04549312592" +(2013, 10, 10, 1, 47, 10) function-interpolation-python 1.66636 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 10, 1, 47, 10) function-interpolation-python 0.963219 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 10, 1, 47, 35) la-vector-access-cpp 25.4454 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 10, 1, 48, 3) la-vector-assignment-cpp 27.0883 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 11, 1, 25, 52) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2517 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 11, 1, 26, 11) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4675 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 11, 1, 26, 28) geometry-bounding_box_tree_build-cpp 13.9087 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 11, 1, 26, 55) common-progress-cpp 27.654 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 11, 1, 27, 26) common-timing-cpp 30.3191 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 11, 1, 30, 51) fem-multicore-cpp 205.802 "Coloring mesh." +(2013, 10, 11, 1, 33, 25) fem-assembly-cpp 153.561 "Assembly for various forms and backends" +(2013, 10, 11, 1, 33, 39) fem-convergence-cpp 14.2147 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 11, 1, 33, 41) fem-jit-python 0.0010422 "JIT compilation (in memory cache)" +(2013, 10, 11, 1, 41, 42) mesh-refinement-cpp 19.9884 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 11, 1, 42, 2) mesh-topology-cpp 19.4407 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 11, 1, 42, 26) mesh-unitcube-cpp 24.1511 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 11, 1, 43, 4) mesh-iteration-cpp 35.4242 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 11, 1, 43, 25) function-evaluation-cpp 21.5886 "Evaluations of functions at arbitrary points." +(2013, 10, 11, 1, 43, 25) function-evaluation-cpp 21.4889 "Evaluations of functions at arbitrary points." +(2013, 10, 11, 1, 43, 29) function-extrapolation-python 3.49587 "BENCH: 1.05149507523" +(2013, 10, 11, 1, 43, 29) function-extrapolation-python 1.0515 "BENCH: 1.05149507523" +(2013, 10, 11, 1, 43, 31) function-interpolation-python 1.66646 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 11, 1, 43, 31) function-interpolation-python 0.9587 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 11, 1, 43, 56) la-vector-access-cpp 25.4456 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 11, 1, 44, 23) la-vector-assignment-cpp 27.1223 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 12, 1, 23, 18) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.3262 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 12, 1, 23, 37) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5781 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 12, 1, 23, 54) geometry-bounding_box_tree_build-cpp 13.9129 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 12, 1, 24, 22) common-progress-cpp 27.6994 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 12, 1, 24, 51) common-timing-cpp 29.6179 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 12, 1, 28, 17) fem-multicore-cpp 206.165 "Coloring mesh." +(2013, 10, 12, 1, 30, 51) fem-assembly-cpp 153.099 "Assembly for various forms and backends" +(2013, 10, 12, 1, 31, 5) fem-convergence-cpp 14.1997 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 12, 1, 31, 7) fem-jit-python 0.00104721 "JIT compilation (in memory cache)" +(2013, 10, 12, 1, 39, 8) mesh-refinement-cpp 20.0286 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 12, 1, 39, 27) mesh-topology-cpp 19.5319 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 12, 1, 39, 51) mesh-unitcube-cpp 24.1438 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 12, 1, 40, 29) mesh-iteration-cpp 35.4232 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 12, 1, 40, 50) function-evaluation-cpp 21.1512 "Evaluations of functions at arbitrary points." +(2013, 10, 12, 1, 40, 50) function-evaluation-cpp 21.0398 "Evaluations of functions at arbitrary points." +(2013, 10, 12, 1, 40, 54) function-extrapolation-python 3.55272 "BENCH: 1.05189394951" +(2013, 10, 12, 1, 40, 54) function-extrapolation-python 1.05189 "BENCH: 1.05189394951" +(2013, 10, 12, 1, 40, 56) function-interpolation-python 1.65244 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 12, 1, 40, 56) function-interpolation-python 0.959537 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 12, 1, 41, 21) la-vector-access-cpp 25.444 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 12, 1, 41, 50) la-vector-assignment-cpp 29.1551 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 13, 1, 32, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.3028 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 13, 1, 32, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5486 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 13, 1, 33, 9) geometry-bounding_box_tree_build-cpp 13.8936 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 13, 1, 33, 37) common-progress-cpp 27.6534 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 13, 1, 34, 7) common-timing-cpp 29.4836 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 13, 1, 37, 32) fem-multicore-cpp 205.716 "Coloring mesh." +(2013, 10, 13, 1, 40, 6) fem-assembly-cpp 153.832 "Assembly for various forms and backends" +(2013, 10, 13, 1, 40, 20) fem-convergence-cpp 14.2053 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 13, 1, 40, 22) fem-jit-python 0.0010504 "JIT compilation (in memory cache)" +(2013, 10, 13, 1, 48, 24) mesh-refinement-cpp 19.9856 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 13, 1, 48, 43) mesh-topology-cpp 19.4784 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 13, 1, 49, 7) mesh-unitcube-cpp 24.2334 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 13, 1, 49, 54) mesh-iteration-cpp 44.1901 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 13, 1, 50, 15) function-evaluation-cpp 21.1017 "Evaluations of functions at arbitrary points." +(2013, 10, 13, 1, 50, 15) function-evaluation-cpp 21.0228 "Evaluations of functions at arbitrary points." +(2013, 10, 13, 1, 50, 19) function-extrapolation-python 3.50942 "BENCH: 1.059237957" +(2013, 10, 13, 1, 50, 19) function-extrapolation-python 1.05924 "BENCH: 1.059237957" +(2013, 10, 13, 1, 50, 20) function-interpolation-python 1.64345 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 13, 1, 50, 20) function-interpolation-python 0.957713 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 13, 1, 50, 46) la-vector-access-cpp 25.4443 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 13, 1, 51, 13) la-vector-assignment-cpp 27.0373 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 14, 1, 26, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.166 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 14, 1, 26, 30) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5309 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 14, 1, 26, 46) geometry-bounding_box_tree_build-cpp 13.9187 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 14, 1, 27, 14) common-progress-cpp 27.6534 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 14, 1, 27, 45) common-timing-cpp 30.4655 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 14, 1, 31, 10) fem-multicore-cpp 205.478 "Coloring mesh." +(2013, 10, 14, 1, 33, 43) fem-assembly-cpp 153.22 "Assembly for various forms and backends" +(2013, 10, 14, 1, 33, 57) fem-convergence-cpp 14.2167 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 14, 1, 33, 59) fem-jit-python 0.0010437 "JIT compilation (in memory cache)" +(2013, 10, 14, 1, 42, 0) mesh-refinement-cpp 19.9629 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 14, 1, 42, 20) mesh-topology-cpp 19.4957 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 14, 1, 42, 44) mesh-unitcube-cpp 24.1358 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 14, 1, 43, 22) mesh-iteration-cpp 35.4821 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 14, 1, 43, 43) function-evaluation-cpp 21.0829 "Evaluations of functions at arbitrary points." +(2013, 10, 14, 1, 43, 43) function-evaluation-cpp 21.0002 "Evaluations of functions at arbitrary points." +(2013, 10, 14, 1, 43, 46) function-extrapolation-python 3.50349 "BENCH: 1.05115294456" +(2013, 10, 14, 1, 43, 46) function-extrapolation-python 1.05115 "BENCH: 1.05115294456" +(2013, 10, 14, 1, 43, 48) function-interpolation-python 1.70877 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 14, 1, 43, 48) function-interpolation-python 0.960066 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 14, 1, 44, 14) la-vector-access-cpp 25.4876 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 14, 1, 44, 41) la-vector-assignment-cpp 27.0381 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 15, 1, 26, 28) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2003 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 15, 1, 26, 47) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4288 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 15, 1, 27, 4) geometry-bounding_box_tree_build-cpp 13.9256 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 15, 1, 27, 32) common-progress-cpp 27.6531 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 15, 1, 28, 2) common-timing-cpp 30.2115 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 15, 1, 31, 28) fem-multicore-cpp 206.349 "Coloring mesh." +(2013, 10, 15, 1, 34, 1) fem-assembly-cpp 152.6 "Assembly for various forms and backends" +(2013, 10, 15, 1, 34, 15) fem-convergence-cpp 14.2011 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 15, 1, 34, 17) fem-jit-python 0.00103641 "JIT compilation (in memory cache)" +(2013, 10, 15, 1, 42, 14) mesh-refinement-cpp 19.9771 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 15, 1, 42, 34) mesh-topology-cpp 19.4941 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 15, 1, 42, 58) mesh-unitcube-cpp 24.2276 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 15, 1, 43, 36) mesh-iteration-cpp 35.421 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 15, 1, 43, 57) function-evaluation-cpp 21.1841 "Evaluations of functions at arbitrary points." +(2013, 10, 15, 1, 43, 57) function-evaluation-cpp 21.0839 "Evaluations of functions at arbitrary points." +(2013, 10, 15, 1, 44, 1) function-extrapolation-python 3.70392 "BENCH: 1.0477449894" +(2013, 10, 15, 1, 44, 1) function-extrapolation-python 1.04774 "BENCH: 1.0477449894" +(2013, 10, 15, 1, 44, 3) function-interpolation-python 1.63328 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 15, 1, 44, 3) function-interpolation-python 0.961099 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 15, 1, 44, 28) la-vector-access-cpp 25.4821 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 15, 1, 44, 55) la-vector-assignment-cpp 27.1022 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 16, 1, 36, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1894 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 16, 1, 36, 44) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4606 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 16, 1, 37, 1) geometry-bounding_box_tree_build-cpp 13.9155 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 16, 1, 37, 29) common-progress-cpp 27.6539 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 16, 1, 37, 59) common-timing-cpp 30.342 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 16, 1, 41, 23) fem-multicore-cpp 204.023 "Coloring mesh." +(2013, 10, 16, 1, 43, 55) fem-assembly-cpp 152.257 "Assembly for various forms and backends" +(2013, 10, 16, 1, 44, 9) fem-convergence-cpp 14.2078 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 16, 1, 44, 11) fem-jit-python 0.001055 "JIT compilation (in memory cache)" +(2013, 10, 16, 1, 52, 14) mesh-refinement-cpp 19.9869 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 16, 1, 52, 34) mesh-topology-cpp 19.5308 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 16, 1, 52, 58) mesh-unitcube-cpp 24.2922 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 16, 1, 53, 36) mesh-iteration-cpp 35.4795 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 16, 1, 53, 57) function-evaluation-cpp 21.1449 "Evaluations of functions at arbitrary points." +(2013, 10, 16, 1, 53, 57) function-evaluation-cpp 21.0534 "Evaluations of functions at arbitrary points." +(2013, 10, 16, 1, 54, 1) function-extrapolation-python 3.42836 "BENCH: 1.04853320122" +(2013, 10, 16, 1, 54, 1) function-extrapolation-python 1.04853 "BENCH: 1.04853320122" +(2013, 10, 16, 1, 54, 2) function-interpolation-python 1.67661 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 16, 1, 54, 2) function-interpolation-python 0.962554 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 16, 1, 54, 26) la-vector-access-cpp 23.4363 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 16, 1, 54, 53) la-vector-assignment-cpp 27.0872 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 17, 1, 29, 20) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1932 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 17, 1, 29, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.583 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 17, 1, 29, 56) geometry-bounding_box_tree_build-cpp 13.8975 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 17, 1, 30, 24) common-progress-cpp 27.6539 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 17, 1, 30, 53) common-timing-cpp 29.8792 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 17, 1, 34, 17) fem-multicore-cpp 203.882 "Coloring mesh." +(2013, 10, 17, 1, 36, 49) fem-assembly-cpp 151.94 "Assembly for various forms and backends" +(2013, 10, 17, 1, 37, 4) fem-convergence-cpp 14.2185 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 17, 1, 37, 5) fem-jit-python 0.0010479 "JIT compilation (in memory cache)" +(2013, 10, 17, 1, 45, 5) mesh-refinement-cpp 19.976 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 17, 1, 45, 25) mesh-topology-cpp 19.6033 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 17, 1, 45, 49) mesh-unitcube-cpp 24.1105 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 17, 1, 46, 27) mesh-iteration-cpp 35.6844 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 17, 1, 46, 49) function-evaluation-cpp 21.1123 "Evaluations of functions at arbitrary points." +(2013, 10, 17, 1, 46, 49) function-evaluation-cpp 21.0183 "Evaluations of functions at arbitrary points." +(2013, 10, 17, 1, 46, 52) function-extrapolation-python 3.51254 "BENCH: 1.04783797264" +(2013, 10, 17, 1, 46, 52) function-extrapolation-python 1.04784 "BENCH: 1.04783797264" +(2013, 10, 17, 1, 46, 54) function-interpolation-python 1.67046 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 17, 1, 46, 54) function-interpolation-python 0.975351 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 17, 1, 47, 17) la-vector-access-cpp 23.4541 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 17, 1, 47, 44) la-vector-assignment-cpp 27.0867 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 18, 1, 25, 15) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1458 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 18, 1, 25, 34) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9294 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 18, 1, 25, 51) geometry-bounding_box_tree_build-cpp 13.905 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 18, 1, 26, 18) common-progress-cpp 27.6538 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 18, 1, 26, 49) common-timing-cpp 30.5058 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 18, 1, 30, 13) fem-multicore-cpp 204.059 "Coloring mesh." +(2013, 10, 18, 1, 32, 44) fem-assembly-cpp 151.656 "Assembly for various forms and backends" +(2013, 10, 18, 1, 32, 59) fem-convergence-cpp 14.2242 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 18, 1, 33, 1) fem-jit-python 0.0010509 "JIT compilation (in memory cache)" +(2013, 10, 18, 1, 41, 0) mesh-refinement-cpp 19.9802 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 18, 1, 41, 20) mesh-topology-cpp 19.4808 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 18, 1, 41, 44) mesh-unitcube-cpp 24.0913 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 18, 1, 42, 22) mesh-iteration-cpp 35.4891 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 18, 1, 42, 43) function-evaluation-cpp 21.1065 "Evaluations of functions at arbitrary points." +(2013, 10, 18, 1, 42, 43) function-evaluation-cpp 21.0334 "Evaluations of functions at arbitrary points." +(2013, 10, 18, 1, 42, 46) function-extrapolation-python 3.4294 "BENCH: 1.03152608871" +(2013, 10, 18, 1, 42, 46) function-extrapolation-python 1.03153 "BENCH: 1.03152608871" +(2013, 10, 18, 1, 42, 48) function-interpolation-python 1.67217 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 18, 1, 42, 48) function-interpolation-python 0.966518 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 18, 1, 43, 11) la-vector-access-cpp 23.4445 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 18, 1, 43, 38) la-vector-assignment-cpp 26.9759 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 19, 1, 24, 19) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2409 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 19, 1, 24, 38) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6008 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 19, 1, 24, 54) geometry-bounding_box_tree_build-cpp 13.8931 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 19, 1, 25, 22) common-progress-cpp 27.6532 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 19, 1, 25, 53) common-timing-cpp 30.8574 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 19, 1, 29, 17) fem-multicore-cpp 203.946 "Coloring mesh." +(2013, 10, 19, 1, 31, 49) fem-assembly-cpp 152.208 "Assembly for various forms and backends" +(2013, 10, 19, 1, 32, 3) fem-convergence-cpp 14.235 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 19, 1, 32, 5) fem-jit-python 0.0010391 "JIT compilation (in memory cache)" +(2013, 10, 19, 1, 40, 7) mesh-refinement-cpp 19.9542 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 19, 1, 40, 26) mesh-topology-cpp 19.5557 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 19, 1, 40, 51) mesh-unitcube-cpp 24.1495 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 19, 1, 41, 29) mesh-iteration-cpp 35.5138 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 19, 1, 41, 50) function-evaluation-cpp 21.2203 "Evaluations of functions at arbitrary points." +(2013, 10, 19, 1, 41, 50) function-evaluation-cpp 21.1362 "Evaluations of functions at arbitrary points." +(2013, 10, 19, 1, 41, 53) function-extrapolation-python 3.47924 "BENCH: 1.05130505562" +(2013, 10, 19, 1, 41, 53) function-extrapolation-python 1.05131 "BENCH: 1.05130505562" +(2013, 10, 19, 1, 41, 55) function-interpolation-python 1.66018 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 19, 1, 41, 55) function-interpolation-python 0.971152 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 19, 1, 42, 19) la-vector-access-cpp 23.4636 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 19, 1, 42, 46) la-vector-assignment-cpp 27.0826 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 20, 1, 37, 19) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2259 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 20, 1, 37, 38) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5893 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 20, 1, 37, 54) geometry-bounding_box_tree_build-cpp 13.9742 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 20, 1, 38, 26) common-progress-cpp 31.4647 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 20, 1, 38, 56) common-timing-cpp 30.7248 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 20, 1, 42, 21) fem-multicore-cpp 204.23 "Coloring mesh." +(2013, 10, 20, 1, 44, 52) fem-assembly-cpp 151.64 "Assembly for various forms and backends" +(2013, 10, 20, 1, 45, 7) fem-convergence-cpp 14.1961 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 20, 1, 45, 9) fem-jit-python 0.0010421 "JIT compilation (in memory cache)" +(2013, 10, 20, 1, 53, 10) mesh-refinement-cpp 19.9724 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 20, 1, 53, 29) mesh-topology-cpp 19.5091 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 20, 1, 53, 53) mesh-unitcube-cpp 24.0889 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 20, 1, 54, 31) mesh-iteration-cpp 35.4826 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 20, 1, 54, 52) function-evaluation-cpp 21.1203 "Evaluations of functions at arbitrary points." +(2013, 10, 20, 1, 54, 52) function-evaluation-cpp 21.0471 "Evaluations of functions at arbitrary points." +(2013, 10, 20, 1, 54, 56) function-extrapolation-python 3.46949 "BENCH: 1.04470419884" +(2013, 10, 20, 1, 54, 56) function-extrapolation-python 1.0447 "BENCH: 1.04470419884" +(2013, 10, 20, 1, 54, 58) function-interpolation-python 1.66814 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 20, 1, 54, 58) function-interpolation-python 0.965249 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 20, 1, 55, 23) la-vector-access-cpp 25.4452 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 20, 1, 55, 51) la-vector-assignment-cpp 28.1963 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 22, 1, 28, 4) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1973 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 22, 1, 28, 23) geometry-bounding_box_tree_compute_closest_entity-cpp 15.882 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 22, 1, 28, 40) geometry-bounding_box_tree_build-cpp 13.9339 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 22, 1, 29, 8) common-progress-cpp 27.7007 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 22, 1, 29, 38) common-timing-cpp 30.1005 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 22, 1, 33, 2) fem-multicore-cpp 204.082 "Coloring mesh." +(2013, 10, 22, 1, 35, 35) fem-assembly-cpp 152.746 "Assembly for various forms and backends" +(2013, 10, 22, 1, 35, 49) fem-convergence-cpp 14.2042 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 22, 1, 35, 51) fem-jit-python 0.00104568 "JIT compilation (in memory cache)" +(2013, 10, 22, 1, 43, 52) mesh-refinement-cpp 20.0136 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 22, 1, 44, 11) mesh-topology-cpp 19.4639 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 22, 1, 44, 35) mesh-unitcube-cpp 24.1807 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 22, 1, 45, 13) mesh-iteration-cpp 35.4833 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 22, 1, 45, 35) function-evaluation-cpp 21.3886 "Evaluations of functions at arbitrary points." +(2013, 10, 22, 1, 45, 35) function-evaluation-cpp 21.3155 "Evaluations of functions at arbitrary points." +(2013, 10, 22, 1, 45, 38) function-extrapolation-python 3.52108 "BENCH: 1.06083893776" +(2013, 10, 22, 1, 45, 38) function-extrapolation-python 1.06084 "BENCH: 1.06083893776" +(2013, 10, 22, 1, 45, 40) function-interpolation-python 1.66047 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 22, 1, 45, 40) function-interpolation-python 0.968526 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 22, 1, 46, 3) la-vector-access-cpp 23.4463 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 22, 1, 46, 31) la-vector-assignment-cpp 27.1137 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 23, 1, 26, 5) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.044 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 23, 1, 26, 25) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9257 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 23, 1, 26, 41) geometry-bounding_box_tree_build-cpp 13.9294 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 23, 1, 27, 9) common-progress-cpp 27.664 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 23, 1, 27, 40) common-timing-cpp 31.1204 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 23, 1, 31, 4) fem-multicore-cpp 204.036 "Coloring mesh." +(2013, 10, 23, 1, 33, 36) fem-assembly-cpp 151.929 "Assembly for various forms and backends" +(2013, 10, 23, 1, 33, 50) fem-convergence-cpp 14.2205 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 23, 1, 33, 52) fem-jit-python 0.0010458 "JIT compilation (in memory cache)" +(2013, 10, 23, 1, 41, 54) mesh-refinement-cpp 20.0746 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 23, 1, 42, 14) mesh-topology-cpp 19.9764 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 23, 1, 42, 39) mesh-unitcube-cpp 24.2103 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 23, 1, 43, 17) mesh-iteration-cpp 35.4828 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 23, 1, 43, 38) function-evaluation-cpp 21.0654 "Evaluations of functions at arbitrary points." +(2013, 10, 23, 1, 43, 38) function-evaluation-cpp 20.9323 "Evaluations of functions at arbitrary points." +(2013, 10, 23, 1, 43, 41) function-extrapolation-python 3.52907 "BENCH: 1.05461382866" +(2013, 10, 23, 1, 43, 41) function-extrapolation-python 1.05461 "BENCH: 1.05461382866" +(2013, 10, 23, 1, 43, 43) function-interpolation-python 1.65621 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 23, 1, 43, 43) function-interpolation-python 0.968356 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 23, 1, 44, 9) la-vector-access-cpp 25.4685 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 23, 1, 44, 36) la-vector-assignment-cpp 27.2208 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 24, 1, 37, 57) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1101 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 24, 1, 38, 16) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6399 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 24, 1, 38, 33) geometry-bounding_box_tree_build-cpp 13.9122 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 24, 1, 39, 1) common-progress-cpp 27.702 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 24, 1, 39, 33) common-timing-cpp 32.0949 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 24, 1, 42, 57) fem-multicore-cpp 204.202 "Coloring mesh." +(2013, 10, 24, 1, 45, 28) fem-assembly-cpp 151.442 "Assembly for various forms and backends" +(2013, 10, 24, 1, 45, 43) fem-convergence-cpp 14.215 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 24, 1, 45, 44) fem-jit-python 0.001051 "JIT compilation (in memory cache)" +(2013, 10, 24, 1, 53, 45) mesh-refinement-cpp 20.0413 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 24, 1, 54, 5) mesh-topology-cpp 19.9657 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 24, 1, 54, 29) mesh-unitcube-cpp 24.2088 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 24, 1, 55, 9) mesh-iteration-cpp 37.2989 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 24, 1, 55, 30) function-evaluation-cpp 20.998 "Evaluations of functions at arbitrary points." +(2013, 10, 24, 1, 55, 30) function-evaluation-cpp 20.9029 "Evaluations of functions at arbitrary points." +(2013, 10, 24, 1, 55, 34) function-extrapolation-python 3.44526 "BENCH: 1.04851603508" +(2013, 10, 24, 1, 55, 34) function-extrapolation-python 1.04852 "BENCH: 1.04851603508" +(2013, 10, 24, 1, 55, 35) function-interpolation-python 1.6714 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 24, 1, 55, 35) function-interpolation-python 0.961992 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 24, 1, 55, 59) la-vector-access-cpp 23.4402 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 24, 1, 56, 27) la-vector-assignment-cpp 28.1198 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 25, 1, 38, 3) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2149 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 25, 1, 38, 23) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9088 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 25, 1, 38, 39) geometry-bounding_box_tree_build-cpp 13.954 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 25, 1, 39, 7) common-progress-cpp 27.6534 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 25, 1, 39, 38) common-timing-cpp 31.2016 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 25, 1, 43, 2) fem-multicore-cpp 204.088 "Coloring mesh." +(2013, 10, 25, 1, 45, 34) fem-assembly-cpp 151.257 "Assembly for various forms and backends" +(2013, 10, 25, 1, 45, 48) fem-convergence-cpp 14.2057 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 25, 1, 45, 50) fem-jit-python 0.00104771 "JIT compilation (in memory cache)" +(2013, 10, 25, 1, 53, 47) mesh-refinement-cpp 20.1168 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 25, 1, 54, 7) mesh-topology-cpp 19.8886 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 25, 1, 54, 32) mesh-unitcube-cpp 24.2103 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 25, 1, 55, 10) mesh-iteration-cpp 35.4605 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 25, 1, 55, 31) function-evaluation-cpp 21.0416 "Evaluations of functions at arbitrary points." +(2013, 10, 25, 1, 55, 31) function-evaluation-cpp 20.9519 "Evaluations of functions at arbitrary points." +(2013, 10, 25, 1, 55, 34) function-extrapolation-python 3.62083 "BENCH: 1.0487909317" +(2013, 10, 25, 1, 55, 34) function-extrapolation-python 1.04879 "BENCH: 1.0487909317" +(2013, 10, 25, 1, 55, 36) function-interpolation-python 1.64534 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 25, 1, 55, 36) function-interpolation-python 0.96404 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 25, 1, 55, 59) la-vector-access-cpp 23.4747 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 25, 1, 56, 27) la-vector-assignment-cpp 27.0934 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 26, 1, 35, 1) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0883 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 26, 1, 35, 20) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5332 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 26, 1, 35, 36) geometry-bounding_box_tree_build-cpp 13.9515 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 26, 1, 36, 4) common-progress-cpp 27.653 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 26, 1, 36, 36) common-timing-cpp 31.7032 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 26, 1, 40, 0) fem-multicore-cpp 204.038 "Coloring mesh." +(2013, 10, 26, 1, 42, 32) fem-assembly-cpp 152.365 "Assembly for various forms and backends" +(2013, 10, 26, 1, 42, 46) fem-convergence-cpp 14.2081 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 26, 1, 42, 59) fem-jit-python 0.00106812 "JIT compilation (in memory cache)" +(2013, 10, 26, 1, 51, 1) mesh-refinement-cpp 19.9852 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 26, 1, 51, 21) mesh-topology-cpp 19.8565 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 26, 1, 51, 45) mesh-unitcube-cpp 24.1747 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 26, 1, 52, 31) mesh-iteration-cpp 43.5542 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 26, 1, 52, 52) function-evaluation-cpp 21.0777 "Evaluations of functions at arbitrary points." +(2013, 10, 26, 1, 52, 52) function-evaluation-cpp 20.9776 "Evaluations of functions at arbitrary points." +(2013, 10, 26, 1, 53, 39) function-extrapolation-python 47.5096 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2013, 10, 26, 1, 53, 39) function-extrapolation-python 1.03434 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2013, 10, 26, 1, 53, 41) function-interpolation-python 1.64401 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 26, 1, 53, 41) function-interpolation-python 0.972739 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 26, 1, 54, 5) la-vector-access-cpp 23.4653 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 26, 1, 54, 32) la-vector-assignment-cpp 27.0979 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 27, 2, 23, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0541 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 27, 2, 24, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6206 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 27, 2, 24, 24) geometry-bounding_box_tree_build-cpp 13.8988 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 27, 2, 24, 51) common-progress-cpp 27.7002 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 27, 2, 25, 23) common-timing-cpp 31.956 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 27, 2, 28, 47) fem-multicore-cpp 204.099 "Coloring mesh." +(2013, 10, 27, 2, 31, 19) fem-assembly-cpp 151.312 "Assembly for various forms and backends" +(2013, 10, 27, 2, 31, 33) fem-convergence-cpp 14.2159 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 27, 2, 31, 35) fem-jit-python 0.00107372 "JIT compilation (in memory cache)" +(2013, 10, 27, 2, 39, 35) mesh-refinement-cpp 20.0151 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 27, 2, 39, 55) mesh-topology-cpp 19.8809 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 27, 2, 40, 19) mesh-unitcube-cpp 24.1813 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 27, 2, 41, 6) mesh-iteration-cpp 44.1985 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 27, 2, 41, 27) function-evaluation-cpp 21.053 "Evaluations of functions at arbitrary points." +(2013, 10, 27, 2, 41, 27) function-evaluation-cpp 20.958 "Evaluations of functions at arbitrary points." +(2013, 10, 27, 2, 41, 31) function-extrapolation-python 3.52044 "BENCH: 1.04091596603" +(2013, 10, 27, 2, 41, 31) function-extrapolation-python 1.04092 "BENCH: 1.04091596603" +(2013, 10, 27, 2, 41, 32) function-interpolation-python 1.66706 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 27, 2, 41, 32) function-interpolation-python 0.980854 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 27, 2, 41, 56) la-vector-access-cpp 23.4359 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 27, 2, 42, 23) la-vector-assignment-cpp 27.103 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 28, 2, 41, 55) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0987 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 28, 2, 42, 14) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6389 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 28, 2, 42, 31) geometry-bounding_box_tree_build-cpp 13.9527 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 28, 2, 42, 59) common-progress-cpp 27.6535 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 28, 2, 43, 30) common-timing-cpp 31.1796 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 28, 2, 46, 54) fem-multicore-cpp 203.9 "Coloring mesh." +(2013, 10, 28, 2, 49, 25) fem-assembly-cpp 151.718 "Assembly for various forms and backends" +(2013, 10, 28, 2, 49, 40) fem-convergence-cpp 14.2156 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 28, 2, 49, 42) fem-jit-python 0.00105221 "JIT compilation (in memory cache)" +(2013, 10, 28, 2, 57, 44) mesh-refinement-cpp 20.0544 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 28, 2, 58, 4) mesh-topology-cpp 19.9463 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 28, 2, 58, 28) mesh-unitcube-cpp 24.1807 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 28, 2, 59, 6) mesh-iteration-cpp 35.4874 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 28, 2, 59, 27) function-evaluation-cpp 21.0705 "Evaluations of functions at arbitrary points." +(2013, 10, 28, 2, 59, 27) function-evaluation-cpp 20.936 "Evaluations of functions at arbitrary points." +(2013, 10, 28, 2, 59, 31) function-extrapolation-python 3.52103 "BENCH: 1.06225013733" +(2013, 10, 28, 2, 59, 31) function-extrapolation-python 1.06225 "BENCH: 1.06225013733" +(2013, 10, 28, 2, 59, 32) function-interpolation-python 1.67158 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 28, 2, 59, 32) function-interpolation-python 0.970899 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 28, 2, 59, 56) la-vector-access-cpp 23.4428 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 28, 3, 0, 23) la-vector-assignment-cpp 27.0818 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 29, 2, 27, 9) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2762 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 29, 2, 27, 28) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6261 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 29, 2, 27, 44) geometry-bounding_box_tree_build-cpp 13.9128 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 29, 2, 28, 12) common-progress-cpp 27.6798 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 29, 2, 28, 43) common-timing-cpp 31.4459 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 29, 2, 32, 7) fem-multicore-cpp 203.962 "Coloring mesh." +(2013, 10, 29, 2, 34, 39) fem-assembly-cpp 151.393 "Assembly for various forms and backends" +(2013, 10, 29, 2, 34, 53) fem-convergence-cpp 14.2518 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 29, 2, 34, 55) fem-jit-python 0.0010577 "JIT compilation (in memory cache)" +(2013, 10, 29, 2, 42, 56) mesh-refinement-cpp 20.0375 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 29, 2, 43, 16) mesh-topology-cpp 19.9066 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 29, 2, 43, 41) mesh-unitcube-cpp 24.2292 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 29, 2, 44, 19) mesh-iteration-cpp 35.4854 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 29, 2, 44, 40) function-evaluation-cpp 21.0342 "Evaluations of functions at arbitrary points." +(2013, 10, 29, 2, 44, 40) function-evaluation-cpp 20.9165 "Evaluations of functions at arbitrary points." +(2013, 10, 29, 2, 44, 43) function-extrapolation-python 3.71131 "BENCH: 1.06067013741" +(2013, 10, 29, 2, 44, 43) function-extrapolation-python 1.06067 "BENCH: 1.06067013741" +(2013, 10, 29, 2, 44, 45) function-interpolation-python 1.69406 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 29, 2, 44, 45) function-interpolation-python 0.971827 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 29, 2, 45, 8) la-vector-access-cpp 23.47 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 29, 2, 45, 37) la-vector-assignment-cpp 28.1183 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 30, 2, 38, 0) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1028 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 30, 2, 38, 19) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8771 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 30, 2, 38, 36) geometry-bounding_box_tree_build-cpp 13.8916 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 30, 2, 39, 3) common-progress-cpp 27.6634 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 30, 2, 39, 35) common-timing-cpp 31.6893 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 30, 2, 42, 59) fem-multicore-cpp 204.479 "Coloring mesh." +(2013, 10, 30, 2, 45, 31) fem-assembly-cpp 151.532 "Assembly for various forms and backends" +(2013, 10, 30, 2, 45, 45) fem-convergence-cpp 14.2044 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 30, 2, 45, 47) fem-jit-python 0.0010483 "JIT compilation (in memory cache)" +(2013, 10, 30, 2, 53, 49) mesh-refinement-cpp 20.0422 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 30, 2, 54, 9) mesh-topology-cpp 19.9478 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 30, 2, 54, 33) mesh-unitcube-cpp 24.2041 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 30, 2, 55, 11) mesh-iteration-cpp 35.4793 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 30, 2, 55, 32) function-evaluation-cpp 21.0616 "Evaluations of functions at arbitrary points." +(2013, 10, 30, 2, 55, 32) function-evaluation-cpp 20.9657 "Evaluations of functions at arbitrary points." +(2013, 10, 30, 2, 55, 35) function-extrapolation-python 3.49502 "BENCH: 1.05853796005" +(2013, 10, 30, 2, 55, 35) function-extrapolation-python 1.05854 "BENCH: 1.05853796005" +(2013, 10, 30, 2, 55, 37) function-interpolation-python 1.65206 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 30, 2, 55, 37) function-interpolation-python 0.966297 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 30, 2, 56, 1) la-vector-access-cpp 23.4415 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 30, 2, 56, 29) la-vector-assignment-cpp 28.1158 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 10, 31, 2, 36, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.194 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 31, 2, 37, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4887 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 10, 31, 2, 37, 24) geometry-bounding_box_tree_build-cpp 13.9588 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 10, 31, 2, 37, 52) common-progress-cpp 27.7062 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 10, 31, 2, 38, 23) common-timing-cpp 31.2512 "Timing access and registration of timings (10000000 repetitions)" +(2013, 10, 31, 2, 41, 47) fem-multicore-cpp 203.962 "Coloring mesh." +(2013, 10, 31, 2, 44, 19) fem-assembly-cpp 151.988 "Assembly for various forms and backends" +(2013, 10, 31, 2, 44, 33) fem-convergence-cpp 14.2106 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 10, 31, 2, 44, 35) fem-jit-python 0.00105848 "JIT compilation (in memory cache)" +(2013, 10, 31, 2, 52, 37) mesh-refinement-cpp 20.0302 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 10, 31, 2, 52, 57) mesh-topology-cpp 19.8567 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 10, 31, 2, 53, 21) mesh-unitcube-cpp 24.2175 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 10, 31, 2, 54, 0) mesh-iteration-cpp 36.0563 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 10, 31, 2, 54, 21) function-evaluation-cpp 21.0515 "Evaluations of functions at arbitrary points." +(2013, 10, 31, 2, 54, 21) function-evaluation-cpp 20.9254 "Evaluations of functions at arbitrary points." +(2013, 10, 31, 2, 54, 25) function-extrapolation-python 3.53652 "BENCH: 1.05553793907" +(2013, 10, 31, 2, 54, 25) function-extrapolation-python 1.05554 "BENCH: 1.05553793907" +(2013, 10, 31, 2, 54, 26) function-interpolation-python 1.64321 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 31, 2, 54, 26) function-interpolation-python 0.969507 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 10, 31, 2, 54, 52) la-vector-access-cpp 25.4872 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 10, 31, 2, 55, 19) la-vector-assignment-cpp 27.1019 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 1, 2, 25, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.07 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 1, 2, 26, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5758 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 1, 2, 26, 24) geometry-bounding_box_tree_build-cpp 13.9167 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 1, 2, 26, 52) common-progress-cpp 27.699 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 1, 2, 27, 23) common-timing-cpp 30.8096 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 1, 2, 30, 47) fem-multicore-cpp 204.623 "Coloring mesh." +(2013, 11, 1, 2, 33, 19) fem-assembly-cpp 151.966 "Assembly for various forms and backends" +(2013, 11, 1, 2, 33, 33) fem-convergence-cpp 14.2001 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 1, 2, 33, 35) fem-jit-python 0.0010556 "JIT compilation (in memory cache)" +(2013, 11, 1, 2, 41, 37) mesh-refinement-cpp 20.0394 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 1, 2, 41, 57) mesh-topology-cpp 19.8387 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 1, 2, 42, 21) mesh-unitcube-cpp 24.1916 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 1, 2, 42, 59) mesh-iteration-cpp 35.4874 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 1, 2, 43, 20) function-evaluation-cpp 21.0232 "Evaluations of functions at arbitrary points." +(2013, 11, 1, 2, 43, 20) function-evaluation-cpp 20.9106 "Evaluations of functions at arbitrary points." +(2013, 11, 1, 2, 43, 24) function-extrapolation-python 3.49661 "BENCH: 1.05543804169" +(2013, 11, 1, 2, 43, 24) function-extrapolation-python 1.05544 "BENCH: 1.05543804169" +(2013, 11, 1, 2, 43, 26) function-interpolation-python 1.66051 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 1, 2, 43, 26) function-interpolation-python 0.973091 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 1, 2, 43, 49) la-vector-access-cpp 23.4363 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 1, 2, 44, 16) la-vector-assignment-cpp 27.0848 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 2, 2, 29, 9) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1275 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 2, 2, 29, 28) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8684 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 2, 2, 29, 45) geometry-bounding_box_tree_build-cpp 13.9235 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 2, 2, 30, 18) common-progress-cpp 32.7266 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 2, 2, 30, 50) common-timing-cpp 31.9902 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 2, 2, 34, 14) fem-multicore-cpp 204.147 "Coloring mesh." +(2013, 11, 2, 2, 36, 45) fem-assembly-cpp 151.731 "Assembly for various forms and backends" +(2013, 11, 2, 2, 37, 0) fem-convergence-cpp 14.2216 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 2, 2, 37, 2) fem-jit-python 0.00104589 "JIT compilation (in memory cache)" +(2013, 11, 2, 2, 45, 4) mesh-refinement-cpp 20.0365 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 2, 2, 45, 24) mesh-topology-cpp 19.8177 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 2, 2, 45, 48) mesh-unitcube-cpp 24.2727 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 2, 2, 46, 26) mesh-iteration-cpp 35.4854 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 2, 2, 46, 47) function-evaluation-cpp 21.0673 "Evaluations of functions at arbitrary points." +(2013, 11, 2, 2, 46, 47) function-evaluation-cpp 20.9723 "Evaluations of functions at arbitrary points." +(2013, 11, 2, 2, 46, 51) function-extrapolation-python 3.47945 "BENCH: 1.04890799522" +(2013, 11, 2, 2, 46, 51) function-extrapolation-python 1.04891 "BENCH: 1.04890799522" +(2013, 11, 2, 2, 46, 52) function-interpolation-python 1.66781 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 2, 2, 46, 52) function-interpolation-python 0.973919 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 2, 2, 47, 21) la-vector-access-cpp 28.4543 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 2, 2, 47, 48) la-vector-assignment-cpp 27.163 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 3, 2, 24, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0751 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 3, 2, 24, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5087 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 3, 2, 25, 9) geometry-bounding_box_tree_build-cpp 13.9049 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 3, 2, 25, 40) common-progress-cpp 31.4159 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 3, 2, 26, 11) common-timing-cpp 31.1207 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 3, 2, 29, 35) fem-multicore-cpp 204.213 "Coloring mesh." +(2013, 11, 3, 2, 32, 7) fem-assembly-cpp 151.322 "Assembly for various forms and backends" +(2013, 11, 3, 2, 32, 21) fem-convergence-cpp 14.2214 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 3, 2, 32, 23) fem-jit-python 0.0010494 "JIT compilation (in memory cache)" +(2013, 11, 3, 2, 40, 24) mesh-refinement-cpp 20.1594 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 3, 2, 40, 44) mesh-topology-cpp 19.866 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 3, 2, 41, 8) mesh-unitcube-cpp 24.2032 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 3, 2, 41, 47) mesh-iteration-cpp 36.7267 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 3, 2, 42, 9) function-evaluation-cpp 21.0537 "Evaluations of functions at arbitrary points." +(2013, 11, 3, 2, 42, 9) function-evaluation-cpp 20.9578 "Evaluations of functions at arbitrary points." +(2013, 11, 3, 2, 42, 12) function-extrapolation-python 3.53771 "BENCH: 1.07924699783" +(2013, 11, 3, 2, 42, 12) function-extrapolation-python 1.07925 "BENCH: 1.07924699783" +(2013, 11, 3, 2, 42, 14) function-interpolation-python 1.68781 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 3, 2, 42, 14) function-interpolation-python 0.97136 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 3, 2, 42, 37) la-vector-access-cpp 23.4411 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 3, 2, 43, 5) la-vector-assignment-cpp 27.2244 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 4, 2, 32, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0128 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 4, 2, 32, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6417 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 4, 2, 33, 15) geometry-bounding_box_tree_build-cpp 13.9693 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 4, 2, 33, 42) common-progress-cpp 27.6588 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 4, 2, 34, 15) common-timing-cpp 32.4599 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 4, 2, 37, 39) fem-multicore-cpp 204.396 "Coloring mesh." +(2013, 11, 4, 2, 40, 12) fem-assembly-cpp 152.316 "Assembly for various forms and backends" +(2013, 11, 4, 2, 40, 26) fem-convergence-cpp 14.2039 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 4, 2, 40, 28) fem-jit-python 0.00106471 "JIT compilation (in memory cache)" +(2013, 11, 4, 2, 48, 30) mesh-refinement-cpp 20.0573 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 4, 2, 48, 50) mesh-topology-cpp 19.9124 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 4, 2, 49, 14) mesh-unitcube-cpp 24.3509 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 4, 2, 50, 0) mesh-iteration-cpp 43.5606 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 4, 2, 50, 21) function-evaluation-cpp 21.0128 "Evaluations of functions at arbitrary points." +(2013, 11, 4, 2, 50, 21) function-evaluation-cpp 20.9173 "Evaluations of functions at arbitrary points." +(2013, 11, 4, 2, 50, 25) function-extrapolation-python 3.50523 "BENCH: 1.04606413841" +(2013, 11, 4, 2, 50, 25) function-extrapolation-python 1.04606 "BENCH: 1.04606413841" +(2013, 11, 4, 2, 50, 27) function-interpolation-python 1.69143 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 4, 2, 50, 27) function-interpolation-python 0.976129 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 4, 2, 50, 52) la-vector-access-cpp 25.4321 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 4, 2, 51, 19) la-vector-assignment-cpp 27.0416 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 5, 2, 22, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1363 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 5, 2, 22, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5872 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 5, 2, 22, 59) geometry-bounding_box_tree_build-cpp 13.9249 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 5, 2, 23, 27) common-progress-cpp 27.6552 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 5, 2, 23, 58) common-timing-cpp 31.3317 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 5, 2, 27, 22) fem-multicore-cpp 204.362 "Coloring mesh." +(2013, 11, 5, 2, 29, 54) fem-assembly-cpp 151.695 "Assembly for various forms and backends" +(2013, 11, 5, 2, 30, 8) fem-convergence-cpp 14.2175 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 5, 2, 30, 10) fem-jit-python 0.0010561 "JIT compilation (in memory cache)" +(2013, 11, 5, 2, 38, 8) mesh-refinement-cpp 20.0312 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 5, 2, 38, 28) mesh-topology-cpp 19.8619 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 5, 2, 38, 52) mesh-unitcube-cpp 24.161 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 5, 2, 39, 30) mesh-iteration-cpp 35.4846 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 5, 2, 39, 51) function-evaluation-cpp 21.0648 "Evaluations of functions at arbitrary points." +(2013, 11, 5, 2, 39, 51) function-evaluation-cpp 20.9739 "Evaluations of functions at arbitrary points." +(2013, 11, 5, 2, 39, 55) function-extrapolation-python 3.52771 "BENCH: 1.04784202576" +(2013, 11, 5, 2, 39, 55) function-extrapolation-python 1.04784 "BENCH: 1.04784202576" +(2013, 11, 5, 2, 39, 57) function-interpolation-python 1.67427 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 5, 2, 39, 57) function-interpolation-python 0.967395 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 5, 2, 40, 20) la-vector-access-cpp 23.4703 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 5, 2, 40, 47) la-vector-assignment-cpp 27.096 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 6, 2, 26, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.146 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 6, 2, 27, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.85 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 6, 2, 27, 21) geometry-bounding_box_tree_build-cpp 13.9405 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 6, 2, 27, 49) common-progress-cpp 27.6666 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 6, 2, 28, 21) common-timing-cpp 31.7748 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 6, 2, 31, 44) fem-multicore-cpp 203.879 "Coloring mesh." +(2013, 11, 6, 2, 34, 16) fem-assembly-cpp 151.773 "Assembly for various forms and backends" +(2013, 11, 6, 2, 34, 30) fem-convergence-cpp 14.214 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 6, 2, 34, 32) fem-jit-python 0.00104961 "JIT compilation (in memory cache)" +(2013, 11, 6, 2, 42, 35) mesh-refinement-cpp 20.0232 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 6, 2, 42, 56) mesh-topology-cpp 19.9816 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 6, 2, 43, 20) mesh-unitcube-cpp 24.2015 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 6, 2, 43, 58) mesh-iteration-cpp 35.4905 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 6, 2, 44, 19) function-evaluation-cpp 21.1803 "Evaluations of functions at arbitrary points." +(2013, 11, 6, 2, 44, 19) function-evaluation-cpp 21.0873 "Evaluations of functions at arbitrary points." +(2013, 11, 6, 2, 44, 23) function-extrapolation-python 3.48604 "BENCH: 1.02658700943" +(2013, 11, 6, 2, 44, 23) function-extrapolation-python 1.02659 "BENCH: 1.02658700943" +(2013, 11, 6, 2, 44, 24) function-interpolation-python 1.64104 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 6, 2, 44, 24) function-interpolation-python 0.969151 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 6, 2, 44, 48) la-vector-access-cpp 23.4568 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 6, 2, 45, 15) la-vector-assignment-cpp 27.1048 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 7, 2, 28, 27) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.083 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 7, 2, 28, 47) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9419 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 7, 2, 29, 3) geometry-bounding_box_tree_build-cpp 13.9396 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 7, 2, 29, 31) common-progress-cpp 27.6653 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 7, 2, 30, 2) common-timing-cpp 31.0078 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 7, 2, 33, 26) fem-multicore-cpp 204.022 "Coloring mesh." +(2013, 11, 7, 2, 35, 58) fem-assembly-cpp 152.049 "Assembly for various forms and backends" +(2013, 11, 7, 2, 36, 12) fem-convergence-cpp 14.2119 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 7, 2, 36, 14) fem-jit-python 0.00104651 "JIT compilation (in memory cache)" +(2013, 11, 7, 2, 44, 14) mesh-refinement-cpp 20.0308 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 7, 2, 44, 34) mesh-topology-cpp 19.9358 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 7, 2, 44, 59) mesh-unitcube-cpp 24.3146 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 7, 2, 45, 46) mesh-iteration-cpp 44.2042 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 7, 2, 46, 7) function-evaluation-cpp 21.0613 "Evaluations of functions at arbitrary points." +(2013, 11, 7, 2, 46, 7) function-evaluation-cpp 20.9252 "Evaluations of functions at arbitrary points." +(2013, 11, 7, 2, 46, 10) function-extrapolation-python 3.61894 "BENCH: 1.05936098099" +(2013, 11, 7, 2, 46, 10) function-extrapolation-python 1.05936 "BENCH: 1.05936098099" +(2013, 11, 7, 2, 46, 12) function-interpolation-python 1.66783 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 7, 2, 46, 12) function-interpolation-python 0.970193 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 7, 2, 46, 35) la-vector-access-cpp 23.4596 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 7, 2, 47, 3) la-vector-assignment-cpp 27.0996 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 8, 2, 34, 4) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1191 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 8, 2, 34, 24) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8712 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 8, 2, 34, 40) geometry-bounding_box_tree_build-cpp 13.9123 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 8, 2, 35, 8) common-progress-cpp 27.6682 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 8, 2, 35, 39) common-timing-cpp 30.9854 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 8, 2, 39, 3) fem-multicore-cpp 204.384 "Coloring mesh." +(2013, 11, 8, 2, 41, 35) fem-assembly-cpp 151.628 "Assembly for various forms and backends" +(2013, 11, 8, 2, 41, 49) fem-convergence-cpp 14.2191 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 8, 2, 41, 51) fem-jit-python 0.00104909 "JIT compilation (in memory cache)" +(2013, 11, 8, 2, 49, 51) mesh-refinement-cpp 20.0348 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 8, 2, 50, 11) mesh-topology-cpp 19.8633 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 8, 2, 50, 35) mesh-unitcube-cpp 24.2126 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 8, 2, 51, 21) mesh-iteration-cpp 43.5683 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 8, 2, 51, 42) function-evaluation-cpp 21.0023 "Evaluations of functions at arbitrary points." +(2013, 11, 8, 2, 51, 42) function-evaluation-cpp 20.9067 "Evaluations of functions at arbitrary points." +(2013, 11, 8, 2, 51, 46) function-extrapolation-python 3.50103 "BENCH: 1.04474496841" +(2013, 11, 8, 2, 51, 46) function-extrapolation-python 1.04474 "BENCH: 1.04474496841" +(2013, 11, 8, 2, 51, 48) function-interpolation-python 1.65167 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 8, 2, 51, 48) function-interpolation-python 0.971233 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 8, 2, 52, 11) la-vector-access-cpp 23.4499 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 8, 2, 52, 38) la-vector-assignment-cpp 27.4007 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 9, 2, 27, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0884 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 9, 2, 27, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5868 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 9, 2, 28, 7) geometry-bounding_box_tree_build-cpp 13.9412 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 9, 2, 28, 35) common-progress-cpp 27.6679 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 9, 2, 29, 6) common-timing-cpp 31.4171 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 9, 2, 32, 30) fem-multicore-cpp 204.112 "Coloring mesh." +(2013, 11, 9, 2, 35, 2) fem-assembly-cpp 151.47 "Assembly for various forms and backends" +(2013, 11, 9, 2, 35, 16) fem-convergence-cpp 14.2269 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 9, 2, 35, 18) fem-jit-python 0.00105228 "JIT compilation (in memory cache)" +(2013, 11, 9, 2, 43, 19) mesh-refinement-cpp 20.062 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 9, 2, 43, 39) mesh-topology-cpp 19.851 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 9, 2, 44, 3) mesh-unitcube-cpp 24.2165 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 9, 2, 44, 50) mesh-iteration-cpp 44.1985 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 9, 2, 45, 11) function-evaluation-cpp 21.0408 "Evaluations of functions at arbitrary points." +(2013, 11, 9, 2, 45, 11) function-evaluation-cpp 20.9454 "Evaluations of functions at arbitrary points." +(2013, 11, 9, 2, 45, 14) function-extrapolation-python 3.43958 "BENCH: 1.05045986176" +(2013, 11, 9, 2, 45, 14) function-extrapolation-python 1.05046 "BENCH: 1.05045986176" +(2013, 11, 9, 2, 45, 16) function-interpolation-python 1.67412 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 9, 2, 45, 16) function-interpolation-python 0.969179 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 9, 2, 45, 39) la-vector-access-cpp 23.4419 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 9, 2, 46, 6) la-vector-assignment-cpp 27.086 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 10, 2, 24, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0732 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 10, 2, 24, 45) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6512 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 10, 2, 25, 1) geometry-bounding_box_tree_build-cpp 13.9146 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 10, 2, 25, 29) common-progress-cpp 27.6655 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 10, 2, 26, 0) common-timing-cpp 30.7664 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 10, 2, 29, 24) fem-multicore-cpp 204.318 "Coloring mesh." +(2013, 11, 10, 2, 31, 56) fem-assembly-cpp 152.211 "Assembly for various forms and backends" +(2013, 11, 10, 2, 32, 10) fem-convergence-cpp 14.2278 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 10, 2, 32, 12) fem-jit-python 0.0010565 "JIT compilation (in memory cache)" +(2013, 11, 10, 2, 40, 13) mesh-refinement-cpp 20.0813 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 10, 2, 40, 33) mesh-topology-cpp 19.865 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 10, 2, 40, 58) mesh-unitcube-cpp 24.208 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 10, 2, 41, 36) mesh-iteration-cpp 35.4223 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 10, 2, 41, 57) function-evaluation-cpp 21.1101 "Evaluations of functions at arbitrary points." +(2013, 11, 10, 2, 41, 57) function-evaluation-cpp 21.0037 "Evaluations of functions at arbitrary points." +(2013, 11, 10, 2, 42, 0) function-extrapolation-python 3.5694 "BENCH: 1.05070614815" +(2013, 11, 10, 2, 42, 0) function-extrapolation-python 1.05071 "BENCH: 1.05070614815" +(2013, 11, 10, 2, 42, 2) function-interpolation-python 1.69483 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 10, 2, 42, 2) function-interpolation-python 0.97506 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 10, 2, 42, 25) la-vector-access-cpp 23.4422 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 10, 2, 42, 53) la-vector-assignment-cpp 27.0875 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 11, 2, 42, 9) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0795 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 11, 2, 42, 28) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6182 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 11, 2, 42, 44) geometry-bounding_box_tree_build-cpp 13.89 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 11, 2, 43, 12) common-progress-cpp 27.7012 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 11, 2, 43, 43) common-timing-cpp 31.3255 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 11, 2, 47, 7) fem-multicore-cpp 203.826 "Coloring mesh." +(2013, 11, 11, 2, 49, 39) fem-assembly-cpp 152.21 "Assembly for various forms and backends" +(2013, 11, 11, 2, 49, 53) fem-convergence-cpp 14.2022 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 11, 2, 49, 55) fem-jit-python 0.0010504 "JIT compilation (in memory cache)" +(2013, 11, 11, 2, 57, 55) mesh-refinement-cpp 20.054 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 11, 2, 58, 15) mesh-topology-cpp 19.8344 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 11, 2, 58, 39) mesh-unitcube-cpp 24.2141 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 11, 2, 59, 17) mesh-iteration-cpp 35.4805 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 11, 2, 59, 38) function-evaluation-cpp 21.0438 "Evaluations of functions at arbitrary points." +(2013, 11, 11, 2, 59, 38) function-evaluation-cpp 20.9478 "Evaluations of functions at arbitrary points." +(2013, 11, 11, 2, 59, 41) function-extrapolation-python 3.42945 "BENCH: 1.05228090286" +(2013, 11, 11, 2, 59, 41) function-extrapolation-python 1.05228 "BENCH: 1.05228090286" +(2013, 11, 11, 2, 59, 43) function-interpolation-python 1.65882 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 11, 2, 59, 43) function-interpolation-python 0.975693 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 11, 3, 0, 7) la-vector-access-cpp 23.4308 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 11, 3, 0, 34) la-vector-assignment-cpp 27.0493 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 12, 2, 28, 6) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1824 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 12, 2, 28, 25) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7069 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 12, 2, 28, 41) geometry-bounding_box_tree_build-cpp 13.9467 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 12, 2, 29, 9) common-progress-cpp 27.7012 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 12, 2, 29, 40) common-timing-cpp 31.0411 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 12, 2, 33, 4) fem-multicore-cpp 204.167 "Coloring mesh." +(2013, 11, 12, 2, 35, 36) fem-assembly-cpp 151.626 "Assembly for various forms and backends" +(2013, 11, 12, 2, 35, 50) fem-convergence-cpp 14.2098 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 12, 2, 35, 52) fem-jit-python 0.00106621 "JIT compilation (in memory cache)" +(2013, 11, 12, 2, 43, 52) mesh-refinement-cpp 20.0192 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 12, 2, 44, 12) mesh-topology-cpp 19.8869 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 12, 2, 44, 37) mesh-unitcube-cpp 24.2521 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 12, 2, 45, 15) mesh-iteration-cpp 35.493 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 12, 2, 45, 36) function-evaluation-cpp 21.0607 "Evaluations of functions at arbitrary points." +(2013, 11, 12, 2, 45, 36) function-evaluation-cpp 20.9563 "Evaluations of functions at arbitrary points." +(2013, 11, 12, 2, 45, 39) function-extrapolation-python 3.52914 "BENCH: 1.04079508781" +(2013, 11, 12, 2, 45, 39) function-extrapolation-python 1.0408 "BENCH: 1.04079508781" +(2013, 11, 12, 2, 45, 41) function-interpolation-python 1.66768 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 12, 2, 45, 41) function-interpolation-python 0.973944 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 12, 2, 46, 5) la-vector-access-cpp 23.4468 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 12, 2, 46, 32) la-vector-assignment-cpp 27.0877 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 13, 2, 32, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1313 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 13, 2, 33, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5321 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 13, 2, 33, 21) geometry-bounding_box_tree_build-cpp 13.9165 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 13, 2, 33, 48) common-progress-cpp 27.7034 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 13, 2, 34, 20) common-timing-cpp 31.705 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 13, 2, 37, 44) fem-multicore-cpp 203.949 "Coloring mesh." +(2013, 11, 13, 2, 40, 16) fem-assembly-cpp 151.425 "Assembly for various forms and backends" +(2013, 11, 13, 2, 40, 30) fem-convergence-cpp 14.2117 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 13, 2, 40, 32) fem-jit-python 0.0010504 "JIT compilation (in memory cache)" +(2013, 11, 13, 2, 48, 33) mesh-refinement-cpp 20.0361 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 13, 2, 48, 53) mesh-topology-cpp 19.8867 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 13, 2, 49, 17) mesh-unitcube-cpp 24.2487 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 13, 2, 50, 4) mesh-iteration-cpp 44.1841 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 13, 2, 50, 25) function-evaluation-cpp 21.0707 "Evaluations of functions at arbitrary points." +(2013, 11, 13, 2, 50, 25) function-evaluation-cpp 20.9674 "Evaluations of functions at arbitrary points." +(2013, 11, 13, 2, 50, 28) function-extrapolation-python 3.53923 "BENCH: 1.04507184029" +(2013, 11, 13, 2, 50, 28) function-extrapolation-python 1.04507 "BENCH: 1.04507184029" +(2013, 11, 13, 2, 50, 30) function-interpolation-python 1.70151 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 13, 2, 50, 30) function-interpolation-python 0.980131 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 13, 2, 50, 55) la-vector-access-cpp 25.4493 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 13, 2, 51, 24) la-vector-assignment-cpp 28.1173 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 14, 2, 35, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0542 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 14, 2, 35, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5163 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 14, 2, 36, 8) geometry-bounding_box_tree_build-cpp 13.9189 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 14, 2, 36, 35) common-progress-cpp 27.6665 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 14, 2, 37, 6) common-timing-cpp 30.8118 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 14, 2, 40, 30) fem-multicore-cpp 204.176 "Coloring mesh." +(2013, 11, 14, 2, 43, 2) fem-assembly-cpp 151.949 "Assembly for various forms and backends" +(2013, 11, 14, 2, 43, 16) fem-convergence-cpp 14.2085 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 14, 2, 43, 18) fem-jit-python 0.0010536 "JIT compilation (in memory cache)" +(2013, 11, 14, 2, 51, 22) mesh-refinement-cpp 20.0292 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 14, 2, 51, 41) mesh-topology-cpp 19.8912 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 14, 2, 52, 6) mesh-unitcube-cpp 24.2423 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 14, 2, 52, 52) mesh-iteration-cpp 43.5676 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 14, 2, 53, 13) function-evaluation-cpp 21.1988 "Evaluations of functions at arbitrary points." +(2013, 11, 14, 2, 53, 13) function-evaluation-cpp 21.1249 "Evaluations of functions at arbitrary points." +(2013, 11, 14, 2, 53, 16) function-extrapolation-python 3.3364 "BENCH: 1.04505085945" +(2013, 11, 14, 2, 53, 16) function-extrapolation-python 1.04505 "BENCH: 1.04505085945" +(2013, 11, 14, 2, 53, 18) function-interpolation-python 1.67961 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 14, 2, 53, 18) function-interpolation-python 0.971674 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 14, 2, 53, 41) la-vector-access-cpp 23.4427 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 14, 2, 54, 9) la-vector-assignment-cpp 27.0833 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 15, 2, 26, 18) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1446 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 15, 2, 26, 37) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8595 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 15, 2, 26, 54) geometry-bounding_box_tree_build-cpp 13.9337 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 15, 2, 27, 21) common-progress-cpp 27.6656 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 15, 2, 27, 53) common-timing-cpp 31.9143 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 15, 2, 31, 18) fem-multicore-cpp 204.489 "Coloring mesh." +(2013, 11, 15, 2, 33, 50) fem-assembly-cpp 152.038 "Assembly for various forms and backends" +(2013, 11, 15, 2, 34, 4) fem-convergence-cpp 14.2097 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 15, 2, 34, 6) fem-jit-python 0.0010699 "JIT compilation (in memory cache)" +(2013, 11, 15, 2, 42, 8) mesh-refinement-cpp 20.0424 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 15, 2, 42, 28) mesh-topology-cpp 19.8497 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 15, 2, 42, 52) mesh-unitcube-cpp 24.2827 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 15, 2, 43, 38) mesh-iteration-cpp 43.5616 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 15, 2, 43, 59) function-evaluation-cpp 21.0429 "Evaluations of functions at arbitrary points." +(2013, 11, 15, 2, 43, 59) function-evaluation-cpp 20.9468 "Evaluations of functions at arbitrary points." +(2013, 11, 15, 2, 44, 3) function-extrapolation-python 3.5061 "BENCH: 1.04563903809" +(2013, 11, 15, 2, 44, 3) function-extrapolation-python 1.04564 "BENCH: 1.04563903809" +(2013, 11, 15, 2, 44, 4) function-interpolation-python 1.67044 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 15, 2, 44, 4) function-interpolation-python 0.972305 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 15, 2, 44, 29) la-vector-access-cpp 24.9043 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 15, 2, 44, 58) la-vector-assignment-cpp 29.0686 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 16, 2, 32, 29) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1574 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 16, 2, 32, 48) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8384 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 16, 2, 33, 5) geometry-bounding_box_tree_build-cpp 13.9222 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 16, 2, 33, 33) common-progress-cpp 28.307 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 16, 2, 34, 4) common-timing-cpp 31.1348 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 16, 2, 37, 29) fem-multicore-cpp 204.675 "Coloring mesh." +(2013, 11, 16, 2, 40, 0) fem-assembly-cpp 151.583 "Assembly for various forms and backends" +(2013, 11, 16, 2, 40, 15) fem-convergence-cpp 14.2079 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 16, 2, 40, 17) fem-jit-python 0.0010488 "JIT compilation (in memory cache)" +(2013, 11, 16, 2, 48, 17) mesh-refinement-cpp 20.1198 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 16, 2, 48, 37) mesh-topology-cpp 19.9085 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 16, 2, 49, 1) mesh-unitcube-cpp 24.2244 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 16, 2, 49, 40) mesh-iteration-cpp 35.9709 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 16, 2, 50, 1) function-evaluation-cpp 21.385 "Evaluations of functions at arbitrary points." +(2013, 11, 16, 2, 50, 1) function-evaluation-cpp 21.2795 "Evaluations of functions at arbitrary points." +(2013, 11, 16, 2, 50, 5) function-extrapolation-python 3.57104 "BENCH: 1.05328798294" +(2013, 11, 16, 2, 50, 5) function-extrapolation-python 1.05329 "BENCH: 1.05328798294" +(2013, 11, 16, 2, 50, 7) function-interpolation-python 1.66673 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 16, 2, 50, 7) function-interpolation-python 0.971936 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 16, 2, 50, 30) la-vector-access-cpp 23.4464 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 16, 2, 50, 57) la-vector-assignment-cpp 27.081 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 17, 2, 28, 18) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2376 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 17, 2, 28, 37) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7833 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 17, 2, 28, 54) geometry-bounding_box_tree_build-cpp 13.9403 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 17, 2, 29, 21) common-progress-cpp 27.6565 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 17, 2, 29, 53) common-timing-cpp 31.5266 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 17, 2, 33, 17) fem-multicore-cpp 204.333 "Coloring mesh." +(2013, 11, 17, 2, 35, 49) fem-assembly-cpp 151.735 "Assembly for various forms and backends" +(2013, 11, 17, 2, 36, 3) fem-convergence-cpp 14.1984 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 17, 2, 36, 5) fem-jit-python 0.00104702 "JIT compilation (in memory cache)" +(2013, 11, 17, 2, 44, 8) mesh-refinement-cpp 20.029 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 17, 2, 44, 28) mesh-topology-cpp 19.849 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 17, 2, 44, 52) mesh-unitcube-cpp 24.1579 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 17, 2, 45, 38) mesh-iteration-cpp 43.5552 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 17, 2, 45, 59) function-evaluation-cpp 21.0365 "Evaluations of functions at arbitrary points." +(2013, 11, 17, 2, 45, 59) function-evaluation-cpp 20.9436 "Evaluations of functions at arbitrary points." +(2013, 11, 17, 2, 46, 3) function-extrapolation-python 3.58052 "BENCH: 1.04013609886" +(2013, 11, 17, 2, 46, 3) function-extrapolation-python 1.04014 "BENCH: 1.04013609886" +(2013, 11, 17, 2, 46, 5) function-interpolation-python 1.65869 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 17, 2, 46, 5) function-interpolation-python 0.972991 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 17, 2, 46, 28) la-vector-access-cpp 23.4784 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 17, 2, 46, 56) la-vector-assignment-cpp 28.2309 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 18, 2, 32, 20) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2366 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 18, 2, 32, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6157 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 18, 2, 32, 55) geometry-bounding_box_tree_build-cpp 13.9411 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 18, 2, 33, 23) common-progress-cpp 27.6666 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 18, 2, 33, 54) common-timing-cpp 31.1714 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 18, 2, 37, 19) fem-multicore-cpp 204.398 "Coloring mesh." +(2013, 11, 18, 2, 39, 50) fem-assembly-cpp 151.792 "Assembly for various forms and backends" +(2013, 11, 18, 2, 40, 5) fem-convergence-cpp 14.2037 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 18, 2, 40, 7) fem-jit-python 0.00104761 "JIT compilation (in memory cache)" +(2013, 11, 18, 2, 48, 8) mesh-refinement-cpp 19.9929 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 18, 2, 48, 28) mesh-topology-cpp 19.8496 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 18, 2, 48, 53) mesh-unitcube-cpp 24.1785 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 18, 2, 49, 31) mesh-iteration-cpp 35.4885 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 18, 2, 49, 52) function-evaluation-cpp 21.1433 "Evaluations of functions at arbitrary points." +(2013, 11, 18, 2, 49, 52) function-evaluation-cpp 21.0442 "Evaluations of functions at arbitrary points." +(2013, 11, 18, 2, 49, 55) function-extrapolation-python 3.41244 "BENCH: 1.03689599037" +(2013, 11, 18, 2, 49, 55) function-extrapolation-python 1.0369 "BENCH: 1.03689599037" +(2013, 11, 18, 2, 49, 57) function-interpolation-python 1.65454 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 18, 2, 49, 57) function-interpolation-python 0.978387 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 18, 2, 50, 21) la-vector-access-cpp 23.4755 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 18, 2, 50, 48) la-vector-assignment-cpp 27.0103 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 19, 2, 25, 22) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1097 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 19, 2, 25, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9976 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 19, 2, 25, 58) geometry-bounding_box_tree_build-cpp 13.9148 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 19, 2, 26, 26) common-progress-cpp 27.6649 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 19, 2, 26, 58) common-timing-cpp 31.9418 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 19, 2, 30, 22) fem-multicore-cpp 204.005 "Coloring mesh." +(2013, 11, 19, 2, 32, 54) fem-assembly-cpp 152.073 "Assembly for various forms and backends" +(2013, 11, 19, 2, 33, 8) fem-convergence-cpp 14.2149 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 19, 2, 33, 10) fem-jit-python 0.0010484 "JIT compilation (in memory cache)" +(2013, 11, 19, 2, 41, 12) mesh-refinement-cpp 20.1492 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 19, 2, 41, 31) mesh-topology-cpp 19.8813 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 19, 2, 41, 56) mesh-unitcube-cpp 24.4398 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 19, 2, 42, 34) mesh-iteration-cpp 35.4931 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 19, 2, 42, 55) function-evaluation-cpp 21.0096 "Evaluations of functions at arbitrary points." +(2013, 11, 19, 2, 42, 55) function-evaluation-cpp 20.9135 "Evaluations of functions at arbitrary points." +(2013, 11, 19, 2, 42, 58) function-extrapolation-python 3.5092 "BENCH: 1.06636595726" +(2013, 11, 19, 2, 42, 58) function-extrapolation-python 1.06637 "BENCH: 1.06636595726" +(2013, 11, 19, 2, 43, 0) function-interpolation-python 1.67739 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 19, 2, 43, 0) function-interpolation-python 0.967599 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 19, 2, 43, 24) la-vector-access-cpp 23.4344 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 19, 2, 43, 51) la-vector-assignment-cpp 27.0916 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 20, 2, 40, 21) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1298 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 20, 2, 40, 40) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6133 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 20, 2, 40, 57) geometry-bounding_box_tree_build-cpp 13.9228 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 20, 2, 41, 24) common-progress-cpp 27.666 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 20, 2, 41, 56) common-timing-cpp 31.3131 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 20, 2, 45, 20) fem-multicore-cpp 204.163 "Coloring mesh." +(2013, 11, 20, 2, 47, 52) fem-assembly-cpp 151.902 "Assembly for various forms and backends" +(2013, 11, 20, 2, 48, 6) fem-convergence-cpp 14.1959 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 20, 2, 48, 8) fem-jit-python 0.00106039 "JIT compilation (in memory cache)" +(2013, 11, 20, 2, 56, 11) mesh-refinement-cpp 20.0212 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 20, 2, 56, 31) mesh-topology-cpp 19.8433 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 20, 2, 56, 55) mesh-unitcube-cpp 24.2406 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 20, 2, 57, 33) mesh-iteration-cpp 35.5059 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 20, 2, 57, 54) function-evaluation-cpp 21.0478 "Evaluations of functions at arbitrary points." +(2013, 11, 20, 2, 57, 54) function-evaluation-cpp 20.9529 "Evaluations of functions at arbitrary points." +(2013, 11, 20, 2, 57, 57) function-extrapolation-python 3.44614 "BENCH: 1.05194282532" +(2013, 11, 20, 2, 57, 57) function-extrapolation-python 1.05194 "BENCH: 1.05194282532" +(2013, 11, 20, 2, 57, 59) function-interpolation-python 1.67498 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 20, 2, 57, 59) function-interpolation-python 0.973174 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 20, 2, 58, 25) la-vector-access-cpp 25.4458 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 20, 2, 58, 52) la-vector-assignment-cpp 27.2393 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 21, 2, 24, 20) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1057 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 21, 2, 24, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6146 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 21, 2, 24, 56) geometry-bounding_box_tree_build-cpp 13.9242 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 21, 2, 25, 24) common-progress-cpp 27.6672 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 21, 2, 25, 55) common-timing-cpp 31.0778 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 21, 2, 29, 19) fem-multicore-cpp 204.161 "Coloring mesh." +(2013, 11, 21, 2, 31, 51) fem-assembly-cpp 152.121 "Assembly for various forms and backends" +(2013, 11, 21, 2, 32, 5) fem-convergence-cpp 14.22 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 21, 2, 32, 7) fem-jit-python 0.0010556 "JIT compilation (in memory cache)" +(2013, 11, 21, 2, 40, 8) mesh-refinement-cpp 20.1132 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 21, 2, 40, 28) mesh-topology-cpp 19.8701 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 21, 2, 40, 52) mesh-unitcube-cpp 24.2193 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 21, 2, 41, 34) mesh-iteration-cpp 39.1731 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 21, 2, 41, 55) function-evaluation-cpp 21.0675 "Evaluations of functions at arbitrary points." +(2013, 11, 21, 2, 41, 55) function-evaluation-cpp 20.9632 "Evaluations of functions at arbitrary points." +(2013, 11, 21, 2, 41, 58) function-extrapolation-python 3.42943 "BENCH: 1.04349899292" +(2013, 11, 21, 2, 41, 58) function-extrapolation-python 1.0435 "BENCH: 1.04349899292" +(2013, 11, 21, 2, 42, 0) function-interpolation-python 1.68277 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 21, 2, 42, 0) function-interpolation-python 0.965812 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 21, 2, 42, 23) la-vector-access-cpp 23.4239 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 21, 2, 42, 51) la-vector-assignment-cpp 27.0914 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 22, 2, 26, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1144 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 22, 2, 27, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6123 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 22, 2, 27, 24) geometry-bounding_box_tree_build-cpp 13.9129 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 22, 2, 27, 52) common-progress-cpp 27.6663 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 22, 2, 28, 24) common-timing-cpp 31.5368 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 22, 2, 31, 48) fem-multicore-cpp 204.6 "Coloring mesh." +(2013, 11, 22, 2, 34, 20) fem-assembly-cpp 151.457 "Assembly for various forms and backends" +(2013, 11, 22, 2, 34, 34) fem-convergence-cpp 14.2149 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 22, 2, 34, 36) fem-jit-python 0.00105669 "JIT compilation (in memory cache)" +(2013, 11, 22, 2, 42, 38) mesh-refinement-cpp 20.0123 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 22, 2, 42, 57) mesh-topology-cpp 19.8496 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 22, 2, 43, 22) mesh-unitcube-cpp 24.2328 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 22, 2, 44, 0) mesh-iteration-cpp 35.4895 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 22, 2, 44, 21) function-evaluation-cpp 21.0271 "Evaluations of functions at arbitrary points." +(2013, 11, 22, 2, 44, 21) function-evaluation-cpp 20.9314 "Evaluations of functions at arbitrary points." +(2013, 11, 22, 2, 44, 24) function-extrapolation-python 3.31815 "BENCH: 1.04382109642" +(2013, 11, 22, 2, 44, 24) function-extrapolation-python 1.04382 "BENCH: 1.04382109642" +(2013, 11, 22, 2, 44, 26) function-interpolation-python 1.65075 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 22, 2, 44, 26) function-interpolation-python 0.958864 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 22, 2, 44, 49) la-vector-access-cpp 23.4888 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 22, 2, 45, 17) la-vector-assignment-cpp 28.1142 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 23, 2, 28, 16) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1413 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 23, 2, 28, 35) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6121 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 23, 2, 28, 52) geometry-bounding_box_tree_build-cpp 13.9208 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 23, 2, 29, 20) common-progress-cpp 27.6657 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 23, 2, 29, 51) common-timing-cpp 31.7788 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 23, 2, 33, 15) fem-multicore-cpp 203.99 "Coloring mesh." +(2013, 11, 23, 2, 35, 47) fem-assembly-cpp 151.641 "Assembly for various forms and backends" +(2013, 11, 23, 2, 36, 1) fem-convergence-cpp 14.1978 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 23, 2, 36, 3) fem-jit-python 0.001052 "JIT compilation (in memory cache)" +(2013, 11, 23, 2, 44, 2) mesh-refinement-cpp 20.0403 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 23, 2, 44, 22) mesh-topology-cpp 19.8559 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 23, 2, 44, 46) mesh-unitcube-cpp 24.3186 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 23, 2, 45, 24) mesh-iteration-cpp 35.487 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 23, 2, 45, 45) function-evaluation-cpp 21.5045 "Evaluations of functions at arbitrary points." +(2013, 11, 23, 2, 45, 45) function-evaluation-cpp 21.3998 "Evaluations of functions at arbitrary points." +(2013, 11, 23, 2, 45, 49) function-extrapolation-python 3.47083 "BENCH: 1.06326293945" +(2013, 11, 23, 2, 45, 49) function-extrapolation-python 1.06326 "BENCH: 1.06326293945" +(2013, 11, 23, 2, 45, 51) function-interpolation-python 1.67477 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 23, 2, 45, 51) function-interpolation-python 0.970725 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 23, 2, 46, 16) la-vector-access-cpp 25.4465 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 23, 2, 46, 45) la-vector-assignment-cpp 29.1164 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 24, 2, 22, 2) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1417 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 24, 2, 22, 21) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9306 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 24, 2, 22, 38) geometry-bounding_box_tree_build-cpp 13.9119 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 24, 2, 23, 5) common-progress-cpp 27.6548 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 24, 2, 23, 36) common-timing-cpp 30.8113 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 24, 2, 27, 0) fem-multicore-cpp 204.032 "Coloring mesh." +(2013, 11, 24, 2, 29, 32) fem-assembly-cpp 152.299 "Assembly for various forms and backends" +(2013, 11, 24, 2, 29, 47) fem-convergence-cpp 14.2204 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 24, 2, 29, 49) fem-jit-python 0.00106931 "JIT compilation (in memory cache)" +(2013, 11, 24, 2, 37, 54) mesh-refinement-cpp 20.1372 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 24, 2, 38, 14) mesh-topology-cpp 19.8709 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 24, 2, 38, 38) mesh-unitcube-cpp 24.1657 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 24, 2, 39, 16) mesh-iteration-cpp 35.4929 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 24, 2, 39, 37) function-evaluation-cpp 21.009 "Evaluations of functions at arbitrary points." +(2013, 11, 24, 2, 39, 37) function-evaluation-cpp 20.917 "Evaluations of functions at arbitrary points." +(2013, 11, 24, 2, 39, 41) function-extrapolation-python 3.52081 "BENCH: 1.03221297264" +(2013, 11, 24, 2, 39, 41) function-extrapolation-python 1.03221 "BENCH: 1.03221297264" +(2013, 11, 24, 2, 39, 42) function-interpolation-python 1.66349 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 24, 2, 39, 42) function-interpolation-python 0.970856 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 24, 2, 40, 8) la-vector-access-cpp 25.9655 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 24, 2, 40, 35) la-vector-assignment-cpp 27.1018 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 25, 2, 37, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1734 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 25, 2, 37, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6441 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 25, 2, 37, 58) geometry-bounding_box_tree_build-cpp 13.9273 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 25, 2, 38, 26) common-progress-cpp 27.6661 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 25, 2, 38, 58) common-timing-cpp 31.9567 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 25, 2, 42, 22) fem-multicore-cpp 204.425 "Coloring mesh." +(2013, 11, 25, 2, 44, 54) fem-assembly-cpp 151.784 "Assembly for various forms and backends" +(2013, 11, 25, 2, 45, 8) fem-convergence-cpp 14.1928 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 25, 2, 45, 10) fem-jit-python 0.001052 "JIT compilation (in memory cache)" +(2013, 11, 25, 2, 53, 12) mesh-refinement-cpp 20.0296 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 25, 2, 53, 32) mesh-topology-cpp 19.8824 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 25, 2, 53, 56) mesh-unitcube-cpp 24.3423 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 25, 2, 54, 34) mesh-iteration-cpp 35.4888 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 25, 2, 54, 55) function-evaluation-cpp 21.0092 "Evaluations of functions at arbitrary points." +(2013, 11, 25, 2, 54, 55) function-evaluation-cpp 20.9129 "Evaluations of functions at arbitrary points." +(2013, 11, 25, 2, 54, 59) function-extrapolation-python 3.52712 "BENCH: 1.06823301315" +(2013, 11, 25, 2, 54, 59) function-extrapolation-python 1.06823 "BENCH: 1.06823301315" +(2013, 11, 25, 2, 55, 0) function-interpolation-python 1.66896 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 25, 2, 55, 0) function-interpolation-python 0.982672 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 25, 2, 55, 24) la-vector-access-cpp 23.4386 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 25, 2, 55, 53) la-vector-assignment-cpp 29.1133 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 26, 2, 34, 2) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1321 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 26, 2, 34, 21) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6575 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 26, 2, 34, 38) geometry-bounding_box_tree_build-cpp 13.9443 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 26, 2, 35, 6) common-progress-cpp 27.6658 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 26, 2, 35, 36) common-timing-cpp 30.8301 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 26, 2, 39, 1) fem-multicore-cpp 204.331 "Coloring mesh." +(2013, 11, 26, 2, 41, 34) fem-assembly-cpp 152.692 "Assembly for various forms and backends" +(2013, 11, 26, 2, 41, 48) fem-convergence-cpp 14.2685 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 26, 2, 41, 50) fem-jit-python 0.00109029 "JIT compilation (in memory cache)" +(2013, 11, 26, 2, 49, 52) mesh-refinement-cpp 19.992 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 26, 2, 50, 12) mesh-topology-cpp 19.8687 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 26, 2, 50, 36) mesh-unitcube-cpp 24.195 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 26, 2, 51, 22) mesh-iteration-cpp 43.5638 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 26, 2, 51, 43) function-evaluation-cpp 21.0427 "Evaluations of functions at arbitrary points." +(2013, 11, 26, 2, 51, 43) function-evaluation-cpp 20.9498 "Evaluations of functions at arbitrary points." +(2013, 11, 26, 2, 51, 47) function-extrapolation-python 3.49615 "BENCH: 1.04934620857" +(2013, 11, 26, 2, 51, 47) function-extrapolation-python 1.04935 "BENCH: 1.04934620857" +(2013, 11, 26, 2, 51, 49) function-interpolation-python 1.64357 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 26, 2, 51, 49) function-interpolation-python 0.971371 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 26, 2, 52, 12) la-vector-access-cpp 23.46 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 26, 2, 52, 39) la-vector-assignment-cpp 27.0988 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 27, 2, 31, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1285 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 27, 2, 32, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.511 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 27, 2, 32, 17) geometry-bounding_box_tree_build-cpp 13.9401 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 27, 2, 32, 44) common-progress-cpp 27.6655 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 27, 2, 33, 16) common-timing-cpp 31.7784 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 27, 2, 36, 40) fem-multicore-cpp 204.171 "Coloring mesh." +(2013, 11, 27, 2, 39, 13) fem-assembly-cpp 152.222 "Assembly for various forms and backends" +(2013, 11, 27, 2, 39, 27) fem-convergence-cpp 14.267 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 27, 2, 39, 29) fem-jit-python 0.00104849 "JIT compilation (in memory cache)" +(2013, 11, 27, 2, 47, 33) mesh-refinement-cpp 20.0079 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 27, 2, 47, 53) mesh-topology-cpp 19.8011 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 27, 2, 48, 17) mesh-unitcube-cpp 24.135 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 27, 2, 48, 55) mesh-iteration-cpp 35.4832 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 27, 2, 49, 17) function-evaluation-cpp 21.5628 "Evaluations of functions at arbitrary points." +(2013, 11, 27, 2, 49, 17) function-evaluation-cpp 21.477 "Evaluations of functions at arbitrary points." +(2013, 11, 27, 2, 49, 20) function-extrapolation-python 3.44595 "BENCH: 1.02978491783" +(2013, 11, 27, 2, 49, 20) function-extrapolation-python 1.02978 "BENCH: 1.02978491783" +(2013, 11, 27, 2, 49, 22) function-interpolation-python 1.6423 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 27, 2, 49, 22) function-interpolation-python 0.969616 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 27, 2, 49, 45) la-vector-access-cpp 23.449 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 27, 2, 50, 12) la-vector-assignment-cpp 27.0988 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 28, 2, 39, 54) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.181 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 28, 2, 40, 13) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4645 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 28, 2, 40, 30) geometry-bounding_box_tree_build-cpp 13.9943 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 28, 2, 40, 58) common-progress-cpp 27.7169 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 28, 2, 41, 30) common-timing-cpp 31.8142 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 28, 2, 44, 54) fem-multicore-cpp 204.198 "Coloring mesh." +(2013, 11, 28, 2, 47, 25) fem-assembly-cpp 151.576 "Assembly for various forms and backends" +(2013, 11, 28, 2, 47, 40) fem-convergence-cpp 14.207 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 28, 2, 47, 42) fem-jit-python 0.00105631 "JIT compilation (in memory cache)" +(2013, 11, 28, 2, 55, 41) mesh-refinement-cpp 19.9669 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 28, 2, 56, 1) mesh-topology-cpp 19.841 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 28, 2, 56, 26) mesh-unitcube-cpp 24.2155 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 28, 2, 57, 4) mesh-iteration-cpp 35.4952 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 28, 2, 57, 25) function-evaluation-cpp 21.0928 "Evaluations of functions at arbitrary points." +(2013, 11, 28, 2, 57, 25) function-evaluation-cpp 20.9608 "Evaluations of functions at arbitrary points." +(2013, 11, 28, 2, 57, 28) function-extrapolation-python 3.49482 "BENCH: 1.03860902786" +(2013, 11, 28, 2, 57, 28) function-extrapolation-python 1.03861 "BENCH: 1.03860902786" +(2013, 11, 28, 2, 57, 30) function-interpolation-python 1.63964 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 28, 2, 57, 30) function-interpolation-python 0.967661 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 28, 2, 57, 53) la-vector-access-cpp 23.456 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 28, 2, 58, 21) la-vector-assignment-cpp 27.0962 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 29, 2, 41, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0635 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 29, 2, 42, 9) geometry-bounding_box_tree_compute_closest_entity-cpp 16.1862 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 29, 2, 42, 26) geometry-bounding_box_tree_build-cpp 13.9665 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 29, 2, 42, 53) common-progress-cpp 27.667 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 29, 2, 43, 24) common-timing-cpp 30.9215 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 29, 2, 46, 49) fem-multicore-cpp 204.368 "Coloring mesh." +(2013, 11, 29, 2, 49, 20) fem-assembly-cpp 151.699 "Assembly for various forms and backends" +(2013, 11, 29, 2, 49, 35) fem-convergence-cpp 14.2139 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 29, 2, 49, 36) fem-jit-python 0.00106089 "JIT compilation (in memory cache)" +(2013, 11, 29, 2, 57, 37) mesh-refinement-cpp 20.0503 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 29, 2, 57, 57) mesh-topology-cpp 19.9228 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 29, 2, 58, 22) mesh-unitcube-cpp 24.1819 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 29, 2, 59, 0) mesh-iteration-cpp 35.4965 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 29, 2, 59, 21) function-evaluation-cpp 21.0291 "Evaluations of functions at arbitrary points." +(2013, 11, 29, 2, 59, 21) function-evaluation-cpp 20.8943 "Evaluations of functions at arbitrary points." +(2013, 11, 29, 2, 59, 24) function-extrapolation-python 3.61987 "BENCH: 1.06337881088" +(2013, 11, 29, 2, 59, 24) function-extrapolation-python 1.06338 "BENCH: 1.06337881088" +(2013, 11, 29, 2, 59, 26) function-interpolation-python 1.66077 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 29, 2, 59, 26) function-interpolation-python 0.975817 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 29, 2, 59, 52) la-vector-access-cpp 26.0346 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 29, 3, 0, 19) la-vector-assignment-cpp 27.0896 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 11, 30, 2, 25, 16) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1443 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 30, 2, 25, 35) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5972 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 11, 30, 2, 25, 52) geometry-bounding_box_tree_build-cpp 13.9496 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 11, 30, 2, 26, 20) common-progress-cpp 27.6552 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 11, 30, 2, 26, 51) common-timing-cpp 31.5243 "Timing access and registration of timings (10000000 repetitions)" +(2013, 11, 30, 2, 30, 15) fem-multicore-cpp 203.822 "Coloring mesh." +(2013, 11, 30, 2, 32, 47) fem-assembly-cpp 151.801 "Assembly for various forms and backends" +(2013, 11, 30, 2, 33, 1) fem-convergence-cpp 14.2145 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 11, 30, 2, 33, 3) fem-jit-python 0.00107179 "JIT compilation (in memory cache)" +(2013, 11, 30, 2, 41, 4) mesh-refinement-cpp 20.0609 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 11, 30, 2, 41, 24) mesh-topology-cpp 19.8878 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 11, 30, 2, 41, 48) mesh-unitcube-cpp 24.2146 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 11, 30, 2, 42, 26) mesh-iteration-cpp 35.4347 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 11, 30, 2, 42, 47) function-evaluation-cpp 21.0376 "Evaluations of functions at arbitrary points." +(2013, 11, 30, 2, 42, 47) function-evaluation-cpp 20.9419 "Evaluations of functions at arbitrary points." +(2013, 11, 30, 2, 42, 50) function-extrapolation-python 3.48769 "BENCH: 1.0535941124" +(2013, 11, 30, 2, 42, 50) function-extrapolation-python 1.05359 "BENCH: 1.0535941124" +(2013, 11, 30, 2, 42, 52) function-interpolation-python 1.68338 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 30, 2, 42, 52) function-interpolation-python 0.968644 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 11, 30, 2, 43, 15) la-vector-access-cpp 23.4396 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 11, 30, 2, 43, 43) la-vector-assignment-cpp 27.0843 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 1, 2, 26, 53) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1328 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 1, 2, 27, 12) geometry-bounding_box_tree_compute_closest_entity-cpp 15.915 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 1, 2, 27, 28) geometry-bounding_box_tree_build-cpp 13.9498 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 1, 2, 27, 56) common-progress-cpp 27.6654 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 1, 2, 28, 27) common-timing-cpp 31.1224 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 1, 2, 31, 52) fem-multicore-cpp 204.485 "Coloring mesh." +(2013, 12, 1, 2, 34, 24) fem-assembly-cpp 152.044 "Assembly for various forms and backends" +(2013, 12, 1, 2, 34, 38) fem-convergence-cpp 14.2179 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 1, 2, 34, 40) fem-jit-python 0.00106142 "JIT compilation (in memory cache)" +(2013, 12, 1, 2, 42, 44) mesh-refinement-cpp 19.9896 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 1, 2, 43, 3) mesh-topology-cpp 19.8575 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 1, 2, 43, 28) mesh-unitcube-cpp 24.2128 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 1, 2, 44, 6) mesh-iteration-cpp 35.4886 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 1, 2, 44, 27) function-evaluation-cpp 21.0736 "Evaluations of functions at arbitrary points." +(2013, 12, 1, 2, 44, 27) function-evaluation-cpp 20.9788 "Evaluations of functions at arbitrary points." +(2013, 12, 1, 2, 44, 30) function-extrapolation-python 3.48758 "BENCH: 1.05216908455" +(2013, 12, 1, 2, 44, 30) function-extrapolation-python 1.05217 "BENCH: 1.05216908455" +(2013, 12, 1, 2, 44, 32) function-interpolation-python 1.67526 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 1, 2, 44, 32) function-interpolation-python 0.975429 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 1, 2, 44, 56) la-vector-access-cpp 23.4687 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 1, 2, 45, 23) la-vector-assignment-cpp 27.2434 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 2, 2, 30, 13) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1482 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 2, 2, 30, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 15.9859 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 2, 2, 30, 49) geometry-bounding_box_tree_build-cpp 13.8983 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 2, 2, 31, 21) common-progress-cpp 32.6692 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 2, 2, 31, 53) common-timing-cpp 31.3442 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 2, 2, 35, 17) fem-multicore-cpp 204.021 "Coloring mesh." +(2013, 12, 2, 2, 37, 49) fem-assembly-cpp 151.803 "Assembly for various forms and backends" +(2013, 12, 2, 2, 38, 3) fem-convergence-cpp 14.2129 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 2, 2, 38, 5) fem-jit-python 0.0010571 "JIT compilation (in memory cache)" +(2013, 12, 2, 2, 46, 6) mesh-refinement-cpp 20.0066 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 2, 2, 46, 26) mesh-topology-cpp 19.8617 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 2, 2, 46, 51) mesh-unitcube-cpp 24.2151 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 2, 2, 47, 29) mesh-iteration-cpp 35.4835 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 2, 2, 47, 50) function-evaluation-cpp 21.0606 "Evaluations of functions at arbitrary points." +(2013, 12, 2, 2, 47, 50) function-evaluation-cpp 20.9569 "Evaluations of functions at arbitrary points." +(2013, 12, 2, 2, 47, 53) function-extrapolation-python 3.43774 "BENCH: 1.05160403252" +(2013, 12, 2, 2, 47, 53) function-extrapolation-python 1.0516 "BENCH: 1.05160403252" +(2013, 12, 2, 2, 47, 55) function-interpolation-python 1.64387 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 2, 2, 47, 55) function-interpolation-python 0.967753 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 2, 2, 48, 20) la-vector-access-cpp 24.9432 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 2, 2, 48, 47) la-vector-assignment-cpp 27.0871 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 3, 2, 23, 29) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2029 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 3, 2, 23, 49) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7367 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 3, 2, 24, 5) geometry-bounding_box_tree_build-cpp 13.9455 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 3, 2, 24, 33) common-progress-cpp 27.6543 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 3, 2, 25, 4) common-timing-cpp 31.501 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 3, 2, 28, 28) fem-multicore-cpp 203.745 "Coloring mesh." +(2013, 12, 3, 2, 31, 0) fem-assembly-cpp 152.439 "Assembly for various forms and backends" +(2013, 12, 3, 2, 31, 15) fem-convergence-cpp 14.2129 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 3, 2, 31, 17) fem-jit-python 0.00105081 "JIT compilation (in memory cache)" +(2013, 12, 3, 2, 39, 20) mesh-refinement-cpp 20.0186 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 3, 2, 39, 40) mesh-topology-cpp 19.843 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 3, 2, 40, 5) mesh-unitcube-cpp 24.1698 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 3, 2, 40, 43) mesh-iteration-cpp 35.5197 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 3, 2, 41, 4) function-evaluation-cpp 21.7466 "Evaluations of functions at arbitrary points." +(2013, 12, 3, 2, 41, 4) function-evaluation-cpp 21.645 "Evaluations of functions at arbitrary points." +(2013, 12, 3, 2, 41, 8) function-extrapolation-python 3.48739 "BENCH: 1.0320110321" +(2013, 12, 3, 2, 41, 8) function-extrapolation-python 1.03201 "BENCH: 1.0320110321" +(2013, 12, 3, 2, 41, 10) function-interpolation-python 1.63149 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 3, 2, 41, 10) function-interpolation-python 0.967768 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 3, 2, 41, 33) la-vector-access-cpp 23.4725 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 3, 2, 42, 0) la-vector-assignment-cpp 27.0948 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 4, 2, 29, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1006 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 4, 2, 29, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5333 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 4, 2, 29, 58) geometry-bounding_box_tree_build-cpp 13.9283 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 4, 2, 30, 26) common-progress-cpp 27.6539 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 4, 2, 30, 59) common-timing-cpp 33.1281 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 4, 2, 34, 23) fem-multicore-cpp 204.079 "Coloring mesh." +(2013, 12, 4, 2, 36, 55) fem-assembly-cpp 151.947 "Assembly for various forms and backends" +(2013, 12, 4, 2, 37, 9) fem-convergence-cpp 14.1854 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 4, 2, 37, 11) fem-jit-python 0.00105569 "JIT compilation (in memory cache)" +(2013, 12, 4, 2, 45, 15) mesh-refinement-cpp 20.0768 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 4, 2, 45, 35) mesh-topology-cpp 19.7484 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 4, 2, 45, 59) mesh-unitcube-cpp 24.2013 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 4, 2, 46, 37) mesh-iteration-cpp 35.492 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 4, 2, 46, 58) function-evaluation-cpp 21.0133 "Evaluations of functions at arbitrary points." +(2013, 12, 4, 2, 46, 58) function-evaluation-cpp 20.9169 "Evaluations of functions at arbitrary points." +(2013, 12, 4, 2, 47, 2) function-extrapolation-python 3.41167 "BENCH: 1.05474114418" +(2013, 12, 4, 2, 47, 2) function-extrapolation-python 1.05474 "BENCH: 1.05474114418" +(2013, 12, 4, 2, 47, 3) function-interpolation-python 1.65855 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 4, 2, 47, 3) function-interpolation-python 0.968401 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 4, 2, 47, 27) la-vector-access-cpp 23.443 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 4, 2, 47, 54) la-vector-assignment-cpp 27.0809 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 5, 2, 24, 0) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0158 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 5, 2, 24, 19) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7188 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 5, 2, 24, 36) geometry-bounding_box_tree_build-cpp 13.9445 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 5, 2, 25, 3) common-progress-cpp 27.6672 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 5, 2, 25, 35) common-timing-cpp 31.5123 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 5, 2, 28, 59) fem-multicore-cpp 204.085 "Coloring mesh." +(2013, 12, 5, 2, 31, 31) fem-assembly-cpp 151.978 "Assembly for various forms and backends" +(2013, 12, 5, 2, 31, 45) fem-convergence-cpp 14.2311 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 5, 2, 31, 47) fem-jit-python 0.00104101 "JIT compilation (in memory cache)" +(2013, 12, 5, 2, 39, 47) mesh-refinement-cpp 20.0053 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 5, 2, 40, 7) mesh-topology-cpp 19.8799 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 5, 2, 40, 31) mesh-unitcube-cpp 24.1804 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 5, 2, 41, 9) mesh-iteration-cpp 35.5044 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 5, 2, 41, 30) function-evaluation-cpp 21.0796 "Evaluations of functions at arbitrary points." +(2013, 12, 5, 2, 41, 30) function-evaluation-cpp 20.9362 "Evaluations of functions at arbitrary points." +(2013, 12, 5, 2, 41, 34) function-extrapolation-python 3.53757 "BENCH: 1.06758499146" +(2013, 12, 5, 2, 41, 34) function-extrapolation-python 1.06758 "BENCH: 1.06758499146" +(2013, 12, 5, 2, 41, 36) function-interpolation-python 1.67493 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 5, 2, 41, 36) function-interpolation-python 0.974641 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 5, 2, 41, 59) la-vector-access-cpp 23.4603 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 5, 2, 42, 26) la-vector-assignment-cpp 27.2547 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 6, 2, 26, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.3322 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 6, 2, 26, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 16.2079 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 6, 2, 27, 8) geometry-bounding_box_tree_build-cpp 13.9598 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 6, 2, 27, 35) common-progress-cpp 27.6662 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 6, 2, 28, 6) common-timing-cpp 31.0271 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 6, 2, 31, 30) fem-multicore-cpp 203.899 "Coloring mesh." +(2013, 12, 6, 2, 34, 3) fem-assembly-cpp 152.658 "Assembly for various forms and backends" +(2013, 12, 6, 2, 34, 17) fem-convergence-cpp 14.2104 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 6, 2, 34, 19) fem-jit-python 0.0010649 "JIT compilation (in memory cache)" +(2013, 12, 6, 2, 42, 20) mesh-refinement-cpp 20.1109 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 6, 2, 42, 40) mesh-topology-cpp 19.8517 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 6, 2, 43, 4) mesh-unitcube-cpp 24.2667 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 6, 2, 43, 46) mesh-iteration-cpp 39.1735 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 6, 2, 44, 7) function-evaluation-cpp 21.14 "Evaluations of functions at arbitrary points." +(2013, 12, 6, 2, 44, 7) function-evaluation-cpp 21.0004 "Evaluations of functions at arbitrary points." +(2013, 12, 6, 2, 44, 11) function-extrapolation-python 3.74559 "BENCH: 1.05666995049" +(2013, 12, 6, 2, 44, 11) function-extrapolation-python 1.05667 "BENCH: 1.05666995049" +(2013, 12, 6, 2, 44, 12) function-interpolation-python 1.65552 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 6, 2, 44, 12) function-interpolation-python 0.970658 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 6, 2, 44, 38) la-vector-access-cpp 25.4688 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 6, 2, 45, 5) la-vector-assignment-cpp 27.0926 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 7, 2, 28, 10) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2825 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 7, 2, 28, 29) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6001 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 7, 2, 28, 46) geometry-bounding_box_tree_build-cpp 13.9226 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 7, 2, 29, 13) common-progress-cpp 27.6643 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 7, 2, 29, 46) common-timing-cpp 32.8103 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 7, 2, 33, 10) fem-multicore-cpp 203.927 "Coloring mesh." +(2013, 12, 7, 2, 35, 43) fem-assembly-cpp 152.414 "Assembly for various forms and backends" +(2013, 12, 7, 2, 35, 57) fem-convergence-cpp 14.2166 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 7, 2, 35, 59) fem-jit-python 0.00105691 "JIT compilation (in memory cache)" +(2013, 12, 7, 2, 43, 58) mesh-refinement-cpp 20.0326 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 7, 2, 44, 18) mesh-topology-cpp 19.8747 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 7, 2, 44, 42) mesh-unitcube-cpp 24.1549 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 7, 2, 45, 20) mesh-iteration-cpp 35.4851 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 7, 2, 45, 41) function-evaluation-cpp 21.0078 "Evaluations of functions at arbitrary points." +(2013, 12, 7, 2, 45, 41) function-evaluation-cpp 20.9116 "Evaluations of functions at arbitrary points." +(2013, 12, 7, 2, 45, 45) function-extrapolation-python 3.48746 "BENCH: 1.0745651722" +(2013, 12, 7, 2, 45, 45) function-extrapolation-python 1.07457 "BENCH: 1.0745651722" +(2013, 12, 7, 2, 45, 47) function-interpolation-python 1.66493 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 7, 2, 45, 47) function-interpolation-python 0.96934 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 7, 2, 46, 10) la-vector-access-cpp 23.407 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 7, 2, 46, 37) la-vector-assignment-cpp 27.0601 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 8, 2, 35, 10) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1844 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 8, 2, 35, 29) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5704 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 8, 2, 35, 46) geometry-bounding_box_tree_build-cpp 13.9216 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 8, 2, 36, 13) common-progress-cpp 27.6657 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 8, 2, 36, 44) common-timing-cpp 30.7988 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 8, 2, 40, 8) fem-multicore-cpp 204.301 "Coloring mesh." +(2013, 12, 8, 2, 42, 40) fem-assembly-cpp 151.565 "Assembly for various forms and backends" +(2013, 12, 8, 2, 42, 54) fem-convergence-cpp 14.2302 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 8, 2, 42, 56) fem-jit-python 0.00104921 "JIT compilation (in memory cache)" +(2013, 12, 8, 2, 50, 57) mesh-refinement-cpp 20.0377 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 8, 2, 51, 17) mesh-topology-cpp 19.8608 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 8, 2, 51, 42) mesh-unitcube-cpp 24.266 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 8, 2, 52, 23) mesh-iteration-cpp 39.1041 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 8, 2, 52, 45) function-evaluation-cpp 21.2655 "Evaluations of functions at arbitrary points." +(2013, 12, 8, 2, 52, 45) function-evaluation-cpp 21.1702 "Evaluations of functions at arbitrary points." +(2013, 12, 8, 2, 52, 48) function-extrapolation-python 3.51954 "BENCH: 1.04911088943" +(2013, 12, 8, 2, 52, 48) function-extrapolation-python 1.04911 "BENCH: 1.04911088943" +(2013, 12, 8, 2, 52, 50) function-interpolation-python 1.65222 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 8, 2, 52, 50) function-interpolation-python 0.968558 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 8, 2, 53, 19) la-vector-access-cpp 28.9022 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 8, 2, 53, 47) la-vector-assignment-cpp 28.0837 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 9, 2, 24, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0604 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 9, 2, 24, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6247 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 9, 2, 25, 15) geometry-bounding_box_tree_build-cpp 13.9195 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 9, 2, 25, 43) common-progress-cpp 27.6656 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 9, 2, 26, 14) common-timing-cpp 31.4657 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 9, 2, 29, 38) fem-multicore-cpp 204.043 "Coloring mesh." +(2013, 12, 9, 2, 32, 10) fem-assembly-cpp 152.053 "Assembly for various forms and backends" +(2013, 12, 9, 2, 32, 25) fem-convergence-cpp 14.2225 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 9, 2, 32, 26) fem-jit-python 0.0010489 "JIT compilation (in memory cache)" +(2013, 12, 9, 2, 40, 29) mesh-refinement-cpp 20.0745 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 9, 2, 40, 49) mesh-topology-cpp 19.9055 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 9, 2, 41, 13) mesh-unitcube-cpp 24.2344 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 9, 2, 41, 51) mesh-iteration-cpp 35.491 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 9, 2, 42, 12) function-evaluation-cpp 21.0556 "Evaluations of functions at arbitrary points." +(2013, 12, 9, 2, 42, 12) function-evaluation-cpp 20.9507 "Evaluations of functions at arbitrary points." +(2013, 12, 9, 2, 42, 15) function-extrapolation-python 3.46278 "BENCH: 1.04752492905" +(2013, 12, 9, 2, 42, 15) function-extrapolation-python 1.04752 "BENCH: 1.04752492905" +(2013, 12, 9, 2, 42, 17) function-interpolation-python 1.71003 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 9, 2, 42, 17) function-interpolation-python 0.969362 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 9, 2, 42, 41) la-vector-access-cpp 23.4626 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 9, 2, 43, 10) la-vector-assignment-cpp 29.1162 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 10, 2, 27, 55) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.2096 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 10, 2, 28, 15) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6607 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 10, 2, 28, 31) geometry-bounding_box_tree_build-cpp 13.9318 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 10, 2, 28, 59) common-progress-cpp 27.6663 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 10, 2, 29, 30) common-timing-cpp 31.2156 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 10, 2, 32, 54) fem-multicore-cpp 204.231 "Coloring mesh." +(2013, 12, 10, 2, 35, 27) fem-assembly-cpp 152.315 "Assembly for various forms and backends" +(2013, 12, 10, 2, 35, 41) fem-convergence-cpp 14.2107 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 10, 2, 35, 43) fem-jit-python 0.0010551 "JIT compilation (in memory cache)" +(2013, 12, 10, 2, 43, 43) mesh-refinement-cpp 20.0575 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 10, 2, 44, 3) mesh-topology-cpp 19.9015 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 10, 2, 44, 27) mesh-unitcube-cpp 24.1952 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 10, 2, 45, 5) mesh-iteration-cpp 35.5027 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 10, 2, 45, 26) function-evaluation-cpp 21.067 "Evaluations of functions at arbitrary points." +(2013, 12, 10, 2, 45, 26) function-evaluation-cpp 20.9397 "Evaluations of functions at arbitrary points." +(2013, 12, 10, 2, 45, 30) function-extrapolation-python 3.53767 "BENCH: 1.04689908028" +(2013, 12, 10, 2, 45, 30) function-extrapolation-python 1.0469 "BENCH: 1.04689908028" +(2013, 12, 10, 2, 45, 32) function-interpolation-python 1.6594 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 10, 2, 45, 32) function-interpolation-python 0.960385 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 10, 2, 45, 55) la-vector-access-cpp 23.4583 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 10, 2, 46, 22) la-vector-assignment-cpp 26.9738 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 11, 2, 24, 28) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1124 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 11, 2, 24, 47) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6448 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 11, 2, 25, 3) geometry-bounding_box_tree_build-cpp 13.92 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 11, 2, 25, 31) common-progress-cpp 27.6667 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 11, 2, 26, 2) common-timing-cpp 30.7792 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 11, 2, 29, 26) fem-multicore-cpp 204.544 "Coloring mesh." +(2013, 12, 11, 2, 31, 58) fem-assembly-cpp 151.813 "Assembly for various forms and backends" +(2013, 12, 11, 2, 32, 13) fem-convergence-cpp 14.2103 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 11, 2, 32, 14) fem-jit-python 0.00106249 "JIT compilation (in memory cache)" +(2013, 12, 11, 2, 40, 16) mesh-refinement-cpp 20.0299 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 11, 2, 40, 35) mesh-topology-cpp 19.8482 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 11, 2, 41, 0) mesh-unitcube-cpp 24.1965 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 11, 2, 41, 38) mesh-iteration-cpp 35.49 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 11, 2, 41, 59) function-evaluation-cpp 21.2308 "Evaluations of functions at arbitrary points." +(2013, 12, 11, 2, 41, 59) function-evaluation-cpp 21.1259 "Evaluations of functions at arbitrary points." +(2013, 12, 11, 2, 42, 2) function-extrapolation-python 3.52911 "BENCH: 1.06168103218" +(2013, 12, 11, 2, 42, 2) function-extrapolation-python 1.06168 "BENCH: 1.06168103218" +(2013, 12, 11, 2, 42, 4) function-interpolation-python 1.67578 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 11, 2, 42, 4) function-interpolation-python 0.975324 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 11, 2, 42, 29) la-vector-access-cpp 24.9438 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 11, 2, 42, 56) la-vector-assignment-cpp 27.0071 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 12, 2, 25, 19) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0962 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 12, 2, 25, 38) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6015 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 12, 2, 25, 55) geometry-bounding_box_tree_build-cpp 13.9588 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 12, 2, 26, 22) common-progress-cpp 27.6662 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 12, 2, 26, 55) common-timing-cpp 32.334 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 12, 2, 30, 19) fem-multicore-cpp 204.246 "Coloring mesh." +(2013, 12, 12, 2, 32, 51) fem-assembly-cpp 152.168 "Assembly for various forms and backends" +(2013, 12, 12, 2, 33, 5) fem-convergence-cpp 14.2041 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 12, 2, 33, 7) fem-jit-python 0.0010679 "JIT compilation (in memory cache)" +(2013, 12, 12, 2, 41, 9) mesh-refinement-cpp 19.9668 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 12, 2, 41, 29) mesh-topology-cpp 19.8618 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 12, 2, 41, 53) mesh-unitcube-cpp 24.2211 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 12, 2, 42, 31) mesh-iteration-cpp 35.4919 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 12, 2, 42, 52) function-evaluation-cpp 21.0819 "Evaluations of functions at arbitrary points." +(2013, 12, 12, 2, 42, 52) function-evaluation-cpp 20.9472 "Evaluations of functions at arbitrary points." +(2013, 12, 12, 2, 42, 56) function-extrapolation-python 3.47083 "BENCH: 1.05420804024" +(2013, 12, 12, 2, 42, 56) function-extrapolation-python 1.05421 "BENCH: 1.05420804024" +(2013, 12, 12, 2, 42, 58) function-interpolation-python 1.65233 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 12, 2, 42, 58) function-interpolation-python 0.972923 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 12, 2, 43, 23) la-vector-access-cpp 25.4816 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 12, 2, 43, 50) la-vector-assignment-cpp 27.0991 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 13, 2, 26, 53) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.092 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 13, 2, 27, 12) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6894 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 13, 2, 27, 29) geometry-bounding_box_tree_build-cpp 13.9437 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 13, 2, 27, 57) common-progress-cpp 27.6664 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 13, 2, 28, 28) common-timing-cpp 31.3424 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 13, 2, 31, 52) fem-multicore-cpp 204.421 "Coloring mesh." +(2013, 12, 13, 2, 34, 24) fem-assembly-cpp 151.759 "Assembly for various forms and backends" +(2013, 12, 13, 2, 34, 38) fem-convergence-cpp 14.2198 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 13, 2, 34, 40) fem-jit-python 0.0010488 "JIT compilation (in memory cache)" +(2013, 12, 13, 2, 42, 42) mesh-refinement-cpp 20.0278 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 13, 2, 43, 2) mesh-topology-cpp 19.8834 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 13, 2, 43, 26) mesh-unitcube-cpp 24.2237 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 13, 2, 44, 4) mesh-iteration-cpp 35.4878 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 13, 2, 44, 26) function-evaluation-cpp 22.167 "Evaluations of functions at arbitrary points." +(2013, 12, 13, 2, 44, 26) function-evaluation-cpp 22.0323 "Evaluations of functions at arbitrary points." +(2013, 12, 13, 2, 44, 30) function-extrapolation-python 3.64889 "BENCH: 1.06616711617" +(2013, 12, 13, 2, 44, 30) function-extrapolation-python 1.06617 "BENCH: 1.06616711617" +(2013, 12, 13, 2, 44, 32) function-interpolation-python 1.65178 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 13, 2, 44, 32) function-interpolation-python 0.968548 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 13, 2, 44, 55) la-vector-access-cpp 23.4589 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 13, 2, 45, 22) la-vector-assignment-cpp 27.0993 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 14, 2, 33, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0843 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 14, 2, 33, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4994 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 14, 2, 34, 14) geometry-bounding_box_tree_build-cpp 13.9778 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 14, 2, 34, 41) common-progress-cpp 27.6679 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 14, 2, 35, 12) common-timing-cpp 31.059 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 14, 2, 38, 37) fem-multicore-cpp 204.225 "Coloring mesh." +(2013, 12, 14, 2, 41, 9) fem-assembly-cpp 152.584 "Assembly for various forms and backends" +(2013, 12, 14, 2, 41, 23) fem-convergence-cpp 14.2123 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 14, 2, 41, 25) fem-jit-python 0.00104721 "JIT compilation (in memory cache)" +(2013, 12, 14, 2, 49, 27) mesh-refinement-cpp 19.9799 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 14, 2, 49, 47) mesh-topology-cpp 19.8787 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 14, 2, 50, 11) mesh-unitcube-cpp 24.1565 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 14, 2, 50, 49) mesh-iteration-cpp 35.4932 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 14, 2, 51, 10) function-evaluation-cpp 21.1028 "Evaluations of functions at arbitrary points." +(2013, 12, 14, 2, 51, 10) function-evaluation-cpp 21.0007 "Evaluations of functions at arbitrary points." +(2013, 12, 14, 2, 51, 13) function-extrapolation-python 3.41264 "BENCH: 1.04101395607" +(2013, 12, 14, 2, 51, 13) function-extrapolation-python 1.04101 "BENCH: 1.04101395607" +(2013, 12, 14, 2, 51, 15) function-interpolation-python 1.63382 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 14, 2, 51, 15) function-interpolation-python 0.961303 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 14, 2, 51, 38) la-vector-access-cpp 23.4369 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 14, 2, 52, 8) la-vector-assignment-cpp 29.0137 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 15, 2, 30, 0) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.1239 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 15, 2, 30, 20) geometry-bounding_box_tree_compute_closest_entity-cpp 15.7447 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 15, 2, 30, 36) geometry-bounding_box_tree_build-cpp 13.9429 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 15, 2, 31, 4) common-progress-cpp 27.6675 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 15, 2, 31, 35) common-timing-cpp 31.1223 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 15, 2, 34, 59) fem-multicore-cpp 204.198 "Coloring mesh." +(2013, 12, 15, 2, 37, 31) fem-assembly-cpp 152.254 "Assembly for various forms and backends" +(2013, 12, 15, 2, 37, 46) fem-convergence-cpp 14.2229 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 15, 2, 37, 48) fem-jit-python 0.0010452 "JIT compilation (in memory cache)" +(2013, 12, 15, 2, 45, 48) mesh-refinement-cpp 20.0653 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 15, 2, 46, 8) mesh-topology-cpp 19.9068 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 15, 2, 46, 32) mesh-unitcube-cpp 24.1908 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 15, 2, 47, 10) mesh-iteration-cpp 35.5202 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 15, 2, 47, 32) function-evaluation-cpp 21.3665 "Evaluations of functions at arbitrary points." +(2013, 12, 15, 2, 47, 32) function-evaluation-cpp 21.2652 "Evaluations of functions at arbitrary points." +(2013, 12, 15, 2, 47, 35) function-extrapolation-python 3.58744 "BENCH: 1.03307199478" +(2013, 12, 15, 2, 47, 35) function-extrapolation-python 1.03307 "BENCH: 1.03307199478" +(2013, 12, 15, 2, 47, 37) function-interpolation-python 1.66843 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 15, 2, 47, 37) function-interpolation-python 0.981521 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 15, 2, 48, 1) la-vector-access-cpp 23.4565 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 15, 2, 48, 28) la-vector-assignment-cpp 27.0971 "Assigning to vector of size 10000000 (100 repetitions)" +(2013, 12, 16, 2, 27, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.0753 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 16, 2, 27, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5092 "Computed bounding box tree with 3145727 nodes for 1572864 entities." +(2013, 12, 16, 2, 28, 8) geometry-bounding_box_tree_build-cpp 13.9193 "Computed bounding box tree with 25165823 nodes for 12582912 entities." +(2013, 12, 16, 2, 28, 36) common-progress-cpp 27.6677 "Creating progress bar with 500000000 steps (5 repetitions)" +(2013, 12, 16, 2, 29, 7) common-timing-cpp 31.4475 "Timing access and registration of timings (10000000 repetitions)" +(2013, 12, 16, 2, 32, 31) fem-multicore-cpp 203.899 "Coloring mesh." +(2013, 12, 16, 2, 35, 3) fem-assembly-cpp 152.171 "Assembly for various forms and backends" +(2013, 12, 16, 2, 35, 17) fem-convergence-cpp 14.1967 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2013, 12, 16, 2, 35, 19) fem-jit-python 0.0010586 "JIT compilation (in memory cache)" +(2013, 12, 16, 2, 43, 20) mesh-refinement-cpp 20.0753 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2013, 12, 16, 2, 43, 40) mesh-topology-cpp 19.9107 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2013, 12, 16, 2, 44, 4) mesh-unitcube-cpp 24.209 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2013, 12, 16, 2, 44, 42) mesh-iteration-cpp 35.4916 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2013, 12, 16, 2, 45, 3) function-evaluation-cpp 21.0484 "Evaluations of functions at arbitrary points." +(2013, 12, 16, 2, 45, 3) function-evaluation-cpp 20.9522 "Evaluations of functions at arbitrary points." +(2013, 12, 16, 2, 45, 7) function-extrapolation-python 3.4461 "BENCH: 1.04169797897" +(2013, 12, 16, 2, 45, 7) function-extrapolation-python 1.0417 "BENCH: 1.04169797897" +(2013, 12, 16, 2, 45, 8) function-interpolation-python 1.66678 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 16, 2, 45, 8) function-interpolation-python 0.972675 "Computed bounding box tree with 111131 nodes for 55566 entities." +(2013, 12, 16, 2, 45, 32) la-vector-access-cpp 23.4437 "Accessing vector of size 10000000 (100 repetitions)" +(2013, 12, 16, 2, 45, 59) la-vector-assignment-cpp 27.0857 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 15, 15, 37, 58) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9512 "BENCH 10.9512" +(2014, 1, 15, 15, 38, 17) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2343 "Building point search tree to accelerate distance queries." +(2014, 1, 15, 15, 38, 34) geometry-bounding_box_tree_build-cpp 14.2419 "BENCH 14.2419" +(2014, 1, 15, 15, 39, 2) common-progress-cpp 27.9688 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 15, 15, 39, 34) common-timing-cpp 32.4573 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 15, 15, 42, 57) fem-multicore-cpp 203.19 "Coloring mesh." +(2014, 1, 15, 15, 45, 25) fem-assembly-cpp 147.176 "Assembly for various forms and backends" +(2014, 1, 15, 15, 45, 39) fem-convergence-cpp 14.1108 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 15, 15, 45, 41) fem-jit-python 0.0010133 "JIT compilation (in memory cache)" +(2014, 1, 15, 15, 53, 5) mesh-refinement-cpp 10.4608 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 15, 15, 53, 27) mesh-topology-cpp 21.8558 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 15, 15, 53, 51) mesh-unitcube-cpp 24.3154 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 15, 15, 54, 37) mesh-iteration-cpp 43.5951 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 15, 15, 54, 58) function-evaluation-cpp 20.9954 "Evaluations of functions at arbitrary points." +(2014, 1, 15, 15, 54, 58) function-evaluation-cpp 20.9156 "Evaluations of functions at arbitrary points." +(2014, 1, 15, 15, 55, 2) function-extrapolation-python 4.14469 "BENCH: 1.99085402489" +(2014, 1, 15, 15, 55, 2) function-extrapolation-python 1.99085 "BENCH: 1.99085402489" +(2014, 1, 15, 15, 55, 4) function-interpolation-python 1.48756 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 15, 15, 55, 4) function-interpolation-python 0.791098 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 15, 15, 55, 29) la-vector-access-cpp 25.4301 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 15, 15, 55, 57) la-vector-assignment-cpp 27.1269 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 16, 2, 25, 18) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0877 "BENCH 11.0877" +(2014, 1, 16, 2, 25, 36) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0364 "Building point search tree to accelerate distance queries." +(2014, 1, 16, 2, 25, 52) geometry-bounding_box_tree_build-cpp 13.9516 "BENCH 13.9516" +(2014, 1, 16, 2, 26, 20) common-progress-cpp 27.6185 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 16, 2, 26, 52) common-timing-cpp 32.1613 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 16, 2, 30, 16) fem-multicore-cpp 203.767 "Coloring mesh." +(2014, 1, 16, 2, 32, 46) fem-assembly-cpp 149.751 "Assembly for various forms and backends" +(2014, 1, 16, 2, 33, 0) fem-convergence-cpp 14.1014 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 16, 2, 33, 2) fem-jit-python 0.0010288 "JIT compilation (in memory cache)" +(2014, 1, 16, 2, 40, 39) mesh-refinement-cpp 10.2775 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 16, 2, 41, 1) mesh-topology-cpp 21.7882 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 16, 2, 41, 25) mesh-unitcube-cpp 23.5057 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 16, 2, 42, 3) mesh-iteration-cpp 35.5101 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 16, 2, 42, 24) function-evaluation-cpp 20.939 "Evaluations of functions at arbitrary points." +(2014, 1, 16, 2, 42, 24) function-evaluation-cpp 20.8532 "Evaluations of functions at arbitrary points." +(2014, 1, 16, 2, 42, 28) function-extrapolation-python 4.12487 "BENCH: 2.00645303726" +(2014, 1, 16, 2, 42, 28) function-extrapolation-python 2.00645 "BENCH: 2.00645303726" +(2014, 1, 16, 2, 42, 29) function-interpolation-python 1.53639 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 16, 2, 42, 29) function-interpolation-python 0.840103 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 16, 2, 42, 56) la-vector-access-cpp 26.4941 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 16, 2, 43, 30) la-vector-assignment-cpp 33.9831 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 17, 2, 24, 56) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.2582 "BENCH 11.2582" +(2014, 1, 17, 2, 25, 15) geometry-bounding_box_tree_compute_closest_entity-cpp 15.107 "Building point search tree to accelerate distance queries." +(2014, 1, 17, 2, 25, 31) geometry-bounding_box_tree_build-cpp 13.9052 "BENCH 13.9052" +(2014, 1, 17, 2, 25, 59) common-progress-cpp 27.6181 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 17, 2, 26, 31) common-timing-cpp 31.7952 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 17, 2, 29, 54) fem-multicore-cpp 202.892 "Coloring mesh." +(2014, 1, 17, 2, 32, 23) fem-assembly-cpp 148.945 "Assembly for various forms and backends" +(2014, 1, 17, 2, 32, 37) fem-convergence-cpp 14.0928 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 17, 2, 32, 39) fem-jit-python 0.00102639 "JIT compilation (in memory cache)" +(2014, 1, 17, 2, 40, 10) mesh-refinement-cpp 10.2611 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 17, 2, 40, 32) mesh-topology-cpp 21.6839 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 17, 2, 40, 55) mesh-unitcube-cpp 23.4812 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 17, 2, 41, 33) mesh-iteration-cpp 35.6531 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 17, 2, 41, 54) function-evaluation-cpp 20.9125 "Evaluations of functions at arbitrary points." +(2014, 1, 17, 2, 41, 54) function-evaluation-cpp 20.8323 "Evaluations of functions at arbitrary points." +(2014, 1, 17, 2, 41, 59) function-extrapolation-python 4.17272 "BENCH: 2.01546216011" +(2014, 1, 17, 2, 41, 59) function-extrapolation-python 2.01546 "BENCH: 2.01546216011" +(2014, 1, 17, 2, 42, 0) function-interpolation-python 1.53046 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 17, 2, 42, 0) function-interpolation-python 0.839257 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 17, 2, 42, 27) la-vector-access-cpp 26.5073 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 17, 2, 43, 0) la-vector-assignment-cpp 33.9273 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 18, 2, 39, 6) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.4363 "BENCH 11.4363" +(2014, 1, 18, 2, 39, 25) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0315 "Building point search tree to accelerate distance queries." +(2014, 1, 18, 2, 39, 41) geometry-bounding_box_tree_build-cpp 13.9031 "BENCH 13.9031" +(2014, 1, 18, 2, 40, 9) common-progress-cpp 27.6186 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 18, 2, 40, 41) common-timing-cpp 32.4759 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 18, 2, 44, 4) fem-multicore-cpp 202.98 "Coloring mesh." +(2014, 1, 18, 2, 46, 33) fem-assembly-cpp 148.112 "Assembly for various forms and backends" +(2014, 1, 18, 2, 46, 47) fem-convergence-cpp 14.0864 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 18, 2, 46, 48) fem-jit-python 0.00102012 "JIT compilation (in memory cache)" +(2014, 1, 18, 2, 54, 21) mesh-refinement-cpp 10.2569 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 18, 2, 54, 43) mesh-topology-cpp 21.8375 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 18, 2, 55, 7) mesh-unitcube-cpp 23.6159 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 18, 2, 55, 45) mesh-iteration-cpp 35.4824 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 18, 2, 56, 6) function-evaluation-cpp 20.9861 "Evaluations of functions at arbitrary points." +(2014, 1, 18, 2, 56, 6) function-evaluation-cpp 20.8708 "Evaluations of functions at arbitrary points." +(2014, 1, 18, 2, 56, 10) function-extrapolation-python 4.13156 "BENCH: 2.00491189957" +(2014, 1, 18, 2, 56, 10) function-extrapolation-python 2.00491 "BENCH: 2.00491189957" +(2014, 1, 18, 2, 56, 11) function-interpolation-python 1.53641 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 18, 2, 56, 11) function-interpolation-python 0.847156 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 18, 2, 56, 36) la-vector-access-cpp 24.8002 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 18, 2, 57, 10) la-vector-assignment-cpp 33.9716 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 19, 2, 37, 7) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.6788 "BENCH 11.6788" +(2014, 1, 19, 2, 37, 26) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1043 "Building point search tree to accelerate distance queries." +(2014, 1, 19, 2, 37, 42) geometry-bounding_box_tree_build-cpp 13.9194 "BENCH 13.9194" +(2014, 1, 19, 2, 38, 10) common-progress-cpp 27.6183 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 19, 2, 38, 42) common-timing-cpp 31.8808 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 19, 2, 42, 5) fem-multicore-cpp 203.021 "Coloring mesh." +(2014, 1, 19, 2, 44, 33) fem-assembly-cpp 148.626 "Assembly for various forms and backends" +(2014, 1, 19, 2, 44, 48) fem-convergence-cpp 14.0958 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 19, 2, 44, 49) fem-jit-python 0.0010247 "JIT compilation (in memory cache)" +(2014, 1, 19, 2, 52, 25) mesh-refinement-cpp 10.2562 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 19, 2, 52, 47) mesh-topology-cpp 21.8621 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 19, 2, 53, 10) mesh-unitcube-cpp 23.576 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 19, 2, 53, 48) mesh-iteration-cpp 35.4844 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 19, 2, 54, 9) function-evaluation-cpp 20.9459 "Evaluations of functions at arbitrary points." +(2014, 1, 19, 2, 54, 9) function-evaluation-cpp 20.8395 "Evaluations of functions at arbitrary points." +(2014, 1, 19, 2, 54, 13) function-extrapolation-python 4.13796 "BENCH: 2.00580501556" +(2014, 1, 19, 2, 54, 13) function-extrapolation-python 2.00581 "BENCH: 2.00580501556" +(2014, 1, 19, 2, 54, 15) function-interpolation-python 1.53034 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 19, 2, 54, 15) function-interpolation-python 0.839177 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 19, 2, 54, 40) la-vector-access-cpp 24.8406 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 19, 2, 55, 14) la-vector-assignment-cpp 33.9841 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 20, 2, 38, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1122 "BENCH 11.1122" +(2014, 1, 20, 2, 39, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3124 "Building point search tree to accelerate distance queries." +(2014, 1, 20, 2, 39, 22) geometry-bounding_box_tree_build-cpp 14.0116 "BENCH 14.0116" +(2014, 1, 20, 2, 39, 50) common-progress-cpp 27.6524 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 20, 2, 40, 19) common-timing-cpp 29.2958 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 20, 2, 43, 42) fem-multicore-cpp 202.767 "Coloring mesh." +(2014, 1, 20, 2, 46, 11) fem-assembly-cpp 148.565 "Assembly for various forms and backends" +(2014, 1, 20, 2, 46, 25) fem-convergence-cpp 14.0867 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 20, 2, 46, 27) fem-jit-python 0.0010318 "JIT compilation (in memory cache)" +(2014, 1, 20, 2, 54, 0) mesh-refinement-cpp 10.2603 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 20, 2, 54, 22) mesh-topology-cpp 21.6092 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 20, 2, 54, 45) mesh-unitcube-cpp 23.594 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 20, 2, 55, 23) mesh-iteration-cpp 35.4787 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 20, 2, 55, 44) function-evaluation-cpp 20.9903 "Evaluations of functions at arbitrary points." +(2014, 1, 20, 2, 55, 44) function-evaluation-cpp 20.8859 "Evaluations of functions at arbitrary points." +(2014, 1, 20, 2, 55, 48) function-extrapolation-python 4.15949 "BENCH: 2.01744294167" +(2014, 1, 20, 2, 55, 48) function-extrapolation-python 2.01744 "BENCH: 2.01744294167" +(2014, 1, 20, 2, 55, 50) function-interpolation-python 1.50444 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 20, 2, 55, 50) function-interpolation-python 0.812313 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 20, 2, 56, 20) la-vector-access-cpp 29.9914 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 20, 2, 56, 52) la-vector-assignment-cpp 31.9187 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 21, 2, 40, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9924 "BENCH 10.9924" +(2014, 1, 21, 2, 40, 41) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2025 "Building point search tree to accelerate distance queries." +(2014, 1, 21, 2, 40, 58) geometry-bounding_box_tree_build-cpp 14.0279 "BENCH 14.0279" +(2014, 1, 21, 2, 41, 26) common-progress-cpp 27.6549 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 21, 2, 41, 55) common-timing-cpp 29.7597 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 21, 2, 45, 20) fem-multicore-cpp 204.834 "Coloring mesh." +(2014, 1, 21, 2, 47, 48) fem-assembly-cpp 147.535 "Assembly for various forms and backends" +(2014, 1, 21, 2, 48, 2) fem-convergence-cpp 14.0709 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 21, 2, 48, 4) fem-jit-python 0.0010221 "JIT compilation (in memory cache)" +(2014, 1, 21, 2, 55, 39) mesh-refinement-cpp 10.3604 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 21, 2, 56, 1) mesh-topology-cpp 22.1511 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 21, 2, 56, 26) mesh-unitcube-cpp 24.591 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 21, 2, 57, 13) mesh-iteration-cpp 44.1666 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 21, 2, 57, 34) function-evaluation-cpp 21.5867 "Evaluations of functions at arbitrary points." +(2014, 1, 21, 2, 57, 34) function-evaluation-cpp 21.4917 "Evaluations of functions at arbitrary points." +(2014, 1, 21, 2, 57, 38) function-extrapolation-python 4.29282 "BENCH: 2.00982284546" +(2014, 1, 21, 2, 57, 38) function-extrapolation-python 2.00982 "BENCH: 2.00982284546" +(2014, 1, 21, 2, 57, 40) function-interpolation-python 1.48564 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 21, 2, 57, 40) function-interpolation-python 0.798807 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 21, 2, 58, 7) la-vector-access-cpp 26.9942 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 21, 2, 58, 43) la-vector-assignment-cpp 35.9288 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 22, 2, 26, 10) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0606 "BENCH 11.0606" +(2014, 1, 22, 2, 26, 29) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2837 "Building point search tree to accelerate distance queries." +(2014, 1, 22, 2, 26, 45) geometry-bounding_box_tree_build-cpp 13.903 "BENCH 13.903" +(2014, 1, 22, 2, 27, 13) common-progress-cpp 27.6164 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 22, 2, 27, 44) common-timing-cpp 30.884 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 22, 2, 31, 12) fem-multicore-cpp 208.191 "Coloring mesh." +(2014, 1, 22, 2, 33, 45) fem-assembly-cpp 152.808 "Assembly for various forms and backends" +(2014, 1, 22, 2, 33, 59) fem-convergence-cpp 14.09 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 22, 2, 34, 1) fem-jit-python 0.00102119 "JIT compilation (in memory cache)" +(2014, 1, 22, 2, 41, 34) mesh-refinement-cpp 10.376 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 22, 2, 41, 56) mesh-topology-cpp 21.7187 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 22, 2, 42, 20) mesh-unitcube-cpp 24.4275 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 22, 2, 42, 58) mesh-iteration-cpp 35.5339 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 22, 2, 43, 20) function-evaluation-cpp 21.0845 "Evaluations of functions at arbitrary points." +(2014, 1, 22, 2, 43, 20) function-evaluation-cpp 20.9691 "Evaluations of functions at arbitrary points." +(2014, 1, 22, 2, 43, 24) function-extrapolation-python 4.10016 "BENCH: 2.01358008385" +(2014, 1, 22, 2, 43, 24) function-extrapolation-python 2.01358 "BENCH: 2.01358008385" +(2014, 1, 22, 2, 43, 25) function-interpolation-python 1.49253 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 22, 2, 43, 25) function-interpolation-python 0.809683 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 22, 2, 43, 50) la-vector-access-cpp 24.8502 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 22, 2, 44, 22) la-vector-assignment-cpp 31.9205 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 23, 2, 28, 13) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0559 "BENCH 11.0559" +(2014, 1, 23, 2, 28, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5543 "Building point search tree to accelerate distance queries." +(2014, 1, 23, 2, 28, 48) geometry-bounding_box_tree_build-cpp 14.0371 "BENCH 14.0371" +(2014, 1, 23, 2, 29, 16) common-progress-cpp 27.6591 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 23, 2, 29, 48) common-timing-cpp 31.5902 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 23, 2, 33, 17) fem-multicore-cpp 208.801 "Coloring mesh." +(2014, 1, 23, 2, 35, 48) fem-assembly-cpp 151.335 "Assembly for various forms and backends" +(2014, 1, 23, 2, 36, 2) fem-convergence-cpp 14.1213 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 23, 2, 36, 4) fem-jit-python 0.0010361 "JIT compilation (in memory cache)" +(2014, 1, 23, 2, 43, 42) mesh-refinement-cpp 10.4052 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 23, 2, 44, 4) mesh-topology-cpp 21.9404 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 23, 2, 44, 28) mesh-unitcube-cpp 24.08 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 23, 2, 45, 6) mesh-iteration-cpp 35.4865 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 23, 2, 45, 27) function-evaluation-cpp 21.0149 "Evaluations of functions at arbitrary points." +(2014, 1, 23, 2, 45, 27) function-evaluation-cpp 20.9051 "Evaluations of functions at arbitrary points." +(2014, 1, 23, 2, 45, 32) function-extrapolation-python 4.14087 "BENCH: 2.01658511162" +(2014, 1, 23, 2, 45, 32) function-extrapolation-python 2.01659 "BENCH: 2.01658511162" +(2014, 1, 23, 2, 45, 33) function-interpolation-python 1.49715 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 23, 2, 45, 33) function-interpolation-python 0.814686 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 23, 2, 46, 0) la-vector-access-cpp 27.0048 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 23, 2, 46, 34) la-vector-assignment-cpp 33.4811 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 24, 2, 33, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0937 "BENCH 11.0937" +(2014, 1, 24, 2, 33, 29) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9468 "Building point search tree to accelerate distance queries." +(2014, 1, 24, 2, 33, 46) geometry-bounding_box_tree_build-cpp 13.9493 "BENCH 13.9493" +(2014, 1, 24, 2, 34, 13) common-progress-cpp 27.6856 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 24, 2, 34, 43) common-timing-cpp 29.9066 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 24, 2, 38, 11) fem-multicore-cpp 208.396 "Coloring mesh." +(2014, 1, 24, 2, 40, 42) fem-assembly-cpp 150.226 "Assembly for various forms and backends" +(2014, 1, 24, 2, 40, 56) fem-convergence-cpp 14.1239 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 24, 2, 40, 58) fem-jit-python 0.0010217 "JIT compilation (in memory cache)" +(2014, 1, 24, 2, 48, 36) mesh-refinement-cpp 10.3527 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 24, 2, 48, 57) mesh-topology-cpp 21.8798 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 24, 2, 49, 21) mesh-unitcube-cpp 23.9441 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 24, 2, 49, 59) mesh-iteration-cpp 35.487 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 24, 2, 50, 20) function-evaluation-cpp 21.0412 "Evaluations of functions at arbitrary points." +(2014, 1, 24, 2, 50, 20) function-evaluation-cpp 20.9227 "Evaluations of functions at arbitrary points." +(2014, 1, 24, 2, 50, 25) function-extrapolation-python 4.13858 "BENCH: 2.02727198601" +(2014, 1, 24, 2, 50, 25) function-extrapolation-python 2.02727 "BENCH: 2.02727198601" +(2014, 1, 24, 2, 50, 26) function-interpolation-python 1.48759 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 24, 2, 50, 26) function-interpolation-python 0.796274 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 24, 2, 50, 53) la-vector-access-cpp 26.5933 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 24, 2, 51, 26) la-vector-assignment-cpp 33.5474 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 25, 2, 35, 17) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.9783 "BENCH 11.9783" +(2014, 1, 25, 2, 35, 36) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3416 "Building point search tree to accelerate distance queries." +(2014, 1, 25, 2, 35, 52) geometry-bounding_box_tree_build-cpp 13.8975 "BENCH 13.8975" +(2014, 1, 25, 2, 36, 20) common-progress-cpp 27.6859 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 25, 2, 36, 51) common-timing-cpp 30.7044 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 25, 2, 40, 15) fem-multicore-cpp 204.228 "Coloring mesh." +(2014, 1, 25, 2, 42, 41) fem-assembly-cpp 146.323 "Assembly for various forms and backends" +(2014, 1, 25, 2, 42, 55) fem-convergence-cpp 14.0739 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 25, 2, 42, 57) fem-jit-python 0.00102668 "JIT compilation (in memory cache)" +(2014, 1, 25, 2, 50, 29) mesh-refinement-cpp 10.5274 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 25, 2, 50, 51) mesh-topology-cpp 21.7013 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 25, 2, 51, 15) mesh-unitcube-cpp 24.4922 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 25, 2, 51, 53) mesh-iteration-cpp 35.5404 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 25, 2, 52, 14) function-evaluation-cpp 21.0292 "Evaluations of functions at arbitrary points." +(2014, 1, 25, 2, 52, 14) function-evaluation-cpp 20.9129 "Evaluations of functions at arbitrary points." +(2014, 1, 25, 2, 52, 19) function-extrapolation-python 4.14919 "BENCH: 2.0251019001" +(2014, 1, 25, 2, 52, 19) function-extrapolation-python 2.0251 "BENCH: 2.0251019001" +(2014, 1, 25, 2, 52, 20) function-interpolation-python 1.50835 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 25, 2, 52, 20) function-interpolation-python 0.823975 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 25, 2, 52, 45) la-vector-access-cpp 24.9177 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 25, 2, 53, 17) la-vector-assignment-cpp 31.951 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 26, 2, 26, 2) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.9514 "BENCH 11.9514" +(2014, 1, 26, 2, 26, 20) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2094 "Building point search tree to accelerate distance queries." +(2014, 1, 26, 2, 26, 37) geometry-bounding_box_tree_build-cpp 13.9236 "BENCH 13.9236" +(2014, 1, 26, 2, 27, 4) common-progress-cpp 27.626 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 26, 2, 27, 36) common-timing-cpp 31.1299 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 26, 2, 30, 59) fem-multicore-cpp 203.438 "Coloring mesh." +(2014, 1, 26, 2, 33, 26) fem-assembly-cpp 147.075 "Assembly for various forms and backends" +(2014, 1, 26, 2, 33, 40) fem-convergence-cpp 14.0641 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 26, 2, 33, 42) fem-jit-python 0.00102148 "JIT compilation (in memory cache)" +(2014, 1, 26, 2, 41, 15) mesh-refinement-cpp 10.5487 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 26, 2, 41, 36) mesh-topology-cpp 21.6187 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 26, 2, 42, 1) mesh-unitcube-cpp 24.4409 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 26, 2, 42, 47) mesh-iteration-cpp 43.5822 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 26, 2, 43, 8) function-evaluation-cpp 21.1064 "Evaluations of functions at arbitrary points." +(2014, 1, 26, 2, 43, 8) function-evaluation-cpp 20.9909 "Evaluations of functions at arbitrary points." +(2014, 1, 26, 2, 43, 12) function-extrapolation-python 4.14615 "BENCH: 2.01171588898" +(2014, 1, 26, 2, 43, 12) function-extrapolation-python 2.01172 "BENCH: 2.01171588898" +(2014, 1, 26, 2, 43, 13) function-interpolation-python 1.49893 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 26, 2, 43, 13) function-interpolation-python 0.81606 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 26, 2, 43, 38) la-vector-access-cpp 24.9007 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 26, 2, 44, 10) la-vector-assignment-cpp 31.9596 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 28, 2, 39, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.96 "BENCH 11.96" +(2014, 1, 28, 2, 40, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9661 "Building point search tree to accelerate distance queries." +(2014, 1, 28, 2, 40, 24) geometry-bounding_box_tree_build-cpp 13.9708 "BENCH 13.9708" +(2014, 1, 28, 2, 40, 52) common-progress-cpp 27.6867 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 28, 2, 41, 22) common-timing-cpp 29.7707 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 28, 2, 43, 30) fem-multicore-cpp 128.187 "Coloring mesh." +(2014, 1, 28, 2, 46, 0) fem-assembly-cpp 150.539 "Assembly for various forms and backends" +(2014, 1, 28, 2, 46, 15) fem-convergence-cpp 14.1272 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 28, 2, 46, 16) fem-jit-python 0.0010134 "JIT compilation (in memory cache)" +(2014, 1, 28, 2, 53, 53) mesh-refinement-cpp 10.2192 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 28, 2, 54, 15) mesh-topology-cpp 21.5145 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 28, 2, 54, 38) mesh-unitcube-cpp 23.3338 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 28, 2, 55, 16) mesh-iteration-cpp 35.5276 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 28, 2, 55, 39) function-evaluation-cpp 22.5328 "Evaluations of functions at arbitrary points." +(2014, 1, 28, 2, 55, 39) function-evaluation-cpp 22.4137 "Evaluations of functions at arbitrary points." +(2014, 1, 28, 2, 55, 43) function-extrapolation-python 4.13268 "BENCH: 2.03891706467" +(2014, 1, 28, 2, 55, 43) function-extrapolation-python 2.03892 "BENCH: 2.03891706467" +(2014, 1, 28, 2, 55, 44) function-interpolation-python 1.51555 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 28, 2, 55, 44) function-interpolation-python 0.822274 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 28, 2, 56, 9) la-vector-access-cpp 24.7856 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 28, 2, 56, 42) la-vector-assignment-cpp 32.9275 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 29, 2, 26, 12) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.7165 "BENCH 11.7165" +(2014, 1, 29, 2, 26, 31) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4288 "Building point search tree to accelerate distance queries." +(2014, 1, 29, 2, 26, 47) geometry-bounding_box_tree_build-cpp 13.8807 "BENCH 13.8807" +(2014, 1, 29, 2, 27, 15) common-progress-cpp 27.6539 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 29, 2, 27, 47) common-timing-cpp 32.0411 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 29, 2, 29, 55) fem-multicore-cpp 127.874 "Coloring mesh." +(2014, 1, 29, 2, 32, 26) fem-assembly-cpp 151.082 "Assembly for various forms and backends" +(2014, 1, 29, 2, 32, 40) fem-convergence-cpp 14.1306 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 29, 2, 32, 42) fem-jit-python 0.00102539 "JIT compilation (in memory cache)" +(2014, 1, 29, 2, 40, 15) mesh-refinement-cpp 10.3281 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 29, 2, 40, 37) mesh-topology-cpp 21.5167 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 29, 2, 41, 1) mesh-unitcube-cpp 24.4291 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 29, 2, 41, 43) mesh-iteration-cpp 39.152 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 29, 2, 42, 4) function-evaluation-cpp 21.0387 "Evaluations of functions at arbitrary points." +(2014, 1, 29, 2, 42, 4) function-evaluation-cpp 20.9262 "Evaluations of functions at arbitrary points." +(2014, 1, 29, 2, 42, 8) function-extrapolation-python 4.13379 "BENCH: 2.03488993645" +(2014, 1, 29, 2, 42, 8) function-extrapolation-python 2.03489 "BENCH: 2.03488993645" +(2014, 1, 29, 2, 42, 10) function-interpolation-python 1.51036 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 29, 2, 42, 10) function-interpolation-python 0.824071 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 29, 2, 42, 36) la-vector-access-cpp 25.9897 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 29, 2, 43, 8) la-vector-assignment-cpp 32.2278 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 30, 2, 39, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.7523 "BENCH 11.7523" +(2014, 1, 30, 2, 39, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9561 "Building point search tree to accelerate distance queries." +(2014, 1, 30, 2, 40, 13) geometry-bounding_box_tree_build-cpp 13.9674 "BENCH 13.9674" +(2014, 1, 30, 2, 40, 41) common-progress-cpp 27.6539 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 30, 2, 41, 11) common-timing-cpp 30.4635 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 30, 2, 43, 21) fem-multicore-cpp 129.713 "Coloring mesh." +(2014, 1, 30, 2, 45, 51) fem-assembly-cpp 150.233 "Assembly for various forms and backends" +(2014, 1, 30, 2, 46, 6) fem-convergence-cpp 14.1467 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 30, 2, 46, 7) fem-jit-python 0.0010371 "JIT compilation (in memory cache)" +(2014, 1, 30, 2, 53, 46) mesh-refinement-cpp 10.3367 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 30, 2, 54, 7) mesh-topology-cpp 21.3854 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 30, 2, 54, 32) mesh-unitcube-cpp 24.7038 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 30, 2, 55, 10) mesh-iteration-cpp 35.5132 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 30, 2, 55, 31) function-evaluation-cpp 21.2958 "Evaluations of functions at arbitrary points." +(2014, 1, 30, 2, 55, 31) function-evaluation-cpp 21.1892 "Evaluations of functions at arbitrary points." +(2014, 1, 30, 2, 55, 35) function-extrapolation-python 4.21072 "BENCH: 2.02427196503" +(2014, 1, 30, 2, 55, 35) function-extrapolation-python 2.02427 "BENCH: 2.02427196503" +(2014, 1, 30, 2, 55, 37) function-interpolation-python 1.52789 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 30, 2, 55, 37) function-interpolation-python 0.839809 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 30, 2, 56, 2) la-vector-access-cpp 24.9087 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 30, 2, 56, 34) la-vector-assignment-cpp 31.922 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 1, 31, 2, 26, 51) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1103 "BENCH 11.1103" +(2014, 1, 31, 2, 27, 10) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2151 "Building point search tree to accelerate distance queries." +(2014, 1, 31, 2, 27, 26) geometry-bounding_box_tree_build-cpp 13.9359 "BENCH 13.9359" +(2014, 1, 31, 2, 27, 54) common-progress-cpp 27.6391 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 1, 31, 2, 28, 24) common-timing-cpp 30.7703 "Timing access and registration of timings (10000000 repetitions)" +(2014, 1, 31, 2, 30, 32) fem-multicore-cpp 127.927 "Coloring mesh." +(2014, 1, 31, 2, 33, 0) fem-assembly-cpp 147.253 "Assembly for various forms and backends" +(2014, 1, 31, 2, 33, 14) fem-convergence-cpp 14.1893 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 1, 31, 2, 33, 16) fem-jit-python 0.00102489 "JIT compilation (in memory cache)" +(2014, 1, 31, 2, 40, 44) mesh-refinement-cpp 8.63186 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 1, 31, 2, 41, 5) mesh-topology-cpp 21.6185 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 1, 31, 2, 41, 29) mesh-unitcube-cpp 23.3489 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 1, 31, 2, 42, 15) mesh-iteration-cpp 44.1695 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 1, 31, 2, 42, 36) function-evaluation-cpp 20.989 "Evaluations of functions at arbitrary points." +(2014, 1, 31, 2, 42, 36) function-evaluation-cpp 20.8714 "Evaluations of functions at arbitrary points." +(2014, 1, 31, 2, 42, 40) function-extrapolation-python 4.20617 "BENCH: 2.03970885277" +(2014, 1, 31, 2, 42, 40) function-extrapolation-python 2.03971 "BENCH: 2.03970885277" +(2014, 1, 31, 2, 42, 42) function-interpolation-python 1.4866 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 31, 2, 42, 42) function-interpolation-python 0.812988 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 1, 31, 2, 43, 8) la-vector-access-cpp 26.4921 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 1, 31, 2, 43, 42) la-vector-assignment-cpp 33.4886 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 1, 2, 27, 3) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.4747 "BENCH 11.4747" +(2014, 2, 1, 2, 27, 22) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2751 "Building point search tree to accelerate distance queries." +(2014, 2, 1, 2, 27, 38) geometry-bounding_box_tree_build-cpp 14.0163 "BENCH 14.0163" +(2014, 2, 1, 2, 28, 6) common-progress-cpp 27.651 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 1, 2, 28, 40) common-timing-cpp 34.5283 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 1, 2, 30, 48) fem-multicore-cpp 127.399 "Coloring mesh." +(2014, 2, 1, 2, 33, 16) fem-assembly-cpp 147.874 "Assembly for various forms and backends" +(2014, 2, 1, 2, 33, 30) fem-convergence-cpp 14.1923 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 1, 2, 33, 32) fem-jit-python 0.00102789 "JIT compilation (in memory cache)" +(2014, 2, 1, 2, 41, 6) mesh-refinement-cpp 8.55332 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 1, 2, 41, 28) mesh-topology-cpp 21.6848 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 1, 2, 41, 51) mesh-unitcube-cpp 23.3207 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 1, 2, 42, 29) mesh-iteration-cpp 35.4651 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 1, 2, 42, 50) function-evaluation-cpp 20.9784 "Evaluations of functions at arbitrary points." +(2014, 2, 1, 2, 42, 50) function-evaluation-cpp 20.8659 "Evaluations of functions at arbitrary points." +(2014, 2, 1, 2, 42, 54) function-extrapolation-python 4.25899 "BENCH: 2.00344491005" +(2014, 2, 1, 2, 42, 54) function-extrapolation-python 2.00344 "BENCH: 2.00344491005" +(2014, 2, 1, 2, 42, 56) function-interpolation-python 1.50501 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 1, 2, 42, 56) function-interpolation-python 0.824445 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 1, 2, 43, 21) la-vector-access-cpp 24.9185 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 1, 2, 43, 54) la-vector-assignment-cpp 33.4806 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 2, 2, 25, 5) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1557 "BENCH 11.1557" +(2014, 2, 2, 2, 25, 24) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2377 "Building point search tree to accelerate distance queries." +(2014, 2, 2, 2, 25, 40) geometry-bounding_box_tree_build-cpp 13.9366 "BENCH 13.9366" +(2014, 2, 2, 2, 26, 12) common-progress-cpp 31.4097 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 2, 2, 26, 42) common-timing-cpp 30.9458 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 2, 2, 28, 50) fem-multicore-cpp 127.615 "Coloring mesh." +(2014, 2, 2, 2, 31, 17) fem-assembly-cpp 146.733 "Assembly for various forms and backends" +(2014, 2, 2, 2, 31, 31) fem-convergence-cpp 14.1744 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 2, 2, 31, 33) fem-jit-python 0.00103571 "JIT compilation (in memory cache)" +(2014, 2, 2, 2, 39, 7) mesh-refinement-cpp 8.553 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 2, 2, 39, 28) mesh-topology-cpp 21.5969 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 2, 2, 39, 52) mesh-unitcube-cpp 23.2511 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 2, 2, 40, 29) mesh-iteration-cpp 35.563 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 2, 2, 40, 50) function-evaluation-cpp 20.9805 "Evaluations of functions at arbitrary points." +(2014, 2, 2, 2, 40, 50) function-evaluation-cpp 20.8714 "Evaluations of functions at arbitrary points." +(2014, 2, 2, 2, 40, 55) function-extrapolation-python 4.1105 "BENCH: 2.01057386398" +(2014, 2, 2, 2, 40, 55) function-extrapolation-python 2.01057 "BENCH: 2.01057386398" +(2014, 2, 2, 2, 40, 56) function-interpolation-python 1.48431 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 2, 2, 40, 56) function-interpolation-python 0.808568 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 2, 2, 41, 26) la-vector-access-cpp 30.0492 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 2, 2, 42, 0) la-vector-assignment-cpp 33.4829 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 3, 2, 35, 57) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.2224 "BENCH 11.2224" +(2014, 2, 3, 2, 36, 16) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2988 "Building point search tree to accelerate distance queries." +(2014, 2, 3, 2, 36, 32) geometry-bounding_box_tree_build-cpp 13.9391 "BENCH 13.9391" +(2014, 2, 3, 2, 37, 0) common-progress-cpp 27.6434 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 3, 2, 37, 31) common-timing-cpp 31.1442 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 3, 2, 39, 40) fem-multicore-cpp 128.856 "Coloring mesh." +(2014, 2, 3, 2, 42, 7) fem-assembly-cpp 147.219 "Assembly for various forms and backends" +(2014, 2, 3, 2, 42, 21) fem-convergence-cpp 14.2224 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 3, 2, 42, 23) fem-jit-python 0.00102181 "JIT compilation (in memory cache)" +(2014, 2, 3, 2, 49, 57) mesh-refinement-cpp 8.57177 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 3, 2, 50, 18) mesh-topology-cpp 21.5131 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 3, 2, 50, 42) mesh-unitcube-cpp 23.2338 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 3, 2, 51, 20) mesh-iteration-cpp 35.4699 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 3, 2, 51, 41) function-evaluation-cpp 21.0771 "Evaluations of functions at arbitrary points." +(2014, 2, 3, 2, 51, 41) function-evaluation-cpp 20.9471 "Evaluations of functions at arbitrary points." +(2014, 2, 3, 2, 51, 45) function-extrapolation-python 4.13928 "BENCH: 2.02389383316" +(2014, 2, 3, 2, 51, 45) function-extrapolation-python 2.02389 "BENCH: 2.02389383316" +(2014, 2, 3, 2, 51, 46) function-interpolation-python 1.49282 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 3, 2, 51, 46) function-interpolation-python 0.808365 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 3, 2, 52, 11) la-vector-access-cpp 24.8726 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 3, 2, 52, 45) la-vector-assignment-cpp 33.468 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 4, 2, 27, 54) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1451 "BENCH 11.1451" +(2014, 2, 4, 2, 28, 12) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3818 "Building point search tree to accelerate distance queries." +(2014, 2, 4, 2, 28, 29) geometry-bounding_box_tree_build-cpp 13.9423 "BENCH 13.9423" +(2014, 2, 4, 2, 29, 0) common-progress-cpp 31.407 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 4, 2, 29, 31) common-timing-cpp 30.8856 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 4, 2, 31, 40) fem-multicore-cpp 128.476 "Coloring mesh." +(2014, 2, 4, 2, 34, 4) fem-assembly-cpp 144.421 "Assembly for various forms and backends" +(2014, 2, 4, 2, 34, 18) fem-convergence-cpp 14.194 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 4, 2, 34, 20) fem-jit-python 0.0010278 "JIT compilation (in memory cache)" +(2014, 2, 4, 2, 41, 53) mesh-refinement-cpp 8.65397 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 4, 2, 42, 14) mesh-topology-cpp 21.7049 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 4, 2, 42, 38) mesh-unitcube-cpp 23.2986 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 4, 2, 43, 17) mesh-iteration-cpp 36.4868 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 4, 2, 43, 38) function-evaluation-cpp 21.0365 "Evaluations of functions at arbitrary points." +(2014, 2, 4, 2, 43, 38) function-evaluation-cpp 20.9242 "Evaluations of functions at arbitrary points." +(2014, 2, 4, 2, 43, 42) function-extrapolation-python 4.1236 "BENCH: 2.01024198532" +(2014, 2, 4, 2, 43, 42) function-extrapolation-python 2.01024 "BENCH: 2.01024198532" +(2014, 2, 4, 2, 43, 43) function-interpolation-python 1.50191 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 4, 2, 43, 43) function-interpolation-python 0.806589 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 4, 2, 44, 7) la-vector-access-cpp 23.8154 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 4, 2, 44, 41) la-vector-assignment-cpp 33.9897 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 5, 2, 32, 56) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0274 "BENCH 11.0274" +(2014, 2, 5, 2, 33, 15) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2162 "Building point search tree to accelerate distance queries." +(2014, 2, 5, 2, 33, 31) geometry-bounding_box_tree_build-cpp 13.9636 "BENCH 13.9636" +(2014, 2, 5, 2, 33, 59) common-progress-cpp 27.6341 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 5, 2, 34, 30) common-timing-cpp 31.2916 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 5, 2, 36, 38) fem-multicore-cpp 128.404 "Coloring mesh." +(2014, 2, 5, 2, 39, 3) fem-assembly-cpp 144.391 "Assembly for various forms and backends" +(2014, 2, 5, 2, 39, 17) fem-convergence-cpp 14.1907 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 5, 2, 39, 19) fem-jit-python 0.00102279 "JIT compilation (in memory cache)" +(2014, 2, 5, 2, 46, 49) mesh-refinement-cpp 8.53868 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 5, 2, 47, 11) mesh-topology-cpp 21.6395 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 5, 2, 47, 34) mesh-unitcube-cpp 23.3238 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 5, 2, 48, 12) mesh-iteration-cpp 35.469 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 5, 2, 48, 34) function-evaluation-cpp 22.1981 "Evaluations of functions at arbitrary points." +(2014, 2, 5, 2, 48, 34) function-evaluation-cpp 22.0708 "Evaluations of functions at arbitrary points." +(2014, 2, 5, 2, 48, 38) function-extrapolation-python 4.17364 "BENCH: 1.99095797539" +(2014, 2, 5, 2, 48, 38) function-extrapolation-python 1.99096 "BENCH: 1.99095797539" +(2014, 2, 5, 2, 48, 40) function-interpolation-python 1.48685 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 5, 2, 48, 40) function-interpolation-python 0.807773 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 5, 2, 49, 5) la-vector-access-cpp 24.973 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 5, 2, 49, 39) la-vector-assignment-cpp 34.0565 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 6, 2, 30, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0587 "BENCH 11.0587" +(2014, 2, 6, 2, 30, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6703 "Building point search tree to accelerate distance queries." +(2014, 2, 6, 2, 31, 16) geometry-bounding_box_tree_build-cpp 13.9458 "BENCH 13.9458" +(2014, 2, 6, 2, 31, 43) common-progress-cpp 27.6536 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 6, 2, 32, 14) common-timing-cpp 30.9606 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 6, 2, 34, 21) fem-multicore-cpp 126.463 "Coloring mesh." +(2014, 2, 6, 2, 36, 45) fem-assembly-cpp 144.437 "Assembly for various forms and backends" +(2014, 2, 6, 2, 36, 59) fem-convergence-cpp 14.1005 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 6, 2, 37, 1) fem-jit-python 0.00102301 "JIT compilation (in memory cache)" +(2014, 2, 6, 2, 44, 32) mesh-refinement-cpp 8.58761 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 6, 2, 44, 53) mesh-topology-cpp 21.5833 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 6, 2, 45, 16) mesh-unitcube-cpp 23.3295 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 6, 2, 45, 55) mesh-iteration-cpp 36.5064 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 6, 2, 46, 16) function-evaluation-cpp 20.9848 "Evaluations of functions at arbitrary points." +(2014, 2, 6, 2, 46, 16) function-evaluation-cpp 20.8777 "Evaluations of functions at arbitrary points." +(2014, 2, 6, 2, 46, 20) function-extrapolation-python 4.1197 "BENCH: 2.01532387733" +(2014, 2, 6, 2, 46, 20) function-extrapolation-python 2.01532 "BENCH: 2.01532387733" +(2014, 2, 6, 2, 46, 22) function-interpolation-python 1.47883 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 6, 2, 46, 22) function-interpolation-python 0.806746 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 6, 2, 46, 48) la-vector-access-cpp 25.9954 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 6, 2, 47, 22) la-vector-assignment-cpp 33.9801 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 7, 2, 38, 50) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9128 "BENCH 10.9128" +(2014, 2, 7, 2, 39, 9) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5373 "Building point search tree to accelerate distance queries." +(2014, 2, 7, 2, 39, 26) geometry-bounding_box_tree_build-cpp 13.9607 "BENCH 13.9607" +(2014, 2, 7, 2, 39, 53) common-progress-cpp 27.6483 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 7, 2, 40, 26) common-timing-cpp 32.3849 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 7, 2, 42, 33) fem-multicore-cpp 126.909 "Coloring mesh." +(2014, 2, 7, 2, 45, 0) fem-assembly-cpp 147.615 "Assembly for various forms and backends" +(2014, 2, 7, 2, 45, 14) fem-convergence-cpp 14.074 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 7, 2, 45, 33) fem-jit-python 0.000377989 "JIT compilation (in memory cache)" +(2014, 2, 7, 2, 53, 8) mesh-refinement-cpp 8.4859 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 7, 2, 53, 29) mesh-topology-cpp 21.5361 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 7, 2, 53, 52) mesh-unitcube-cpp 23.1907 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 7, 2, 54, 30) mesh-iteration-cpp 35.4917 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 7, 2, 54, 51) function-evaluation-cpp 20.9772 "Evaluations of functions at arbitrary points." +(2014, 2, 7, 2, 54, 51) function-evaluation-cpp 20.8695 "Evaluations of functions at arbitrary points." +(2014, 2, 7, 2, 55, 44) function-extrapolation-python 52.572 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2014, 2, 7, 2, 55, 44) function-extrapolation-python 2.01246 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2014, 2, 7, 2, 55, 45) function-interpolation-python 1.48531 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 7, 2, 55, 45) function-interpolation-python 0.799276 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 7, 2, 56, 10) la-vector-access-cpp 24.7867 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 7, 2, 56, 42) la-vector-assignment-cpp 32.4186 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 2, 8, 2, 27, 24) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0254 "BENCH 11.0254" +(2014, 2, 8, 2, 27, 43) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2307 "Building point search tree to accelerate distance queries." +(2014, 2, 8, 2, 28, 0) geometry-bounding_box_tree_build-cpp 13.9672 "BENCH 13.9672" +(2014, 2, 8, 2, 28, 27) common-progress-cpp 27.6139 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 2, 8, 2, 28, 56) common-timing-cpp 29.2142 "Timing access and registration of timings (10000000 repetitions)" +(2014, 2, 8, 2, 31, 2) fem-multicore-cpp 126.11 "Coloring mesh." +(2014, 2, 8, 2, 33, 27) fem-assembly-cpp 144.201 "Assembly for various forms and backends" +(2014, 2, 8, 2, 33, 41) fem-convergence-cpp 14.0413 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 2, 8, 2, 33, 43) fem-jit-python 0.000353193 "JIT compilation (in memory cache)" +(2014, 2, 8, 2, 41, 18) mesh-refinement-cpp 8.50042 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 2, 8, 2, 41, 40) mesh-topology-cpp 21.9878 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 2, 8, 2, 42, 3) mesh-unitcube-cpp 23 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 2, 8, 2, 42, 45) mesh-iteration-cpp 39.119 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 2, 8, 2, 43, 6) function-evaluation-cpp 20.9739 "Evaluations of functions at arbitrary points." +(2014, 2, 8, 2, 43, 6) function-evaluation-cpp 20.8693 "Evaluations of functions at arbitrary points." +(2014, 2, 8, 2, 43, 10) function-extrapolation-python 4.12897 "BENCH: 2.01829910278" +(2014, 2, 8, 2, 43, 10) function-extrapolation-python 2.0183 "BENCH: 2.01829910278" +(2014, 2, 8, 2, 43, 11) function-interpolation-python 1.48256 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 8, 2, 43, 11) function-interpolation-python 0.79725 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 2, 8, 2, 43, 38) la-vector-access-cpp 27.0878 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 2, 8, 2, 44, 11) la-vector-assignment-cpp 32.4739 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 7, 2, 10, 18, 21) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.3047 "BENCH 11.3047" +(2014, 7, 2, 10, 18, 39) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2294 "Building point search tree to accelerate distance queries." +(2014, 7, 2, 10, 18, 57) geometry-bounding_box_tree_build-cpp 14.4811 "BENCH 14.4811" +(2014, 7, 2, 10, 19, 25) common-progress-cpp 28.0973 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 7, 2, 10, 19, 56) common-timing-cpp 31.0175 "Timing access and registration of timings (10000000 repetitions)" +(2014, 7, 2, 10, 21, 30) fem-convergence-cpp 3.95093 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 7, 2, 10, 21, 32) fem-jit-python 0.000343704 "JIT compilation (in memory cache)" +(2014, 7, 2, 10, 46, 4) mesh-refinement-cpp 8.59842 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 7, 2, 10, 46, 27) mesh-topology-cpp 22.6657 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 7, 2, 10, 46, 50) mesh-unitcube-cpp 23.4783 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 7, 2, 10, 47, 32) mesh-iteration-cpp 39.2779 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 7, 2, 10, 47, 55) function-evaluation-cpp 23.3481 "Evaluations of functions at arbitrary points." +(2014, 7, 2, 10, 47, 55) function-evaluation-cpp 23.2492 "Evaluations of functions at arbitrary points." +(2014, 7, 2, 10, 48, 0) function-extrapolation-python 4.62164 "Size of local-to-local: 10431" +(2014, 7, 2, 10, 48, 0) function-extrapolation-python 2.0234 "Size of local-to-local: 10431" +(2014, 7, 2, 10, 48, 2) function-interpolation-python 1.89533 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 2, 10, 48, 2) function-interpolation-python 0.907394 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 2, 10, 50, 17) la-vector-access-cpp 134.991 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 7, 2, 10, 50, 49) la-vector-assignment-cpp 32.112 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 7, 3, 1, 26, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.3127 "BENCH 11.3127" +(2014, 7, 3, 1, 27, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0643 "Building point search tree to accelerate distance queries." +(2014, 7, 3, 1, 27, 22) geometry-bounding_box_tree_build-cpp 13.9784 "BENCH 13.9784" +(2014, 7, 3, 1, 27, 49) common-progress-cpp 27.6228 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 7, 3, 1, 28, 18) common-timing-cpp 28.8784 "Timing access and registration of timings (10000000 repetitions)" +(2014, 7, 3, 1, 29, 50) fem-convergence-cpp 3.91488 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 7, 3, 1, 29, 52) fem-jit-python 0.000348091 "JIT compilation (in memory cache)" +(2014, 7, 3, 5, 6, 33) mesh-refinement-cpp 8.84145 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 7, 3, 5, 6, 56) mesh-topology-cpp 22.7719 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 7, 3, 5, 7, 19) mesh-unitcube-cpp 23.5724 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 7, 3, 5, 8, 1) mesh-iteration-cpp 39.1655 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 7, 3, 5, 8, 24) function-evaluation-cpp 22.8668 "Evaluations of functions at arbitrary points." +(2014, 7, 3, 5, 8, 24) function-evaluation-cpp 22.768 "Evaluations of functions at arbitrary points." +(2014, 7, 3, 5, 8, 29) function-extrapolation-python 4.7125 "Size of local-to-local: 10431" +(2014, 7, 3, 5, 8, 29) function-extrapolation-python 2.04281 "Size of local-to-local: 10431" +(2014, 7, 3, 5, 8, 31) function-interpolation-python 1.90006 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 3, 5, 8, 31) function-interpolation-python 0.899753 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 3, 5, 10, 44) la-vector-access-cpp 133.643 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 7, 3, 5, 11, 16) la-vector-assignment-cpp 32.0402 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 7, 4, 1, 29, 1) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.3187 "BENCH 11.3187" +(2014, 7, 4, 1, 29, 20) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1377 "Building point search tree to accelerate distance queries." +(2014, 7, 4, 1, 29, 36) geometry-bounding_box_tree_build-cpp 13.9265 "BENCH 13.9265" +(2014, 7, 4, 1, 30, 4) common-progress-cpp 27.6636 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 7, 4, 1, 30, 32) common-timing-cpp 28.4233 "Timing access and registration of timings (10000000 repetitions)" +(2014, 7, 4, 1, 32, 5) fem-convergence-cpp 3.90253 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 7, 4, 1, 32, 6) fem-jit-python 0.000353599 "JIT compilation (in memory cache)" +(2014, 7, 4, 2, 11, 56) mesh-refinement-cpp 8.58864 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 7, 4, 2, 12, 19) mesh-topology-cpp 22.5968 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 7, 4, 2, 12, 43) mesh-unitcube-cpp 23.5129 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 7, 4, 2, 13, 24) mesh-iteration-cpp 39.1708 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 7, 4, 2, 13, 47) function-evaluation-cpp 22.6914 "Evaluations of functions at arbitrary points." +(2014, 7, 4, 2, 13, 47) function-evaluation-cpp 22.5926 "Evaluations of functions at arbitrary points." +(2014, 7, 4, 2, 13, 52) function-extrapolation-python 4.46566 "Size of local-to-local: 10431" +(2014, 7, 4, 2, 13, 52) function-extrapolation-python 2.04701 "Size of local-to-local: 10431" +(2014, 7, 4, 2, 13, 53) function-interpolation-python 1.8706 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 4, 2, 13, 53) function-interpolation-python 0.90085 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 4, 2, 16, 7) la-vector-access-cpp 133.399 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 7, 4, 2, 16, 39) la-vector-assignment-cpp 32.0477 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 7, 5, 1, 26, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.6891 "BENCH 11.6891" +(2014, 7, 5, 1, 27, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0682 "Building point search tree to accelerate distance queries." +(2014, 7, 5, 1, 27, 21) geometry-bounding_box_tree_build-cpp 13.9382 "BENCH 13.9382" +(2014, 7, 5, 1, 27, 49) common-progress-cpp 27.6574 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 7, 5, 1, 28, 18) common-timing-cpp 29.2292 "Timing access and registration of timings (10000000 repetitions)" +(2014, 7, 5, 1, 29, 50) fem-convergence-cpp 3.86247 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 7, 5, 1, 29, 52) fem-jit-python 0.000353193 "JIT compilation (in memory cache)" +(2014, 7, 5, 5, 4, 43) mesh-refinement-cpp 8.96663 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 7, 5, 5, 5, 6) mesh-topology-cpp 22.5666 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 7, 5, 5, 5, 29) mesh-unitcube-cpp 23.4949 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 7, 5, 5, 6, 11) mesh-iteration-cpp 39.1615 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 7, 5, 5, 6, 34) function-evaluation-cpp 22.6459 "Evaluations of functions at arbitrary points." +(2014, 7, 5, 5, 6, 34) function-evaluation-cpp 22.5423 "Evaluations of functions at arbitrary points." +(2014, 7, 5, 5, 6, 38) function-extrapolation-python 4.68126 "Size of local-to-local: 10431" +(2014, 7, 5, 5, 6, 38) function-extrapolation-python 2.0386 "Size of local-to-local: 10431" +(2014, 7, 5, 5, 6, 40) function-interpolation-python 1.89517 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 5, 5, 6, 40) function-interpolation-python 0.912955 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 5, 5, 8, 56) la-vector-access-cpp 136.108 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 7, 5, 5, 9, 29) la-vector-assignment-cpp 33.067 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 7, 6, 1, 21, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.2509 "BENCH 11.2509" +(2014, 7, 6, 1, 22, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1458 "Building point search tree to accelerate distance queries." +(2014, 7, 6, 1, 22, 18) geometry-bounding_box_tree_build-cpp 13.9784 "BENCH 13.9784" +(2014, 7, 6, 1, 22, 45) common-progress-cpp 27.6584 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 7, 6, 1, 23, 14) common-timing-cpp 28.7272 "Timing access and registration of timings (10000000 repetitions)" +(2014, 7, 6, 1, 24, 47) fem-convergence-cpp 3.92311 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 7, 6, 1, 24, 49) fem-jit-python 0.000357008 "JIT compilation (in memory cache)" +(2014, 7, 6, 5, 9, 58) mesh-refinement-cpp 9.06574 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 7, 6, 5, 10, 22) mesh-topology-cpp 23.2399 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 7, 6, 5, 10, 46) mesh-unitcube-cpp 23.7118 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 7, 6, 5, 11, 27) mesh-iteration-cpp 39.1798 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 7, 6, 5, 11, 50) function-evaluation-cpp 22.9826 "Evaluations of functions at arbitrary points." +(2014, 7, 6, 5, 11, 50) function-evaluation-cpp 22.879 "Evaluations of functions at arbitrary points." +(2014, 7, 6, 5, 11, 55) function-extrapolation-python 4.77623 "Size of local-to-local: 10431" +(2014, 7, 6, 5, 11, 55) function-extrapolation-python 2.04514 "Size of local-to-local: 10431" +(2014, 7, 6, 5, 11, 57) function-interpolation-python 1.8745 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 6, 5, 11, 57) function-interpolation-python 0.891722 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 6, 5, 14, 11) la-vector-access-cpp 133.554 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 7, 6, 5, 14, 43) la-vector-assignment-cpp 32.0162 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 7, 7, 1, 22, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0498 "BENCH 11.0498" +(2014, 7, 7, 1, 22, 30) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1739 "Building point search tree to accelerate distance queries." +(2014, 7, 7, 1, 22, 46) geometry-bounding_box_tree_build-cpp 13.9542 "BENCH 13.9542" +(2014, 7, 7, 1, 23, 14) common-progress-cpp 27.6619 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 7, 7, 1, 23, 44) common-timing-cpp 29.9119 "Timing access and registration of timings (10000000 repetitions)" +(2014, 7, 7, 1, 25, 16) fem-convergence-cpp 3.91938 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 7, 7, 1, 25, 18) fem-jit-python 0.000354791 "JIT compilation (in memory cache)" +(2014, 7, 7, 4, 55, 21) mesh-refinement-cpp 8.70565 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 7, 7, 4, 55, 44) mesh-topology-cpp 22.221 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 7, 7, 4, 56, 7) mesh-unitcube-cpp 23.3569 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 7, 7, 4, 56, 46) mesh-iteration-cpp 36.2743 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 7, 7, 4, 57, 9) function-evaluation-cpp 23.5237 "Evaluations of functions at arbitrary points." +(2014, 7, 7, 4, 57, 9) function-evaluation-cpp 23.4148 "Evaluations of functions at arbitrary points." +(2014, 7, 7, 4, 57, 14) function-extrapolation-python 4.40324 "Size of local-to-local: 10431" +(2014, 7, 7, 4, 57, 14) function-extrapolation-python 2.01151 "Size of local-to-local: 10431" +(2014, 7, 7, 4, 57, 16) function-interpolation-python 1.83829 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 7, 4, 57, 16) function-interpolation-python 0.872781 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 7, 7, 4, 59, 33) la-vector-access-cpp 137.597 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 7, 7, 5, 0, 5) la-vector-assignment-cpp 32.0332 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 19, 11, 48, 14) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.077 "BENCH 11.077" +(2014, 8, 19, 11, 48, 33) geometry-bounding_box_tree_compute_closest_entity-cpp 15.285 "Building point search tree to accelerate distance queries." +(2014, 8, 19, 11, 48, 49) geometry-bounding_box_tree_build-cpp 14.1294 "BENCH 14.1294" +(2014, 8, 19, 11, 49, 17) common-progress-cpp 27.6725 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 19, 11, 49, 48) common-timing-cpp 31.2013 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 19, 11, 51, 22) fem-convergence-cpp 3.86397 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 19, 11, 51, 44) fem-jit-python 0.000450301 "JIT compilation (in memory cache)" +(2014, 8, 19, 12, 8, 18) mesh-refinement-cpp 8.49906 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 19, 12, 8, 40) mesh-topology-cpp 21.5914 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 19, 12, 9, 4) mesh-unitcube-cpp 23.42 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 19, 12, 9, 50) mesh-iteration-cpp 43.7055 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 19, 12, 9, 50) function-evaluation-cpp 0.053781 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 19, 12, 11, 2) function-extrapolation-python 71.9837 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2014, 8, 19, 12, 11, 2) function-extrapolation-python 2.00071 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2014, 8, 19, 12, 11, 10) function-interpolation-python 8.03047 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2014, 8, 19, 12, 11, 10) function-interpolation-python 0.913345 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2014, 8, 19, 12, 13, 41) la-vector-access-cpp 151.196 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 19, 12, 14, 23) la-vector-assignment-cpp 42.1399 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 20, 1, 8, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8741 "BENCH 10.8741" +(2014, 8, 20, 1, 8, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9806 "Building point search tree to accelerate distance queries." +(2014, 8, 20, 1, 9, 13) geometry-bounding_box_tree_build-cpp 14.1011 "BENCH 14.1011" +(2014, 8, 20, 1, 9, 40) common-progress-cpp 27.8524 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 20, 1, 10, 12) common-timing-cpp 31.1595 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 20, 1, 11, 47) fem-convergence-cpp 3.9314 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 20, 1, 11, 49) fem-jit-python 0.000422001 "JIT compilation (in memory cache)" +(2014, 8, 20, 4, 19, 46) mesh-refinement-cpp 8.48749 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 20, 4, 20, 8) mesh-topology-cpp 21.8703 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 20, 4, 20, 31) mesh-unitcube-cpp 23.4506 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 20, 4, 21, 10) mesh-iteration-cpp 36.0472 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 20, 4, 21, 10) function-evaluation-cpp 0.0671489 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 20, 4, 21, 16) function-extrapolation-python 5.95647 "BENCH: 1.99171614647" +(2014, 8, 20, 4, 21, 16) function-extrapolation-python 1.99172 "BENCH: 1.99171614647" +(2014, 8, 20, 4, 21, 18) function-interpolation-python 2.22188 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 20, 4, 21, 18) function-interpolation-python 0.894065 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 20, 4, 23, 56) la-vector-access-cpp 158.179 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 20, 4, 24, 34) la-vector-assignment-cpp 38.0037 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 21, 1, 8, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0166 "BENCH 11.0166" +(2014, 8, 21, 1, 8, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.033 "Building point search tree to accelerate distance queries." +(2014, 8, 21, 1, 9, 13) geometry-bounding_box_tree_build-cpp 14.1668 "BENCH 14.1668" +(2014, 8, 21, 1, 9, 41) common-progress-cpp 27.9021 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 21, 1, 10, 13) common-timing-cpp 31.4008 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 21, 1, 11, 47) fem-convergence-cpp 3.86568 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 21, 1, 11, 49) fem-jit-python 0.000415516 "JIT compilation (in memory cache)" +(2014, 8, 21, 4, 25, 53) mesh-refinement-cpp 8.46743 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 21, 4, 26, 15) mesh-topology-cpp 21.6883 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 21, 4, 26, 38) mesh-unitcube-cpp 23.6333 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 21, 4, 27, 17) mesh-iteration-cpp 36.0312 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 21, 4, 27, 17) function-evaluation-cpp 0.07534 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 21, 4, 27, 23) function-extrapolation-python 5.86548 "BENCH: 1.98863577843" +(2014, 8, 21, 4, 27, 23) function-extrapolation-python 1.98864 "BENCH: 1.98863577843" +(2014, 8, 21, 4, 27, 25) function-interpolation-python 2.22035 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 21, 4, 27, 25) function-interpolation-python 0.899141 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 21, 4, 30, 3) la-vector-access-cpp 158.174 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 21, 4, 30, 41) la-vector-assignment-cpp 37.9964 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 22, 1, 8, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.904 "BENCH 10.904" +(2014, 8, 22, 1, 9, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2122 "Building point search tree to accelerate distance queries." +(2014, 8, 22, 1, 9, 24) geometry-bounding_box_tree_build-cpp 13.9089 "BENCH 13.9089" +(2014, 8, 22, 1, 9, 51) common-progress-cpp 27.6201 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 22, 1, 10, 22) common-timing-cpp 31.2708 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 22, 1, 11, 56) fem-convergence-cpp 3.80037 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 22, 1, 11, 58) fem-jit-python 0.000435209 "JIT compilation (in memory cache)" +(2014, 8, 22, 4, 19, 34) mesh-refinement-cpp 8.48611 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 22, 4, 19, 56) mesh-topology-cpp 21.708 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 22, 4, 20, 19) mesh-unitcube-cpp 23.3928 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 22, 4, 20, 58) mesh-iteration-cpp 36.0517 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 22, 4, 20, 58) function-evaluation-cpp 0.0837071 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 22, 4, 21, 4) function-extrapolation-python 5.68663 "BENCH: 1.99803900719" +(2014, 8, 22, 4, 21, 4) function-extrapolation-python 1.99804 "BENCH: 1.99803900719" +(2014, 8, 22, 4, 21, 6) function-interpolation-python 2.21084 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 22, 4, 21, 6) function-interpolation-python 0.891272 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 22, 4, 23, 44) la-vector-access-cpp 158.212 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 22, 4, 24, 22) la-vector-assignment-cpp 37.9906 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 23, 1, 8, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.929 "BENCH 10.929" +(2014, 8, 23, 1, 8, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9172 "Building point search tree to accelerate distance queries." +(2014, 8, 23, 1, 9, 13) geometry-bounding_box_tree_build-cpp 14.3342 "BENCH 14.3342" +(2014, 8, 23, 1, 9, 41) common-progress-cpp 27.874 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 23, 1, 10, 12) common-timing-cpp 31.0914 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 23, 1, 11, 47) fem-convergence-cpp 3.82958 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 23, 1, 11, 48) fem-jit-python 0.000421405 "JIT compilation (in memory cache)" +(2014, 8, 23, 4, 31, 9) mesh-refinement-cpp 8.4711 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 23, 4, 31, 31) mesh-topology-cpp 21.6672 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 23, 4, 31, 54) mesh-unitcube-cpp 23.4117 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 23, 4, 32, 33) mesh-iteration-cpp 36.0319 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 23, 4, 32, 33) function-evaluation-cpp 0.0753469 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 23, 4, 32, 39) function-extrapolation-python 5.92421 "BENCH: 2.01829004288" +(2014, 8, 23, 4, 32, 39) function-extrapolation-python 2.01829 "BENCH: 2.01829004288" +(2014, 8, 23, 4, 32, 41) function-interpolation-python 2.21605 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 23, 4, 32, 41) function-interpolation-python 0.896607 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 23, 4, 35, 17) la-vector-access-cpp 156.218 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 23, 4, 35, 55) la-vector-assignment-cpp 37.9969 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 24, 1, 8, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8986 "BENCH 10.8986" +(2014, 8, 24, 1, 8, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9513 "Building point search tree to accelerate distance queries." +(2014, 8, 24, 1, 9, 14) geometry-bounding_box_tree_build-cpp 13.973 "BENCH 13.973" +(2014, 8, 24, 1, 9, 42) common-progress-cpp 27.9071 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 24, 1, 10, 12) common-timing-cpp 30.6658 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 24, 1, 11, 47) fem-convergence-cpp 3.88126 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 24, 1, 11, 48) fem-jit-python 0.000416899 "JIT compilation (in memory cache)" +(2014, 8, 24, 4, 19, 1) mesh-refinement-cpp 8.43317 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 24, 4, 19, 23) mesh-topology-cpp 21.7043 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 24, 4, 19, 47) mesh-unitcube-cpp 23.4283 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 24, 4, 20, 25) mesh-iteration-cpp 36.0563 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 24, 4, 20, 25) function-evaluation-cpp 0.075469 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 24, 4, 20, 31) function-extrapolation-python 5.66587 "BENCH: 1.98955583572" +(2014, 8, 24, 4, 20, 31) function-extrapolation-python 1.98956 "BENCH: 1.98955583572" +(2014, 8, 24, 4, 20, 33) function-interpolation-python 2.21552 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 24, 4, 20, 33) function-interpolation-python 0.895287 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 24, 4, 23, 11) la-vector-access-cpp 158.152 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 24, 4, 23, 49) la-vector-assignment-cpp 38.0358 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 25, 1, 8, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9642 "BENCH 10.9642" +(2014, 8, 25, 1, 8, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3169 "Building point search tree to accelerate distance queries." +(2014, 8, 25, 1, 9, 15) geometry-bounding_box_tree_build-cpp 14.0211 "BENCH 14.0211" +(2014, 8, 25, 1, 9, 43) common-progress-cpp 27.8728 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 25, 1, 10, 14) common-timing-cpp 31.9251 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 25, 1, 11, 49) fem-convergence-cpp 3.83493 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 25, 1, 11, 50) fem-jit-python 0.000431108 "JIT compilation (in memory cache)" +(2014, 8, 25, 4, 23, 1) mesh-refinement-cpp 8.48825 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 25, 4, 23, 23) mesh-topology-cpp 21.6512 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 25, 4, 23, 47) mesh-unitcube-cpp 23.4021 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 25, 4, 24, 25) mesh-iteration-cpp 36.028 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 25, 4, 24, 25) function-evaluation-cpp 0.050108 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 25, 4, 24, 31) function-extrapolation-python 5.76555 "BENCH: 2.00843095779" +(2014, 8, 25, 4, 24, 31) function-extrapolation-python 2.00843 "BENCH: 2.00843095779" +(2014, 8, 25, 4, 24, 33) function-interpolation-python 2.22132 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 25, 4, 24, 33) function-interpolation-python 0.892987 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 25, 4, 27, 10) la-vector-access-cpp 156.214 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 25, 4, 27, 48) la-vector-assignment-cpp 37.9736 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 26, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8956 "BENCH 10.8956" +(2014, 8, 26, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1347 "Building point search tree to accelerate distance queries." +(2014, 8, 26, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.1684 "BENCH 14.1684" +(2014, 8, 26, 1, 9, 46) common-progress-cpp 27.8921 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 26, 1, 10, 17) common-timing-cpp 30.9387 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 26, 1, 11, 51) fem-convergence-cpp 3.81667 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 26, 1, 11, 53) fem-jit-python 0.000411701 "JIT compilation (in memory cache)" +(2014, 8, 26, 4, 29, 11) mesh-refinement-cpp 8.5057 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 26, 4, 29, 33) mesh-topology-cpp 21.6696 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 26, 4, 29, 57) mesh-unitcube-cpp 23.433 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 26, 4, 30, 35) mesh-iteration-cpp 36.0279 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 26, 4, 30, 35) function-evaluation-cpp 0.0584321 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 26, 4, 30, 52) function-extrapolation-python 16.6677 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2014, 8, 26, 4, 30, 52) function-extrapolation-python 2.00544 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2014, 8, 26, 4, 31, 0) function-interpolation-python 7.6663 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2014, 8, 26, 4, 31, 0) function-interpolation-python 0.905526 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2014, 8, 26, 4, 33, 34) la-vector-access-cpp 154.256 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 26, 4, 34, 16) la-vector-assignment-cpp 41.9977 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 27, 1, 8, 50) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9746 "BENCH 10.9746" +(2014, 8, 27, 1, 9, 9) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2658 "Building point search tree to accelerate distance queries." +(2014, 8, 27, 1, 9, 25) geometry-bounding_box_tree_build-cpp 13.9547 "BENCH 13.9547" +(2014, 8, 27, 1, 9, 53) common-progress-cpp 27.6262 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 27, 1, 10, 24) common-timing-cpp 30.945 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 27, 1, 11, 58) fem-convergence-cpp 3.82194 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 27, 1, 12, 0) fem-jit-python 0.000418401 "JIT compilation (in memory cache)" +(2014, 8, 27, 4, 24, 49) mesh-refinement-cpp 8.48804 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 27, 4, 25, 11) mesh-topology-cpp 21.7373 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 27, 4, 25, 34) mesh-unitcube-cpp 23.4172 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 27, 4, 26, 13) mesh-iteration-cpp 36.1167 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 27, 4, 26, 13) function-evaluation-cpp 0.0784979 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 27, 4, 26, 19) function-extrapolation-python 6.42418 "BENCH: 2.09120702744" +(2014, 8, 27, 4, 26, 19) function-extrapolation-python 2.09121 "BENCH: 2.09120702744" +(2014, 8, 27, 4, 26, 22) function-interpolation-python 2.31158 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 27, 4, 26, 22) function-interpolation-python 0.946009 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 27, 4, 28, 57) la-vector-access-cpp 155.509 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 27, 4, 29, 35) la-vector-assignment-cpp 37.9954 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 28, 1, 8, 50) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0549 "BENCH 11.0549" +(2014, 8, 28, 1, 9, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1792 "Building point search tree to accelerate distance queries." +(2014, 8, 28, 1, 9, 25) geometry-bounding_box_tree_build-cpp 14.3099 "BENCH 14.3099" +(2014, 8, 28, 1, 9, 53) common-progress-cpp 27.888 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 28, 1, 10, 24) common-timing-cpp 31.384 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 28, 1, 11, 59) fem-convergence-cpp 3.88893 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 28, 1, 12, 0) fem-jit-python 0.000419188 "JIT compilation (in memory cache)" +(2014, 8, 28, 4, 27, 58) mesh-refinement-cpp 8.62345 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 28, 4, 28, 20) mesh-topology-cpp 21.9155 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 28, 4, 28, 44) mesh-unitcube-cpp 23.6162 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 28, 4, 29, 22) mesh-iteration-cpp 36.2655 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 28, 4, 29, 22) function-evaluation-cpp 0.0813129 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 28, 4, 29, 29) function-extrapolation-python 6.01153 "BENCH: 2.04151010513" +(2014, 8, 28, 4, 29, 29) function-extrapolation-python 2.04151 "BENCH: 2.04151010513" +(2014, 8, 28, 4, 29, 31) function-interpolation-python 2.30388 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 28, 4, 29, 31) function-interpolation-python 0.919988 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 28, 4, 32, 7) la-vector-access-cpp 156.549 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 28, 4, 32, 45) la-vector-assignment-cpp 37.9682 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 29, 1, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9203 "BENCH 10.9203" +(2014, 8, 29, 1, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8842 "Building point search tree to accelerate distance queries." +(2014, 8, 29, 1, 9, 20) geometry-bounding_box_tree_build-cpp 13.9697 "BENCH 13.9697" +(2014, 8, 29, 1, 9, 48) common-progress-cpp 27.8818 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 29, 1, 10, 18) common-timing-cpp 30.6499 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 29, 1, 11, 53) fem-convergence-cpp 3.85991 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 29, 1, 12, 0) fem-jit-python 0.000456786 "JIT compilation (in memory cache)" +(2014, 8, 29, 4, 22, 45) mesh-refinement-cpp 8.51531 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 29, 4, 23, 7) mesh-topology-cpp 21.4879 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 29, 4, 23, 30) mesh-unitcube-cpp 22.6354 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 29, 4, 24, 8) mesh-iteration-cpp 35.5387 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 29, 4, 24, 8) function-evaluation-cpp 0.0533762 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 29, 4, 24, 14) function-extrapolation-python 5.93574 "BENCH: 2.02293300629" +(2014, 8, 29, 4, 24, 14) function-extrapolation-python 2.02293 "BENCH: 2.02293300629" +(2014, 8, 29, 4, 24, 16) function-interpolation-python 2.23636 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 29, 4, 24, 16) function-interpolation-python 0.87529 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 29, 4, 26, 58) la-vector-access-cpp 161.785 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 29, 4, 27, 40) la-vector-assignment-cpp 42.0398 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 30, 1, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9434 "BENCH 10.9434" +(2014, 8, 30, 1, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.105 "Building point search tree to accelerate distance queries." +(2014, 8, 30, 1, 9, 22) geometry-bounding_box_tree_build-cpp 14.0379 "BENCH 14.0379" +(2014, 8, 30, 1, 9, 50) common-progress-cpp 27.8936 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 30, 1, 10, 20) common-timing-cpp 30.3724 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 30, 1, 11, 56) fem-convergence-cpp 3.87327 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 30, 1, 11, 58) fem-jit-python 0.000426698 "JIT compilation (in memory cache)" +(2014, 8, 30, 4, 24, 13) mesh-refinement-cpp 8.48145 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 30, 4, 24, 35) mesh-topology-cpp 21.4934 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 30, 4, 24, 58) mesh-unitcube-cpp 22.6508 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 30, 4, 25, 36) mesh-iteration-cpp 35.5615 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 30, 4, 25, 36) function-evaluation-cpp 0.0640409 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 30, 4, 25, 42) function-extrapolation-python 5.94789 "BENCH: 2.00775980949" +(2014, 8, 30, 4, 25, 42) function-extrapolation-python 2.00776 "BENCH: 2.00775980949" +(2014, 8, 30, 4, 25, 44) function-interpolation-python 2.25067 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 30, 4, 25, 44) function-interpolation-python 0.904744 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 30, 4, 28, 22) la-vector-access-cpp 158.142 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 30, 4, 29, 7) la-vector-assignment-cpp 44.2976 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 8, 31, 1, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8723 "BENCH 10.8723" +(2014, 8, 31, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1068 "Building point search tree to accelerate distance queries." +(2014, 8, 31, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.3833 "BENCH 14.3833" +(2014, 8, 31, 1, 9, 45) common-progress-cpp 27.931 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 8, 31, 1, 10, 16) common-timing-cpp 31.0883 "Timing access and registration of timings (10000000 repetitions)" +(2014, 8, 31, 1, 11, 52) fem-convergence-cpp 3.86391 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 8, 31, 1, 11, 53) fem-jit-python 0.000422096 "JIT compilation (in memory cache)" +(2014, 8, 31, 4, 30, 39) mesh-refinement-cpp 8.45525 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 8, 31, 4, 31, 1) mesh-topology-cpp 21.3585 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 8, 31, 4, 31, 24) mesh-unitcube-cpp 22.6825 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 8, 31, 4, 32, 2) mesh-iteration-cpp 35.5453 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 8, 31, 4, 32, 2) function-evaluation-cpp 0.053719 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 8, 31, 4, 32, 8) function-extrapolation-python 5.98229 "BENCH: 2.00886392593" +(2014, 8, 31, 4, 32, 8) function-extrapolation-python 2.00886 "BENCH: 2.00886392593" +(2014, 8, 31, 4, 32, 10) function-interpolation-python 2.21536 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 31, 4, 32, 10) function-interpolation-python 0.884962 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 8, 31, 4, 34, 47) la-vector-access-cpp 157.489 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 8, 31, 4, 35, 30) la-vector-assignment-cpp 42.0686 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 1, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9115 "BENCH 10.9115" +(2014, 9, 1, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5028 "Building point search tree to accelerate distance queries." +(2014, 9, 1, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.195 "BENCH 14.195" +(2014, 9, 1, 1, 9, 45) common-progress-cpp 27.8993 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 1, 1, 10, 16) common-timing-cpp 31.0683 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 1, 1, 11, 52) fem-convergence-cpp 3.83639 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 1, 1, 11, 53) fem-jit-python 0.000415611 "JIT compilation (in memory cache)" +(2014, 9, 1, 4, 47, 2) mesh-refinement-cpp 8.60175 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 1, 4, 47, 24) mesh-topology-cpp 21.5571 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 1, 4, 47, 47) mesh-unitcube-cpp 22.9359 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 1, 4, 48, 25) mesh-iteration-cpp 35.7878 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 1, 4, 48, 25) function-evaluation-cpp 0.078711 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 1, 4, 48, 32) function-extrapolation-python 6.07803 "BENCH: 2.1369228363" +(2014, 9, 1, 4, 48, 32) function-extrapolation-python 2.13692 "BENCH: 2.1369228363" +(2014, 9, 1, 4, 48, 34) function-interpolation-python 2.30394 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 1, 4, 48, 34) function-interpolation-python 0.914327 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 1, 4, 51, 8) la-vector-access-cpp 154.595 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 1, 4, 51, 50) la-vector-assignment-cpp 42.0277 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 2, 1, 8, 52) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0015 "BENCH 11.0015" +(2014, 9, 2, 1, 9, 10) geometry-bounding_box_tree_compute_closest_entity-cpp 14.979 "Building point search tree to accelerate distance queries." +(2014, 9, 2, 1, 9, 27) geometry-bounding_box_tree_build-cpp 14.2437 "BENCH 14.2437" +(2014, 9, 2, 1, 9, 55) common-progress-cpp 27.917 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 2, 1, 10, 26) common-timing-cpp 31.0079 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 2, 1, 12, 1) fem-convergence-cpp 3.86938 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 2, 1, 12, 2) fem-jit-python 0.000417185 "JIT compilation (in memory cache)" +(2014, 9, 2, 4, 28, 49) mesh-refinement-cpp 8.47656 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 2, 4, 29, 11) mesh-topology-cpp 21.4633 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 2, 4, 29, 34) mesh-unitcube-cpp 23.38 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 2, 4, 30, 12) mesh-iteration-cpp 35.5757 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 2, 4, 30, 13) function-evaluation-cpp 0.0771639 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 2, 4, 30, 18) function-extrapolation-python 5.81751 "BENCH: 2.0208530426" +(2014, 9, 2, 4, 30, 18) function-extrapolation-python 2.02085 "BENCH: 2.0208530426" +(2014, 9, 2, 4, 30, 21) function-interpolation-python 2.26008 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 2, 4, 30, 21) function-interpolation-python 0.913586 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 2, 4, 32, 57) la-vector-access-cpp 155.822 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 2, 4, 33, 42) la-vector-assignment-cpp 45.2544 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 3, 1, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8367 "BENCH 10.8367" +(2014, 9, 3, 1, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3025 "Building point search tree to accelerate distance queries." +(2014, 9, 3, 1, 9, 22) geometry-bounding_box_tree_build-cpp 14.1915 "BENCH 14.1915" +(2014, 9, 3, 1, 9, 50) common-progress-cpp 27.8836 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 3, 1, 10, 20) common-timing-cpp 30.1277 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 3, 1, 11, 55) fem-convergence-cpp 3.88529 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 3, 1, 11, 57) fem-jit-python 0.000422812 "JIT compilation (in memory cache)" +(2014, 9, 3, 4, 26, 13) mesh-refinement-cpp 8.47785 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 3, 4, 26, 35) mesh-topology-cpp 21.411 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 3, 4, 26, 58) mesh-unitcube-cpp 23.0924 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 3, 4, 27, 36) mesh-iteration-cpp 35.5674 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 3, 4, 27, 36) function-evaluation-cpp 0.0721509 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 3, 4, 27, 42) function-extrapolation-python 5.7285 "BENCH: 2.01886510849" +(2014, 9, 3, 4, 27, 42) function-extrapolation-python 2.01887 "BENCH: 2.01886510849" +(2014, 9, 3, 4, 27, 44) function-interpolation-python 2.24199 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 3, 4, 27, 44) function-interpolation-python 0.912348 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 3, 4, 30, 18) la-vector-access-cpp 154.246 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 3, 4, 31, 5) la-vector-assignment-cpp 46.0905 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 4, 1, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0112 "BENCH 11.0112" +(2014, 9, 4, 1, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0598 "Building point search tree to accelerate distance queries." +(2014, 9, 4, 1, 9, 16) geometry-bounding_box_tree_build-cpp 14.0399 "BENCH 14.0399" +(2014, 9, 4, 1, 9, 44) common-progress-cpp 27.8849 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 4, 1, 10, 14) common-timing-cpp 30.5947 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 4, 1, 11, 51) fem-convergence-cpp 3.85542 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 4, 1, 11, 52) fem-jit-python 0.00042069 "JIT compilation (in memory cache)" +(2014, 9, 4, 4, 22, 17) mesh-refinement-cpp 8.50664 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 4, 4, 22, 39) mesh-topology-cpp 21.4017 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 4, 4, 23, 2) mesh-unitcube-cpp 23.0456 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 4, 4, 23, 48) mesh-iteration-cpp 44.2171 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 4, 4, 23, 48) function-evaluation-cpp 0.0501351 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 4, 4, 23, 54) function-extrapolation-python 5.80395 "BENCH: 2.00869512558" +(2014, 9, 4, 4, 23, 54) function-extrapolation-python 2.0087 "BENCH: 2.00869512558" +(2014, 9, 4, 4, 23, 57) function-interpolation-python 2.25807 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 4, 4, 23, 57) function-interpolation-python 0.903686 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 4, 4, 26, 31) la-vector-access-cpp 154.298 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 4, 4, 27, 13) la-vector-assignment-cpp 42.0208 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 5, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.764 "BENCH 10.764" +(2014, 9, 5, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2216 "Building point search tree to accelerate distance queries." +(2014, 9, 5, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.1082 "BENCH 14.1082" +(2014, 9, 5, 1, 9, 46) common-progress-cpp 27.8915 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 5, 1, 10, 17) common-timing-cpp 30.9337 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 5, 1, 11, 51) fem-convergence-cpp 3.85862 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 5, 1, 11, 52) fem-jit-python 0.000414109 "JIT compilation (in memory cache)" +(2014, 9, 5, 4, 22, 23) mesh-refinement-cpp 8.46208 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 5, 4, 22, 45) mesh-topology-cpp 21.4841 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 5, 4, 23, 8) mesh-unitcube-cpp 22.9852 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 5, 4, 23, 46) mesh-iteration-cpp 36.2857 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 5, 4, 23, 46) function-evaluation-cpp 0.062017 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 5, 4, 23, 52) function-extrapolation-python 5.80298 "BENCH: 2.01900601387" +(2014, 9, 5, 4, 23, 52) function-extrapolation-python 2.01901 "BENCH: 2.01900601387" +(2014, 9, 5, 4, 23, 55) function-interpolation-python 2.49063 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 5, 4, 23, 55) function-interpolation-python 0.911128 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 5, 4, 26, 29) la-vector-access-cpp 154.273 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 5, 4, 27, 11) la-vector-assignment-cpp 42.0408 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 6, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8047 "BENCH 10.8047" +(2014, 9, 6, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1886 "Building point search tree to accelerate distance queries." +(2014, 9, 6, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.2227 "BENCH 14.2227" +(2014, 9, 6, 1, 9, 47) common-progress-cpp 27.8941 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 6, 1, 10, 18) common-timing-cpp 31.3185 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 6, 1, 11, 53) fem-convergence-cpp 3.85491 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 6, 1, 11, 55) fem-jit-python 0.000408816 "JIT compilation (in memory cache)" +(2014, 9, 6, 4, 31, 7) mesh-refinement-cpp 8.47211 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 6, 4, 31, 29) mesh-topology-cpp 21.5082 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 6, 4, 31, 52) mesh-unitcube-cpp 23.2232 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 6, 4, 32, 30) mesh-iteration-cpp 35.5478 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 6, 4, 32, 30) function-evaluation-cpp 0.0516791 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 6, 4, 32, 36) function-extrapolation-python 6.01284 "BENCH: 2.00429582596" +(2014, 9, 6, 4, 32, 36) function-extrapolation-python 2.0043 "BENCH: 2.00429582596" +(2014, 9, 6, 4, 32, 38) function-interpolation-python 2.22167 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 6, 4, 32, 38) function-interpolation-python 0.900598 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 6, 4, 35, 12) la-vector-access-cpp 153.945 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 6, 4, 35, 54) la-vector-assignment-cpp 42.0276 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 7, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8879 "BENCH 10.8879" +(2014, 9, 7, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0942 "Building point search tree to accelerate distance queries." +(2014, 9, 7, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.072 "BENCH 14.072" +(2014, 9, 7, 1, 9, 46) common-progress-cpp 27.898 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 7, 1, 10, 17) common-timing-cpp 31.0605 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 7, 1, 11, 51) fem-convergence-cpp 3.84389 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 7, 1, 11, 52) fem-jit-python 0.000417495 "JIT compilation (in memory cache)" +(2014, 9, 7, 4, 30, 50) mesh-refinement-cpp 8.46327 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 7, 4, 31, 11) mesh-topology-cpp 21.3922 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 7, 4, 31, 34) mesh-unitcube-cpp 22.9951 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 7, 4, 32, 12) mesh-iteration-cpp 35.5474 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 7, 4, 32, 13) function-evaluation-cpp 0.075016 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 7, 4, 32, 18) function-extrapolation-python 5.7426 "BENCH: 2.02323198318" +(2014, 9, 7, 4, 32, 18) function-extrapolation-python 2.02323 "BENCH: 2.02323198318" +(2014, 9, 7, 4, 32, 21) function-interpolation-python 2.25956 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 7, 4, 32, 21) function-interpolation-python 0.905533 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 7, 4, 34, 55) la-vector-access-cpp 154.281 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 7, 4, 35, 41) la-vector-assignment-cpp 46.0512 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 8, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9712 "BENCH 10.9712" +(2014, 9, 8, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9414 "Building point search tree to accelerate distance queries." +(2014, 9, 8, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.1928 "BENCH 14.1928" +(2014, 9, 8, 1, 9, 45) common-progress-cpp 27.8832 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 8, 1, 10, 17) common-timing-cpp 32.0855 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 8, 1, 11, 51) fem-convergence-cpp 3.89564 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 8, 1, 11, 52) fem-jit-python 0.000423908 "JIT compilation (in memory cache)" +(2014, 9, 8, 4, 24, 23) mesh-refinement-cpp 8.45608 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 8, 4, 24, 45) mesh-topology-cpp 21.6336 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 8, 4, 25, 8) mesh-unitcube-cpp 23.1143 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 8, 4, 25, 46) mesh-iteration-cpp 35.5826 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 8, 4, 25, 46) function-evaluation-cpp 0.049273 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 8, 4, 25, 52) function-extrapolation-python 5.65838 "BENCH: 2.01732492447" +(2014, 9, 8, 4, 25, 52) function-extrapolation-python 2.01732 "BENCH: 2.01732492447" +(2014, 9, 8, 4, 25, 54) function-interpolation-python 2.23275 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 8, 4, 25, 54) function-interpolation-python 0.903293 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 8, 4, 28, 28) la-vector-access-cpp 154.207 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 8, 4, 29, 11) la-vector-assignment-cpp 42.0417 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 9, 1, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9074 "BENCH 10.9074" +(2014, 9, 9, 1, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0337 "Building point search tree to accelerate distance queries." +(2014, 9, 9, 1, 9, 20) geometry-bounding_box_tree_build-cpp 14.2708 "BENCH 14.2708" +(2014, 9, 9, 1, 9, 48) common-progress-cpp 27.8971 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 9, 1, 10, 18) common-timing-cpp 29.921 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 9, 1, 11, 54) fem-convergence-cpp 3.85837 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 9, 1, 11, 55) fem-jit-python 0.000415301 "JIT compilation (in memory cache)" +(2014, 9, 9, 4, 32, 46) mesh-refinement-cpp 8.44559 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 9, 4, 33, 7) mesh-topology-cpp 21.5361 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 9, 4, 33, 30) mesh-unitcube-cpp 23.0574 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 9, 4, 34, 11) mesh-iteration-cpp 38.5622 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 9, 4, 34, 12) function-evaluation-cpp 0.0723112 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 9, 4, 34, 17) function-extrapolation-python 5.68205 "BENCH: 2.03897309303" +(2014, 9, 9, 4, 34, 17) function-extrapolation-python 2.03897 "BENCH: 2.03897309303" +(2014, 9, 9, 4, 34, 20) function-interpolation-python 2.22627 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 9, 4, 34, 20) function-interpolation-python 0.905261 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 9, 4, 36, 54) la-vector-access-cpp 154.239 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 9, 4, 37, 36) la-vector-assignment-cpp 42.0299 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 10, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.087 "BENCH 11.087" +(2014, 9, 10, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0756 "Building point search tree to accelerate distance queries." +(2014, 9, 10, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.2406 "BENCH 14.2406" +(2014, 9, 10, 1, 9, 46) common-progress-cpp 27.8986 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 10, 1, 10, 17) common-timing-cpp 30.6666 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 10, 1, 11, 52) fem-convergence-cpp 3.84558 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 10, 1, 11, 53) fem-jit-python 0.000425386 "JIT compilation (in memory cache)" +(2014, 9, 10, 4, 30, 26) mesh-refinement-cpp 8.48355 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 10, 4, 30, 48) mesh-topology-cpp 21.4691 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 10, 4, 31, 11) mesh-unitcube-cpp 23.0309 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 10, 4, 31, 52) mesh-iteration-cpp 39.3577 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 10, 4, 31, 53) function-evaluation-cpp 0.0497038 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 10, 4, 31, 59) function-extrapolation-python 5.94594 "BENCH: 2.01752090454" +(2014, 9, 10, 4, 31, 59) function-extrapolation-python 2.01752 "BENCH: 2.01752090454" +(2014, 9, 10, 4, 32, 1) function-interpolation-python 2.27198 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 10, 4, 32, 1) function-interpolation-python 0.917033 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 10, 4, 34, 36) la-vector-access-cpp 154.723 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 10, 4, 35, 18) la-vector-assignment-cpp 42.0062 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 11, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0399 "BENCH 11.0399" +(2014, 9, 11, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.186 "Building point search tree to accelerate distance queries." +(2014, 9, 11, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.3375 "BENCH 14.3375" +(2014, 9, 11, 1, 9, 46) common-progress-cpp 27.8976 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 11, 1, 10, 16) common-timing-cpp 30.7362 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 11, 1, 11, 52) fem-convergence-cpp 3.86909 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 11, 1, 11, 54) fem-jit-python 0.000418401 "JIT compilation (in memory cache)" +(2014, 9, 11, 4, 33, 28) mesh-refinement-cpp 8.48814 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 11, 4, 33, 50) mesh-topology-cpp 21.497 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 11, 4, 34, 13) mesh-unitcube-cpp 23.1856 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 11, 4, 34, 59) mesh-iteration-cpp 43.5618 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 11, 4, 34, 59) function-evaluation-cpp 0.0638158 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 11, 4, 35, 5) function-extrapolation-python 5.85155 "BENCH: 2.01931405067" +(2014, 9, 11, 4, 35, 5) function-extrapolation-python 2.01931 "BENCH: 2.01931405067" +(2014, 9, 11, 4, 35, 7) function-interpolation-python 2.23355 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 11, 4, 35, 7) function-interpolation-python 0.903938 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 11, 4, 37, 42) la-vector-access-cpp 154.736 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 11, 4, 38, 24) la-vector-assignment-cpp 42.0671 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 12, 1, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8273 "BENCH 10.8273" +(2014, 9, 12, 1, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1261 "Building point search tree to accelerate distance queries." +(2014, 9, 12, 1, 9, 21) geometry-bounding_box_tree_build-cpp 14.2071 "BENCH 14.2071" +(2014, 9, 12, 1, 9, 49) common-progress-cpp 27.8936 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 12, 1, 10, 20) common-timing-cpp 31.1874 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 12, 1, 11, 54) fem-convergence-cpp 3.91883 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 12, 1, 11, 55) fem-jit-python 0.000412393 "JIT compilation (in memory cache)" +(2014, 9, 12, 4, 35, 36) mesh-refinement-cpp 8.46094 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 12, 4, 35, 58) mesh-topology-cpp 21.4469 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 12, 4, 36, 21) mesh-unitcube-cpp 23.1699 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 12, 4, 36, 59) mesh-iteration-cpp 35.5497 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 12, 4, 36, 59) function-evaluation-cpp 0.0518649 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 12, 4, 37, 5) function-extrapolation-python 5.87377 "BENCH: 2.04101991653" +(2014, 9, 12, 4, 37, 5) function-extrapolation-python 2.04102 "BENCH: 2.04101991653" +(2014, 9, 12, 4, 37, 7) function-interpolation-python 2.22415 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 12, 4, 37, 7) function-interpolation-python 0.90332 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 12, 4, 39, 41) la-vector-access-cpp 154.286 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 12, 4, 40, 23) la-vector-assignment-cpp 42.0293 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 13, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8967 "BENCH 10.8967" +(2014, 9, 13, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2407 "Building point search tree to accelerate distance queries." +(2014, 9, 13, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.3111 "BENCH 14.3111" +(2014, 9, 13, 1, 9, 47) common-progress-cpp 27.8827 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 13, 1, 10, 19) common-timing-cpp 32.1116 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 13, 1, 11, 53) fem-convergence-cpp 3.8763 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 13, 1, 11, 54) fem-jit-python 0.000419998 "JIT compilation (in memory cache)" +(2014, 9, 13, 4, 31, 0) mesh-refinement-cpp 8.45984 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 13, 4, 31, 22) mesh-topology-cpp 21.3931 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 13, 4, 31, 45) mesh-unitcube-cpp 23.0035 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 13, 4, 32, 23) mesh-iteration-cpp 35.5684 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 13, 4, 32, 23) function-evaluation-cpp 0.070559 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 13, 4, 32, 29) function-extrapolation-python 5.71352 "BENCH: 2.0042989254" +(2014, 9, 13, 4, 32, 29) function-extrapolation-python 2.0043 "BENCH: 2.0042989254" +(2014, 9, 13, 4, 32, 31) function-interpolation-python 2.23088 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 13, 4, 32, 31) function-interpolation-python 0.901292 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 13, 4, 35, 5) la-vector-access-cpp 154.263 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 13, 4, 35, 47) la-vector-assignment-cpp 41.9548 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 14, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.999 "BENCH 10.999" +(2014, 9, 14, 1, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5079 "Building point search tree to accelerate distance queries." +(2014, 9, 14, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.1384 "BENCH 14.1384" +(2014, 9, 14, 1, 9, 47) common-progress-cpp 27.8918 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 14, 1, 10, 19) common-timing-cpp 31.4969 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 14, 1, 11, 53) fem-convergence-cpp 3.88005 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 14, 1, 11, 55) fem-jit-python 0.000421786 "JIT compilation (in memory cache)" +(2014, 9, 14, 4, 22, 25) mesh-refinement-cpp 8.50049 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 14, 4, 22, 46) mesh-topology-cpp 21.3652 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 14, 4, 23, 10) mesh-unitcube-cpp 23.4214 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 14, 4, 23, 48) mesh-iteration-cpp 36.0728 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 14, 4, 23, 48) function-evaluation-cpp 0.064131 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 14, 4, 23, 54) function-extrapolation-python 5.73508 "BENCH: 1.99808907509" +(2014, 9, 14, 4, 23, 54) function-extrapolation-python 1.99809 "BENCH: 1.99808907509" +(2014, 9, 14, 4, 23, 56) function-interpolation-python 2.25231 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 14, 4, 23, 56) function-interpolation-python 0.902024 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 14, 4, 26, 32) la-vector-access-cpp 155.278 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 14, 4, 27, 14) la-vector-assignment-cpp 42.0296 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 15, 1, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.7953 "BENCH 10.7953" +(2014, 9, 15, 1, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2086 "Building point search tree to accelerate distance queries." +(2014, 9, 15, 1, 9, 16) geometry-bounding_box_tree_build-cpp 14.1424 "BENCH 14.1424" +(2014, 9, 15, 1, 9, 44) common-progress-cpp 27.8856 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 15, 1, 10, 15) common-timing-cpp 31.203 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 15, 1, 11, 50) fem-convergence-cpp 3.85298 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 15, 1, 11, 51) fem-jit-python 0.000429606 "JIT compilation (in memory cache)" +(2014, 9, 15, 4, 35, 24) mesh-refinement-cpp 8.50251 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 15, 4, 35, 45) mesh-topology-cpp 21.3698 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 15, 4, 36, 9) mesh-unitcube-cpp 23.4559 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 15, 4, 36, 47) mesh-iteration-cpp 36.0467 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 15, 4, 36, 47) function-evaluation-cpp 0.07511 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 15, 4, 36, 53) function-extrapolation-python 5.88011 "BENCH: 1.98558187485" +(2014, 9, 15, 4, 36, 53) function-extrapolation-python 1.98558 "BENCH: 1.98558187485" +(2014, 9, 15, 4, 36, 56) function-interpolation-python 2.24582 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 15, 4, 36, 56) function-interpolation-python 0.907002 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 15, 4, 39, 31) la-vector-access-cpp 155.798 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 15, 4, 40, 14) la-vector-assignment-cpp 42.0389 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 16, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0602 "BENCH 11.0602" +(2014, 9, 16, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3187 "Building point search tree to accelerate distance queries." +(2014, 9, 16, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.2834 "BENCH 14.2834" +(2014, 9, 16, 1, 9, 47) common-progress-cpp 27.8961 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 16, 1, 10, 17) common-timing-cpp 30.8638 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 16, 1, 11, 53) fem-convergence-cpp 3.89368 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 16, 1, 11, 54) fem-jit-python 0.000425601 "JIT compilation (in memory cache)" +(2014, 9, 16, 4, 30, 7) mesh-refinement-cpp 8.49763 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 16, 4, 30, 29) mesh-topology-cpp 21.4045 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 16, 4, 30, 53) mesh-unitcube-cpp 23.6097 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 16, 4, 31, 31) mesh-iteration-cpp 36.0477 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 16, 4, 31, 31) function-evaluation-cpp 0.053659 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 16, 4, 31, 37) function-extrapolation-python 5.71606 "BENCH: 1.99019193649" +(2014, 9, 16, 4, 31, 37) function-extrapolation-python 1.99019 "BENCH: 1.99019193649" +(2014, 9, 16, 4, 31, 39) function-interpolation-python 2.24231 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 16, 4, 31, 39) function-interpolation-python 0.904181 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 16, 4, 34, 15) la-vector-access-cpp 155.321 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 16, 4, 34, 57) la-vector-assignment-cpp 42.0513 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 17, 1, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9969 "BENCH 10.9969" +(2014, 9, 17, 1, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2115 "Building point search tree to accelerate distance queries." +(2014, 9, 17, 1, 9, 16) geometry-bounding_box_tree_build-cpp 14.0336 "BENCH 14.0336" +(2014, 9, 17, 1, 9, 44) common-progress-cpp 27.9423 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 17, 1, 10, 15) common-timing-cpp 31.2551 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 17, 1, 11, 51) fem-convergence-cpp 3.85725 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 17, 1, 11, 52) fem-jit-python 0.000427699 "JIT compilation (in memory cache)" +(2014, 9, 17, 4, 45, 55) mesh-refinement-cpp 8.69792 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 17, 4, 46, 17) mesh-topology-cpp 21.7025 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 17, 4, 46, 41) mesh-unitcube-cpp 23.7121 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 17, 4, 47, 22) mesh-iteration-cpp 38.7907 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 17, 4, 47, 22) function-evaluation-cpp 0.0828941 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 17, 4, 47, 28) function-extrapolation-python 5.97779 "BENCH: 2.10019922256" +(2014, 9, 17, 4, 47, 28) function-extrapolation-python 2.1002 "BENCH: 2.10019922256" +(2014, 9, 17, 4, 47, 31) function-interpolation-python 2.33556 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 17, 4, 47, 31) function-interpolation-python 0.942898 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 17, 4, 50, 45) la-vector-access-cpp 194.017 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 17, 4, 51, 31) la-vector-assignment-cpp 46.0424 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 18, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.101 "BENCH 11.101" +(2014, 9, 18, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2089 "Building point search tree to accelerate distance queries." +(2014, 9, 18, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.2114 "BENCH 14.2114" +(2014, 9, 18, 1, 9, 46) common-progress-cpp 27.8847 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 18, 1, 10, 17) common-timing-cpp 31.1032 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 18, 1, 11, 51) fem-convergence-cpp 3.89368 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 18, 1, 11, 52) fem-jit-python 0.000413084 "JIT compilation (in memory cache)" +(2014, 9, 18, 4, 41, 50) mesh-refinement-cpp 8.64996 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 18, 4, 42, 12) mesh-topology-cpp 21.8171 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 18, 4, 42, 37) mesh-unitcube-cpp 24.9379 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 18, 4, 43, 16) mesh-iteration-cpp 36.2505 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 18, 4, 43, 16) function-evaluation-cpp 0.089798 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 18, 4, 43, 22) function-extrapolation-python 5.71488 "BENCH: 2.1001329422" +(2014, 9, 18, 4, 43, 22) function-extrapolation-python 2.10013 "BENCH: 2.1001329422" +(2014, 9, 18, 4, 43, 24) function-interpolation-python 2.35624 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 18, 4, 43, 24) function-interpolation-python 0.974304 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 18, 4, 46, 1) la-vector-access-cpp 156.459 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 18, 4, 46, 43) la-vector-assignment-cpp 42.0549 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 19, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0143 "BENCH 11.0143" +(2014, 9, 19, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0658 "Building point search tree to accelerate distance queries." +(2014, 9, 19, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.2031 "BENCH 14.2031" +(2014, 9, 19, 1, 9, 46) common-progress-cpp 27.8976 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 19, 1, 10, 16) common-timing-cpp 30.2126 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 19, 1, 11, 51) fem-convergence-cpp 3.91275 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 19, 1, 11, 52) fem-jit-python 0.000416279 "JIT compilation (in memory cache)" +(2014, 9, 19, 4, 30, 3) mesh-refinement-cpp 8.49221 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 19, 4, 30, 25) mesh-topology-cpp 21.415 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 19, 4, 30, 48) mesh-unitcube-cpp 23.485 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 19, 4, 31, 29) mesh-iteration-cpp 38.5588 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 19, 4, 31, 29) function-evaluation-cpp 0.050014 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 19, 4, 31, 35) function-extrapolation-python 5.86136 "BENCH: 2.04458999634" +(2014, 9, 19, 4, 31, 35) function-extrapolation-python 2.04459 "BENCH: 2.04458999634" +(2014, 9, 19, 4, 31, 37) function-interpolation-python 2.25768 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 19, 4, 31, 37) function-interpolation-python 0.919307 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 19, 4, 34, 16) la-vector-access-cpp 158.013 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 19, 4, 35, 2) la-vector-assignment-cpp 46.2198 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 20, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8409 "BENCH 10.8409" +(2014, 9, 20, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0705 "Building point search tree to accelerate distance queries." +(2014, 9, 20, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.4091 "BENCH 14.4091" +(2014, 9, 20, 1, 9, 45) common-progress-cpp 27.8971 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 20, 1, 10, 17) common-timing-cpp 31.3716 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 20, 1, 11, 52) fem-convergence-cpp 3.88396 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 20, 1, 11, 53) fem-jit-python 0.000415111 "JIT compilation (in memory cache)" +(2014, 9, 20, 4, 27, 53) mesh-refinement-cpp 8.55761 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 20, 4, 28, 15) mesh-topology-cpp 21.4002 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 20, 4, 28, 38) mesh-unitcube-cpp 23.459 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 20, 4, 29, 17) mesh-iteration-cpp 36.0529 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 20, 4, 29, 17) function-evaluation-cpp 0.0768311 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 20, 4, 29, 22) function-extrapolation-python 5.56265 "BENCH: 2.00479102135" +(2014, 9, 20, 4, 29, 22) function-extrapolation-python 2.00479 "BENCH: 2.00479102135" +(2014, 9, 20, 4, 29, 25) function-interpolation-python 2.27146 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 20, 4, 29, 25) function-interpolation-python 0.916429 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 20, 4, 32, 2) la-vector-access-cpp 156.823 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 20, 4, 32, 44) la-vector-assignment-cpp 42.0132 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 21, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9414 "BENCH 10.9414" +(2014, 9, 21, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.348 "Building point search tree to accelerate distance queries." +(2014, 9, 21, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.2593 "BENCH 14.2593" +(2014, 9, 21, 1, 9, 45) common-progress-cpp 27.8775 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 21, 1, 10, 17) common-timing-cpp 31.2306 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 21, 1, 11, 53) fem-convergence-cpp 3.87029 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 21, 1, 11, 54) fem-jit-python 0.000414419 "JIT compilation (in memory cache)" +(2014, 9, 21, 4, 26, 52) mesh-refinement-cpp 8.52229 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 21, 4, 27, 14) mesh-topology-cpp 21.4348 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 21, 4, 27, 37) mesh-unitcube-cpp 23.4083 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 21, 4, 28, 16) mesh-iteration-cpp 36.1512 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 21, 4, 28, 16) function-evaluation-cpp 0.0704591 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 21, 4, 28, 23) function-extrapolation-python 6.79436 "BENCH: 2.13737201691" +(2014, 9, 21, 4, 28, 23) function-extrapolation-python 2.13737 "BENCH: 2.13737201691" +(2014, 9, 21, 4, 28, 25) function-interpolation-python 2.36722 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 21, 4, 28, 25) function-interpolation-python 0.974815 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 21, 4, 31, 4) la-vector-access-cpp 158.909 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 21, 4, 31, 46) la-vector-assignment-cpp 42.0413 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 22, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.951 "BENCH 10.951" +(2014, 9, 22, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2064 "Building point search tree to accelerate distance queries." +(2014, 9, 22, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.2948 "BENCH 14.2948" +(2014, 9, 22, 1, 9, 46) common-progress-cpp 27.8922 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 22, 1, 10, 17) common-timing-cpp 30.7481 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 22, 1, 11, 53) fem-convergence-cpp 3.93826 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 22, 1, 11, 55) fem-jit-python 0.000423789 "JIT compilation (in memory cache)" +(2014, 9, 22, 4, 26, 55) mesh-refinement-cpp 8.54175 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 22, 4, 27, 17) mesh-topology-cpp 21.346 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 22, 4, 27, 41) mesh-unitcube-cpp 23.4687 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 22, 4, 28, 19) mesh-iteration-cpp 36.0898 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 22, 4, 28, 19) function-evaluation-cpp 0.0639369 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 22, 4, 28, 25) function-extrapolation-python 5.77948 "BENCH: 1.9955329895" +(2014, 9, 22, 4, 28, 25) function-extrapolation-python 1.99553 "BENCH: 1.9955329895" +(2014, 9, 22, 4, 28, 27) function-interpolation-python 2.25586 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 22, 4, 28, 27) function-interpolation-python 0.917332 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 22, 4, 31, 3) la-vector-access-cpp 155.302 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 22, 4, 31, 45) la-vector-assignment-cpp 42.0406 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 23, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8492 "BENCH 10.8492" +(2014, 9, 23, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1892 "Building point search tree to accelerate distance queries." +(2014, 9, 23, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.1414 "BENCH 14.1414" +(2014, 9, 23, 1, 9, 46) common-progress-cpp 27.8846 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 23, 1, 10, 17) common-timing-cpp 31.7835 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 23, 1, 11, 52) fem-convergence-cpp 3.8623 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 23, 1, 11, 53) fem-jit-python 0.00042212 "JIT compilation (in memory cache)" +(2014, 9, 23, 4, 28, 13) mesh-refinement-cpp 8.50321 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 23, 4, 28, 35) mesh-topology-cpp 21.3576 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 23, 4, 28, 58) mesh-unitcube-cpp 23.4227 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 23, 4, 29, 36) mesh-iteration-cpp 35.528 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 23, 4, 29, 36) function-evaluation-cpp 0.0537109 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 23, 4, 29, 42) function-extrapolation-python 5.93524 "BENCH: 2.01120114326" +(2014, 9, 23, 4, 29, 42) function-extrapolation-python 2.0112 "BENCH: 2.01120114326" +(2014, 9, 23, 4, 29, 44) function-interpolation-python 2.23306 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 23, 4, 29, 44) function-interpolation-python 0.894264 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 23, 4, 32, 19) la-vector-access-cpp 154.302 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 23, 4, 33, 1) la-vector-assignment-cpp 42.0595 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 24, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1491 "BENCH 11.1491" +(2014, 9, 24, 1, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2092 "Building point search tree to accelerate distance queries." +(2014, 9, 24, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.3528 "BENCH 14.3528" +(2014, 9, 24, 1, 9, 47) common-progress-cpp 27.9283 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 24, 1, 10, 19) common-timing-cpp 31.217 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 24, 1, 11, 53) fem-convergence-cpp 3.88184 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 24, 1, 11, 54) fem-jit-python 0.000418901 "JIT compilation (in memory cache)" +(2014, 9, 24, 4, 30, 21) mesh-refinement-cpp 8.49878 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 24, 4, 30, 43) mesh-topology-cpp 21.5534 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 24, 4, 31, 6) mesh-unitcube-cpp 23.3418 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 24, 4, 31, 44) mesh-iteration-cpp 35.588 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 24, 4, 31, 45) function-evaluation-cpp 0.049747 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 24, 4, 31, 51) function-extrapolation-python 5.96101 "BENCH: 2.00972104073" +(2014, 9, 24, 4, 31, 51) function-extrapolation-python 2.00972 "BENCH: 2.00972104073" +(2014, 9, 24, 4, 31, 53) function-interpolation-python 2.23352 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 24, 4, 31, 53) function-interpolation-python 0.894531 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 24, 4, 34, 27) la-vector-access-cpp 154.268 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 24, 4, 35, 9) la-vector-assignment-cpp 42.0282 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 25, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.7908 "BENCH 10.7908" +(2014, 9, 25, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1314 "Building point search tree to accelerate distance queries." +(2014, 9, 25, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.2859 "BENCH 14.2859" +(2014, 9, 25, 1, 9, 45) common-progress-cpp 27.883 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 25, 1, 10, 17) common-timing-cpp 31.3564 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 25, 1, 11, 52) fem-convergence-cpp 3.88491 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 25, 1, 11, 53) fem-jit-python 0.00042181 "JIT compilation (in memory cache)" +(2014, 9, 25, 4, 25, 21) mesh-refinement-cpp 8.50017 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 25, 4, 25, 42) mesh-topology-cpp 21.4533 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 25, 4, 26, 6) mesh-unitcube-cpp 23.3197 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 25, 4, 26, 47) mesh-iteration-cpp 38.5635 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 25, 4, 26, 47) function-evaluation-cpp 0.0521839 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 25, 4, 26, 52) function-extrapolation-python 5.54495 "BENCH: 2.0075750351" +(2014, 9, 25, 4, 26, 52) function-extrapolation-python 2.00758 "BENCH: 2.0075750351" +(2014, 9, 25, 4, 26, 54) function-interpolation-python 2.22203 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 25, 4, 26, 54) function-interpolation-python 0.892605 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 25, 4, 29, 29) la-vector-access-cpp 154.291 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 25, 4, 30, 15) la-vector-assignment-cpp 45.9802 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 26, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9056 "BENCH 10.9056" +(2014, 9, 26, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1094 "Building point search tree to accelerate distance queries." +(2014, 9, 26, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.3074 "BENCH 14.3074" +(2014, 9, 26, 1, 9, 47) common-progress-cpp 27.8892 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 26, 1, 10, 18) common-timing-cpp 31.0198 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 26, 1, 11, 52) fem-convergence-cpp 3.86583 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 26, 1, 11, 53) fem-jit-python 0.000421906 "JIT compilation (in memory cache)" +(2014, 9, 26, 4, 39, 22) mesh-refinement-cpp 8.81858 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 26, 4, 39, 44) mesh-topology-cpp 21.718 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 26, 4, 40, 8) mesh-unitcube-cpp 23.5064 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 26, 4, 40, 46) mesh-iteration-cpp 35.7745 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 26, 4, 40, 46) function-evaluation-cpp 0.0752182 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 26, 4, 40, 52) function-extrapolation-python 5.77899 "BENCH: 2.06900191307" +(2014, 9, 26, 4, 40, 52) function-extrapolation-python 2.069 "BENCH: 2.06900191307" +(2014, 9, 26, 4, 40, 54) function-interpolation-python 2.34204 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 26, 4, 40, 54) function-interpolation-python 0.915697 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 26, 4, 43, 30) la-vector-access-cpp 155.617 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 26, 4, 44, 12) la-vector-assignment-cpp 42.0274 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 27, 1, 8, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8425 "BENCH 10.8425" +(2014, 9, 27, 1, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2715 "Building point search tree to accelerate distance queries." +(2014, 9, 27, 1, 9, 16) geometry-bounding_box_tree_build-cpp 14.0672 "BENCH 14.0672" +(2014, 9, 27, 1, 9, 47) common-progress-cpp 31.6567 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 27, 1, 10, 19) common-timing-cpp 31.3865 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 27, 1, 11, 54) fem-convergence-cpp 3.90212 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 27, 1, 11, 55) fem-jit-python 0.000434899 "JIT compilation (in memory cache)" +(2014, 9, 27, 4, 30, 12) mesh-refinement-cpp 8.51362 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 27, 4, 30, 34) mesh-topology-cpp 21.4867 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 27, 4, 30, 58) mesh-unitcube-cpp 23.3 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 27, 4, 31, 39) mesh-iteration-cpp 39.1668 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 27, 4, 31, 39) function-evaluation-cpp 0.0582652 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 27, 4, 31, 45) function-extrapolation-python 5.73513 "BENCH: 2.00963401794" +(2014, 9, 27, 4, 31, 45) function-extrapolation-python 2.00963 "BENCH: 2.00963401794" +(2014, 9, 27, 4, 31, 47) function-interpolation-python 2.25838 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 27, 4, 31, 47) function-interpolation-python 0.894807 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 27, 4, 34, 22) la-vector-access-cpp 154.152 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 27, 4, 35, 4) la-vector-assignment-cpp 41.9971 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 28, 1, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0839 "BENCH 11.0839" +(2014, 9, 28, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3657 "Building point search tree to accelerate distance queries." +(2014, 9, 28, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.3299 "BENCH 14.3299" +(2014, 9, 28, 1, 9, 45) common-progress-cpp 27.8965 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 28, 1, 10, 16) common-timing-cpp 31.3245 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 28, 1, 11, 51) fem-convergence-cpp 3.83967 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 28, 1, 11, 52) fem-jit-python 0.000418496 "JIT compilation (in memory cache)" +(2014, 9, 28, 4, 28, 26) mesh-refinement-cpp 8.51343 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 28, 4, 28, 48) mesh-topology-cpp 21.3599 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 28, 4, 29, 11) mesh-unitcube-cpp 23.2552 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 28, 4, 29, 49) mesh-iteration-cpp 35.5422 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 28, 4, 29, 49) function-evaluation-cpp 0.0555959 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 28, 4, 29, 55) function-extrapolation-python 5.91994 "BENCH: 2.01455712318" +(2014, 9, 28, 4, 29, 55) function-extrapolation-python 2.01456 "BENCH: 2.01455712318" +(2014, 9, 28, 4, 29, 57) function-interpolation-python 2.22802 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 28, 4, 29, 57) function-interpolation-python 0.897801 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 28, 4, 32, 33) la-vector-access-cpp 156.169 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 28, 4, 33, 16) la-vector-assignment-cpp 42.0193 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 29, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0543 "BENCH 11.0543" +(2014, 9, 29, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.099 "Building point search tree to accelerate distance queries." +(2014, 9, 29, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.2272 "BENCH 14.2272" +(2014, 9, 29, 1, 9, 45) common-progress-cpp 27.8845 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 29, 1, 10, 16) common-timing-cpp 30.8714 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 29, 1, 11, 50) fem-convergence-cpp 3.89073 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 29, 1, 11, 52) fem-jit-python 0.000421691 "JIT compilation (in memory cache)" +(2014, 9, 29, 4, 26, 47) mesh-refinement-cpp 8.49733 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 29, 4, 27, 9) mesh-topology-cpp 21.5463 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 29, 4, 27, 32) mesh-unitcube-cpp 23.2916 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 29, 4, 28, 13) mesh-iteration-cpp 38.5636 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 29, 4, 28, 13) function-evaluation-cpp 0.076966 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 29, 4, 28, 19) function-extrapolation-python 5.60594 "BENCH: 1.99918317795" +(2014, 9, 29, 4, 28, 19) function-extrapolation-python 1.99918 "BENCH: 1.99918317795" +(2014, 9, 29, 4, 28, 21) function-interpolation-python 2.23976 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 29, 4, 28, 21) function-interpolation-python 0.901228 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 29, 4, 30, 56) la-vector-access-cpp 155.194 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 29, 4, 31, 38) la-vector-assignment-cpp 42.0154 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 9, 30, 1, 8, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0721 "BENCH 11.0721" +(2014, 9, 30, 1, 9, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1258 "Building point search tree to accelerate distance queries." +(2014, 9, 30, 1, 9, 24) geometry-bounding_box_tree_build-cpp 14.3291 "BENCH 14.3291" +(2014, 9, 30, 1, 9, 52) common-progress-cpp 27.9029 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 9, 30, 1, 10, 23) common-timing-cpp 31.4779 "Timing access and registration of timings (10000000 repetitions)" +(2014, 9, 30, 1, 11, 57) fem-convergence-cpp 3.87395 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 9, 30, 1, 11, 58) fem-jit-python 0.000417209 "JIT compilation (in memory cache)" +(2014, 9, 30, 4, 38, 4) mesh-refinement-cpp 8.67036 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 9, 30, 4, 38, 26) mesh-topology-cpp 21.6809 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 9, 30, 4, 38, 50) mesh-unitcube-cpp 23.5122 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 9, 30, 4, 39, 31) mesh-iteration-cpp 38.8064 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 9, 30, 4, 39, 31) function-evaluation-cpp 0.0811729 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 9, 30, 4, 39, 37) function-extrapolation-python 5.61372 "BENCH: 2.05579996109" +(2014, 9, 30, 4, 39, 37) function-extrapolation-python 2.0558 "BENCH: 2.05579996109" +(2014, 9, 30, 4, 39, 39) function-interpolation-python 2.30629 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 30, 4, 39, 39) function-interpolation-python 0.9172 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 9, 30, 4, 42, 14) la-vector-access-cpp 154.508 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 9, 30, 4, 42, 57) la-vector-assignment-cpp 43.4938 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 1, 1, 8, 50) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8781 "BENCH 10.8781" +(2014, 10, 1, 1, 9, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2013 "Building point search tree to accelerate distance queries." +(2014, 10, 1, 1, 9, 25) geometry-bounding_box_tree_build-cpp 14.3034 "BENCH 14.3034" +(2014, 10, 1, 1, 9, 53) common-progress-cpp 27.8803 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 1, 1, 10, 24) common-timing-cpp 31.088 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 1, 1, 11, 59) fem-convergence-cpp 3.8645 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 1, 1, 12, 0) fem-jit-python 0.000415301 "JIT compilation (in memory cache)" +(2014, 10, 1, 4, 27, 35) mesh-refinement-cpp 8.49695 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 1, 4, 27, 56) mesh-topology-cpp 21.4234 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 1, 4, 28, 19) mesh-unitcube-cpp 23.3324 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 1, 4, 29, 0) mesh-iteration-cpp 38.5604 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 1, 4, 29, 1) function-evaluation-cpp 0.0557079 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 1, 4, 29, 6) function-extrapolation-python 5.75855 "BENCH: 2.00493192673" +(2014, 10, 1, 4, 29, 6) function-extrapolation-python 2.00493 "BENCH: 2.00493192673" +(2014, 10, 1, 4, 29, 9) function-interpolation-python 2.23496 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 1, 4, 29, 9) function-interpolation-python 0.895412 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 1, 4, 31, 44) la-vector-access-cpp 155.219 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 1, 4, 32, 26) la-vector-assignment-cpp 42.0296 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 2, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1719 "BENCH 11.1719" +(2014, 10, 2, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.155 "Building point search tree to accelerate distance queries." +(2014, 10, 2, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.3138 "BENCH 14.3138" +(2014, 10, 2, 1, 9, 46) common-progress-cpp 27.89 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 2, 1, 10, 17) common-timing-cpp 31.186 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 2, 1, 11, 52) fem-convergence-cpp 3.91019 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 2, 1, 11, 53) fem-jit-python 0.000414896 "JIT compilation (in memory cache)" +(2014, 10, 2, 4, 26, 34) mesh-refinement-cpp 8.48326 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 2, 4, 26, 55) mesh-topology-cpp 21.384 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 2, 4, 27, 19) mesh-unitcube-cpp 23.5556 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 2, 4, 28, 0) mesh-iteration-cpp 39.1712 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 2, 4, 28, 0) function-evaluation-cpp 0.0510559 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 2, 4, 28, 6) function-extrapolation-python 5.67373 "BENCH: 2.01869916916" +(2014, 10, 2, 4, 28, 6) function-extrapolation-python 2.0187 "BENCH: 2.01869916916" +(2014, 10, 2, 4, 28, 8) function-interpolation-python 2.23501 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 2, 4, 28, 8) function-interpolation-python 0.896465 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 2, 4, 30, 43) la-vector-access-cpp 154.184 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 2, 4, 31, 25) la-vector-assignment-cpp 41.9595 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 3, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9665 "BENCH 10.9665" +(2014, 10, 3, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1822 "Building point search tree to accelerate distance queries." +(2014, 10, 3, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.3665 "BENCH 14.3665" +(2014, 10, 3, 1, 9, 50) common-progress-cpp 31.656 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 3, 1, 10, 21) common-timing-cpp 31.0636 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 3, 1, 11, 55) fem-convergence-cpp 3.87488 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 3, 1, 11, 57) fem-jit-python 0.000423121 "JIT compilation (in memory cache)" +(2014, 10, 3, 4, 32, 16) mesh-refinement-cpp 8.52139 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 3, 4, 32, 37) mesh-topology-cpp 21.3468 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 3, 4, 33, 0) mesh-unitcube-cpp 23.0375 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 3, 4, 33, 41) mesh-iteration-cpp 38.5625 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 3, 4, 33, 42) function-evaluation-cpp 0.055589 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 3, 4, 33, 47) function-extrapolation-python 5.70589 "BENCH: 2.01905012131" +(2014, 10, 3, 4, 33, 47) function-extrapolation-python 2.01905 "BENCH: 2.01905012131" +(2014, 10, 3, 4, 33, 50) function-interpolation-python 2.22781 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 3, 4, 33, 50) function-interpolation-python 0.897971 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 3, 4, 36, 24) la-vector-access-cpp 154.236 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 3, 4, 37, 6) la-vector-assignment-cpp 42.0846 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 4, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.893 "BENCH 10.893" +(2014, 10, 4, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1858 "Building point search tree to accelerate distance queries." +(2014, 10, 4, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.4122 "BENCH 14.4122" +(2014, 10, 4, 1, 9, 45) common-progress-cpp 27.8866 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 4, 1, 10, 16) common-timing-cpp 31.0169 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 4, 1, 11, 50) fem-convergence-cpp 3.93432 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 4, 1, 11, 51) fem-jit-python 0.000430393 "JIT compilation (in memory cache)" +(2014, 10, 4, 4, 25, 37) mesh-refinement-cpp 8.48516 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 4, 4, 25, 59) mesh-topology-cpp 21.3893 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 4, 4, 26, 22) mesh-unitcube-cpp 23.0891 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 4, 4, 27, 0) mesh-iteration-cpp 35.5529 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 4, 4, 27, 0) function-evaluation-cpp 0.053648 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 4, 4, 27, 6) function-extrapolation-python 5.93343 "BENCH: 2.01114201546" +(2014, 10, 4, 4, 27, 6) function-extrapolation-python 2.01114 "BENCH: 2.01114201546" +(2014, 10, 4, 4, 27, 9) function-interpolation-python 2.59183 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 4, 4, 27, 9) function-interpolation-python 0.916569 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 4, 4, 29, 44) la-vector-access-cpp 155.226 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 4, 4, 30, 26) la-vector-assignment-cpp 42.0174 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 5, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9155 "BENCH 10.9155" +(2014, 10, 5, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0557 "Building point search tree to accelerate distance queries." +(2014, 10, 5, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.2879 "BENCH 14.2879" +(2014, 10, 5, 1, 9, 47) common-progress-cpp 27.8931 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 5, 1, 10, 18) common-timing-cpp 31.15 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 5, 1, 11, 52) fem-convergence-cpp 3.8545 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 5, 1, 11, 53) fem-jit-python 0.000417304 "JIT compilation (in memory cache)" +(2014, 10, 5, 4, 40, 46) mesh-refinement-cpp 8.60625 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 5, 4, 41, 8) mesh-topology-cpp 21.6281 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 5, 4, 41, 31) mesh-unitcube-cpp 23.3003 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 5, 4, 42, 12) mesh-iteration-cpp 38.8076 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 5, 4, 42, 12) function-evaluation-cpp 0.101288 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 5, 4, 42, 18) function-extrapolation-python 5.82829 "BENCH: 2.0464630127" +(2014, 10, 5, 4, 42, 18) function-extrapolation-python 2.04646 "BENCH: 2.0464630127" +(2014, 10, 5, 4, 42, 20) function-interpolation-python 2.28717 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 5, 4, 42, 20) function-interpolation-python 0.912151 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 5, 4, 44, 55) la-vector-access-cpp 154.576 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 5, 4, 45, 41) la-vector-assignment-cpp 46.0407 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 6, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0669 "BENCH 11.0669" +(2014, 10, 6, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1671 "Building point search tree to accelerate distance queries." +(2014, 10, 6, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.3451 "BENCH 14.3451" +(2014, 10, 6, 1, 9, 46) common-progress-cpp 27.9049 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 6, 1, 10, 18) common-timing-cpp 31.1473 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 6, 1, 11, 53) fem-convergence-cpp 3.92093 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 6, 1, 11, 54) fem-jit-python 0.000416183 "JIT compilation (in memory cache)" +(2014, 10, 6, 4, 47, 16) mesh-refinement-cpp 8.62842 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 6, 4, 47, 39) mesh-topology-cpp 22.2265 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 6, 4, 48, 2) mesh-unitcube-cpp 23.3149 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 6, 4, 48, 40) mesh-iteration-cpp 35.7799 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 6, 4, 48, 40) function-evaluation-cpp 0.0833149 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 6, 4, 48, 46) function-extrapolation-python 5.9871 "BENCH: 2.08976006508" +(2014, 10, 6, 4, 48, 46) function-extrapolation-python 2.08976 "BENCH: 2.08976006508" +(2014, 10, 6, 4, 48, 49) function-interpolation-python 2.31442 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 6, 4, 48, 49) function-interpolation-python 0.920124 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 6, 4, 51, 23) la-vector-access-cpp 154.605 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 6, 4, 52, 5) la-vector-assignment-cpp 42.033 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 7, 1, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9612 "BENCH 10.9612" +(2014, 10, 7, 1, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1082 "Building point search tree to accelerate distance queries." +(2014, 10, 7, 1, 9, 21) geometry-bounding_box_tree_build-cpp 14.0918 "BENCH 14.0918" +(2014, 10, 7, 1, 9, 49) common-progress-cpp 27.961 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 7, 1, 10, 21) common-timing-cpp 31.1998 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 7, 1, 11, 56) fem-convergence-cpp 3.93426 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 7, 1, 11, 57) fem-jit-python 0.000424695 "JIT compilation (in memory cache)" +(2014, 10, 7, 4, 12, 54) mesh-refinement-cpp 8.47257 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 7, 4, 13, 16) mesh-topology-cpp 21.3798 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 7, 4, 13, 39) mesh-unitcube-cpp 23.114 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 7, 4, 14, 17) mesh-iteration-cpp 35.5535 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 7, 4, 14, 17) function-evaluation-cpp 0.0519001 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 7, 4, 14, 23) function-extrapolation-python 5.61906 "BENCH: 2.01215291023" +(2014, 10, 7, 4, 14, 23) function-extrapolation-python 2.01215 "BENCH: 2.01215291023" +(2014, 10, 7, 4, 14, 25) function-interpolation-python 2.20827 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 7, 4, 14, 25) function-interpolation-python 0.886221 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 7, 4, 16, 59) la-vector-access-cpp 154.18 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 7, 4, 17, 42) la-vector-assignment-cpp 42.0608 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 8, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9253 "BENCH 10.9253" +(2014, 10, 8, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1144 "Building point search tree to accelerate distance queries." +(2014, 10, 8, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.169 "BENCH 14.169" +(2014, 10, 8, 1, 9, 47) common-progress-cpp 27.8872 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 8, 1, 10, 18) common-timing-cpp 31.0389 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 8, 1, 11, 52) fem-convergence-cpp 3.85443 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 8, 1, 11, 54) fem-jit-python 0.000423217 "JIT compilation (in memory cache)" +(2014, 10, 8, 4, 24, 24) mesh-refinement-cpp 8.4788 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 8, 4, 24, 46) mesh-topology-cpp 21.5302 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 8, 4, 25, 9) mesh-unitcube-cpp 23.093 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 8, 4, 25, 50) mesh-iteration-cpp 38.5634 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 8, 4, 25, 50) function-evaluation-cpp 0.052043 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 8, 4, 25, 56) function-extrapolation-python 5.69608 "BENCH: 1.98846483231" +(2014, 10, 8, 4, 25, 56) function-extrapolation-python 1.98846 "BENCH: 1.98846483231" +(2014, 10, 8, 4, 25, 58) function-interpolation-python 2.21073 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 8, 4, 25, 58) function-interpolation-python 0.88885 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 8, 4, 28, 32) la-vector-access-cpp 154.193 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 8, 4, 29, 15) la-vector-assignment-cpp 42.0177 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 9, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9985 "BENCH 10.9985" +(2014, 10, 9, 1, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9919 "Building point search tree to accelerate distance queries." +(2014, 10, 9, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.3308 "BENCH 14.3308" +(2014, 10, 9, 1, 9, 47) common-progress-cpp 27.8888 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 9, 1, 10, 18) common-timing-cpp 31.0812 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 9, 1, 11, 53) fem-convergence-cpp 3.88196 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 9, 1, 11, 54) fem-jit-python 0.000424194 "JIT compilation (in memory cache)" +(2014, 10, 9, 4, 37, 30) mesh-refinement-cpp 8.46553 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 9, 4, 37, 51) mesh-topology-cpp 21.469 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 9, 4, 38, 14) mesh-unitcube-cpp 23.0453 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 9, 4, 38, 52) mesh-iteration-cpp 35.5717 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 9, 4, 38, 53) function-evaluation-cpp 0.0513761 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 9, 4, 38, 58) function-extrapolation-python 5.7404 "BENCH: 2.00910282135" +(2014, 10, 9, 4, 38, 58) function-extrapolation-python 2.0091 "BENCH: 2.00910282135" +(2014, 10, 9, 4, 39, 1) function-interpolation-python 2.22021 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 9, 4, 39, 1) function-interpolation-python 0.890134 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 9, 4, 41, 35) la-vector-access-cpp 154.183 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 9, 4, 42, 17) la-vector-assignment-cpp 42.0269 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 10, 1, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1485 "BENCH 11.1485" +(2014, 10, 10, 1, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2242 "Building point search tree to accelerate distance queries." +(2014, 10, 10, 1, 9, 20) geometry-bounding_box_tree_build-cpp 14.4198 "BENCH 14.4198" +(2014, 10, 10, 1, 9, 48) common-progress-cpp 27.9462 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 10, 1, 10, 19) common-timing-cpp 31.2092 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 10, 1, 11, 55) fem-convergence-cpp 3.98971 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 10, 1, 11, 56) fem-jit-python 0.000413895 "JIT compilation (in memory cache)" +(2014, 10, 10, 4, 34, 21) mesh-refinement-cpp 8.63973 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 10, 4, 34, 43) mesh-topology-cpp 21.7594 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 10, 4, 35, 8) mesh-unitcube-cpp 24.1944 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 10, 4, 35, 48) mesh-iteration-cpp 36.9437 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 10, 4, 35, 48) function-evaluation-cpp 0.0942171 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 10, 4, 35, 53) function-extrapolation-python 5.71667 "BENCH: 2.08676409721" +(2014, 10, 10, 4, 35, 53) function-extrapolation-python 2.08676 "BENCH: 2.08676409721" +(2014, 10, 10, 4, 35, 56) function-interpolation-python 2.31748 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 10, 4, 35, 56) function-interpolation-python 0.924802 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 10, 4, 38, 32) la-vector-access-cpp 156.261 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 10, 4, 39, 18) la-vector-assignment-cpp 46.045 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 11, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0916 "BENCH 11.0916" +(2014, 10, 11, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2207 "Building point search tree to accelerate distance queries." +(2014, 10, 11, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.3936 "BENCH 14.3936" +(2014, 10, 11, 1, 9, 46) common-progress-cpp 27.8975 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 11, 1, 10, 17) common-timing-cpp 31.4182 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 11, 1, 11, 52) fem-convergence-cpp 3.92906 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 11, 1, 11, 54) fem-jit-python 0.000420594 "JIT compilation (in memory cache)" +(2014, 10, 11, 4, 36, 22) mesh-refinement-cpp 8.47047 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 11, 4, 36, 44) mesh-topology-cpp 21.365 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 11, 4, 37, 7) mesh-unitcube-cpp 23.0508 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 11, 4, 37, 45) mesh-iteration-cpp 35.5549 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 11, 4, 37, 45) function-evaluation-cpp 0.0501201 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 11, 4, 37, 51) function-extrapolation-python 5.95774 "BENCH: 2.06594109535" +(2014, 10, 11, 4, 37, 51) function-extrapolation-python 2.06594 "BENCH: 2.06594109535" +(2014, 10, 11, 4, 37, 53) function-interpolation-python 2.22619 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 11, 4, 37, 53) function-interpolation-python 0.887264 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 11, 4, 40, 29) la-vector-access-cpp 155.543 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 11, 4, 41, 11) la-vector-assignment-cpp 42.0037 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 12, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.932 "BENCH 10.932" +(2014, 10, 12, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2913 "Building point search tree to accelerate distance queries." +(2014, 10, 12, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.2362 "BENCH 14.2362" +(2014, 10, 12, 1, 9, 47) common-progress-cpp 27.891 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 12, 1, 10, 18) common-timing-cpp 31.199 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 12, 1, 11, 53) fem-convergence-cpp 3.90146 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 12, 1, 11, 54) fem-jit-python 0.000422001 "JIT compilation (in memory cache)" +(2014, 10, 12, 4, 33, 49) mesh-refinement-cpp 8.4891 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 12, 4, 34, 10) mesh-topology-cpp 21.4451 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 12, 4, 34, 33) mesh-unitcube-cpp 23.0461 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 12, 4, 35, 11) mesh-iteration-cpp 35.544 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 12, 4, 35, 12) function-evaluation-cpp 0.070313 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 12, 4, 35, 17) function-extrapolation-python 5.68862 "BENCH: 2.00841999054" +(2014, 10, 12, 4, 35, 17) function-extrapolation-python 2.00842 "BENCH: 2.00841999054" +(2014, 10, 12, 4, 35, 19) function-interpolation-python 2.224 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 12, 4, 35, 19) function-interpolation-python 0.893331 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 12, 4, 37, 54) la-vector-access-cpp 154.209 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 12, 4, 38, 36) la-vector-assignment-cpp 41.9819 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 13, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.125 "BENCH 11.125" +(2014, 10, 13, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2195 "Building point search tree to accelerate distance queries." +(2014, 10, 13, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.1867 "BENCH 14.1867" +(2014, 10, 13, 1, 9, 45) common-progress-cpp 27.8875 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 13, 1, 10, 16) common-timing-cpp 31.0396 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 13, 1, 11, 50) fem-convergence-cpp 3.92416 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 13, 1, 11, 51) fem-jit-python 0.00041759 "JIT compilation (in memory cache)" +(2014, 10, 13, 4, 28, 9) mesh-refinement-cpp 8.65918 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 13, 4, 28, 32) mesh-topology-cpp 22.2379 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 13, 4, 28, 55) mesh-unitcube-cpp 23.3666 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 13, 4, 29, 33) mesh-iteration-cpp 35.7702 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 13, 4, 29, 34) function-evaluation-cpp 0.0925412 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 13, 4, 29, 40) function-extrapolation-python 5.95963 "BENCH: 2.04638409615" +(2014, 10, 13, 4, 29, 40) function-extrapolation-python 2.04638 "BENCH: 2.04638409615" +(2014, 10, 13, 4, 29, 42) function-interpolation-python 2.29892 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 13, 4, 29, 42) function-interpolation-python 0.914397 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 13, 4, 32, 16) la-vector-access-cpp 154.581 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 13, 4, 32, 59) la-vector-assignment-cpp 42.0291 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 14, 1, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8625 "BENCH 10.8625" +(2014, 10, 14, 1, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2436 "Building point search tree to accelerate distance queries." +(2014, 10, 14, 1, 9, 20) geometry-bounding_box_tree_build-cpp 14.0115 "BENCH 14.0115" +(2014, 10, 14, 1, 9, 48) common-progress-cpp 27.9409 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 14, 1, 10, 19) common-timing-cpp 31.037 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 14, 1, 11, 52) fem-convergence-cpp 3.89751 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 14, 1, 11, 53) fem-jit-python 0.000419092 "JIT compilation (in memory cache)" +(2014, 10, 14, 4, 35, 26) mesh-refinement-cpp 8.47226 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 14, 4, 35, 48) mesh-topology-cpp 21.3715 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 14, 4, 36, 11) mesh-unitcube-cpp 23.1417 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 14, 4, 36, 49) mesh-iteration-cpp 35.5484 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 14, 4, 36, 49) function-evaluation-cpp 0.0518708 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 14, 4, 36, 55) function-extrapolation-python 5.76596 "BENCH: 2.00197720528" +(2014, 10, 14, 4, 36, 55) function-extrapolation-python 2.00198 "BENCH: 2.00197720528" +(2014, 10, 14, 4, 36, 57) function-interpolation-python 2.23528 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 14, 4, 36, 57) function-interpolation-python 0.888572 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 14, 4, 39, 32) la-vector-access-cpp 155.036 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 14, 4, 40, 14) la-vector-assignment-cpp 42.0827 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 15, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9191 "BENCH 10.9191" +(2014, 10, 15, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2391 "Building point search tree to accelerate distance queries." +(2014, 10, 15, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.2395 "BENCH 14.2395" +(2014, 10, 15, 1, 9, 45) common-progress-cpp 27.8935 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 15, 1, 10, 17) common-timing-cpp 31.2458 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 15, 1, 11, 51) fem-convergence-cpp 3.87559 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 15, 1, 11, 52) fem-jit-python 0.000420189 "JIT compilation (in memory cache)" +(2014, 10, 15, 4, 30, 33) mesh-refinement-cpp 8.46886 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 15, 4, 30, 55) mesh-topology-cpp 21.517 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 15, 4, 31, 18) mesh-unitcube-cpp 23.0825 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 15, 4, 31, 56) mesh-iteration-cpp 35.5596 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 15, 4, 31, 56) function-evaluation-cpp 0.0762911 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 15, 4, 32, 2) function-extrapolation-python 5.85747 "BENCH: 1.98217606544" +(2014, 10, 15, 4, 32, 2) function-extrapolation-python 1.98218 "BENCH: 1.98217606544" +(2014, 10, 15, 4, 32, 4) function-interpolation-python 2.21926 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 15, 4, 32, 4) function-interpolation-python 0.888716 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 15, 4, 34, 38) la-vector-access-cpp 154.229 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 15, 4, 35, 24) la-vector-assignment-cpp 46.0459 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 16, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0624 "BENCH 11.0624" +(2014, 10, 16, 1, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9969 "Building point search tree to accelerate distance queries." +(2014, 10, 16, 1, 9, 20) geometry-bounding_box_tree_build-cpp 14.3147 "BENCH 14.3147" +(2014, 10, 16, 1, 9, 48) common-progress-cpp 27.8836 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 16, 1, 10, 18) common-timing-cpp 30.6228 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 16, 1, 11, 53) fem-convergence-cpp 3.89952 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 16, 1, 11, 55) fem-jit-python 0.00043571 "JIT compilation (in memory cache)" +(2014, 10, 16, 4, 27, 5) mesh-refinement-cpp 8.49134 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 16, 4, 27, 27) mesh-topology-cpp 21.4104 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 16, 4, 27, 50) mesh-unitcube-cpp 23.1098 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 16, 4, 28, 28) mesh-iteration-cpp 35.5425 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 16, 4, 28, 28) function-evaluation-cpp 0.053473 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 16, 4, 28, 34) function-extrapolation-python 5.72271 "BENCH: 2.00569415092" +(2014, 10, 16, 4, 28, 34) function-extrapolation-python 2.00569 "BENCH: 2.00569415092" +(2014, 10, 16, 4, 28, 36) function-interpolation-python 2.22002 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 16, 4, 28, 36) function-interpolation-python 0.8883 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 16, 4, 31, 10) la-vector-access-cpp 154.197 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 16, 4, 31, 56) la-vector-assignment-cpp 46.0274 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 17, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9121 "BENCH 10.9121" +(2014, 10, 17, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.137 "Building point search tree to accelerate distance queries." +(2014, 10, 17, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.2048 "BENCH 14.2048" +(2014, 10, 17, 1, 9, 46) common-progress-cpp 27.9011 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 17, 1, 10, 17) common-timing-cpp 31.2122 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 17, 1, 11, 51) fem-convergence-cpp 3.86669 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 17, 1, 11, 53) fem-jit-python 0.000417399 "JIT compilation (in memory cache)" +(2014, 10, 17, 4, 32, 58) mesh-refinement-cpp 8.48145 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 17, 4, 33, 19) mesh-topology-cpp 21.5264 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 17, 4, 33, 42) mesh-unitcube-cpp 23.0192 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 17, 4, 34, 24) mesh-iteration-cpp 39.1933 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 17, 4, 34, 24) function-evaluation-cpp 0.058466 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 17, 4, 34, 30) function-extrapolation-python 5.70768 "BENCH: 1.99677300453" +(2014, 10, 17, 4, 34, 30) function-extrapolation-python 1.99677 "BENCH: 1.99677300453" +(2014, 10, 17, 4, 34, 32) function-interpolation-python 2.22259 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 17, 4, 34, 32) function-interpolation-python 0.891714 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 17, 4, 37, 7) la-vector-access-cpp 154.829 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 17, 4, 37, 49) la-vector-assignment-cpp 42.3622 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 18, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8581 "BENCH 10.8581" +(2014, 10, 18, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1227 "Building point search tree to accelerate distance queries." +(2014, 10, 18, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.3789 "BENCH 14.3789" +(2014, 10, 18, 1, 9, 45) common-progress-cpp 27.9011 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 18, 1, 10, 17) common-timing-cpp 31.2991 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 18, 1, 11, 51) fem-convergence-cpp 3.92525 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 18, 1, 11, 53) fem-jit-python 0.000423813 "JIT compilation (in memory cache)" +(2014, 10, 18, 4, 28, 30) mesh-refinement-cpp 8.50549 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 18, 4, 28, 51) mesh-topology-cpp 21.3034 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 18, 4, 29, 15) mesh-unitcube-cpp 23.279 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 18, 4, 29, 56) mesh-iteration-cpp 38.5593 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 18, 4, 29, 56) function-evaluation-cpp 0.058557 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 18, 4, 30, 1) function-extrapolation-python 5.6628 "BENCH: 2.01583719254" +(2014, 10, 18, 4, 30, 1) function-extrapolation-python 2.01584 "BENCH: 2.01583719254" +(2014, 10, 18, 4, 30, 4) function-interpolation-python 2.23246 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 18, 4, 30, 4) function-interpolation-python 0.901038 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 18, 4, 32, 38) la-vector-access-cpp 154.178 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 18, 4, 33, 24) la-vector-assignment-cpp 46.0251 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 19, 1, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9403 "BENCH 10.9403" +(2014, 10, 19, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0535 "Building point search tree to accelerate distance queries." +(2014, 10, 19, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.0825 "BENCH 14.0825" +(2014, 10, 19, 1, 9, 47) common-progress-cpp 27.8804 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 19, 1, 10, 18) common-timing-cpp 31.0802 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 19, 1, 11, 52) fem-convergence-cpp 3.9351 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 19, 1, 11, 53) fem-jit-python 0.000415778 "JIT compilation (in memory cache)" +(2014, 10, 19, 4, 32, 59) mesh-refinement-cpp 8.46614 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 19, 4, 33, 20) mesh-topology-cpp 21.4803 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 19, 4, 33, 44) mesh-unitcube-cpp 23.0745 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 19, 4, 34, 22) mesh-iteration-cpp 35.543 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 19, 4, 34, 22) function-evaluation-cpp 0.0605161 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 19, 4, 34, 27) function-extrapolation-python 5.64239 "BENCH: 1.99154186249" +(2014, 10, 19, 4, 34, 27) function-extrapolation-python 1.99154 "BENCH: 1.99154186249" +(2014, 10, 19, 4, 34, 30) function-interpolation-python 2.20988 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 19, 4, 34, 30) function-interpolation-python 0.887558 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 19, 4, 37, 8) la-vector-access-cpp 158.771 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 19, 4, 37, 51) la-vector-assignment-cpp 42.292 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 20, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.8894 "BENCH 10.8894" +(2014, 10, 20, 1, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1307 "Building point search tree to accelerate distance queries." +(2014, 10, 20, 1, 9, 17) geometry-bounding_box_tree_build-cpp 14.2916 "BENCH 14.2916" +(2014, 10, 20, 1, 9, 45) common-progress-cpp 27.9585 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 20, 1, 10, 16) common-timing-cpp 31.3228 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 20, 1, 11, 51) fem-convergence-cpp 3.88984 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 20, 1, 11, 52) fem-jit-python 0.000408101 "JIT compilation (in memory cache)" +(2014, 10, 20, 4, 31, 48) mesh-refinement-cpp 8.46638 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 20, 4, 32, 9) mesh-topology-cpp 21.4107 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 20, 4, 32, 32) mesh-unitcube-cpp 23.0575 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 20, 4, 33, 14) mesh-iteration-cpp 39.178 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 20, 4, 33, 14) function-evaluation-cpp 0.060257 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 20, 4, 33, 20) function-extrapolation-python 5.94623 "BENCH: 1.99621105194" +(2014, 10, 20, 4, 33, 20) function-extrapolation-python 1.99621 "BENCH: 1.99621105194" +(2014, 10, 20, 4, 33, 22) function-interpolation-python 2.23853 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 20, 4, 33, 22) function-interpolation-python 0.891514 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 20, 4, 35, 57) la-vector-access-cpp 154.186 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 20, 4, 36, 39) la-vector-assignment-cpp 42.0194 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 21, 1, 8, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.6956 "BENCH 11.6956" +(2014, 10, 21, 1, 9, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6925 "Building point search tree to accelerate distance queries." +(2014, 10, 21, 1, 9, 24) geometry-bounding_box_tree_build-cpp 14.1688 "BENCH 14.1688" +(2014, 10, 21, 1, 9, 52) common-progress-cpp 27.8783 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 21, 1, 10, 23) common-timing-cpp 30.3759 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 21, 1, 11, 57) fem-convergence-cpp 3.91842 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 21, 1, 11, 58) fem-jit-python 0.000419617 "JIT compilation (in memory cache)" +(2014, 10, 21, 4, 21, 45) mesh-refinement-cpp 8.54341 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 21, 4, 22, 7) mesh-topology-cpp 21.7309 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 21, 4, 22, 30) mesh-unitcube-cpp 23.1977 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 21, 4, 23, 16) mesh-iteration-cpp 43.5747 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 21, 4, 23, 16) function-evaluation-cpp 0.058279 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 21, 4, 23, 22) function-extrapolation-python 5.63363 "BENCH: 2.00619387627" +(2014, 10, 21, 4, 23, 22) function-extrapolation-python 2.00619 "BENCH: 2.00619387627" +(2014, 10, 21, 4, 23, 24) function-interpolation-python 2.29013 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 21, 4, 23, 24) function-interpolation-python 0.934132 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 21, 4, 25, 56) la-vector-access-cpp 151.256 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 21, 4, 26, 34) la-vector-assignment-cpp 38.0545 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 22, 1, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.6706 "BENCH 11.6706" +(2014, 10, 22, 1, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5235 "Building point search tree to accelerate distance queries." +(2014, 10, 22, 1, 9, 21) geometry-bounding_box_tree_build-cpp 14.2244 "BENCH 14.2244" +(2014, 10, 22, 1, 9, 48) common-progress-cpp 27.8821 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 22, 1, 10, 19) common-timing-cpp 30.1797 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 22, 1, 11, 54) fem-convergence-cpp 3.85106 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 22, 1, 11, 55) fem-jit-python 0.000421906 "JIT compilation (in memory cache)" +(2014, 10, 22, 4, 20, 8) mesh-refinement-cpp 8.57119 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 22, 4, 20, 30) mesh-topology-cpp 21.7798 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 22, 4, 20, 53) mesh-unitcube-cpp 23.1814 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 22, 4, 21, 35) mesh-iteration-cpp 39.18 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 22, 4, 21, 35) function-evaluation-cpp 0.0869849 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 22, 4, 21, 40) function-extrapolation-python 5.656 "BENCH: 1.99994492531" +(2014, 10, 22, 4, 21, 40) function-extrapolation-python 1.99994 "BENCH: 1.99994492531" +(2014, 10, 22, 4, 21, 43) function-interpolation-python 2.27017 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 22, 4, 21, 43) function-interpolation-python 0.930895 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 22, 4, 24, 14) la-vector-access-cpp 151.174 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 22, 4, 24, 52) la-vector-assignment-cpp 38.0086 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 23, 1, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0354 "BENCH 11.0354" +(2014, 10, 23, 1, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1097 "Building point search tree to accelerate distance queries." +(2014, 10, 23, 1, 9, 21) geometry-bounding_box_tree_build-cpp 14.2176 "BENCH 14.2176" +(2014, 10, 23, 1, 9, 49) common-progress-cpp 27.9537 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 23, 1, 10, 20) common-timing-cpp 30.4108 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 23, 1, 11, 54) fem-convergence-cpp 3.82471 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 23, 1, 11, 56) fem-jit-python 0.000419998 "JIT compilation (in memory cache)" +(2014, 10, 23, 4, 38, 39) mesh-refinement-cpp 8.52561 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 23, 4, 39, 1) mesh-topology-cpp 21.6209 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 23, 4, 39, 24) mesh-unitcube-cpp 22.8523 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 23, 4, 40, 6) mesh-iteration-cpp 39.1798 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 23, 4, 40, 6) function-evaluation-cpp 0.0722249 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 23, 4, 40, 11) function-extrapolation-python 5.5987 "BENCH: 2.00957489014" +(2014, 10, 23, 4, 40, 11) function-extrapolation-python 2.00957 "BENCH: 2.00957489014" +(2014, 10, 23, 4, 40, 14) function-interpolation-python 2.24004 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 23, 4, 40, 14) function-interpolation-python 0.908606 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 23, 4, 42, 45) la-vector-access-cpp 151.594 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 23, 4, 43, 24) la-vector-assignment-cpp 38.2895 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 24, 1, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1593 "BENCH 11.1593" +(2014, 10, 24, 1, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0552 "Building point search tree to accelerate distance queries." +(2014, 10, 24, 1, 9, 18) geometry-bounding_box_tree_build-cpp 14.322 "BENCH 14.322" +(2014, 10, 24, 1, 9, 45) common-progress-cpp 27.9016 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 24, 1, 10, 16) common-timing-cpp 30.8148 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 24, 1, 11, 51) fem-convergence-cpp 3.89832 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 24, 1, 11, 52) fem-jit-python 0.000407004 "JIT compilation (in memory cache)" +(2014, 10, 24, 4, 28, 34) mesh-refinement-cpp 8.57309 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 24, 4, 28, 55) mesh-topology-cpp 21.574 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 24, 4, 29, 19) mesh-unitcube-cpp 23.7722 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 24, 4, 30, 1) mesh-iteration-cpp 39.1757 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 24, 4, 30, 1) function-evaluation-cpp 0.0622101 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 24, 4, 30, 7) function-extrapolation-python 5.99373 "BENCH: 1.99651503563" +(2014, 10, 24, 4, 30, 7) function-extrapolation-python 1.99652 "BENCH: 1.99651503563" +(2014, 10, 24, 4, 30, 9) function-interpolation-python 2.25934 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 24, 4, 30, 9) function-interpolation-python 0.902858 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 24, 4, 32, 41) la-vector-access-cpp 151.814 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 24, 4, 33, 19) la-vector-assignment-cpp 38.0103 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 25, 1, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.159 "BENCH 11.159" +(2014, 10, 25, 1, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3135 "Building point search tree to accelerate distance queries." +(2014, 10, 25, 1, 9, 19) geometry-bounding_box_tree_build-cpp 14.436 "BENCH 14.436" +(2014, 10, 25, 1, 9, 52) common-progress-cpp 32.9022 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 25, 1, 10, 22) common-timing-cpp 30.2973 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 25, 1, 11, 58) fem-convergence-cpp 3.90044 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 25, 1, 11, 59) fem-jit-python 0.000406313 "JIT compilation (in memory cache)" +(2014, 10, 25, 4, 29, 47) mesh-refinement-cpp 8.55928 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 25, 4, 30, 8) mesh-topology-cpp 21.55 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 25, 4, 30, 32) mesh-unitcube-cpp 23.468 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 25, 4, 31, 18) mesh-iteration-cpp 43.5757 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 25, 4, 31, 18) function-evaluation-cpp 0.0745301 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 25, 4, 31, 24) function-extrapolation-python 5.99599 "BENCH: 2.0088031292" +(2014, 10, 25, 4, 31, 24) function-extrapolation-python 2.0088 "BENCH: 2.0088031292" +(2014, 10, 25, 4, 31, 26) function-interpolation-python 2.24296 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 25, 4, 31, 26) function-interpolation-python 0.895253 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 25, 4, 33, 57) la-vector-access-cpp 150.731 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 25, 4, 34, 35) la-vector-assignment-cpp 38.014 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 26, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.062 "BENCH 11.062" +(2014, 10, 26, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 14.989 "Building point search tree to accelerate distance queries." +(2014, 10, 26, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.2302 "BENCH 14.2302" +(2014, 10, 26, 2, 9, 46) common-progress-cpp 28.0124 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 26, 2, 10, 15) common-timing-cpp 29.7158 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 26, 2, 11, 49) fem-convergence-cpp 3.85475 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 26, 2, 11, 51) fem-jit-python 0.000421906 "JIT compilation (in memory cache)" +(2014, 10, 26, 5, 30, 50) mesh-refinement-cpp 8.69131 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 26, 5, 31, 12) mesh-topology-cpp 21.7343 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 26, 5, 31, 36) mesh-unitcube-cpp 23.679 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 26, 5, 32, 18) mesh-iteration-cpp 39.4166 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 26, 5, 32, 18) function-evaluation-cpp 0.089154 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 26, 5, 32, 24) function-extrapolation-python 5.89083 "BENCH: 2.03053402901" +(2014, 10, 26, 5, 32, 24) function-extrapolation-python 2.03053 "BENCH: 2.03053402901" +(2014, 10, 26, 5, 32, 26) function-interpolation-python 2.29373 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 26, 5, 32, 26) function-interpolation-python 0.921347 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 26, 5, 34, 57) la-vector-access-cpp 150.99 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 26, 5, 35, 39) la-vector-assignment-cpp 42.0274 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 27, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0295 "BENCH 11.0295" +(2014, 10, 27, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.12 "Building point search tree to accelerate distance queries." +(2014, 10, 27, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.2951 "BENCH 14.2951" +(2014, 10, 27, 2, 9, 46) common-progress-cpp 27.8832 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 27, 2, 10, 16) common-timing-cpp 29.8866 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 27, 2, 11, 49) fem-convergence-cpp 3.86232 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 27, 2, 11, 50) fem-jit-python 0.000419497 "JIT compilation (in memory cache)" +(2014, 10, 27, 5, 25, 20) mesh-refinement-cpp 8.55113 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 27, 5, 25, 41) mesh-topology-cpp 21.5124 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 27, 5, 26, 5) mesh-unitcube-cpp 23.5818 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 27, 5, 26, 47) mesh-iteration-cpp 39.1717 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 27, 5, 26, 47) function-evaluation-cpp 0.0619938 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 27, 5, 26, 53) function-extrapolation-python 5.69118 "BENCH: 1.99518585205" +(2014, 10, 27, 5, 26, 53) function-extrapolation-python 1.99519 "BENCH: 1.99518585205" +(2014, 10, 27, 5, 26, 55) function-interpolation-python 2.21938 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 27, 5, 26, 55) function-interpolation-python 0.893302 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 27, 5, 29, 26) la-vector-access-cpp 150.711 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 27, 5, 30, 4) la-vector-assignment-cpp 38.0112 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 28, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9708 "BENCH 10.9708" +(2014, 10, 28, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1407 "Building point search tree to accelerate distance queries." +(2014, 10, 28, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.2398 "BENCH 14.2398" +(2014, 10, 28, 2, 9, 45) common-progress-cpp 27.922 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 28, 2, 10, 15) common-timing-cpp 30.1472 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 28, 2, 11, 50) fem-convergence-cpp 3.81522 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 28, 2, 11, 51) fem-jit-python 0.000424004 "JIT compilation (in memory cache)" +(2014, 10, 28, 5, 47, 1) mesh-refinement-cpp 8.83603 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 28, 5, 47, 23) mesh-topology-cpp 21.7899 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 28, 5, 47, 47) mesh-unitcube-cpp 23.6861 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 28, 5, 48, 33) mesh-iteration-cpp 43.5884 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 28, 5, 48, 33) function-evaluation-cpp 0.0724461 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 28, 5, 48, 39) function-extrapolation-python 5.46461 "BENCH: 1.9933218956" +(2014, 10, 28, 5, 48, 39) function-extrapolation-python 1.99332 "BENCH: 1.9933218956" +(2014, 10, 28, 5, 48, 41) function-interpolation-python 2.23247 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 28, 5, 48, 41) function-interpolation-python 0.891896 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 28, 5, 51, 12) la-vector-access-cpp 150.7 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 28, 5, 51, 54) la-vector-assignment-cpp 42.0218 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 29, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1712 "BENCH 11.1712" +(2014, 10, 29, 2, 9, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1633 "Building point search tree to accelerate distance queries." +(2014, 10, 29, 2, 9, 23) geometry-bounding_box_tree_build-cpp 14.0887 "BENCH 14.0887" +(2014, 10, 29, 2, 9, 50) common-progress-cpp 27.6201 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 29, 2, 10, 20) common-timing-cpp 30.2474 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 29, 2, 11, 55) fem-convergence-cpp 3.81475 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 29, 2, 11, 56) fem-jit-python 0.000425887 "JIT compilation (in memory cache)" +(2014, 10, 29, 5, 33, 11) mesh-refinement-cpp 8.56165 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 29, 5, 33, 33) mesh-topology-cpp 21.6458 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 29, 5, 33, 56) mesh-unitcube-cpp 23.4395 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 29, 5, 34, 38) mesh-iteration-cpp 39.1111 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 29, 5, 34, 38) function-evaluation-cpp 0.0744588 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 29, 5, 34, 44) function-extrapolation-python 5.90783 "BENCH: 2.0017850399" +(2014, 10, 29, 5, 34, 44) function-extrapolation-python 2.00179 "BENCH: 2.0017850399" +(2014, 10, 29, 5, 34, 46) function-interpolation-python 2.25268 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 29, 5, 34, 46) function-interpolation-python 0.904835 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 29, 5, 37, 17) la-vector-access-cpp 150.484 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 29, 5, 37, 55) la-vector-assignment-cpp 38.0123 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 30, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0848 "BENCH 11.0848" +(2014, 10, 30, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0471 "Building point search tree to accelerate distance queries." +(2014, 10, 30, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.207 "BENCH 14.207" +(2014, 10, 30, 2, 9, 45) common-progress-cpp 27.8812 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 30, 2, 10, 15) common-timing-cpp 30.0858 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 30, 2, 11, 50) fem-convergence-cpp 3.85671 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 30, 2, 11, 52) fem-jit-python 0.000422883 "JIT compilation (in memory cache)" +(2014, 10, 30, 5, 31, 26) mesh-refinement-cpp 8.57116 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 30, 5, 31, 48) mesh-topology-cpp 21.6542 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 30, 5, 32, 12) mesh-unitcube-cpp 23.4339 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 30, 5, 32, 53) mesh-iteration-cpp 39.1871 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 30, 5, 32, 53) function-evaluation-cpp 0.070245 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 30, 5, 32, 59) function-extrapolation-python 5.8043 "BENCH: 1.99066901207" +(2014, 10, 30, 5, 32, 59) function-extrapolation-python 1.99067 "BENCH: 1.99066901207" +(2014, 10, 30, 5, 33, 2) function-interpolation-python 2.25158 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 30, 5, 33, 2) function-interpolation-python 0.895503 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 30, 5, 35, 33) la-vector-access-cpp 151.24 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 30, 5, 36, 11) la-vector-assignment-cpp 38.0111 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 10, 31, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1768 "BENCH 11.1768" +(2014, 10, 31, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3583 "Building point search tree to accelerate distance queries." +(2014, 10, 31, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.343 "BENCH 14.343" +(2014, 10, 31, 2, 9, 48) common-progress-cpp 27.8879 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 10, 31, 2, 10, 18) common-timing-cpp 30.6418 "Timing access and registration of timings (10000000 repetitions)" +(2014, 10, 31, 2, 11, 53) fem-convergence-cpp 3.84455 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 10, 31, 2, 11, 54) fem-jit-python 0.000427485 "JIT compilation (in memory cache)" +(2014, 10, 31, 5, 34, 56) mesh-refinement-cpp 8.59252 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 10, 31, 5, 35, 18) mesh-topology-cpp 21.4965 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 10, 31, 5, 35, 42) mesh-unitcube-cpp 23.7136 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 10, 31, 5, 36, 23) mesh-iteration-cpp 39.1813 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 10, 31, 5, 36, 24) function-evaluation-cpp 0.063935 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 10, 31, 5, 36, 29) function-extrapolation-python 5.77328 "BENCH: 2.01375484467" +(2014, 10, 31, 5, 36, 29) function-extrapolation-python 2.01375 "BENCH: 2.01375484467" +(2014, 10, 31, 5, 36, 32) function-interpolation-python 2.24669 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 31, 5, 36, 32) function-interpolation-python 0.898741 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 10, 31, 5, 39, 2) la-vector-access-cpp 150.684 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 10, 31, 5, 39, 40) la-vector-assignment-cpp 38.019 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 1, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1329 "BENCH 11.1329" +(2014, 11, 1, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1576 "Building point search tree to accelerate distance queries." +(2014, 11, 1, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.1864 "BENCH 14.1864" +(2014, 11, 1, 2, 9, 50) common-progress-cpp 31.6389 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 1, 2, 10, 21) common-timing-cpp 30.9122 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 1, 2, 11, 55) fem-convergence-cpp 3.86266 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 1, 2, 11, 57) fem-jit-python 0.000414205 "JIT compilation (in memory cache)" +(2014, 11, 1, 5, 25, 19) mesh-refinement-cpp 8.61724 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 1, 5, 25, 41) mesh-topology-cpp 21.5759 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 1, 5, 26, 4) mesh-unitcube-cpp 23.4414 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 1, 5, 26, 46) mesh-iteration-cpp 39.1791 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 1, 5, 26, 46) function-evaluation-cpp 0.0769939 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 1, 5, 26, 52) function-extrapolation-python 5.64524 "BENCH: 1.99228000641" +(2014, 11, 1, 5, 26, 52) function-extrapolation-python 1.99228 "BENCH: 1.99228000641" +(2014, 11, 1, 5, 26, 54) function-interpolation-python 2.2298 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 1, 5, 26, 54) function-interpolation-python 0.896246 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 1, 5, 29, 25) la-vector-access-cpp 150.686 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 1, 5, 30, 3) la-vector-assignment-cpp 38.0279 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 2, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1125 "BENCH 11.1125" +(2014, 11, 2, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0944 "Building point search tree to accelerate distance queries." +(2014, 11, 2, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.0655 "BENCH 14.0655" +(2014, 11, 2, 2, 9, 46) common-progress-cpp 27.8922 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 2, 2, 10, 17) common-timing-cpp 30.7812 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 2, 2, 11, 52) fem-convergence-cpp 3.83019 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 2, 2, 11, 53) fem-jit-python 0.000413513 "JIT compilation (in memory cache)" +(2014, 11, 2, 5, 33, 54) mesh-refinement-cpp 8.73721 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 2, 5, 34, 16) mesh-topology-cpp 21.8735 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 2, 5, 34, 40) mesh-unitcube-cpp 23.6877 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 2, 5, 35, 26) mesh-iteration-cpp 43.8435 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 2, 5, 35, 26) function-evaluation-cpp 0.0747271 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 2, 5, 35, 32) function-extrapolation-python 5.68925 "BENCH: 2.06611704826" +(2014, 11, 2, 5, 35, 32) function-extrapolation-python 2.06612 "BENCH: 2.06611704826" +(2014, 11, 2, 5, 35, 34) function-interpolation-python 2.28669 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 2, 5, 35, 34) function-interpolation-python 0.91682 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 2, 5, 38, 5) la-vector-access-cpp 151.003 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 2, 5, 38, 43) la-vector-assignment-cpp 38.0242 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 3, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1897 "BENCH 11.1897" +(2014, 11, 3, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2746 "Building point search tree to accelerate distance queries." +(2014, 11, 3, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.1962 "BENCH 14.1962" +(2014, 11, 3, 2, 9, 46) common-progress-cpp 27.8841 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 3, 2, 10, 17) common-timing-cpp 30.6664 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 3, 2, 11, 52) fem-convergence-cpp 3.8923 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 3, 2, 11, 53) fem-jit-python 0.000409484 "JIT compilation (in memory cache)" +(2014, 11, 3, 5, 28, 4) mesh-refinement-cpp 8.57199 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 3, 5, 28, 26) mesh-topology-cpp 21.5977 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 3, 5, 28, 49) mesh-unitcube-cpp 23.4697 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 3, 5, 29, 31) mesh-iteration-cpp 39.176 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 3, 5, 29, 31) function-evaluation-cpp 0.0745251 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 3, 5, 29, 37) function-extrapolation-python 5.71608 "BENCH: 1.99472284317" +(2014, 11, 3, 5, 29, 37) function-extrapolation-python 1.99472 "BENCH: 1.99472284317" +(2014, 11, 3, 5, 29, 39) function-interpolation-python 2.25196 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 3, 5, 29, 39) function-interpolation-python 0.904003 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 3, 5, 32, 10) la-vector-access-cpp 150.724 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 3, 5, 32, 52) la-vector-assignment-cpp 42.2564 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 4, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.2981 "BENCH 11.2981" +(2014, 11, 4, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.029 "Building point search tree to accelerate distance queries." +(2014, 11, 4, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.4299 "BENCH 14.4299" +(2014, 11, 4, 2, 9, 47) common-progress-cpp 27.9014 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 4, 2, 10, 17) common-timing-cpp 30.5036 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 4, 2, 11, 52) fem-convergence-cpp 3.86769 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 4, 2, 11, 53) fem-jit-python 0.00042119 "JIT compilation (in memory cache)" +(2014, 11, 4, 5, 33, 14) mesh-refinement-cpp 8.83908 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 4, 5, 33, 36) mesh-topology-cpp 21.8505 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 4, 5, 33, 59) mesh-unitcube-cpp 23.6559 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 4, 5, 34, 41) mesh-iteration-cpp 39.3895 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 4, 5, 34, 41) function-evaluation-cpp 0.0769849 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 4, 5, 34, 47) function-extrapolation-python 5.87353 "BENCH: 2.0394718647" +(2014, 11, 4, 5, 34, 47) function-extrapolation-python 2.03947 "BENCH: 2.0394718647" +(2014, 11, 4, 5, 34, 50) function-interpolation-python 2.32688 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 4, 5, 34, 50) function-interpolation-python 0.926297 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 4, 5, 37, 22) la-vector-access-cpp 152.659 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 4, 5, 38, 0) la-vector-assignment-cpp 37.9671 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 5, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0927 "BENCH 11.0927" +(2014, 11, 5, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1851 "Building point search tree to accelerate distance queries." +(2014, 11, 5, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.1325 "BENCH 14.1325" +(2014, 11, 5, 2, 9, 45) common-progress-cpp 27.8923 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 5, 2, 10, 16) common-timing-cpp 30.5506 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 5, 2, 11, 51) fem-convergence-cpp 3.84255 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 5, 2, 11, 52) fem-jit-python 0.0004143 "JIT compilation (in memory cache)" +(2014, 11, 5, 5, 33, 27) mesh-refinement-cpp 8.57944 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 5, 5, 33, 49) mesh-topology-cpp 21.564 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 5, 5, 34, 12) mesh-unitcube-cpp 23.4395 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 5, 5, 34, 54) mesh-iteration-cpp 39.1757 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 5, 5, 34, 54) function-evaluation-cpp 0.07692 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 5, 5, 35, 0) function-extrapolation-python 5.76433 "BENCH: 2.01263093948" +(2014, 11, 5, 5, 35, 0) function-extrapolation-python 2.01263 "BENCH: 2.01263093948" +(2014, 11, 5, 5, 35, 2) function-interpolation-python 2.2562 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 5, 5, 35, 2) function-interpolation-python 0.916118 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 5, 5, 37, 35) la-vector-access-cpp 153.074 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 5, 5, 38, 14) la-vector-assignment-cpp 38.282 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 6, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9808 "BENCH 10.9808" +(2014, 11, 6, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1164 "Building point search tree to accelerate distance queries." +(2014, 11, 6, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.3504 "BENCH 14.3504" +(2014, 11, 6, 2, 9, 46) common-progress-cpp 27.8809 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 6, 2, 10, 16) common-timing-cpp 29.8311 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 6, 2, 11, 52) fem-convergence-cpp 3.88443 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 6, 2, 11, 53) fem-jit-python 0.000427794 "JIT compilation (in memory cache)" +(2014, 11, 6, 5, 32, 15) mesh-refinement-cpp 8.71488 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 6, 5, 32, 37) mesh-topology-cpp 21.6479 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 6, 5, 33, 1) mesh-unitcube-cpp 23.8873 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 6, 5, 33, 43) mesh-iteration-cpp 39.4135 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 6, 5, 33, 43) function-evaluation-cpp 0.079735 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 6, 5, 33, 48) function-extrapolation-python 5.52255 "BENCH: 2.04936504364" +(2014, 11, 6, 5, 33, 48) function-extrapolation-python 2.04937 "BENCH: 2.04936504364" +(2014, 11, 6, 5, 33, 51) function-interpolation-python 2.2765 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 6, 5, 33, 51) function-interpolation-python 0.91461 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 6, 5, 36, 22) la-vector-access-cpp 151.541 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 6, 5, 37, 4) la-vector-assignment-cpp 41.9956 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 7, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.973 "BENCH 10.973" +(2014, 11, 7, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.6656 "Building point search tree to accelerate distance queries." +(2014, 11, 7, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.1323 "BENCH 14.1323" +(2014, 11, 7, 2, 9, 48) common-progress-cpp 27.9404 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 7, 2, 10, 18) common-timing-cpp 29.7348 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 7, 2, 11, 51) fem-convergence-cpp 3.8358 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 7, 2, 11, 52) fem-jit-python 0.000423598 "JIT compilation (in memory cache)" +(2014, 11, 7, 5, 19, 5) mesh-refinement-cpp 8.55839 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 7, 5, 19, 27) mesh-topology-cpp 21.5156 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 7, 5, 19, 50) mesh-unitcube-cpp 23.4877 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 7, 5, 20, 32) mesh-iteration-cpp 39.1805 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 7, 5, 20, 32) function-evaluation-cpp 0.0762701 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 7, 5, 20, 38) function-extrapolation-python 5.73122 "BENCH: 2.02365708351" +(2014, 11, 7, 5, 20, 38) function-extrapolation-python 2.02366 "BENCH: 2.02365708351" +(2014, 11, 7, 5, 20, 40) function-interpolation-python 2.22803 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 7, 5, 20, 40) function-interpolation-python 0.896808 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 7, 5, 23, 12) la-vector-access-cpp 151.916 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 7, 5, 23, 50) la-vector-assignment-cpp 38.0204 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 8, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0432 "BENCH 11.0432" +(2014, 11, 8, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9913 "Building point search tree to accelerate distance queries." +(2014, 11, 8, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.0684 "BENCH 14.0684" +(2014, 11, 8, 2, 9, 44) common-progress-cpp 27.8908 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 8, 2, 10, 15) common-timing-cpp 30.1833 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 8, 2, 11, 49) fem-convergence-cpp 3.83 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 8, 2, 11, 50) fem-jit-python 0.00042181 "JIT compilation (in memory cache)" +(2014, 11, 8, 5, 28, 25) mesh-refinement-cpp 8.56076 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 8, 5, 28, 47) mesh-topology-cpp 21.6926 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 8, 5, 29, 11) mesh-unitcube-cpp 23.6028 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 8, 5, 29, 52) mesh-iteration-cpp 39.0982 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 8, 5, 29, 52) function-evaluation-cpp 0.0870249 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 8, 5, 29, 58) function-extrapolation-python 5.83516 "BENCH: 2.05952310562" +(2014, 11, 8, 5, 29, 58) function-extrapolation-python 2.05952 "BENCH: 2.05952310562" +(2014, 11, 8, 5, 30, 1) function-interpolation-python 2.35402 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 8, 5, 30, 1) function-interpolation-python 0.952389 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 8, 5, 32, 34) la-vector-access-cpp 153.36 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 8, 5, 33, 16) la-vector-assignment-cpp 42.0217 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 9, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1599 "BENCH 11.1599" +(2014, 11, 9, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1473 "Building point search tree to accelerate distance queries." +(2014, 11, 9, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.1587 "BENCH 14.1587" +(2014, 11, 9, 2, 9, 44) common-progress-cpp 27.8856 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 9, 2, 10, 15) common-timing-cpp 30.962 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 9, 2, 11, 50) fem-convergence-cpp 3.83735 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 9, 2, 11, 51) fem-jit-python 0.000421691 "JIT compilation (in memory cache)" +(2014, 11, 9, 5, 33, 43) mesh-refinement-cpp 8.5665 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 9, 5, 34, 4) mesh-topology-cpp 21.5765 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 9, 5, 34, 28) mesh-unitcube-cpp 23.5025 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 9, 5, 35, 10) mesh-iteration-cpp 39.1712 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 9, 5, 35, 10) function-evaluation-cpp 0.052187 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 9, 5, 35, 15) function-extrapolation-python 5.728 "BENCH: 2.00523686409" +(2014, 11, 9, 5, 35, 15) function-extrapolation-python 2.00524 "BENCH: 2.00523686409" +(2014, 11, 9, 5, 35, 18) function-interpolation-python 2.22628 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 9, 5, 35, 18) function-interpolation-python 0.893958 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 9, 5, 37, 48) la-vector-access-cpp 150.694 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 9, 5, 38, 26) la-vector-assignment-cpp 37.979 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 10, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.2474 "BENCH 11.2474" +(2014, 11, 10, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1376 "Building point search tree to accelerate distance queries." +(2014, 11, 10, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.1706 "BENCH 14.1706" +(2014, 11, 10, 2, 9, 44) common-progress-cpp 27.8843 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 10, 2, 10, 15) common-timing-cpp 30.8137 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 10, 2, 11, 49) fem-convergence-cpp 3.86626 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 10, 2, 11, 51) fem-jit-python 0.000417185 "JIT compilation (in memory cache)" +(2014, 11, 10, 5, 27, 31) mesh-refinement-cpp 8.56199 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 10, 5, 27, 52) mesh-topology-cpp 21.589 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 10, 5, 28, 16) mesh-unitcube-cpp 23.4664 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 10, 5, 28, 58) mesh-iteration-cpp 39.1773 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 10, 5, 28, 58) function-evaluation-cpp 0.051223 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 10, 5, 29, 3) function-extrapolation-python 5.53876 "BENCH: 1.99187994003" +(2014, 11, 10, 5, 29, 3) function-extrapolation-python 1.99188 "BENCH: 1.99187994003" +(2014, 11, 10, 5, 29, 6) function-interpolation-python 2.22736 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 10, 5, 29, 6) function-interpolation-python 0.896078 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 10, 5, 31, 36) la-vector-access-cpp 150.664 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 10, 5, 32, 14) la-vector-assignment-cpp 38.0202 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 11, 2, 8, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0118 "BENCH 11.0118" +(2014, 11, 11, 2, 8, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3467 "Building point search tree to accelerate distance queries." +(2014, 11, 11, 2, 9, 14) geometry-bounding_box_tree_build-cpp 14.2835 "BENCH 14.2835" +(2014, 11, 11, 2, 9, 42) common-progress-cpp 27.877 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 11, 2, 10, 13) common-timing-cpp 30.5448 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 11, 2, 11, 48) fem-convergence-cpp 3.83798 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 11, 2, 11, 49) fem-jit-python 0.000419903 "JIT compilation (in memory cache)" +(2014, 11, 11, 5, 30, 26) mesh-refinement-cpp 8.57733 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 11, 5, 30, 48) mesh-topology-cpp 21.577 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 11, 5, 31, 11) mesh-unitcube-cpp 23.6135 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 11, 5, 31, 53) mesh-iteration-cpp 39.1773 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 11, 5, 31, 53) function-evaluation-cpp 0.061244 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 11, 5, 31, 59) function-extrapolation-python 5.94534 "BENCH: 1.9957818985" +(2014, 11, 11, 5, 31, 59) function-extrapolation-python 1.99578 "BENCH: 1.9957818985" +(2014, 11, 11, 5, 32, 1) function-interpolation-python 2.30012 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 11, 5, 32, 1) function-interpolation-python 0.893837 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 11, 5, 34, 32) la-vector-access-cpp 150.71 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 11, 5, 35, 10) la-vector-assignment-cpp 37.955 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 12, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1893 "BENCH 11.1893" +(2014, 11, 12, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9574 "Building point search tree to accelerate distance queries." +(2014, 11, 12, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.2366 "BENCH 14.2366" +(2014, 11, 12, 2, 9, 48) common-progress-cpp 27.9002 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 12, 2, 10, 18) common-timing-cpp 30.43 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 12, 2, 11, 53) fem-convergence-cpp 3.88116 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 12, 2, 11, 54) fem-jit-python 0.000415182 "JIT compilation (in memory cache)" +(2014, 11, 12, 5, 25, 53) mesh-refinement-cpp 8.59727 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 12, 5, 26, 15) mesh-topology-cpp 21.7704 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 12, 5, 26, 38) mesh-unitcube-cpp 23.6679 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 12, 5, 27, 30) mesh-iteration-cpp 48.8458 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 12, 5, 27, 30) function-evaluation-cpp 0.0789721 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 12, 5, 27, 35) function-extrapolation-python 5.64251 "BENCH: 2.06761288643" +(2014, 11, 12, 5, 27, 35) function-extrapolation-python 2.06761 "BENCH: 2.06761288643" +(2014, 11, 12, 5, 27, 38) function-interpolation-python 2.34344 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 12, 5, 27, 38) function-interpolation-python 0.92622 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 12, 5, 30, 9) la-vector-access-cpp 151.144 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 12, 5, 30, 47) la-vector-assignment-cpp 38.0224 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 13, 2, 8, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0856 "BENCH 11.0856" +(2014, 11, 13, 2, 8, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1592 "Building point search tree to accelerate distance queries." +(2014, 11, 13, 2, 9, 14) geometry-bounding_box_tree_build-cpp 14.334 "BENCH 14.334" +(2014, 11, 13, 2, 9, 42) common-progress-cpp 27.87 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 13, 2, 10, 13) common-timing-cpp 30.7049 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 13, 2, 11, 46) fem-convergence-cpp 3.83172 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 13, 2, 11, 48) fem-jit-python 0.000420499 "JIT compilation (in memory cache)" +(2014, 11, 13, 5, 39, 29) mesh-refinement-cpp 8.56523 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 13, 5, 39, 51) mesh-topology-cpp 21.7378 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 13, 5, 40, 14) mesh-unitcube-cpp 23.4337 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 13, 5, 40, 56) mesh-iteration-cpp 39.1773 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 13, 5, 40, 56) function-evaluation-cpp 0.0721881 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 13, 5, 41, 2) function-extrapolation-python 5.66101 "BENCH: 2.00613808632" +(2014, 11, 13, 5, 41, 2) function-extrapolation-python 2.00614 "BENCH: 2.00613808632" +(2014, 11, 13, 5, 41, 4) function-interpolation-python 2.26246 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 13, 5, 41, 4) function-interpolation-python 0.914194 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 13, 5, 43, 35) la-vector-access-cpp 151.179 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 13, 5, 44, 13) la-vector-assignment-cpp 38.0234 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 14, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9115 "BENCH 10.9115" +(2014, 11, 14, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2506 "Building point search tree to accelerate distance queries." +(2014, 11, 14, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.293 "BENCH 14.293" +(2014, 11, 14, 2, 9, 48) common-progress-cpp 27.8781 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 14, 2, 10, 18) common-timing-cpp 30.0494 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 14, 2, 11, 52) fem-convergence-cpp 3.93225 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 14, 2, 11, 53) fem-jit-python 0.000420403 "JIT compilation (in memory cache)" +(2014, 11, 14, 5, 26, 7) mesh-refinement-cpp 8.58126 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 14, 5, 26, 29) mesh-topology-cpp 21.714 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 14, 5, 26, 52) mesh-unitcube-cpp 23.5037 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 14, 5, 27, 44) mesh-iteration-cpp 48.6059 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 14, 5, 27, 44) function-evaluation-cpp 0.074435 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 14, 5, 27, 49) function-extrapolation-python 5.64376 "BENCH: 2.02567696571" +(2014, 11, 14, 5, 27, 49) function-extrapolation-python 2.02568 "BENCH: 2.02567696571" +(2014, 11, 14, 5, 27, 52) function-interpolation-python 2.25691 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 14, 5, 27, 52) function-interpolation-python 0.916077 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 14, 5, 30, 22) la-vector-access-cpp 150.757 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 14, 5, 31, 0) la-vector-assignment-cpp 38.006 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 15, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.087 "BENCH 11.087" +(2014, 11, 15, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0689 "Building point search tree to accelerate distance queries." +(2014, 11, 15, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.192 "BENCH 14.192" +(2014, 11, 15, 2, 9, 47) common-progress-cpp 27.8543 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 15, 2, 10, 18) common-timing-cpp 30.55 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 15, 2, 11, 52) fem-convergence-cpp 3.84475 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 15, 2, 11, 53) fem-jit-python 0.0004246 "JIT compilation (in memory cache)" +(2014, 11, 15, 5, 32, 49) mesh-refinement-cpp 8.58526 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 15, 5, 33, 11) mesh-topology-cpp 21.7255 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 15, 5, 33, 34) mesh-unitcube-cpp 23.4851 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 15, 5, 34, 16) mesh-iteration-cpp 39.1772 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 15, 5, 34, 16) function-evaluation-cpp 0.074549 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 15, 5, 34, 22) function-extrapolation-python 5.69328 "BENCH: 2.02185893059" +(2014, 11, 15, 5, 34, 22) function-extrapolation-python 2.02186 "BENCH: 2.02185893059" +(2014, 11, 15, 5, 34, 24) function-interpolation-python 2.24235 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 15, 5, 34, 24) function-interpolation-python 0.89334 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 15, 5, 36, 55) la-vector-access-cpp 150.67 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 15, 5, 37, 33) la-vector-assignment-cpp 38.0204 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 16, 2, 8, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.004 "BENCH 11.004" +(2014, 11, 16, 2, 8, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.123 "Building point search tree to accelerate distance queries." +(2014, 11, 16, 2, 9, 15) geometry-bounding_box_tree_build-cpp 14.1946 "BENCH 14.1946" +(2014, 11, 16, 2, 9, 43) common-progress-cpp 27.9543 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 16, 2, 10, 13) common-timing-cpp 30.5193 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 16, 2, 11, 48) fem-convergence-cpp 3.90808 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 16, 2, 11, 49) fem-jit-python 0.000424409 "JIT compilation (in memory cache)" +(2014, 11, 16, 5, 25, 48) mesh-refinement-cpp 8.58584 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 16, 5, 26, 9) mesh-topology-cpp 21.6329 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 16, 5, 26, 33) mesh-unitcube-cpp 23.5097 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 16, 5, 27, 19) mesh-iteration-cpp 43.573 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 16, 5, 27, 19) function-evaluation-cpp 0.0525801 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 16, 5, 27, 25) function-extrapolation-python 5.83663 "BENCH: 1.9994969368" +(2014, 11, 16, 5, 27, 25) function-extrapolation-python 1.9995 "BENCH: 1.9994969368" +(2014, 11, 16, 5, 27, 27) function-interpolation-python 2.27689 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 16, 5, 27, 27) function-interpolation-python 0.890873 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 16, 5, 29, 58) la-vector-access-cpp 151.263 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 16, 5, 30, 41) la-vector-assignment-cpp 42.0294 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 17, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.036 "BENCH 11.036" +(2014, 11, 17, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1217 "Building point search tree to accelerate distance queries." +(2014, 11, 17, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.1482 "BENCH 14.1482" +(2014, 11, 17, 2, 9, 45) common-progress-cpp 27.8894 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 17, 2, 10, 16) common-timing-cpp 30.9943 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 17, 2, 11, 50) fem-convergence-cpp 3.82643 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 17, 2, 11, 52) fem-jit-python 0.000437403 "JIT compilation (in memory cache)" +(2014, 11, 17, 5, 28, 47) mesh-refinement-cpp 8.66925 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 17, 5, 29, 9) mesh-topology-cpp 22.0489 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 17, 5, 29, 33) mesh-unitcube-cpp 23.486 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 17, 5, 30, 15) mesh-iteration-cpp 39.3997 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 17, 5, 30, 15) function-evaluation-cpp 0.081877 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 17, 5, 30, 21) function-extrapolation-python 5.91871 "BENCH: 2.08673191071" +(2014, 11, 17, 5, 30, 21) function-extrapolation-python 2.08673 "BENCH: 2.08673191071" +(2014, 11, 17, 5, 30, 23) function-interpolation-python 2.30621 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 17, 5, 30, 23) function-interpolation-python 0.9142 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 17, 5, 32, 54) la-vector-access-cpp 151.086 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 17, 5, 33, 36) la-vector-assignment-cpp 42.0217 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 18, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1254 "BENCH 11.1254" +(2014, 11, 18, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2841 "Building point search tree to accelerate distance queries." +(2014, 11, 18, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.4065 "BENCH 14.4065" +(2014, 11, 18, 2, 9, 53) common-progress-cpp 32.9163 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 18, 2, 10, 24) common-timing-cpp 31.3074 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 18, 2, 11, 58) fem-convergence-cpp 3.86259 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 18, 2, 11, 59) fem-jit-python 0.000422192 "JIT compilation (in memory cache)" +(2014, 11, 18, 5, 27, 11) mesh-refinement-cpp 8.83404 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 18, 5, 27, 33) mesh-topology-cpp 22.1794 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 18, 5, 27, 57) mesh-unitcube-cpp 23.8075 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 18, 5, 28, 39) mesh-iteration-cpp 39.4131 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 18, 5, 28, 39) function-evaluation-cpp 0.0959661 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 18, 5, 28, 45) function-extrapolation-python 5.56272 "BENCH: 2.11515712738" +(2014, 11, 18, 5, 28, 45) function-extrapolation-python 2.11516 "BENCH: 2.11515712738" +(2014, 11, 18, 5, 28, 47) function-interpolation-python 2.29952 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 18, 5, 28, 47) function-interpolation-python 0.92317 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 18, 5, 31, 18) la-vector-access-cpp 151.127 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 18, 5, 31, 56) la-vector-assignment-cpp 38.0277 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 19, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0342 "BENCH 11.0342" +(2014, 11, 19, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.544 "Building point search tree to accelerate distance queries." +(2014, 11, 19, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.2308 "BENCH 14.2308" +(2014, 11, 19, 2, 9, 49) common-progress-cpp 27.892 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 19, 2, 10, 20) common-timing-cpp 30.8986 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 19, 2, 11, 55) fem-convergence-cpp 3.83568 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 19, 2, 11, 56) fem-jit-python 0.000417686 "JIT compilation (in memory cache)" +(2014, 11, 19, 5, 31, 54) mesh-refinement-cpp 8.57422 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 19, 5, 32, 16) mesh-topology-cpp 21.7366 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 19, 5, 32, 39) mesh-unitcube-cpp 23.4858 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 19, 5, 33, 21) mesh-iteration-cpp 39.4001 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 19, 5, 33, 21) function-evaluation-cpp 0.0863519 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 19, 5, 33, 27) function-extrapolation-python 5.98273 "BENCH: 2.08429694176" +(2014, 11, 19, 5, 33, 27) function-extrapolation-python 2.0843 "BENCH: 2.08429694176" +(2014, 11, 19, 5, 33, 30) function-interpolation-python 2.32928 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 19, 5, 33, 30) function-interpolation-python 0.911104 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 19, 5, 36, 1) la-vector-access-cpp 151.457 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 19, 5, 36, 39) la-vector-assignment-cpp 38.0183 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 20, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0335 "BENCH 11.0335" +(2014, 11, 20, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1808 "Building point search tree to accelerate distance queries." +(2014, 11, 20, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.0261 "BENCH 14.0261" +(2014, 11, 20, 2, 9, 50) common-progress-cpp 32.9025 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 20, 2, 10, 20) common-timing-cpp 30.1239 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 20, 2, 11, 54) fem-convergence-cpp 3.84419 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 20, 2, 11, 55) fem-jit-python 0.000416613 "JIT compilation (in memory cache)" +(2014, 11, 20, 5, 27, 21) mesh-refinement-cpp 8.45026 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 20, 5, 27, 43) mesh-topology-cpp 21.4819 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 20, 5, 28, 6) mesh-unitcube-cpp 23.1853 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 20, 5, 28, 52) mesh-iteration-cpp 43.5634 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 20, 5, 28, 52) function-evaluation-cpp 0.078639 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 20, 5, 28, 58) function-extrapolation-python 5.6746 "BENCH: 2.0331017971" +(2014, 11, 20, 5, 28, 58) function-extrapolation-python 2.0331 "BENCH: 2.0331017971" +(2014, 11, 20, 5, 29, 0) function-interpolation-python 2.2375 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 20, 5, 29, 0) function-interpolation-python 0.880509 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 20, 5, 31, 31) la-vector-access-cpp 151.229 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 20, 5, 32, 13) la-vector-assignment-cpp 42.001 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 21, 2, 8, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.155 "BENCH 11.155" +(2014, 11, 21, 2, 8, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2205 "Building point search tree to accelerate distance queries." +(2014, 11, 21, 2, 9, 14) geometry-bounding_box_tree_build-cpp 14.2611 "BENCH 14.2611" +(2014, 11, 21, 2, 9, 42) common-progress-cpp 27.8924 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 21, 2, 10, 12) common-timing-cpp 30.5561 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 21, 2, 11, 47) fem-convergence-cpp 3.85588 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 21, 2, 11, 49) fem-jit-python 0.000424194 "JIT compilation (in memory cache)" +(2014, 11, 21, 5, 40, 13) mesh-refinement-cpp 8.51906 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 21, 5, 40, 35) mesh-topology-cpp 21.7448 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 21, 5, 40, 59) mesh-unitcube-cpp 23.4332 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 21, 5, 41, 41) mesh-iteration-cpp 39.4074 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 21, 5, 41, 41) function-evaluation-cpp 0.109499 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 21, 5, 41, 47) function-extrapolation-python 5.69102 "BENCH: 2.08780217171" +(2014, 11, 21, 5, 41, 47) function-extrapolation-python 2.0878 "BENCH: 2.08780217171" +(2014, 11, 21, 5, 41, 49) function-interpolation-python 2.28101 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 21, 5, 41, 49) function-interpolation-python 0.904316 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 21, 5, 44, 20) la-vector-access-cpp 151.489 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 21, 5, 44, 58) la-vector-assignment-cpp 38.0209 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 22, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0283 "BENCH 11.0283" +(2014, 11, 22, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0228 "Building point search tree to accelerate distance queries." +(2014, 11, 22, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.1958 "BENCH 14.1958" +(2014, 11, 22, 2, 9, 47) common-progress-cpp 27.8488 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 22, 2, 10, 17) common-timing-cpp 30.6715 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 22, 2, 11, 53) fem-convergence-cpp 3.9171 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 22, 2, 11, 54) fem-jit-python 0.00042448 "JIT compilation (in memory cache)" +(2014, 11, 22, 5, 39, 43) mesh-refinement-cpp 8.59384 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 22, 5, 40, 5) mesh-topology-cpp 21.8222 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 22, 5, 40, 29) mesh-unitcube-cpp 23.8658 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 22, 5, 41, 11) mesh-iteration-cpp 39.4028 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 22, 5, 41, 11) function-evaluation-cpp 0.079587 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 22, 5, 41, 17) function-extrapolation-python 5.81155 "BENCH: 2.11507296562" +(2014, 11, 22, 5, 41, 17) function-extrapolation-python 2.11507 "BENCH: 2.11507296562" +(2014, 11, 22, 5, 41, 20) function-interpolation-python 2.31685 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 22, 5, 41, 20) function-interpolation-python 0.907344 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 22, 5, 43, 51) la-vector-access-cpp 151.516 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 22, 5, 44, 29) la-vector-assignment-cpp 38.0251 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 23, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9392 "BENCH 10.9392" +(2014, 11, 23, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8783 "Building point search tree to accelerate distance queries." +(2014, 11, 23, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.3036 "BENCH 14.3036" +(2014, 11, 23, 2, 9, 47) common-progress-cpp 27.8971 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 23, 2, 10, 17) common-timing-cpp 30.4252 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 23, 2, 11, 52) fem-convergence-cpp 3.89475 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 23, 2, 11, 53) fem-jit-python 0.000417113 "JIT compilation (in memory cache)" +(2014, 11, 23, 5, 36, 26) mesh-refinement-cpp 8.46508 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 23, 5, 36, 48) mesh-topology-cpp 21.4844 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 23, 5, 37, 11) mesh-unitcube-cpp 23.1917 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 23, 5, 37, 52) mesh-iteration-cpp 39.1774 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 23, 5, 37, 52) function-evaluation-cpp 0.0744219 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 23, 5, 37, 58) function-extrapolation-python 5.81166 "BENCH: 2.03416991234" +(2014, 11, 23, 5, 37, 58) function-extrapolation-python 2.03417 "BENCH: 2.03416991234" +(2014, 11, 23, 5, 38, 1) function-interpolation-python 2.22093 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 23, 5, 38, 1) function-interpolation-python 0.880612 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 23, 5, 40, 32) la-vector-access-cpp 151.184 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 23, 5, 41, 10) la-vector-assignment-cpp 37.9549 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 24, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9971 "BENCH 10.9971" +(2014, 11, 24, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5678 "Building point search tree to accelerate distance queries." +(2014, 11, 24, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.3415 "BENCH 14.3415" +(2014, 11, 24, 2, 9, 46) common-progress-cpp 27.8817 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 24, 2, 10, 16) common-timing-cpp 30.0517 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 24, 2, 11, 50) fem-convergence-cpp 3.8862 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 24, 2, 11, 51) fem-jit-python 0.000428391 "JIT compilation (in memory cache)" +(2014, 11, 24, 5, 28, 21) mesh-refinement-cpp 8.48427 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 24, 5, 28, 43) mesh-topology-cpp 21.462 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 24, 5, 29, 6) mesh-unitcube-cpp 23.2037 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 24, 5, 29, 48) mesh-iteration-cpp 39.1804 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 24, 5, 29, 48) function-evaluation-cpp 0.0750339 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 24, 5, 29, 54) function-extrapolation-python 5.64656 "BENCH: 2.02073216438" +(2014, 11, 24, 5, 29, 54) function-extrapolation-python 2.02073 "BENCH: 2.02073216438" +(2014, 11, 24, 5, 29, 56) function-interpolation-python 2.25768 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 24, 5, 29, 56) function-interpolation-python 0.884494 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 24, 5, 32, 27) la-vector-access-cpp 151.206 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 24, 5, 33, 5) la-vector-assignment-cpp 37.9962 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 25, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9472 "BENCH 10.9472" +(2014, 11, 25, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0149 "Building point search tree to accelerate distance queries." +(2014, 11, 25, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.2869 "BENCH 14.2869" +(2014, 11, 25, 2, 9, 45) common-progress-cpp 27.8959 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 25, 2, 10, 16) common-timing-cpp 30.1409 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 25, 2, 11, 50) fem-convergence-cpp 3.87457 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 25, 2, 11, 52) fem-jit-python 0.000413322 "JIT compilation (in memory cache)" +(2014, 11, 25, 5, 32, 4) mesh-refinement-cpp 8.44344 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 25, 5, 32, 26) mesh-topology-cpp 21.3319 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 25, 5, 32, 49) mesh-unitcube-cpp 23.2974 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 25, 5, 33, 30) mesh-iteration-cpp 39.1706 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 25, 5, 33, 31) function-evaluation-cpp 0.0742581 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 25, 5, 33, 36) function-extrapolation-python 5.79533 "BENCH: 2.02150583267" +(2014, 11, 25, 5, 33, 36) function-extrapolation-python 2.02151 "BENCH: 2.02150583267" +(2014, 11, 25, 5, 33, 39) function-interpolation-python 2.21199 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 25, 5, 33, 39) function-interpolation-python 0.879973 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 25, 5, 36, 10) la-vector-access-cpp 151.17 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 25, 5, 36, 48) la-vector-assignment-cpp 38.0043 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 26, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.2882 "BENCH 11.2882" +(2014, 11, 26, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5724 "Building point search tree to accelerate distance queries." +(2014, 11, 26, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.3579 "BENCH 14.3579" +(2014, 11, 26, 2, 9, 46) common-progress-cpp 27.9743 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 26, 2, 10, 16) common-timing-cpp 30.6618 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 26, 2, 11, 52) fem-convergence-cpp 3.92183 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 26, 2, 11, 54) fem-jit-python 0.000416613 "JIT compilation (in memory cache)" +(2014, 11, 26, 5, 27, 14) mesh-refinement-cpp 8.42394 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 26, 5, 27, 35) mesh-topology-cpp 21.4659 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 26, 5, 27, 58) mesh-unitcube-cpp 23.0631 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 26, 5, 28, 36) mesh-iteration-cpp 35.5572 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 26, 5, 28, 36) function-evaluation-cpp 0.0495212 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 26, 5, 28, 42) function-extrapolation-python 5.58798 "BENCH: 2.0147550106" +(2014, 11, 26, 5, 28, 42) function-extrapolation-python 2.01476 "BENCH: 2.0147550106" +(2014, 11, 26, 5, 28, 44) function-interpolation-python 2.2327 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 26, 5, 28, 44) function-interpolation-python 0.900616 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 26, 5, 31, 16) la-vector-access-cpp 151.215 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 26, 5, 31, 58) la-vector-assignment-cpp 42.0126 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 27, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.2077 "BENCH 11.2077" +(2014, 11, 27, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0056 "Building point search tree to accelerate distance queries." +(2014, 11, 27, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.3457 "BENCH 14.3457" +(2014, 11, 27, 2, 9, 51) common-progress-cpp 32.9151 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 27, 2, 10, 21) common-timing-cpp 30.1639 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 27, 2, 11, 56) fem-convergence-cpp 3.88184 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 27, 2, 11, 57) fem-jit-python 0.000427699 "JIT compilation (in memory cache)" +(2014, 11, 27, 5, 23, 30) mesh-refinement-cpp 8.55183 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 27, 5, 23, 51) mesh-topology-cpp 21.4173 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 27, 5, 24, 15) mesh-unitcube-cpp 23.5162 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 27, 5, 24, 53) mesh-iteration-cpp 36.0379 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 27, 5, 24, 54) function-evaluation-cpp 0.0579078 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 27, 5, 24, 59) function-extrapolation-python 5.73823 "BENCH: 2.04011201859" +(2014, 11, 27, 5, 24, 59) function-extrapolation-python 2.04011 "BENCH: 2.04011201859" +(2014, 11, 27, 5, 25, 2) function-interpolation-python 2.28077 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 27, 5, 25, 2) function-interpolation-python 0.911958 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 27, 5, 27, 33) la-vector-access-cpp 151.071 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 27, 5, 28, 11) la-vector-assignment-cpp 38.0186 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 28, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1795 "BENCH 11.1795" +(2014, 11, 28, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3544 "Building point search tree to accelerate distance queries." +(2014, 11, 28, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.3571 "BENCH 14.3571" +(2014, 11, 28, 2, 9, 47) common-progress-cpp 27.8828 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 28, 2, 10, 17) common-timing-cpp 29.6392 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 28, 2, 11, 50) fem-convergence-cpp 3.82646 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 28, 2, 11, 51) fem-jit-python 0.000423193 "JIT compilation (in memory cache)" +(2014, 11, 28, 5, 19, 11) mesh-refinement-cpp 8.44101 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 28, 5, 19, 33) mesh-topology-cpp 21.5348 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 28, 5, 19, 56) mesh-unitcube-cpp 23.4426 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 28, 5, 20, 35) mesh-iteration-cpp 36.05 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 28, 5, 20, 35) function-evaluation-cpp 0.060262 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 28, 5, 20, 41) function-extrapolation-python 5.98987 "BENCH: 2.0201189518" +(2014, 11, 28, 5, 20, 41) function-extrapolation-python 2.02012 "BENCH: 2.0201189518" +(2014, 11, 28, 5, 20, 43) function-interpolation-python 2.25485 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 28, 5, 20, 43) function-interpolation-python 0.889753 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 28, 5, 23, 15) la-vector-access-cpp 152.218 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 28, 5, 23, 55) la-vector-assignment-cpp 39.5606 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 29, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1398 "BENCH 11.1398" +(2014, 11, 29, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.5481 "Building point search tree to accelerate distance queries." +(2014, 11, 29, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.267 "BENCH 14.267" +(2014, 11, 29, 2, 9, 47) common-progress-cpp 27.8978 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 29, 2, 10, 17) common-timing-cpp 29.9774 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 29, 2, 11, 51) fem-convergence-cpp 3.83514 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 29, 2, 11, 52) fem-jit-python 0.000418687 "JIT compilation (in memory cache)" +(2014, 11, 29, 5, 26, 59) mesh-refinement-cpp 8.41353 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 29, 5, 27, 21) mesh-topology-cpp 21.5866 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 29, 5, 27, 44) mesh-unitcube-cpp 23.2291 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 29, 5, 28, 25) mesh-iteration-cpp 39.1754 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 29, 5, 28, 25) function-evaluation-cpp 0.0584619 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 29, 5, 28, 31) function-extrapolation-python 5.84035 "BENCH: 2.02479100227" +(2014, 11, 29, 5, 28, 31) function-extrapolation-python 2.02479 "BENCH: 2.02479100227" +(2014, 11, 29, 5, 28, 34) function-interpolation-python 2.23139 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 29, 5, 28, 34) function-interpolation-python 0.891395 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 29, 5, 31, 5) la-vector-access-cpp 151.218 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 29, 5, 31, 43) la-vector-assignment-cpp 38.0125 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 11, 30, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1433 "BENCH 11.1433" +(2014, 11, 30, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9586 "Building point search tree to accelerate distance queries." +(2014, 11, 30, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2624 "BENCH 14.2624" +(2014, 11, 30, 2, 9, 44) common-progress-cpp 27.9769 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 11, 30, 2, 10, 14) common-timing-cpp 30.4883 "Timing access and registration of timings (10000000 repetitions)" +(2014, 11, 30, 2, 11, 48) fem-convergence-cpp 3.87806 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 11, 30, 2, 11, 49) fem-jit-python 0.000415802 "JIT compilation (in memory cache)" +(2014, 11, 30, 5, 30, 9) mesh-refinement-cpp 8.42986 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 11, 30, 5, 30, 31) mesh-topology-cpp 21.5223 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 11, 30, 5, 30, 54) mesh-unitcube-cpp 23.1856 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 11, 30, 5, 31, 32) mesh-iteration-cpp 35.5686 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 11, 30, 5, 31, 32) function-evaluation-cpp 0.0887389 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 11, 30, 5, 31, 39) function-extrapolation-python 6.09071 "BENCH: 2.0510430336" +(2014, 11, 30, 5, 31, 39) function-extrapolation-python 2.05104 "BENCH: 2.0510430336" +(2014, 11, 30, 5, 31, 41) function-interpolation-python 2.22844 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 30, 5, 31, 41) function-interpolation-python 0.896044 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 11, 30, 5, 34, 12) la-vector-access-cpp 151.219 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 11, 30, 5, 34, 50) la-vector-assignment-cpp 38.0233 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 1, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1623 "BENCH 11.1623" +(2014, 12, 1, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0995 "Building point search tree to accelerate distance queries." +(2014, 12, 1, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.1981 "BENCH 14.1981" +(2014, 12, 1, 2, 9, 44) common-progress-cpp 27.9516 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 1, 2, 10, 15) common-timing-cpp 30.7541 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 1, 2, 11, 50) fem-convergence-cpp 3.89599 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 1, 2, 11, 51) fem-jit-python 0.00042851 "JIT compilation (in memory cache)" +(2014, 12, 1, 5, 24, 3) mesh-refinement-cpp 8.43002 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 1, 5, 24, 25) mesh-topology-cpp 21.3613 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 1, 5, 24, 48) mesh-unitcube-cpp 23.2172 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 1, 5, 25, 26) mesh-iteration-cpp 35.5725 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 1, 5, 25, 26) function-evaluation-cpp 0.072073 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 1, 5, 25, 32) function-extrapolation-python 5.53547 "BENCH: 2.01897788048" +(2014, 12, 1, 5, 25, 32) function-extrapolation-python 2.01898 "BENCH: 2.01897788048" +(2014, 12, 1, 5, 25, 34) function-interpolation-python 2.21438 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 1, 5, 25, 34) function-interpolation-python 0.891385 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 1, 5, 28, 7) la-vector-access-cpp 153.215 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 1, 5, 28, 49) la-vector-assignment-cpp 42.0255 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 2, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1611 "BENCH 11.1611" +(2014, 12, 2, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1738 "Building point search tree to accelerate distance queries." +(2014, 12, 2, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.2546 "BENCH 14.2546" +(2014, 12, 2, 2, 9, 49) common-progress-cpp 27.8803 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 2, 2, 10, 20) common-timing-cpp 30.6836 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 2, 2, 11, 55) fem-convergence-cpp 3.87538 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 2, 2, 11, 56) fem-jit-python 0.000425696 "JIT compilation (in memory cache)" +(2014, 12, 2, 5, 26, 1) mesh-refinement-cpp 8.44052 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 2, 5, 26, 23) mesh-topology-cpp 21.5855 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 2, 5, 26, 46) mesh-unitcube-cpp 23.1677 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 2, 5, 27, 24) mesh-iteration-cpp 35.5527 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 2, 5, 27, 24) function-evaluation-cpp 0.06847 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 2, 5, 27, 30) function-extrapolation-python 5.71011 "BENCH: 2.02131605148" +(2014, 12, 2, 5, 27, 30) function-extrapolation-python 2.02132 "BENCH: 2.02131605148" +(2014, 12, 2, 5, 27, 32) function-interpolation-python 2.24553 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 2, 5, 27, 32) function-interpolation-python 0.894265 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 2, 5, 30, 2) la-vector-access-cpp 150.528 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 2, 5, 30, 40) la-vector-assignment-cpp 38.017 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 3, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9466 "BENCH 10.9466" +(2014, 12, 3, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0225 "Building point search tree to accelerate distance queries." +(2014, 12, 3, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.3543 "BENCH 14.3543" +(2014, 12, 3, 2, 9, 45) common-progress-cpp 27.8943 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 3, 2, 10, 15) common-timing-cpp 30.0983 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 3, 2, 11, 50) fem-convergence-cpp 3.83692 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 3, 2, 11, 51) fem-jit-python 0.000436497 "JIT compilation (in memory cache)" +(2014, 12, 3, 5, 30, 45) mesh-refinement-cpp 8.57648 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 3, 5, 31, 6) mesh-topology-cpp 21.2971 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 3, 5, 31, 30) mesh-unitcube-cpp 23.8189 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 3, 5, 32, 8) mesh-iteration-cpp 35.5158 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 3, 5, 32, 8) function-evaluation-cpp 0.0638831 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 3, 5, 32, 14) function-extrapolation-python 6.07975 "BENCH: 2.04424977303" +(2014, 12, 3, 5, 32, 14) function-extrapolation-python 2.04425 "BENCH: 2.04424977303" +(2014, 12, 3, 5, 32, 16) function-interpolation-python 2.24729 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 3, 5, 32, 16) function-interpolation-python 0.92166 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 3, 5, 35, 5) la-vector-access-cpp 168.557 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 3, 5, 35, 43) la-vector-assignment-cpp 38.0319 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 4, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0513 "BENCH 11.0513" +(2014, 12, 4, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2148 "Building point search tree to accelerate distance queries." +(2014, 12, 4, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.4316 "BENCH 14.4316" +(2014, 12, 4, 2, 9, 47) common-progress-cpp 27.8767 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 4, 2, 10, 18) common-timing-cpp 30.3181 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 4, 2, 11, 51) fem-convergence-cpp 3.83863 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 4, 2, 11, 52) fem-jit-python 0.000419307 "JIT compilation (in memory cache)" +(2014, 12, 4, 5, 32, 28) mesh-refinement-cpp 8.53671 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 4, 5, 32, 50) mesh-topology-cpp 21.3068 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 4, 5, 33, 14) mesh-unitcube-cpp 23.9496 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 4, 5, 33, 52) mesh-iteration-cpp 35.5017 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 4, 5, 33, 52) function-evaluation-cpp 0.080543 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 4, 5, 33, 58) function-extrapolation-python 6.09157 "BENCH: 2.20002579689" +(2014, 12, 4, 5, 33, 58) function-extrapolation-python 2.20003 "BENCH: 2.20002579689" +(2014, 12, 4, 5, 34, 0) function-interpolation-python 2.42382 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 4, 5, 34, 0) function-interpolation-python 1.00143 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 4, 5, 36, 39) la-vector-access-cpp 158.871 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 4, 5, 37, 17) la-vector-assignment-cpp 38.028 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 5, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0552 "BENCH 11.0552" +(2014, 12, 5, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0921 "Building point search tree to accelerate distance queries." +(2014, 12, 5, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.2181 "BENCH 14.2181" +(2014, 12, 5, 2, 9, 47) common-progress-cpp 27.8756 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 5, 2, 10, 18) common-timing-cpp 31.0291 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 5, 2, 11, 52) fem-convergence-cpp 3.90746 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 5, 2, 11, 54) fem-jit-python 0.000413585 "JIT compilation (in memory cache)" +(2014, 12, 5, 5, 29, 58) mesh-refinement-cpp 8.57406 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 5, 5, 30, 19) mesh-topology-cpp 21.3319 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 5, 5, 30, 43) mesh-unitcube-cpp 23.8515 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 5, 5, 31, 25) mesh-iteration-cpp 39.1826 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 5, 5, 31, 25) function-evaluation-cpp 0.051332 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 5, 5, 31, 30) function-extrapolation-python 5.64393 "BENCH: 2.02772808075" +(2014, 12, 5, 5, 31, 30) function-extrapolation-python 2.02773 "BENCH: 2.02772808075" +(2014, 12, 5, 5, 31, 33) function-interpolation-python 2.26315 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 5, 5, 31, 33) function-interpolation-python 0.926614 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 5, 5, 34, 6) la-vector-access-cpp 153.202 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 5, 5, 34, 44) la-vector-assignment-cpp 38.0257 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 6, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.0331 "BENCH 11.0331" +(2014, 12, 6, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.003 "Building point search tree to accelerate distance queries." +(2014, 12, 6, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.2856 "BENCH 14.2856" +(2014, 12, 6, 2, 9, 48) common-progress-cpp 27.8982 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 6, 2, 10, 19) common-timing-cpp 30.8003 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 6, 2, 11, 54) fem-convergence-cpp 3.9381 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 6, 2, 11, 55) fem-jit-python 0.000418901 "JIT compilation (in memory cache)" +(2014, 12, 6, 5, 26, 14) mesh-refinement-cpp 8.57738 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 6, 5, 26, 36) mesh-topology-cpp 21.5417 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 6, 5, 26, 59) mesh-unitcube-cpp 23.8586 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 6, 5, 27, 37) mesh-iteration-cpp 35.4949 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 6, 5, 27, 37) function-evaluation-cpp 0.0511379 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 6, 5, 27, 43) function-extrapolation-python 5.74341 "BENCH: 2.01074385643" +(2014, 12, 6, 5, 27, 43) function-extrapolation-python 2.01074 "BENCH: 2.01074385643" +(2014, 12, 6, 5, 27, 46) function-interpolation-python 2.26593 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 6, 5, 27, 46) function-interpolation-python 0.921959 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 6, 5, 30, 23) la-vector-access-cpp 157.206 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 6, 5, 31, 1) la-vector-assignment-cpp 38.0292 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 7, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 10.9062 "BENCH 10.9062" +(2014, 12, 7, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.404 "Building point search tree to accelerate distance queries." +(2014, 12, 7, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2632 "BENCH 14.2632" +(2014, 12, 7, 2, 9, 44) common-progress-cpp 27.8752 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 7, 2, 10, 14) common-timing-cpp 30.1152 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 7, 2, 11, 49) fem-convergence-cpp 3.83022 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 7, 2, 11, 51) fem-jit-python 0.000415301 "JIT compilation (in memory cache)" +(2014, 12, 7, 5, 45, 30) mesh-refinement-cpp 8.76469 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 7, 5, 45, 52) mesh-topology-cpp 21.5272 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 7, 5, 46, 16) mesh-unitcube-cpp 24.0883 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 7, 5, 46, 57) mesh-iteration-cpp 38.8052 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 7, 5, 46, 57) function-evaluation-cpp 0.0768728 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 7, 5, 47, 3) function-extrapolation-python 5.75214 "BENCH: 2.06273508072" +(2014, 12, 7, 5, 47, 3) function-extrapolation-python 2.06274 "BENCH: 2.06273508072" +(2014, 12, 7, 5, 47, 6) function-interpolation-python 2.37832 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 7, 5, 47, 6) function-interpolation-python 0.940044 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 7, 5, 49, 39) la-vector-access-cpp 153.685 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 7, 5, 50, 21) la-vector-assignment-cpp 42.0184 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 8, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1775 "BENCH 11.1775" +(2014, 12, 8, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4396 "Building point search tree to accelerate distance queries." +(2014, 12, 8, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.2997 "BENCH 14.2997" +(2014, 12, 8, 2, 9, 46) common-progress-cpp 27.8902 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 8, 2, 10, 16) common-timing-cpp 29.6516 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 8, 2, 11, 51) fem-convergence-cpp 3.8878 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 8, 2, 11, 52) fem-jit-python 0.000425696 "JIT compilation (in memory cache)" +(2014, 12, 8, 5, 32, 5) mesh-refinement-cpp 8.59314 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 8, 5, 32, 26) mesh-topology-cpp 21.2677 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 8, 5, 32, 50) mesh-unitcube-cpp 23.8049 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 8, 5, 33, 28) mesh-iteration-cpp 35.5715 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 8, 5, 33, 28) function-evaluation-cpp 0.0513871 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 8, 5, 33, 34) function-extrapolation-python 5.79644 "BENCH: 2.00842189789" +(2014, 12, 8, 5, 33, 34) function-extrapolation-python 2.00842 "BENCH: 2.00842189789" +(2014, 12, 8, 5, 33, 36) function-interpolation-python 2.27048 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 8, 5, 33, 36) function-interpolation-python 0.926154 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 8, 5, 36, 14) la-vector-access-cpp 157.006 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 8, 5, 36, 52) la-vector-assignment-cpp 38.0143 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 9, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 11.1356 "BENCH 11.1356" +(2014, 12, 9, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1201 "Building point search tree to accelerate distance queries." +(2014, 12, 9, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.3785 "BENCH 14.3785" +(2014, 12, 9, 2, 9, 46) common-progress-cpp 27.8935 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 9, 2, 10, 16) common-timing-cpp 30.0126 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 9, 2, 11, 51) fem-convergence-cpp 3.85427 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 9, 2, 11, 52) fem-jit-python 0.000422192 "JIT compilation (in memory cache)" +(2014, 12, 9, 5, 33, 2) mesh-refinement-cpp 8.72281 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 9, 5, 33, 23) mesh-topology-cpp 21.5446 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 9, 5, 33, 48) mesh-unitcube-cpp 24.0808 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 9, 5, 34, 26) mesh-iteration-cpp 35.9119 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 9, 5, 34, 26) function-evaluation-cpp 0.0855582 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 9, 5, 34, 32) function-extrapolation-python 5.89859 "BENCH: 2.13737511635" +(2014, 12, 9, 5, 34, 32) function-extrapolation-python 2.13738 "BENCH: 2.13737511635" +(2014, 12, 9, 5, 34, 34) function-interpolation-python 2.36377 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 9, 5, 34, 34) function-interpolation-python 0.972647 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 9, 5, 37, 8) la-vector-access-cpp 153.706 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 9, 5, 37, 46) la-vector-assignment-cpp 38.0243 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 10, 2, 8, 51) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.9057 "BENCH 13.9057" +(2014, 12, 10, 2, 9, 9) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1701 "Building point search tree to accelerate distance queries." +(2014, 12, 10, 2, 9, 26) geometry-bounding_box_tree_build-cpp 14.2647 "BENCH 14.2647" +(2014, 12, 10, 2, 9, 54) common-progress-cpp 27.8819 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 10, 2, 10, 23) common-timing-cpp 29.186 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 10, 2, 11, 57) fem-convergence-cpp 3.90364 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 10, 2, 11, 58) fem-jit-python 0.000419903 "JIT compilation (in memory cache)" +(2014, 12, 10, 5, 28, 49) mesh-refinement-cpp 8.60041 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 10, 5, 29, 10) mesh-topology-cpp 21.3144 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 10, 5, 29, 34) mesh-unitcube-cpp 23.8885 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 10, 5, 30, 13) mesh-iteration-cpp 36.0084 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 10, 5, 30, 13) function-evaluation-cpp 0.051332 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 10, 5, 30, 19) function-extrapolation-python 5.83498 "BENCH: 2.05190706253" +(2014, 12, 10, 5, 30, 19) function-extrapolation-python 2.05191 "BENCH: 2.05190706253" +(2014, 12, 10, 5, 30, 21) function-interpolation-python 2.28131 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 10, 5, 30, 21) function-interpolation-python 0.935288 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 10, 5, 32, 56) la-vector-access-cpp 155.26 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 10, 5, 33, 34) la-vector-assignment-cpp 38.0555 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 11, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8314 "BENCH 12.8314" +(2014, 12, 11, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9006 "Building point search tree to accelerate distance queries." +(2014, 12, 11, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.2316 "BENCH 14.2316" +(2014, 12, 11, 2, 9, 50) common-progress-cpp 27.8976 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 11, 2, 10, 20) common-timing-cpp 29.7156 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 11, 2, 11, 53) fem-convergence-cpp 3.88637 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 11, 2, 11, 55) fem-jit-python 0.000425005 "JIT compilation (in memory cache)" +(2014, 12, 11, 5, 36, 47) mesh-refinement-cpp 8.51818 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 11, 5, 37, 8) mesh-topology-cpp 21.4174 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 11, 5, 37, 32) mesh-unitcube-cpp 23.8422 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 11, 5, 38, 23) mesh-iteration-cpp 48.5165 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 11, 5, 38, 23) function-evaluation-cpp 0.0513809 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 11, 5, 38, 29) function-extrapolation-python 5.93456 "BENCH: 1.99134087563" +(2014, 12, 11, 5, 38, 29) function-extrapolation-python 1.99134 "BENCH: 1.99134087563" +(2014, 12, 11, 5, 38, 31) function-interpolation-python 2.25299 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 11, 5, 38, 31) function-interpolation-python 0.910212 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 11, 5, 41, 7) la-vector-access-cpp 155.317 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 11, 5, 41, 45) la-vector-assignment-cpp 38.0423 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 12, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1017 "BENCH 13.1017" +(2014, 12, 12, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4417 "Building point search tree to accelerate distance queries." +(2014, 12, 12, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.2022 "BENCH 14.2022" +(2014, 12, 12, 2, 9, 48) common-progress-cpp 27.9017 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 12, 2, 10, 19) common-timing-cpp 30.9786 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 12, 2, 11, 53) fem-convergence-cpp 3.88432 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 12, 2, 11, 54) fem-jit-python 0.000429106 "JIT compilation (in memory cache)" +(2014, 12, 12, 5, 24, 57) mesh-refinement-cpp 8.47242 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 12, 5, 25, 19) mesh-topology-cpp 21.8559 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 12, 5, 25, 42) mesh-unitcube-cpp 22.8273 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 12, 5, 26, 28) mesh-iteration-cpp 43.5774 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 12, 5, 26, 28) function-evaluation-cpp 0.053828 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 12, 5, 26, 33) function-extrapolation-python 5.49019 "BENCH: 2.01706314087" +(2014, 12, 12, 5, 26, 33) function-extrapolation-python 2.01706 "BENCH: 2.01706314087" +(2014, 12, 12, 5, 26, 36) function-interpolation-python 2.27918 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 12, 5, 26, 36) function-interpolation-python 0.953322 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 12, 5, 29, 8) la-vector-access-cpp 152.701 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 12, 5, 29, 46) la-vector-assignment-cpp 38.0115 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 13, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0859 "BENCH 13.0859" +(2014, 12, 13, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4561 "Building point search tree to accelerate distance queries." +(2014, 12, 13, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.1995 "BENCH 14.1995" +(2014, 12, 13, 2, 9, 48) common-progress-cpp 27.9003 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 13, 2, 10, 18) common-timing-cpp 30.6068 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 13, 2, 11, 53) fem-convergence-cpp 3.88772 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 13, 2, 11, 55) fem-jit-python 0.000417399 "JIT compilation (in memory cache)" +(2014, 12, 13, 5, 28, 57) mesh-refinement-cpp 8.40802 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 13, 5, 29, 18) mesh-topology-cpp 21.6505 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 13, 5, 29, 41) mesh-unitcube-cpp 22.8536 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 13, 5, 30, 23) mesh-iteration-cpp 39.1799 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 13, 5, 30, 23) function-evaluation-cpp 0.0537529 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 13, 5, 30, 29) function-extrapolation-python 5.78319 "BENCH: 2.02463197708" +(2014, 12, 13, 5, 30, 29) function-extrapolation-python 2.02463 "BENCH: 2.02463197708" +(2014, 12, 13, 5, 30, 31) function-interpolation-python 2.27945 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 13, 5, 30, 31) function-interpolation-python 0.953687 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 13, 5, 33, 7) la-vector-access-cpp 155.699 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 13, 5, 33, 49) la-vector-assignment-cpp 42.0067 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 14, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0771 "BENCH 13.0771" +(2014, 12, 14, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3546 "Building point search tree to accelerate distance queries." +(2014, 12, 14, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.2997 "BENCH 14.2997" +(2014, 12, 14, 2, 9, 48) common-progress-cpp 27.9107 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 14, 2, 10, 19) common-timing-cpp 30.9396 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 14, 2, 11, 54) fem-convergence-cpp 3.93471 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 14, 2, 11, 56) fem-jit-python 0.000420117 "JIT compilation (in memory cache)" +(2014, 12, 14, 5, 17, 31) mesh-refinement-cpp 8.45236 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 14, 5, 17, 53) mesh-topology-cpp 21.8024 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 14, 5, 18, 16) mesh-unitcube-cpp 22.7846 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 14, 5, 18, 57) mesh-iteration-cpp 39.176 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 14, 5, 18, 58) function-evaluation-cpp 0.074486 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 14, 5, 19, 3) function-extrapolation-python 5.62811 "BENCH: 2.0052549839" +(2014, 12, 14, 5, 19, 3) function-extrapolation-python 2.00525 "BENCH: 2.0052549839" +(2014, 12, 14, 5, 19, 6) function-interpolation-python 2.30022 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 14, 5, 19, 6) function-interpolation-python 0.957675 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 14, 5, 21, 39) la-vector-access-cpp 153.766 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 14, 5, 22, 17) la-vector-assignment-cpp 38.01 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 15, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1915 "BENCH 13.1915" +(2014, 12, 15, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1045 "Building point search tree to accelerate distance queries." +(2014, 12, 15, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.2413 "BENCH 14.2413" +(2014, 12, 15, 2, 9, 48) common-progress-cpp 27.9807 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 15, 2, 10, 18) common-timing-cpp 30.7174 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 15, 2, 11, 53) fem-convergence-cpp 3.847 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 15, 2, 11, 54) fem-jit-python 0.000411701 "JIT compilation (in memory cache)" +(2014, 12, 15, 5, 28, 13) mesh-refinement-cpp 8.43813 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 15, 5, 28, 35) mesh-topology-cpp 21.5852 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 15, 5, 28, 58) mesh-unitcube-cpp 22.8495 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 15, 5, 29, 39) mesh-iteration-cpp 39.1754 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 15, 5, 29, 39) function-evaluation-cpp 0.053679 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 15, 5, 29, 45) function-extrapolation-python 5.98334 "BENCH: 2.00072407722" +(2014, 12, 15, 5, 29, 45) function-extrapolation-python 2.00072 "BENCH: 2.00072407722" +(2014, 12, 15, 5, 29, 48) function-interpolation-python 2.26344 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 15, 5, 29, 48) function-interpolation-python 0.928461 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 15, 5, 32, 20) la-vector-access-cpp 152.714 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 15, 5, 33, 2) la-vector-assignment-cpp 42.0198 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 16, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1309 "BENCH 13.1309" +(2014, 12, 16, 2, 9, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0919 "Building point search tree to accelerate distance queries." +(2014, 12, 16, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.2994 "BENCH 14.2994" +(2014, 12, 16, 2, 9, 50) common-progress-cpp 27.8915 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 16, 2, 10, 21) common-timing-cpp 30.5716 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 16, 2, 11, 56) fem-convergence-cpp 3.87463 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 16, 2, 11, 57) fem-jit-python 0.000426102 "JIT compilation (in memory cache)" +(2014, 12, 16, 5, 38, 39) mesh-refinement-cpp 8.57738 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 16, 5, 39, 1) mesh-topology-cpp 21.8224 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 16, 5, 39, 24) mesh-unitcube-cpp 23.0424 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 16, 5, 40, 7) mesh-iteration-cpp 40.6312 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 16, 5, 40, 7) function-evaluation-cpp 0.106404 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 16, 5, 40, 13) function-extrapolation-python 5.64746 "BENCH: 2.09751391411" +(2014, 12, 16, 5, 40, 13) function-extrapolation-python 2.09751 "BENCH: 2.09751391411" +(2014, 12, 16, 5, 40, 15) function-interpolation-python 2.37509 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 16, 5, 40, 15) function-interpolation-python 0.954701 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 16, 5, 42, 49) la-vector-access-cpp 154.045 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 16, 5, 43, 31) la-vector-assignment-cpp 41.9887 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 17, 2, 8, 53) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0108 "BENCH 13.0108" +(2014, 12, 17, 2, 9, 12) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2991 "Building point search tree to accelerate distance queries." +(2014, 12, 17, 2, 9, 29) geometry-bounding_box_tree_build-cpp 14.2865 "BENCH 14.2865" +(2014, 12, 17, 2, 9, 57) common-progress-cpp 27.8872 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 17, 2, 10, 27) common-timing-cpp 30.4421 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 17, 2, 12, 1) fem-convergence-cpp 3.88998 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 17, 2, 12, 2) fem-jit-python 0.000418687 "JIT compilation (in memory cache)" +(2014, 12, 17, 5, 40, 1) mesh-refinement-cpp 8.47739 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 17, 5, 40, 23) mesh-topology-cpp 21.6157 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 17, 5, 40, 47) mesh-unitcube-cpp 23.2545 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 17, 5, 41, 28) mesh-iteration-cpp 39.1765 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 17, 5, 41, 28) function-evaluation-cpp 0.049916 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 17, 5, 41, 34) function-extrapolation-python 5.80313 "BENCH: 2.00367093086" +(2014, 12, 17, 5, 41, 34) function-extrapolation-python 2.00367 "BENCH: 2.00367093086" +(2014, 12, 17, 5, 41, 36) function-interpolation-python 2.2558 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 17, 5, 41, 36) function-interpolation-python 0.930046 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 17, 5, 44, 10) la-vector-access-cpp 153.955 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 17, 5, 44, 48) la-vector-assignment-cpp 38.1429 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 18, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9899 "BENCH 12.9899" +(2014, 12, 18, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3152 "Building point search tree to accelerate distance queries." +(2014, 12, 18, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.347 "BENCH 14.347" +(2014, 12, 18, 2, 9, 48) common-progress-cpp 27.8795 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 18, 2, 10, 19) common-timing-cpp 30.7719 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 18, 2, 11, 53) fem-convergence-cpp 3.86956 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 18, 2, 11, 54) fem-jit-python 0.000414109 "JIT compilation (in memory cache)" +(2014, 12, 18, 5, 23, 42) mesh-refinement-cpp 8.4328 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 18, 5, 24, 5) mesh-topology-cpp 21.8284 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 18, 5, 24, 28) mesh-unitcube-cpp 23.1051 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 18, 5, 25, 9) mesh-iteration-cpp 39.1977 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 18, 5, 25, 10) function-evaluation-cpp 0.0723219 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 18, 5, 25, 15) function-extrapolation-python 5.59039 "BENCH: 2.02850008011" +(2014, 12, 18, 5, 25, 15) function-extrapolation-python 2.0285 "BENCH: 2.02850008011" +(2014, 12, 18, 5, 25, 17) function-interpolation-python 2.26601 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 18, 5, 25, 17) function-interpolation-python 0.923468 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 18, 5, 27, 51) la-vector-access-cpp 153.461 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 18, 5, 28, 33) la-vector-assignment-cpp 42.3102 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 19, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0998 "BENCH 13.0998" +(2014, 12, 19, 2, 9, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1642 "Building point search tree to accelerate distance queries." +(2014, 12, 19, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.1554 "BENCH 14.1554" +(2014, 12, 19, 2, 9, 50) common-progress-cpp 27.8847 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 19, 2, 10, 21) common-timing-cpp 30.4001 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 19, 2, 11, 55) fem-convergence-cpp 3.86711 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 19, 2, 11, 56) fem-jit-python 0.000420117 "JIT compilation (in memory cache)" +(2014, 12, 19, 5, 32, 13) mesh-refinement-cpp 8.44807 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 19, 5, 32, 35) mesh-topology-cpp 21.8598 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 19, 5, 32, 58) mesh-unitcube-cpp 23.1617 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 19, 5, 33, 40) mesh-iteration-cpp 39.1825 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 19, 5, 33, 40) function-evaluation-cpp 0.0514779 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 19, 5, 33, 46) function-extrapolation-python 5.69784 "BENCH: 2.00138998032" +(2014, 12, 19, 5, 33, 46) function-extrapolation-python 2.00139 "BENCH: 2.00138998032" +(2014, 12, 19, 5, 33, 48) function-interpolation-python 2.25231 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 19, 5, 33, 48) function-interpolation-python 0.925456 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 19, 5, 36, 23) la-vector-access-cpp 154.753 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 19, 5, 37, 5) la-vector-assignment-cpp 42.1489 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 23, 2, 8, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0205 "BENCH 13.0205" +(2014, 12, 23, 2, 8, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9105 "Building point search tree to accelerate distance queries." +(2014, 12, 23, 2, 9, 11) geometry-bounding_box_tree_build-cpp 14.1741 "BENCH 14.1741" +(2014, 12, 23, 2, 9, 38) common-progress-cpp 27.8771 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 23, 2, 10, 10) common-timing-cpp 31.1484 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 23, 2, 11, 44) fem-convergence-cpp 3.86662 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 23, 2, 11, 46) fem-jit-python 0.000421095 "JIT compilation (in memory cache)" +(2014, 12, 23, 5, 32, 31) mesh-refinement-cpp 8.57416 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 23, 5, 32, 53) mesh-topology-cpp 21.4062 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 23, 5, 33, 16) mesh-unitcube-cpp 23.3596 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 23, 5, 33, 55) mesh-iteration-cpp 36.7639 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 23, 5, 33, 55) function-evaluation-cpp 0.0537641 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 23, 5, 34, 1) function-extrapolation-python 5.63767 "BENCH: 2.00522613525" +(2014, 12, 23, 5, 34, 1) function-extrapolation-python 2.00523 "BENCH: 2.00522613525" +(2014, 12, 23, 5, 34, 3) function-interpolation-python 2.2847 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 23, 5, 34, 3) function-interpolation-python 0.95027 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 23, 5, 36, 41) la-vector-access-cpp 157.199 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 23, 5, 37, 19) la-vector-assignment-cpp 38.026 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 24, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.4929 "BENCH 13.4929" +(2014, 12, 24, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3121 "Building point search tree to accelerate distance queries." +(2014, 12, 24, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.222 "BENCH 14.222" +(2014, 12, 24, 2, 9, 50) common-progress-cpp 27.8882 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 24, 2, 10, 21) common-timing-cpp 31.0581 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 24, 2, 11, 54) fem-convergence-cpp 3.84017 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 24, 2, 11, 56) fem-jit-python 0.000421405 "JIT compilation (in memory cache)" +(2014, 12, 24, 5, 20, 7) mesh-refinement-cpp 8.43344 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 24, 5, 20, 29) mesh-topology-cpp 21.3469 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 24, 5, 20, 52) mesh-unitcube-cpp 23.3858 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 24, 5, 21, 30) mesh-iteration-cpp 36.0824 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 24, 5, 21, 31) function-evaluation-cpp 0.0537429 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 24, 5, 21, 36) function-extrapolation-python 5.52536 "BENCH: 2.00918698311" +(2014, 12, 24, 5, 21, 36) function-extrapolation-python 2.00919 "BENCH: 2.00918698311" +(2014, 12, 24, 5, 21, 38) function-interpolation-python 2.25565 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 24, 5, 21, 38) function-interpolation-python 0.921512 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 24, 5, 24, 10) la-vector-access-cpp 151.65 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 24, 5, 24, 48) la-vector-assignment-cpp 38.0048 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 25, 2, 8, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0325 "BENCH 13.0325" +(2014, 12, 25, 2, 8, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1388 "Building point search tree to accelerate distance queries." +(2014, 12, 25, 2, 9, 15) geometry-bounding_box_tree_build-cpp 14.4462 "BENCH 14.4462" +(2014, 12, 25, 2, 9, 43) common-progress-cpp 27.8902 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 25, 2, 10, 14) common-timing-cpp 30.8919 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 25, 2, 11, 48) fem-convergence-cpp 3.83714 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 25, 2, 11, 50) fem-jit-python 0.00042119 "JIT compilation (in memory cache)" +(2014, 12, 25, 5, 27, 15) mesh-refinement-cpp 8.3942 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 25, 5, 27, 37) mesh-topology-cpp 21.6328 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 25, 5, 28, 0) mesh-unitcube-cpp 22.8113 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 25, 5, 28, 38) mesh-iteration-cpp 35.5434 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 25, 5, 28, 38) function-evaluation-cpp 0.0523801 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 25, 5, 28, 44) function-extrapolation-python 5.8692 "BENCH: 2.01356601715" +(2014, 12, 25, 5, 28, 44) function-extrapolation-python 2.01357 "BENCH: 2.01356601715" +(2014, 12, 25, 5, 28, 46) function-interpolation-python 2.27188 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 25, 5, 28, 46) function-interpolation-python 0.928945 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 25, 5, 31, 18) la-vector-access-cpp 152.156 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 25, 5, 31, 56) la-vector-assignment-cpp 38.0173 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 26, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.043 "BENCH 13.043" +(2014, 12, 26, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1618 "Building point search tree to accelerate distance queries." +(2014, 12, 26, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2187 "BENCH 14.2187" +(2014, 12, 26, 2, 9, 44) common-progress-cpp 27.8859 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 26, 2, 10, 15) common-timing-cpp 30.6585 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 26, 2, 11, 50) fem-convergence-cpp 3.87689 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 26, 2, 11, 51) fem-jit-python 0.000415802 "JIT compilation (in memory cache)" +(2014, 12, 26, 5, 14, 5) mesh-refinement-cpp 8.36464 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 26, 5, 14, 26) mesh-topology-cpp 21.3147 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 26, 5, 14, 49) mesh-unitcube-cpp 22.8014 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 26, 5, 15, 27) mesh-iteration-cpp 35.5059 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 26, 5, 15, 27) function-evaluation-cpp 0.0761781 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 26, 5, 15, 33) function-extrapolation-python 5.6102 "BENCH: 2.00827407837" +(2014, 12, 26, 5, 15, 33) function-extrapolation-python 2.00827 "BENCH: 2.00827407837" +(2014, 12, 26, 5, 15, 35) function-interpolation-python 2.26896 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 26, 5, 15, 35) function-interpolation-python 0.926316 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 26, 5, 18, 7) la-vector-access-cpp 152.149 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 26, 5, 18, 45) la-vector-assignment-cpp 38.0188 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 27, 2, 8, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9544 "BENCH 12.9544" +(2014, 12, 27, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2534 "Building point search tree to accelerate distance queries." +(2014, 12, 27, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.1478 "BENCH 14.1478" +(2014, 12, 27, 2, 9, 43) common-progress-cpp 27.8693 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 27, 2, 10, 15) common-timing-cpp 31.483 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 27, 2, 11, 50) fem-convergence-cpp 3.84296 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 27, 2, 11, 51) fem-jit-python 0.000421095 "JIT compilation (in memory cache)" +(2014, 12, 27, 5, 21, 10) mesh-refinement-cpp 8.37553 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 27, 5, 21, 32) mesh-topology-cpp 21.412 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 27, 5, 21, 54) mesh-unitcube-cpp 22.7872 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 27, 5, 22, 32) mesh-iteration-cpp 35.5673 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 27, 5, 22, 32) function-evaluation-cpp 0.0704529 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 27, 5, 22, 38) function-extrapolation-python 5.79081 "BENCH: 1.9982919693" +(2014, 12, 27, 5, 22, 38) function-extrapolation-python 1.99829 "BENCH: 1.9982919693" +(2014, 12, 27, 5, 22, 41) function-interpolation-python 2.29557 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 27, 5, 22, 41) function-interpolation-python 0.929562 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 27, 5, 25, 13) la-vector-access-cpp 152.055 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 27, 5, 25, 52) la-vector-assignment-cpp 39.5414 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 28, 2, 8, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9989 "BENCH 12.9989" +(2014, 12, 28, 2, 8, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0488 "Building point search tree to accelerate distance queries." +(2014, 12, 28, 2, 9, 15) geometry-bounding_box_tree_build-cpp 14.2363 "BENCH 14.2363" +(2014, 12, 28, 2, 9, 43) common-progress-cpp 27.9004 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 28, 2, 10, 13) common-timing-cpp 30.1166 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 28, 2, 11, 47) fem-convergence-cpp 3.84924 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 28, 2, 11, 49) fem-jit-python 0.000420213 "JIT compilation (in memory cache)" +(2014, 12, 28, 5, 21, 52) mesh-refinement-cpp 8.38026 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 28, 5, 22, 13) mesh-topology-cpp 21.3829 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 28, 5, 22, 36) mesh-unitcube-cpp 22.7971 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 28, 5, 23, 14) mesh-iteration-cpp 35.5507 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 28, 5, 23, 14) function-evaluation-cpp 0.074311 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 28, 5, 23, 20) function-extrapolation-python 5.86704 "BENCH: 2.00494098663" +(2014, 12, 28, 5, 23, 20) function-extrapolation-python 2.00494 "BENCH: 2.00494098663" +(2014, 12, 28, 5, 23, 22) function-interpolation-python 2.26242 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 28, 5, 23, 22) function-interpolation-python 0.936496 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 28, 5, 25, 55) la-vector-access-cpp 152.168 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 28, 5, 26, 34) la-vector-assignment-cpp 39.6396 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 29, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.7379 "BENCH 13.7379" +(2014, 12, 29, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2807 "Building point search tree to accelerate distance queries." +(2014, 12, 29, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.3613 "BENCH 14.3613" +(2014, 12, 29, 2, 9, 46) common-progress-cpp 27.8795 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 29, 2, 10, 16) common-timing-cpp 30.5232 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 29, 2, 11, 53) fem-convergence-cpp 3.82216 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 29, 2, 11, 54) fem-jit-python 0.000424385 "JIT compilation (in memory cache)" +(2014, 12, 29, 5, 30, 24) mesh-refinement-cpp 8.2567 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 29, 5, 30, 46) mesh-topology-cpp 21.6195 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 29, 5, 31, 9) mesh-unitcube-cpp 22.5672 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 29, 5, 31, 47) mesh-iteration-cpp 35.5462 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 29, 5, 31, 47) function-evaluation-cpp 0.0515208 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 29, 5, 31, 53) function-extrapolation-python 6.11285 "BENCH: 2.00217986107" +(2014, 12, 29, 5, 31, 53) function-extrapolation-python 2.00218 "BENCH: 2.00217986107" +(2014, 12, 29, 5, 31, 55) function-interpolation-python 2.25533 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 29, 5, 31, 55) function-interpolation-python 0.911716 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 29, 5, 34, 56) la-vector-access-cpp 180.299 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 29, 5, 35, 34) la-vector-assignment-cpp 38.0125 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 30, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1599 "BENCH 13.1599" +(2014, 12, 30, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2722 "Building point search tree to accelerate distance queries." +(2014, 12, 30, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.2412 "BENCH 14.2412" +(2014, 12, 30, 2, 9, 48) common-progress-cpp 27.8842 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 30, 2, 10, 18) common-timing-cpp 29.9201 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 30, 2, 11, 54) fem-convergence-cpp 3.8754 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 30, 2, 11, 55) fem-jit-python 0.000415802 "JIT compilation (in memory cache)" +(2014, 12, 30, 5, 23, 12) mesh-refinement-cpp 8.34546 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 30, 5, 23, 34) mesh-topology-cpp 21.6367 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 30, 5, 23, 57) mesh-unitcube-cpp 22.8416 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 30, 5, 24, 39) mesh-iteration-cpp 39.1713 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 30, 5, 24, 39) function-evaluation-cpp 0.074703 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 30, 5, 24, 44) function-extrapolation-python 5.64559 "BENCH: 2.01603007317" +(2014, 12, 30, 5, 24, 44) function-extrapolation-python 2.01603 "BENCH: 2.01603007317" +(2014, 12, 30, 5, 24, 47) function-interpolation-python 2.23919 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 30, 5, 24, 47) function-interpolation-python 0.904289 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 30, 5, 27, 45) la-vector-access-cpp 178.718 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 30, 5, 28, 27) la-vector-assignment-cpp 41.9852 "Assigning to vector of size 10000000 (100 repetitions)" +(2014, 12, 31, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0906 "BENCH 13.0906" +(2014, 12, 31, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0515 "Building point search tree to accelerate distance queries." +(2014, 12, 31, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.1686 "BENCH 14.1686" +(2014, 12, 31, 2, 9, 48) common-progress-cpp 27.8896 "Creating progress bar with 500000000 steps (5 repetitions)" +(2014, 12, 31, 2, 10, 19) common-timing-cpp 30.5862 "Timing access and registration of timings (10000000 repetitions)" +(2014, 12, 31, 2, 11, 54) fem-convergence-cpp 3.83313 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2014, 12, 31, 2, 11, 55) fem-jit-python 0.00042758 "JIT compilation (in memory cache)" +(2014, 12, 31, 5, 34, 16) mesh-refinement-cpp 8.3458 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2014, 12, 31, 5, 34, 37) mesh-topology-cpp 21.5631 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2014, 12, 31, 5, 35, 0) mesh-unitcube-cpp 22.5946 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2014, 12, 31, 5, 35, 38) mesh-iteration-cpp 35.5439 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2014, 12, 31, 5, 35, 38) function-evaluation-cpp 0.057802 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2014, 12, 31, 5, 35, 44) function-extrapolation-python 5.75814 "BENCH: 2.01219081879" +(2014, 12, 31, 5, 35, 44) function-extrapolation-python 2.01219 "BENCH: 2.01219081879" +(2014, 12, 31, 5, 35, 46) function-interpolation-python 2.24748 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 31, 5, 35, 46) function-interpolation-python 0.911566 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2014, 12, 31, 5, 38, 45) la-vector-access-cpp 178.298 "Accessing vector of size 10000000 (100 repetitions)" +(2014, 12, 31, 5, 39, 23) la-vector-assignment-cpp 38.0089 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 1, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0587 "BENCH 13.0587" +(2015, 1, 1, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9975 "Building point search tree to accelerate distance queries." +(2015, 1, 1, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.3001 "BENCH 14.3001" +(2015, 1, 1, 2, 9, 46) common-progress-cpp 27.8824 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 1, 2, 10, 15) common-timing-cpp 29.7459 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 1, 2, 11, 50) fem-convergence-cpp 3.87901 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 1, 2, 11, 51) fem-jit-python 0.000419617 "JIT compilation (in memory cache)" +(2015, 1, 1, 5, 19, 52) mesh-refinement-cpp 8.297 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 1, 5, 20, 13) mesh-topology-cpp 21.3629 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 1, 5, 20, 36) mesh-unitcube-cpp 22.3229 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 1, 5, 21, 14) mesh-iteration-cpp 35.5587 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 1, 5, 21, 14) function-evaluation-cpp 0.055769 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 1, 5, 21, 20) function-extrapolation-python 5.90148 "BENCH: 2.0072247982" +(2015, 1, 1, 5, 21, 20) function-extrapolation-python 2.00722 "BENCH: 2.0072247982" +(2015, 1, 1, 5, 21, 22) function-interpolation-python 2.26069 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 1, 5, 21, 22) function-interpolation-python 0.908384 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 1, 5, 24, 22) la-vector-access-cpp 180.358 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 1, 5, 25, 0) la-vector-assignment-cpp 38.0083 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 2, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3204 "BENCH 13.3204" +(2015, 1, 2, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1585 "Building point search tree to accelerate distance queries." +(2015, 1, 2, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.1261 "BENCH 14.1261" +(2015, 1, 2, 2, 9, 45) common-progress-cpp 27.9043 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 2, 2, 10, 14) common-timing-cpp 29.7639 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 2, 2, 11, 49) fem-convergence-cpp 3.84597 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 2, 2, 11, 51) fem-jit-python 0.000416017 "JIT compilation (in memory cache)" +(2015, 1, 2, 5, 22, 36) mesh-refinement-cpp 8.2922 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 2, 5, 22, 58) mesh-topology-cpp 21.5705 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 2, 5, 23, 21) mesh-unitcube-cpp 22.5825 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 2, 5, 23, 59) mesh-iteration-cpp 35.5596 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 2, 5, 23, 59) function-evaluation-cpp 0.0744019 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 2, 5, 24, 5) function-extrapolation-python 5.96587 "BENCH: 1.99899816513" +(2015, 1, 2, 5, 24, 5) function-extrapolation-python 1.999 "BENCH: 1.99899816513" +(2015, 1, 2, 5, 24, 7) function-interpolation-python 2.28387 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 2, 5, 24, 7) function-interpolation-python 0.914806 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 2, 5, 27, 5) la-vector-access-cpp 177.815 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 2, 5, 27, 43) la-vector-assignment-cpp 38.024 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 3, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.5334 "BENCH 13.5334" +(2015, 1, 3, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1997 "Building point search tree to accelerate distance queries." +(2015, 1, 3, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2138 "BENCH 14.2138" +(2015, 1, 3, 2, 9, 44) common-progress-cpp 27.8864 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 3, 2, 10, 13) common-timing-cpp 29.6123 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 3, 2, 11, 48) fem-convergence-cpp 3.81842 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 3, 2, 11, 50) fem-jit-python 0.000417399 "JIT compilation (in memory cache)" +(2015, 1, 3, 5, 32, 46) mesh-refinement-cpp 8.33575 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 3, 5, 33, 7) mesh-topology-cpp 21.6951 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 3, 5, 33, 30) mesh-unitcube-cpp 22.7261 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 3, 5, 34, 16) mesh-iteration-cpp 42.928 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 3, 5, 34, 16) function-evaluation-cpp 0.0763421 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 3, 5, 34, 22) function-extrapolation-python 5.82072 "BENCH: 2.00965189934" +(2015, 1, 3, 5, 34, 22) function-extrapolation-python 2.00965 "BENCH: 2.00965189934" +(2015, 1, 3, 5, 34, 24) function-interpolation-python 2.24636 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 3, 5, 34, 24) function-interpolation-python 0.919411 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 3, 5, 37, 24) la-vector-access-cpp 180.672 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 3, 5, 38, 3) la-vector-assignment-cpp 38.0143 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 4, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0676 "BENCH 13.0676" +(2015, 1, 4, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9599 "Building point search tree to accelerate distance queries." +(2015, 1, 4, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.3822 "BENCH 14.3822" +(2015, 1, 4, 2, 9, 44) common-progress-cpp 27.9026 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 4, 2, 10, 13) common-timing-cpp 29.3578 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 4, 2, 11, 49) fem-convergence-cpp 3.84838 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 4, 2, 11, 51) fem-jit-python 0.000413513 "JIT compilation (in memory cache)" +(2015, 1, 4, 5, 17, 24) mesh-refinement-cpp 8.37261 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 4, 5, 17, 45) mesh-topology-cpp 21.5224 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 4, 5, 18, 8) mesh-unitcube-cpp 22.6913 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 4, 5, 18, 46) mesh-iteration-cpp 35.4926 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 4, 5, 18, 46) function-evaluation-cpp 0.0520051 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 4, 5, 18, 52) function-extrapolation-python 5.62222 "BENCH: 2.00227999687" +(2015, 1, 4, 5, 18, 52) function-extrapolation-python 2.00228 "BENCH: 2.00227999687" +(2015, 1, 4, 5, 18, 54) function-interpolation-python 2.25625 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 4, 5, 18, 54) function-interpolation-python 0.921135 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 4, 5, 22, 20) la-vector-access-cpp 205.464 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 4, 5, 22, 58) la-vector-assignment-cpp 38.0132 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 5, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1085 "BENCH 13.1085" +(2015, 1, 5, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2546 "Building point search tree to accelerate distance queries." +(2015, 1, 5, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2243 "BENCH 14.2243" +(2015, 1, 5, 2, 9, 44) common-progress-cpp 27.884 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 5, 2, 10, 13) common-timing-cpp 29.1849 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 5, 2, 11, 49) fem-convergence-cpp 3.82368 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 5, 2, 11, 50) fem-jit-python 0.000422812 "JIT compilation (in memory cache)" +(2015, 1, 5, 5, 23, 26) mesh-refinement-cpp 8.3452 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 5, 5, 23, 48) mesh-topology-cpp 21.6097 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 5, 5, 24, 11) mesh-unitcube-cpp 22.7151 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 5, 5, 24, 49) mesh-iteration-cpp 35.5421 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 5, 5, 24, 49) function-evaluation-cpp 0.0556581 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 5, 5, 24, 55) function-extrapolation-python 5.83613 "BENCH: 2.01349687576" +(2015, 1, 5, 5, 24, 55) function-extrapolation-python 2.0135 "BENCH: 2.01349687576" +(2015, 1, 5, 5, 24, 57) function-interpolation-python 2.25661 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 5, 5, 24, 57) function-interpolation-python 0.913172 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 5, 5, 27, 57) la-vector-access-cpp 180.376 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 5, 5, 28, 36) la-vector-assignment-cpp 38.0147 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 6, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3748 "BENCH 13.3748" +(2015, 1, 6, 2, 9, 6) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2036 "Building point search tree to accelerate distance queries." +(2015, 1, 6, 2, 9, 23) geometry-bounding_box_tree_build-cpp 14.1506 "BENCH 14.1506" +(2015, 1, 6, 2, 9, 50) common-progress-cpp 27.8925 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 6, 2, 10, 20) common-timing-cpp 29.9094 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 6, 2, 11, 56) fem-convergence-cpp 3.80816 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 6, 2, 11, 57) fem-jit-python 0.000406003 "JIT compilation (in memory cache)" +(2015, 1, 6, 5, 27, 33) mesh-refinement-cpp 8.34632 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 6, 5, 27, 55) mesh-topology-cpp 21.7033 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 6, 5, 28, 17) mesh-unitcube-cpp 22.756 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 6, 5, 28, 55) mesh-iteration-cpp 35.489 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 6, 5, 28, 56) function-evaluation-cpp 0.072443 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 6, 5, 29, 4) function-extrapolation-python 8.38209 "BENCH: 2.16803002357" +(2015, 1, 6, 5, 29, 4) function-extrapolation-python 2.16803 "BENCH: 2.16803002357" +(2015, 1, 6, 5, 29, 6) function-interpolation-python 2.46719 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 6, 5, 29, 6) function-interpolation-python 0.922065 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 6, 5, 32, 11) la-vector-access-cpp 184.665 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 6, 5, 32, 49) la-vector-assignment-cpp 38.0218 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 7, 2, 8, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1593 "BENCH 13.1593" +(2015, 1, 7, 2, 9, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8902 "Building point search tree to accelerate distance queries." +(2015, 1, 7, 2, 9, 24) geometry-bounding_box_tree_build-cpp 14.2057 "BENCH 14.2057" +(2015, 1, 7, 2, 9, 52) common-progress-cpp 27.8808 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 7, 2, 10, 22) common-timing-cpp 29.726 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 7, 2, 11, 57) fem-convergence-cpp 3.83448 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 7, 2, 11, 59) fem-jit-python 0.000418019 "JIT compilation (in memory cache)" +(2015, 1, 7, 5, 31, 59) mesh-refinement-cpp 8.35124 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 7, 5, 32, 21) mesh-topology-cpp 21.4891 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 7, 5, 32, 43) mesh-unitcube-cpp 22.7289 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 7, 5, 33, 24) mesh-iteration-cpp 38.5672 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 7, 5, 33, 24) function-evaluation-cpp 0.0537319 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 7, 5, 33, 30) function-extrapolation-python 5.59979 "BENCH: 2.02233314514" +(2015, 1, 7, 5, 33, 30) function-extrapolation-python 2.02233 "BENCH: 2.02233314514" +(2015, 1, 7, 5, 33, 32) function-interpolation-python 2.27106 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 7, 5, 33, 32) function-interpolation-python 0.919375 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 7, 5, 36, 30) la-vector-access-cpp 177.862 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 7, 5, 37, 8) la-vector-assignment-cpp 38.0527 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 8, 2, 8, 51) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1278 "BENCH 13.1278" +(2015, 1, 8, 2, 9, 10) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1927 "Building point search tree to accelerate distance queries." +(2015, 1, 8, 2, 9, 26) geometry-bounding_box_tree_build-cpp 14.1781 "BENCH 14.1781" +(2015, 1, 8, 2, 9, 58) common-progress-cpp 31.6574 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 8, 2, 10, 27) common-timing-cpp 29.116 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 8, 2, 12, 3) fem-convergence-cpp 3.84759 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 8, 2, 12, 4) fem-jit-python 0.000414586 "JIT compilation (in memory cache)" +(2015, 1, 8, 5, 40, 4) mesh-refinement-cpp 8.34765 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 8, 5, 40, 26) mesh-topology-cpp 21.5923 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 8, 5, 40, 49) mesh-unitcube-cpp 22.7214 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 8, 5, 41, 27) mesh-iteration-cpp 35.5546 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 8, 5, 41, 27) function-evaluation-cpp 0.0580332 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 8, 5, 41, 33) function-extrapolation-python 5.70398 "BENCH: 2.01378583908" +(2015, 1, 8, 5, 41, 33) function-extrapolation-python 2.01379 "BENCH: 2.01378583908" +(2015, 1, 8, 5, 41, 35) function-interpolation-python 2.26885 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 8, 5, 41, 35) function-interpolation-python 0.916959 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 8, 5, 44, 34) la-vector-access-cpp 178.486 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 8, 5, 45, 12) la-vector-assignment-cpp 38.3204 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 9, 2, 8, 50) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2731 "BENCH 13.2731" +(2015, 1, 9, 2, 9, 9) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1343 "Building point search tree to accelerate distance queries." +(2015, 1, 9, 2, 9, 25) geometry-bounding_box_tree_build-cpp 14.2723 "BENCH 14.2723" +(2015, 1, 9, 2, 9, 53) common-progress-cpp 27.9066 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 9, 2, 10, 23) common-timing-cpp 29.8519 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 9, 2, 12, 0) fem-convergence-cpp 3.90938 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 9, 2, 12, 1) fem-jit-python 0.000414896 "JIT compilation (in memory cache)" +(2015, 1, 9, 5, 21, 40) mesh-refinement-cpp 8.34622 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 9, 5, 22, 2) mesh-topology-cpp 21.5423 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 9, 5, 22, 25) mesh-unitcube-cpp 22.7429 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 9, 5, 23, 3) mesh-iteration-cpp 35.5506 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 9, 5, 23, 3) function-evaluation-cpp 0.0746551 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 9, 5, 23, 9) function-extrapolation-python 6.0087 "BENCH: 2.00626206398" +(2015, 1, 9, 5, 23, 9) function-extrapolation-python 2.00626 "BENCH: 2.00626206398" +(2015, 1, 9, 5, 23, 11) function-interpolation-python 2.28338 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 9, 5, 23, 11) function-interpolation-python 0.920552 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 9, 5, 26, 9) la-vector-access-cpp 177.845 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 9, 5, 26, 51) la-vector-assignment-cpp 42.02 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 10, 2, 8, 49) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8081 "BENCH 12.8081" +(2015, 1, 10, 2, 9, 8) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2087 "Building point search tree to accelerate distance queries." +(2015, 1, 10, 2, 9, 24) geometry-bounding_box_tree_build-cpp 14.3514 "BENCH 14.3514" +(2015, 1, 10, 2, 9, 52) common-progress-cpp 27.8845 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 10, 2, 10, 23) common-timing-cpp 30.8278 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 10, 2, 11, 58) fem-convergence-cpp 3.83043 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 10, 2, 11, 59) fem-jit-python 0.000421906 "JIT compilation (in memory cache)" +(2015, 1, 10, 5, 30, 16) mesh-refinement-cpp 8.33409 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 10, 5, 30, 37) mesh-topology-cpp 21.4447 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 10, 5, 31, 0) mesh-unitcube-cpp 22.8475 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 10, 5, 31, 38) mesh-iteration-cpp 35.4945 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 10, 5, 31, 38) function-evaluation-cpp 0.059942 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 10, 5, 31, 44) function-extrapolation-python 6.08539 "BENCH: 2.00567293167" +(2015, 1, 10, 5, 31, 44) function-extrapolation-python 2.00567 "BENCH: 2.00567293167" +(2015, 1, 10, 5, 31, 47) function-interpolation-python 2.29375 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 10, 5, 31, 47) function-interpolation-python 0.950035 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 10, 5, 34, 23) la-vector-access-cpp 156.687 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 10, 5, 35, 9) la-vector-assignment-cpp 46.0391 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 11, 2, 8, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8139 "BENCH 12.8139" +(2015, 1, 11, 2, 8, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0228 "Building point search tree to accelerate distance queries." +(2015, 1, 11, 2, 9, 15) geometry-bounding_box_tree_build-cpp 14.1776 "BENCH 14.1776" +(2015, 1, 11, 2, 9, 43) common-progress-cpp 27.8902 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 11, 2, 10, 13) common-timing-cpp 30.2543 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 11, 2, 11, 47) fem-convergence-cpp 3.86529 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 11, 2, 11, 48) fem-jit-python 0.000416517 "JIT compilation (in memory cache)" +(2015, 1, 11, 5, 28, 4) mesh-refinement-cpp 8.40151 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 11, 5, 28, 26) mesh-topology-cpp 21.3656 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 11, 5, 28, 49) mesh-unitcube-cpp 22.8252 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 11, 5, 29, 35) mesh-iteration-cpp 44.1914 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 11, 5, 29, 36) function-evaluation-cpp 0.0763211 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 11, 5, 29, 41) function-extrapolation-python 5.63749 "BENCH: 2.01725697517" +(2015, 1, 11, 5, 29, 41) function-extrapolation-python 2.01726 "BENCH: 2.01725697517" +(2015, 1, 11, 5, 29, 44) function-interpolation-python 2.28352 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 11, 5, 29, 44) function-interpolation-python 0.948207 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 11, 5, 32, 20) la-vector-access-cpp 156.743 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 11, 5, 33, 2) la-vector-assignment-cpp 42.0952 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 12, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.7947 "BENCH 12.7947" +(2015, 1, 12, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0547 "Building point search tree to accelerate distance queries." +(2015, 1, 12, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.0345 "BENCH 14.0345" +(2015, 1, 12, 2, 9, 45) common-progress-cpp 27.8819 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 12, 2, 10, 15) common-timing-cpp 29.6903 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 12, 2, 11, 49) fem-convergence-cpp 3.86737 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 12, 2, 11, 50) fem-jit-python 0.00042181 "JIT compilation (in memory cache)" +(2015, 1, 12, 5, 25, 19) mesh-refinement-cpp 8.33512 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 12, 5, 25, 41) mesh-topology-cpp 21.3879 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 12, 5, 26, 4) mesh-unitcube-cpp 22.807 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 12, 5, 26, 42) mesh-iteration-cpp 35.545 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 12, 5, 26, 42) function-evaluation-cpp 0.053803 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 12, 5, 26, 47) function-extrapolation-python 5.6395 "BENCH: 2.0159637928" +(2015, 1, 12, 5, 26, 47) function-extrapolation-python 2.01596 "BENCH: 2.0159637928" +(2015, 1, 12, 5, 26, 50) function-interpolation-python 2.27788 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 12, 5, 26, 50) function-interpolation-python 0.949602 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 12, 5, 29, 26) la-vector-access-cpp 155.726 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 12, 5, 30, 12) la-vector-assignment-cpp 45.9608 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 13, 2, 8, 54) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8649 "BENCH 12.8649" +(2015, 1, 13, 2, 9, 12) geometry-bounding_box_tree_compute_closest_entity-cpp 14.7849 "Building point search tree to accelerate distance queries." +(2015, 1, 13, 2, 9, 29) geometry-bounding_box_tree_build-cpp 14.1641 "BENCH 14.1641" +(2015, 1, 13, 2, 9, 57) common-progress-cpp 27.8841 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 13, 2, 10, 27) common-timing-cpp 30.0876 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 13, 2, 12, 0) fem-convergence-cpp 3.85457 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 13, 2, 12, 21) fem-jit-python 0.000453305 "JIT compilation (in memory cache)" +(2015, 1, 13, 5, 24, 2) mesh-refinement-cpp 8.39043 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 13, 5, 24, 23) mesh-topology-cpp 21.4659 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 13, 5, 24, 46) mesh-unitcube-cpp 22.8977 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 13, 5, 25, 27) mesh-iteration-cpp 38.4988 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 13, 5, 25, 27) function-evaluation-cpp 0.074666 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 13, 5, 26, 35) function-extrapolation-python 68.289 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2015, 1, 13, 5, 26, 35) function-extrapolation-python 1.99764 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2015, 1, 13, 5, 26, 43) function-interpolation-python 7.81263 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2015, 1, 13, 5, 26, 43) function-interpolation-python 0.953647 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2015, 1, 13, 5, 29, 19) la-vector-access-cpp 155.76 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 13, 5, 30, 1) la-vector-assignment-cpp 42.0151 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 14, 2, 8, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8291 "BENCH 12.8291" +(2015, 1, 14, 2, 8, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9222 "Building point search tree to accelerate distance queries." +(2015, 1, 14, 2, 9, 15) geometry-bounding_box_tree_build-cpp 14.2174 "BENCH 14.2174" +(2015, 1, 14, 2, 9, 42) common-progress-cpp 27.8864 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 14, 2, 10, 12) common-timing-cpp 29.5192 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 14, 2, 11, 47) fem-convergence-cpp 3.92293 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 14, 2, 11, 48) fem-jit-python 0.000429392 "JIT compilation (in memory cache)" +(2015, 1, 14, 5, 34, 17) mesh-refinement-cpp 8.34241 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 14, 5, 34, 39) mesh-topology-cpp 21.3381 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 14, 5, 35, 2) mesh-unitcube-cpp 22.9236 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 14, 5, 35, 40) mesh-iteration-cpp 35.569 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 14, 5, 35, 40) function-evaluation-cpp 0.0829289 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 14, 5, 35, 46) function-extrapolation-python 6.62873 "BENCH: 2.096118927" +(2015, 1, 14, 5, 35, 46) function-extrapolation-python 2.09612 "BENCH: 2.096118927" +(2015, 1, 14, 5, 35, 49) function-interpolation-python 2.4353 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 14, 5, 35, 49) function-interpolation-python 1.02672 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 14, 5, 38, 25) la-vector-access-cpp 156.522 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 14, 5, 39, 12) la-vector-assignment-cpp 46.0434 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 15, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9918 "BENCH 12.9918" +(2015, 1, 15, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1896 "Building point search tree to accelerate distance queries." +(2015, 1, 15, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.1485 "BENCH 14.1485" +(2015, 1, 15, 2, 9, 48) common-progress-cpp 27.8825 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 15, 2, 10, 18) common-timing-cpp 29.4368 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 15, 2, 11, 52) fem-convergence-cpp 3.87741 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 15, 2, 11, 53) fem-jit-python 0.000416303 "JIT compilation (in memory cache)" +(2015, 1, 15, 5, 23, 17) mesh-refinement-cpp 8.31426 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 15, 5, 23, 39) mesh-topology-cpp 21.4694 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 15, 5, 24, 2) mesh-unitcube-cpp 22.8877 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 15, 5, 24, 40) mesh-iteration-cpp 35.5491 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 15, 5, 24, 40) function-evaluation-cpp 0.0518129 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 15, 5, 24, 46) function-extrapolation-python 5.61356 "BENCH: 2.00211000443" +(2015, 1, 15, 5, 24, 46) function-extrapolation-python 2.00211 "BENCH: 2.00211000443" +(2015, 1, 15, 5, 24, 48) function-interpolation-python 2.28541 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 15, 5, 24, 48) function-interpolation-python 0.949981 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 15, 5, 27, 24) la-vector-access-cpp 155.737 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 15, 5, 28, 6) la-vector-assignment-cpp 42.0192 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 16, 2, 8, 55) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9335 "BENCH 12.9335" +(2015, 1, 16, 2, 9, 13) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0538 "Building point search tree to accelerate distance queries." +(2015, 1, 16, 2, 9, 29) geometry-bounding_box_tree_build-cpp 13.8976 "BENCH 13.8976" +(2015, 1, 16, 2, 9, 57) common-progress-cpp 27.6304 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 16, 2, 10, 27) common-timing-cpp 29.9098 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 16, 2, 12, 0) fem-convergence-cpp 3.83205 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 16, 2, 12, 2) fem-jit-python 0.000410914 "JIT compilation (in memory cache)" +(2015, 1, 16, 5, 28, 4) mesh-refinement-cpp 8.33054 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 16, 5, 28, 25) mesh-topology-cpp 21.4062 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 16, 5, 28, 48) mesh-unitcube-cpp 22.8267 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 16, 5, 29, 29) mesh-iteration-cpp 38.5419 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 16, 5, 29, 29) function-evaluation-cpp 0.0540919 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 16, 5, 29, 35) function-extrapolation-python 5.78303 "BENCH: 1.99957108498" +(2015, 1, 16, 5, 29, 35) function-extrapolation-python 1.99957 "BENCH: 1.99957108498" +(2015, 1, 16, 5, 29, 37) function-interpolation-python 2.28011 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 16, 5, 29, 37) function-interpolation-python 0.956341 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 16, 5, 32, 14) la-vector-access-cpp 156.984 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 16, 5, 33, 1) la-vector-assignment-cpp 46.3291 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 17, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.01 "BENCH 13.01" +(2015, 1, 17, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0168 "Building point search tree to accelerate distance queries." +(2015, 1, 17, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.3072 "BENCH 14.3072" +(2015, 1, 17, 2, 9, 49) common-progress-cpp 27.8924 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 17, 2, 10, 19) common-timing-cpp 30.0094 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 17, 2, 11, 53) fem-convergence-cpp 3.89478 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 17, 2, 11, 54) fem-jit-python 0.000423813 "JIT compilation (in memory cache)" +(2015, 1, 17, 5, 22, 55) mesh-refinement-cpp 8.31758 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 17, 5, 23, 17) mesh-topology-cpp 21.3774 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 17, 5, 23, 40) mesh-unitcube-cpp 22.8568 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 17, 5, 24, 18) mesh-iteration-cpp 35.5163 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 17, 5, 24, 18) function-evaluation-cpp 0.0727181 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 17, 5, 24, 24) function-extrapolation-python 5.7864 "BENCH: 1.9984459877" +(2015, 1, 17, 5, 24, 24) function-extrapolation-python 1.99845 "BENCH: 1.9984459877" +(2015, 1, 17, 5, 24, 26) function-interpolation-python 2.29294 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 17, 5, 24, 26) function-interpolation-python 0.953182 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 17, 5, 27, 2) la-vector-access-cpp 155.665 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 17, 5, 27, 44) la-vector-assignment-cpp 41.9984 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 18, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9547 "BENCH 12.9547" +(2015, 1, 18, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8164 "Building point search tree to accelerate distance queries." +(2015, 1, 18, 2, 9, 15) geometry-bounding_box_tree_build-cpp 14.1116 "BENCH 14.1116" +(2015, 1, 18, 2, 9, 43) common-progress-cpp 27.8945 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 18, 2, 10, 14) common-timing-cpp 30.5726 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 18, 2, 11, 48) fem-convergence-cpp 3.83719 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 18, 2, 11, 49) fem-jit-python 0.000416708 "JIT compilation (in memory cache)" +(2015, 1, 18, 5, 30, 51) mesh-refinement-cpp 8.34175 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 18, 5, 31, 13) mesh-topology-cpp 21.4229 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 18, 5, 31, 36) mesh-unitcube-cpp 22.8335 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 18, 5, 32, 13) mesh-iteration-cpp 35.5179 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 18, 5, 32, 14) function-evaluation-cpp 0.0649691 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 18, 5, 32, 19) function-extrapolation-python 5.89365 "BENCH: 1.99503993988" +(2015, 1, 18, 5, 32, 19) function-extrapolation-python 1.99504 "BENCH: 1.99503993988" +(2015, 1, 18, 5, 32, 22) function-interpolation-python 2.28234 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 18, 5, 32, 22) function-interpolation-python 0.950215 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 18, 5, 34, 57) la-vector-access-cpp 155.607 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 18, 5, 35, 39) la-vector-assignment-cpp 41.9789 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 19, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.957 "BENCH 12.957" +(2015, 1, 19, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9742 "Building point search tree to accelerate distance queries." +(2015, 1, 19, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.2274 "BENCH 14.2274" +(2015, 1, 19, 2, 9, 48) common-progress-cpp 27.8882 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 19, 2, 10, 18) common-timing-cpp 30.0796 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 19, 2, 11, 52) fem-convergence-cpp 3.83207 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 19, 2, 11, 53) fem-jit-python 0.000418305 "JIT compilation (in memory cache)" +(2015, 1, 19, 5, 28, 51) mesh-refinement-cpp 8.31321 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 19, 5, 29, 13) mesh-topology-cpp 21.4081 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 19, 5, 29, 36) mesh-unitcube-cpp 22.7877 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 19, 5, 30, 22) mesh-iteration-cpp 44.1636 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 19, 5, 30, 22) function-evaluation-cpp 0.054148 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 19, 5, 30, 28) function-extrapolation-python 5.68525 "BENCH: 1.99312996864" +(2015, 1, 19, 5, 30, 28) function-extrapolation-python 1.99313 "BENCH: 1.99312996864" +(2015, 1, 19, 5, 30, 30) function-interpolation-python 2.26295 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 19, 5, 30, 30) function-interpolation-python 0.948084 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 19, 5, 33, 7) la-vector-access-cpp 156.626 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 19, 5, 33, 53) la-vector-assignment-cpp 46.0023 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 20, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.938 "BENCH 12.938" +(2015, 1, 20, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3592 "Building point search tree to accelerate distance queries." +(2015, 1, 20, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.1309 "BENCH 14.1309" +(2015, 1, 20, 2, 9, 45) common-progress-cpp 27.888 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 20, 2, 10, 15) common-timing-cpp 29.9419 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 20, 2, 11, 49) fem-convergence-cpp 3.90545 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 20, 2, 11, 51) fem-jit-python 0.000413918 "JIT compilation (in memory cache)" +(2015, 1, 20, 5, 20, 37) mesh-refinement-cpp 8.33833 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 20, 5, 20, 59) mesh-topology-cpp 21.3345 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 20, 5, 21, 21) mesh-unitcube-cpp 22.8396 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 20, 5, 22, 8) mesh-iteration-cpp 44.1665 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 20, 5, 22, 8) function-evaluation-cpp 0.054038 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 20, 5, 22, 14) function-extrapolation-python 5.66934 "BENCH: 1.99401187897" +(2015, 1, 20, 5, 22, 14) function-extrapolation-python 1.99401 "BENCH: 1.99401187897" +(2015, 1, 20, 5, 22, 16) function-interpolation-python 2.29171 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 20, 5, 22, 16) function-interpolation-python 0.95182 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 20, 5, 24, 53) la-vector-access-cpp 156.635 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 20, 5, 25, 35) la-vector-assignment-cpp 42.0132 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 21, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9162 "BENCH 12.9162" +(2015, 1, 21, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8577 "Building point search tree to accelerate distance queries." +(2015, 1, 21, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.1069 "BENCH 14.1069" +(2015, 1, 21, 2, 9, 45) common-progress-cpp 27.899 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 21, 2, 10, 15) common-timing-cpp 30.1389 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 21, 2, 11, 49) fem-convergence-cpp 3.85707 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 21, 2, 11, 51) fem-jit-python 0.000429916 "JIT compilation (in memory cache)" +(2015, 1, 21, 5, 23, 27) mesh-refinement-cpp 8.3288 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 21, 5, 23, 48) mesh-topology-cpp 21.3835 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 21, 5, 24, 11) mesh-unitcube-cpp 22.7911 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 21, 5, 24, 49) mesh-iteration-cpp 35.5586 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 21, 5, 24, 49) function-evaluation-cpp 0.0538089 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 21, 5, 24, 55) function-extrapolation-python 5.68216 "BENCH: 1.99137687683" +(2015, 1, 21, 5, 24, 55) function-extrapolation-python 1.99138 "BENCH: 1.99137687683" +(2015, 1, 21, 5, 24, 57) function-interpolation-python 2.27558 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 21, 5, 24, 57) function-interpolation-python 0.947757 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 21, 5, 27, 33) la-vector-access-cpp 155.673 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 21, 5, 28, 15) la-vector-assignment-cpp 42.0759 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 22, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0302 "BENCH 13.0302" +(2015, 1, 22, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0981 "Building point search tree to accelerate distance queries." +(2015, 1, 22, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.2438 "BENCH 14.2438" +(2015, 1, 22, 2, 9, 54) common-progress-cpp 31.6639 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 22, 2, 10, 23) common-timing-cpp 29.4664 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 22, 2, 11, 57) fem-convergence-cpp 3.84376 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 22, 2, 11, 59) fem-jit-python 0.000420499 "JIT compilation (in memory cache)" +(2015, 1, 22, 5, 22, 48) mesh-refinement-cpp 8.36185 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 22, 5, 23, 10) mesh-topology-cpp 21.3294 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 22, 5, 23, 32) mesh-unitcube-cpp 22.7715 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 22, 5, 24, 10) mesh-iteration-cpp 35.5338 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 22, 5, 24, 10) function-evaluation-cpp 0.0662131 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 22, 5, 24, 16) function-extrapolation-python 5.57816 "BENCH: 2.01826906204" +(2015, 1, 22, 5, 24, 16) function-extrapolation-python 2.01827 "BENCH: 2.01826906204" +(2015, 1, 22, 5, 24, 18) function-interpolation-python 2.28365 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 22, 5, 24, 18) function-interpolation-python 0.951847 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 22, 5, 26, 54) la-vector-access-cpp 155.663 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 22, 5, 27, 36) la-vector-assignment-cpp 42.0044 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 23, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9662 "BENCH 12.9662" +(2015, 1, 23, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9537 "Building point search tree to accelerate distance queries." +(2015, 1, 23, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2481 "BENCH 14.2481" +(2015, 1, 23, 2, 9, 44) common-progress-cpp 27.9001 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 23, 2, 10, 14) common-timing-cpp 29.8833 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 23, 2, 11, 49) fem-convergence-cpp 3.84386 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 23, 2, 11, 51) fem-jit-python 0.000425005 "JIT compilation (in memory cache)" +(2015, 1, 23, 5, 18, 18) mesh-refinement-cpp 8.33415 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 23, 5, 18, 39) mesh-topology-cpp 21.3355 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 23, 5, 19, 2) mesh-unitcube-cpp 22.7969 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 23, 5, 19, 40) mesh-iteration-cpp 35.52 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 23, 5, 19, 40) function-evaluation-cpp 0.0749261 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 23, 5, 19, 46) function-extrapolation-python 5.81342 "BENCH: 2.0104060173" +(2015, 1, 23, 5, 19, 46) function-extrapolation-python 2.01041 "BENCH: 2.0104060173" +(2015, 1, 23, 5, 19, 48) function-interpolation-python 2.27555 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 23, 5, 19, 48) function-interpolation-python 0.951791 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 23, 5, 22, 24) la-vector-access-cpp 155.669 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 23, 5, 23, 6) la-vector-assignment-cpp 41.9932 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 24, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0154 "BENCH 13.0154" +(2015, 1, 24, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9741 "Building point search tree to accelerate distance queries." +(2015, 1, 24, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.2417 "BENCH 14.2417" +(2015, 1, 24, 2, 9, 49) common-progress-cpp 27.8892 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 24, 2, 10, 18) common-timing-cpp 29.7009 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 24, 2, 11, 53) fem-convergence-cpp 3.84152 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 24, 2, 11, 54) fem-jit-python 0.000420094 "JIT compilation (in memory cache)" +(2015, 1, 24, 5, 35, 33) mesh-refinement-cpp 8.33555 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 24, 5, 35, 55) mesh-topology-cpp 21.4045 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 24, 5, 36, 17) mesh-unitcube-cpp 22.8117 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 24, 5, 36, 56) mesh-iteration-cpp 35.784 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 24, 5, 36, 56) function-evaluation-cpp 0.0561161 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 24, 5, 37, 1) function-extrapolation-python 5.8041 "BENCH: 2.01261305809" +(2015, 1, 24, 5, 37, 1) function-extrapolation-python 2.01261 "BENCH: 2.01261305809" +(2015, 1, 24, 5, 37, 4) function-interpolation-python 2.27188 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 24, 5, 37, 4) function-interpolation-python 0.948429 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 24, 5, 39, 39) la-vector-access-cpp 155.65 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 24, 5, 40, 21) la-vector-assignment-cpp 41.9903 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 25, 2, 8, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9225 "BENCH 12.9225" +(2015, 1, 25, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0413 "Building point search tree to accelerate distance queries." +(2015, 1, 25, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2568 "BENCH 14.2568" +(2015, 1, 25, 2, 9, 44) common-progress-cpp 27.8962 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 25, 2, 10, 14) common-timing-cpp 30.168 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 25, 2, 11, 48) fem-convergence-cpp 3.85531 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 25, 2, 11, 49) fem-jit-python 0.000419188 "JIT compilation (in memory cache)" +(2015, 1, 25, 5, 23, 19) mesh-refinement-cpp 8.35611 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 25, 5, 23, 40) mesh-topology-cpp 21.3933 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 25, 5, 24, 3) mesh-unitcube-cpp 22.8202 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 25, 5, 24, 41) mesh-iteration-cpp 35.5174 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 25, 5, 24, 41) function-evaluation-cpp 0.0540471 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 25, 5, 24, 47) function-extrapolation-python 5.65895 "BENCH: 1.9947681427" +(2015, 1, 25, 5, 24, 47) function-extrapolation-python 1.99477 "BENCH: 1.9947681427" +(2015, 1, 25, 5, 24, 49) function-interpolation-python 2.29256 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 25, 5, 24, 49) function-interpolation-python 0.953536 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 25, 5, 27, 25) la-vector-access-cpp 155.651 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 25, 5, 28, 7) la-vector-assignment-cpp 41.9976 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 26, 2, 8, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.7158 "BENCH 12.7158" +(2015, 1, 26, 2, 8, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8494 "Building point search tree to accelerate distance queries." +(2015, 1, 26, 2, 9, 15) geometry-bounding_box_tree_build-cpp 14.3352 "BENCH 14.3352" +(2015, 1, 26, 2, 9, 42) common-progress-cpp 27.8912 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 26, 2, 10, 13) common-timing-cpp 30.5711 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 26, 2, 11, 47) fem-convergence-cpp 3.84786 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 26, 2, 11, 49) fem-jit-python 0.00042069 "JIT compilation (in memory cache)" +(2015, 1, 26, 5, 26, 38) mesh-refinement-cpp 8.33337 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 26, 5, 27, 0) mesh-topology-cpp 21.4984 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 26, 5, 27, 23) mesh-unitcube-cpp 22.7893 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 26, 5, 28, 1) mesh-iteration-cpp 35.5359 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 26, 5, 28, 1) function-evaluation-cpp 0.0542519 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 26, 5, 28, 6) function-extrapolation-python 5.74605 "BENCH: 2.00397396088" +(2015, 1, 26, 5, 28, 6) function-extrapolation-python 2.00397 "BENCH: 2.00397396088" +(2015, 1, 26, 5, 28, 9) function-interpolation-python 2.2845 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 26, 5, 28, 9) function-interpolation-python 0.952035 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 26, 5, 30, 44) la-vector-access-cpp 155.659 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 26, 5, 31, 27) la-vector-assignment-cpp 42.1982 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 27, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9286 "BENCH 12.9286" +(2015, 1, 27, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8295 "Building point search tree to accelerate distance queries." +(2015, 1, 27, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.3962 "BENCH 14.3962" +(2015, 1, 27, 2, 9, 48) common-progress-cpp 27.8978 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 27, 2, 10, 17) common-timing-cpp 29.3535 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 27, 2, 11, 54) fem-convergence-cpp 3.86384 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 27, 2, 11, 56) fem-jit-python 0.000411701 "JIT compilation (in memory cache)" +(2015, 1, 27, 5, 29, 50) mesh-refinement-cpp 8.27834 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 27, 5, 30, 11) mesh-topology-cpp 21.4234 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 27, 5, 30, 34) mesh-unitcube-cpp 22.7617 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 27, 5, 31, 13) mesh-iteration-cpp 36.0146 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 27, 5, 31, 13) function-evaluation-cpp 0.077997 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 27, 5, 31, 18) function-extrapolation-python 5.69492 "BENCH: 1.99704194069" +(2015, 1, 27, 5, 31, 18) function-extrapolation-python 1.99704 "BENCH: 1.99704194069" +(2015, 1, 27, 5, 31, 21) function-interpolation-python 2.26771 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 27, 5, 31, 21) function-interpolation-python 0.898407 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 27, 5, 33, 56) la-vector-access-cpp 155.672 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 27, 5, 34, 42) la-vector-assignment-cpp 46.0215 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 28, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0188 "BENCH 13.0188" +(2015, 1, 28, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.219 "Building point search tree to accelerate distance queries." +(2015, 1, 28, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.2625 "BENCH 14.2625" +(2015, 1, 28, 2, 9, 49) common-progress-cpp 27.9836 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 28, 2, 10, 18) common-timing-cpp 29.2911 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 28, 2, 11, 55) fem-convergence-cpp 3.8915 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 28, 2, 11, 56) fem-jit-python 0.000416088 "JIT compilation (in memory cache)" +(2015, 1, 28, 5, 31, 40) mesh-refinement-cpp 8.25751 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 28, 5, 32, 1) mesh-topology-cpp 21.5208 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 28, 5, 32, 24) mesh-unitcube-cpp 22.5288 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 28, 5, 33, 2) mesh-iteration-cpp 35.5203 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 28, 5, 33, 2) function-evaluation-cpp 0.0531292 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 28, 5, 33, 7) function-extrapolation-python 5.5854 "BENCH: 1.99143505096" +(2015, 1, 28, 5, 33, 7) function-extrapolation-python 1.99144 "BENCH: 1.99143505096" +(2015, 1, 28, 5, 33, 10) function-interpolation-python 2.23877 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 28, 5, 33, 10) function-interpolation-python 0.897829 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 28, 5, 36, 26) la-vector-access-cpp 196.529 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 28, 5, 37, 8) la-vector-assignment-cpp 41.9942 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 29, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8724 "BENCH 12.8724" +(2015, 1, 29, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0227 "Building point search tree to accelerate distance queries." +(2015, 1, 29, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.1372 "BENCH 14.1372" +(2015, 1, 29, 2, 9, 46) common-progress-cpp 27.8926 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 29, 2, 10, 17) common-timing-cpp 30.3719 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 29, 2, 11, 54) fem-convergence-cpp 3.87615 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 29, 2, 11, 55) fem-jit-python 0.000417113 "JIT compilation (in memory cache)" +(2015, 1, 29, 5, 19, 13) mesh-refinement-cpp 8.30901 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 29, 5, 19, 35) mesh-topology-cpp 21.5235 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 29, 5, 19, 57) mesh-unitcube-cpp 22.569 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 29, 5, 20, 35) mesh-iteration-cpp 35.5451 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 29, 5, 20, 35) function-evaluation-cpp 0.052731 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 29, 5, 20, 41) function-extrapolation-python 5.7619 "BENCH: 1.98129105568" +(2015, 1, 29, 5, 20, 41) function-extrapolation-python 1.98129 "BENCH: 1.98129105568" +(2015, 1, 29, 5, 20, 43) function-interpolation-python 2.2345 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 29, 5, 20, 43) function-interpolation-python 0.896309 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 29, 5, 23, 19) la-vector-access-cpp 155.652 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 29, 5, 24, 5) la-vector-assignment-cpp 46.0091 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 30, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.7906 "BENCH 12.7906" +(2015, 1, 30, 2, 8, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9329 "Building point search tree to accelerate distance queries." +(2015, 1, 30, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2302 "BENCH 14.2302" +(2015, 1, 30, 2, 9, 43) common-progress-cpp 27.9042 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 30, 2, 10, 15) common-timing-cpp 31.4452 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 30, 2, 11, 52) fem-convergence-cpp 3.84434 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 30, 2, 11, 53) fem-jit-python 0.000427198 "JIT compilation (in memory cache)" +(2015, 1, 30, 5, 31, 48) mesh-refinement-cpp 8.2837 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 30, 5, 32, 10) mesh-topology-cpp 21.5219 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 30, 5, 32, 32) mesh-unitcube-cpp 22.6069 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 30, 5, 33, 10) mesh-iteration-cpp 35.5189 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 30, 5, 33, 10) function-evaluation-cpp 0.0529749 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 30, 5, 33, 16) function-extrapolation-python 5.96111 "BENCH: 2.00668096542" +(2015, 1, 30, 5, 33, 16) function-extrapolation-python 2.00668 "BENCH: 2.00668096542" +(2015, 1, 30, 5, 33, 19) function-interpolation-python 2.23988 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 30, 5, 33, 19) function-interpolation-python 0.900872 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 30, 5, 35, 54) la-vector-access-cpp 155.634 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 30, 5, 36, 36) la-vector-assignment-cpp 41.9938 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 1, 31, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9474 "BENCH 12.9474" +(2015, 1, 31, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 14.932 "Building point search tree to accelerate distance queries." +(2015, 1, 31, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.2834 "BENCH 14.2834" +(2015, 1, 31, 2, 9, 46) common-progress-cpp 27.8964 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 1, 31, 2, 10, 17) common-timing-cpp 30.2897 "Timing access and registration of timings (10000000 repetitions)" +(2015, 1, 31, 2, 11, 52) fem-convergence-cpp 3.87908 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 1, 31, 2, 11, 54) fem-jit-python 0.000415897 "JIT compilation (in memory cache)" +(2015, 1, 31, 5, 28, 12) mesh-refinement-cpp 8.22658 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 1, 31, 5, 28, 33) mesh-topology-cpp 21.5747 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 1, 31, 5, 28, 56) mesh-unitcube-cpp 22.6085 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 1, 31, 5, 29, 34) mesh-iteration-cpp 35.7343 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 1, 31, 5, 29, 34) function-evaluation-cpp 0.0932131 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 1, 31, 5, 29, 40) function-extrapolation-python 5.73736 "BENCH: 2.10626316071" +(2015, 1, 31, 5, 29, 40) function-extrapolation-python 2.10626 "BENCH: 2.10626316071" +(2015, 1, 31, 5, 29, 42) function-interpolation-python 2.32087 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 31, 5, 29, 42) function-interpolation-python 0.931475 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 1, 31, 5, 32, 19) la-vector-access-cpp 156.221 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 1, 31, 5, 33, 1) la-vector-assignment-cpp 42.0006 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 1, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0846 "BENCH 13.0846" +(2015, 2, 1, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0823 "Building point search tree to accelerate distance queries." +(2015, 2, 1, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2469 "BENCH 14.2469" +(2015, 2, 1, 2, 9, 44) common-progress-cpp 27.8901 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 1, 2, 10, 14) common-timing-cpp 29.9912 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 1, 2, 11, 50) fem-convergence-cpp 3.87176 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 1, 2, 11, 52) fem-jit-python 0.000423312 "JIT compilation (in memory cache)" +(2015, 2, 1, 5, 19, 54) mesh-refinement-cpp 8.2386 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 1, 5, 20, 15) mesh-topology-cpp 21.5764 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 1, 5, 20, 38) mesh-unitcube-cpp 22.5593 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 1, 5, 21, 16) mesh-iteration-cpp 35.5222 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 1, 5, 21, 16) function-evaluation-cpp 0.053803 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 1, 5, 21, 22) function-extrapolation-python 5.65852 "BENCH: 1.99313807487" +(2015, 2, 1, 5, 21, 22) function-extrapolation-python 1.99314 "BENCH: 1.99313807487" +(2015, 2, 1, 5, 21, 24) function-interpolation-python 2.23719 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 1, 5, 21, 24) function-interpolation-python 0.898627 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 1, 5, 24, 39) la-vector-access-cpp 194.606 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 1, 5, 25, 21) la-vector-assignment-cpp 42.0002 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 2, 2, 8, 45) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.7663 "BENCH 12.7663" +(2015, 2, 2, 2, 9, 3) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0363 "Building point search tree to accelerate distance queries." +(2015, 2, 2, 2, 9, 20) geometry-bounding_box_tree_build-cpp 14.0539 "BENCH 14.0539" +(2015, 2, 2, 2, 9, 48) common-progress-cpp 27.8635 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 2, 2, 10, 18) common-timing-cpp 29.9548 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 2, 2, 11, 53) fem-convergence-cpp 3.84214 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 2, 2, 11, 54) fem-jit-python 0.000419211 "JIT compilation (in memory cache)" +(2015, 2, 2, 5, 23, 29) mesh-refinement-cpp 8.28255 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 2, 5, 23, 51) mesh-topology-cpp 21.4119 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 2, 5, 24, 14) mesh-unitcube-cpp 22.5144 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 2, 5, 24, 51) mesh-iteration-cpp 35.5114 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 2, 5, 24, 52) function-evaluation-cpp 0.051955 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 2, 5, 24, 57) function-extrapolation-python 5.61891 "BENCH: 1.99913811684" +(2015, 2, 2, 5, 24, 57) function-extrapolation-python 1.99914 "BENCH: 1.99913811684" +(2015, 2, 2, 5, 24, 59) function-interpolation-python 2.22905 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 2, 5, 24, 59) function-interpolation-python 0.889984 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 2, 5, 27, 37) la-vector-access-cpp 157.171 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 2, 5, 28, 23) la-vector-assignment-cpp 46.0146 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 3, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.793 "BENCH 12.793" +(2015, 2, 3, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0672 "Building point search tree to accelerate distance queries." +(2015, 2, 3, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.1047 "BENCH 14.1047" +(2015, 2, 3, 2, 9, 49) common-progress-cpp 27.887 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 3, 2, 10, 19) common-timing-cpp 30.1409 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 3, 2, 11, 56) fem-convergence-cpp 3.85087 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 3, 2, 11, 58) fem-jit-python 0.000412917 "JIT compilation (in memory cache)" +(2015, 2, 3, 5, 20, 58) mesh-refinement-cpp 8.24532 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 3, 5, 21, 19) mesh-topology-cpp 21.3599 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 3, 5, 21, 42) mesh-unitcube-cpp 22.4781 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 3, 5, 22, 20) mesh-iteration-cpp 35.5103 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 3, 5, 22, 20) function-evaluation-cpp 0.0778661 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 3, 5, 22, 26) function-extrapolation-python 5.74858 "BENCH: 2.01262307167" +(2015, 2, 3, 5, 22, 26) function-extrapolation-python 2.01262 "BENCH: 2.01262307167" +(2015, 2, 3, 5, 22, 28) function-interpolation-python 2.24297 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 3, 5, 22, 28) function-interpolation-python 0.892446 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 3, 5, 25, 5) la-vector-access-cpp 157.21 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 3, 5, 25, 47) la-vector-assignment-cpp 41.9989 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 4, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2765 "BENCH 13.2765" +(2015, 2, 4, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1752 "Building point search tree to accelerate distance queries." +(2015, 2, 4, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.0402 "BENCH 14.0402" +(2015, 2, 4, 2, 9, 50) common-progress-cpp 27.8841 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 4, 2, 10, 21) common-timing-cpp 30.8417 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 4, 2, 11, 57) fem-convergence-cpp 3.83733 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 4, 2, 11, 58) fem-jit-python 0.000423002 "JIT compilation (in memory cache)" +(2015, 2, 4, 5, 37, 8) mesh-refinement-cpp 8.47136 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 4, 5, 37, 30) mesh-topology-cpp 22.1027 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 4, 5, 37, 53) mesh-unitcube-cpp 23.1241 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 4, 5, 38, 32) mesh-iteration-cpp 36.2096 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 4, 5, 38, 32) function-evaluation-cpp 0.0746 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 4, 5, 38, 39) function-extrapolation-python 6.33811 "BENCH: 2.01691484451" +(2015, 2, 4, 5, 38, 39) function-extrapolation-python 2.01691 "BENCH: 2.01691484451" +(2015, 2, 4, 5, 38, 41) function-interpolation-python 2.28027 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 4, 5, 38, 41) function-interpolation-python 0.947862 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 4, 5, 41, 19) la-vector-access-cpp 157.578 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 4, 5, 42, 1) la-vector-assignment-cpp 42.0061 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 5, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9417 "BENCH 12.9417" +(2015, 2, 5, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2308 "Building point search tree to accelerate distance queries." +(2015, 2, 5, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.3289 "BENCH 14.3289" +(2015, 2, 5, 2, 9, 47) common-progress-cpp 27.9223 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 5, 2, 10, 17) common-timing-cpp 30.399 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 5, 2, 11, 55) fem-convergence-cpp 3.98873 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 5, 2, 11, 56) fem-jit-python 0.000418997 "JIT compilation (in memory cache)" +(2015, 2, 5, 5, 35, 22) mesh-refinement-cpp 8.57701 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 5, 5, 35, 43) mesh-topology-cpp 21.7172 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 5, 5, 36, 7) mesh-unitcube-cpp 23.0297 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 5, 5, 36, 45) mesh-iteration-cpp 36.392 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 5, 5, 36, 45) function-evaluation-cpp 0.098614 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 5, 5, 36, 51) function-extrapolation-python 5.47868 "BENCH: 2.08205604553" +(2015, 2, 5, 5, 36, 51) function-extrapolation-python 2.08206 "BENCH: 2.08205604553" +(2015, 2, 5, 5, 36, 53) function-interpolation-python 2.38113 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 5, 5, 36, 53) function-interpolation-python 0.989093 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 5, 5, 39, 47) la-vector-access-cpp 173.161 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 5, 5, 40, 29) la-vector-assignment-cpp 42.0201 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 6, 2, 10, 13) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9155 "BENCH 12.9155" +(2015, 2, 6, 2, 10, 32) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0706 "Building point search tree to accelerate distance queries." +(2015, 2, 6, 2, 10, 48) geometry-bounding_box_tree_build-cpp 14.1847 "BENCH 14.1847" +(2015, 2, 6, 2, 11, 16) common-progress-cpp 27.8861 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 6, 2, 11, 47) common-timing-cpp 30.4256 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 6, 2, 13, 24) fem-convergence-cpp 3.87622 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 6, 2, 13, 25) fem-jit-python 0.000423908 "JIT compilation (in memory cache)" +(2015, 2, 6, 5, 24, 41) mesh-refinement-cpp 8.43665 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 6, 5, 25, 3) mesh-topology-cpp 21.5684 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 6, 5, 25, 26) mesh-unitcube-cpp 23.106 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 6, 5, 26, 5) mesh-iteration-cpp 36.0361 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 6, 5, 26, 5) function-evaluation-cpp 0.0771489 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 6, 5, 26, 10) function-extrapolation-python 5.59798 "BENCH: 2.02288913727" +(2015, 2, 6, 5, 26, 10) function-extrapolation-python 2.02289 "BENCH: 2.02288913727" +(2015, 2, 6, 5, 26, 13) function-interpolation-python 2.28042 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 6, 5, 26, 13) function-interpolation-python 0.941998 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 6, 5, 28, 49) la-vector-access-cpp 156.672 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 6, 5, 29, 35) la-vector-assignment-cpp 46.0157 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 7, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8681 "BENCH 12.8681" +(2015, 2, 7, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9657 "Building point search tree to accelerate distance queries." +(2015, 2, 7, 2, 9, 18) geometry-bounding_box_tree_build-cpp 14.354 "BENCH 14.354" +(2015, 2, 7, 2, 9, 46) common-progress-cpp 27.904 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 7, 2, 10, 16) common-timing-cpp 30.5559 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 7, 2, 11, 54) fem-convergence-cpp 3.86834 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 7, 2, 11, 55) fem-jit-python 0.000422001 "JIT compilation (in memory cache)" +(2015, 2, 7, 5, 22, 35) mesh-refinement-cpp 8.41782 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 7, 5, 22, 57) mesh-topology-cpp 21.4043 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 7, 5, 23, 19) mesh-unitcube-cpp 22.7344 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 7, 5, 23, 58) mesh-iteration-cpp 36.0492 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 7, 5, 23, 58) function-evaluation-cpp 0.0645189 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 7, 5, 24, 4) function-extrapolation-python 5.72379 "BENCH: 2.0016849041" +(2015, 2, 7, 5, 24, 4) function-extrapolation-python 2.00168 "BENCH: 2.0016849041" +(2015, 2, 7, 5, 24, 6) function-interpolation-python 2.2845 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 7, 5, 24, 6) function-interpolation-python 0.944619 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 7, 5, 26, 44) la-vector-access-cpp 157.671 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 7, 5, 27, 26) la-vector-assignment-cpp 41.9998 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 8, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9149 "BENCH 12.9149" +(2015, 2, 8, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8533 "Building point search tree to accelerate distance queries." +(2015, 2, 8, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.2944 "BENCH 14.2944" +(2015, 2, 8, 2, 9, 47) common-progress-cpp 27.878 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 8, 2, 10, 17) common-timing-cpp 30.3629 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 8, 2, 11, 55) fem-convergence-cpp 3.86025 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 8, 2, 11, 56) fem-jit-python 0.000429106 "JIT compilation (in memory cache)" +(2015, 2, 8, 5, 23, 51) mesh-refinement-cpp 8.42952 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 8, 5, 24, 12) mesh-topology-cpp 21.5769 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 8, 5, 24, 35) mesh-unitcube-cpp 22.8324 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 8, 5, 25, 14) mesh-iteration-cpp 36.0491 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 8, 5, 25, 14) function-evaluation-cpp 0.072722 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 8, 5, 25, 19) function-extrapolation-python 5.56836 "BENCH: 1.99747180939" +(2015, 2, 8, 5, 25, 19) function-extrapolation-python 1.99747 "BENCH: 1.99747180939" +(2015, 2, 8, 5, 25, 22) function-interpolation-python 2.29429 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 8, 5, 25, 22) function-interpolation-python 0.946924 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 8, 5, 27, 57) la-vector-access-cpp 155.732 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 8, 5, 28, 39) la-vector-assignment-cpp 41.9954 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 9, 2, 8, 42) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0256 "BENCH 13.0256" +(2015, 2, 9, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2805 "Building point search tree to accelerate distance queries." +(2015, 2, 9, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.3428 "BENCH 14.3428" +(2015, 2, 9, 2, 9, 45) common-progress-cpp 27.8874 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 9, 2, 10, 15) common-timing-cpp 29.6803 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 9, 2, 11, 49) fem-convergence-cpp 3.84817 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 9, 2, 11, 51) fem-jit-python 0.000415683 "JIT compilation (in memory cache)" +(2015, 2, 9, 5, 25, 22) mesh-refinement-cpp 8.41362 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 9, 5, 25, 44) mesh-topology-cpp 21.4063 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 9, 5, 26, 7) mesh-unitcube-cpp 22.769 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 9, 5, 26, 48) mesh-iteration-cpp 38.5509 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 9, 5, 26, 48) function-evaluation-cpp 0.079474 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 9, 5, 26, 54) function-extrapolation-python 5.89367 "BENCH: 2.00670695305" +(2015, 2, 9, 5, 26, 54) function-extrapolation-python 2.00671 "BENCH: 2.00670695305" +(2015, 2, 9, 5, 26, 56) function-interpolation-python 2.26866 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 9, 5, 26, 56) function-interpolation-python 0.945634 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 9, 5, 29, 34) la-vector-access-cpp 157.658 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 9, 5, 30, 16) la-vector-assignment-cpp 42.0093 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 10, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9004 "BENCH 12.9004" +(2015, 2, 10, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8766 "Building point search tree to accelerate distance queries." +(2015, 2, 10, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.2157 "BENCH 14.2157" +(2015, 2, 10, 2, 9, 47) common-progress-cpp 27.9047 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 10, 2, 10, 17) common-timing-cpp 30.4034 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 10, 2, 11, 52) fem-convergence-cpp 3.84225 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 10, 2, 11, 53) fem-jit-python 0.000425196 "JIT compilation (in memory cache)" +(2015, 2, 10, 5, 24, 15) mesh-refinement-cpp 8.43726 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 10, 5, 24, 36) mesh-topology-cpp 21.4342 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 10, 5, 24, 59) mesh-unitcube-cpp 22.7271 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 10, 5, 25, 40) mesh-iteration-cpp 38.4914 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 10, 5, 25, 40) function-evaluation-cpp 0.099462 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 10, 5, 25, 46) function-extrapolation-python 5.61698 "BENCH: 2.02750897408" +(2015, 2, 10, 5, 25, 46) function-extrapolation-python 2.02751 "BENCH: 2.02750897408" +(2015, 2, 10, 5, 25, 48) function-interpolation-python 2.28898 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 10, 5, 25, 48) function-interpolation-python 0.959003 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 10, 5, 28, 24) la-vector-access-cpp 155.638 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 10, 5, 29, 6) la-vector-assignment-cpp 42.1738 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 11, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9498 "BENCH 12.9498" +(2015, 2, 11, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8947 "Building point search tree to accelerate distance queries." +(2015, 2, 11, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.0294 "BENCH 14.0294" +(2015, 2, 11, 2, 9, 47) common-progress-cpp 28.234 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 11, 2, 10, 17) common-timing-cpp 30.0576 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 11, 2, 11, 54) fem-convergence-cpp 3.84135 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 11, 2, 11, 55) fem-jit-python 0.000418901 "JIT compilation (in memory cache)" +(2015, 2, 11, 5, 20, 39) mesh-refinement-cpp 8.41591 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 11, 5, 21, 0) mesh-topology-cpp 21.5134 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 11, 5, 21, 23) mesh-unitcube-cpp 22.8824 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 11, 5, 22, 4) mesh-iteration-cpp 38.5528 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 11, 5, 22, 4) function-evaluation-cpp 0.0545449 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 11, 5, 22, 10) function-extrapolation-python 5.6231 "BENCH: 1.99815392494" +(2015, 2, 11, 5, 22, 10) function-extrapolation-python 1.99815 "BENCH: 1.99815392494" +(2015, 2, 11, 5, 22, 12) function-interpolation-python 2.29979 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 11, 5, 22, 12) function-interpolation-python 0.953307 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 11, 5, 25, 16) la-vector-access-cpp 183.397 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 11, 5, 25, 58) la-vector-assignment-cpp 42.0038 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 12, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9211 "BENCH 12.9211" +(2015, 2, 12, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8819 "Building point search tree to accelerate distance queries." +(2015, 2, 12, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.117 "BENCH 14.117" +(2015, 2, 12, 2, 9, 49) common-progress-cpp 27.8984 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 12, 2, 10, 20) common-timing-cpp 31.0567 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 12, 2, 11, 57) fem-convergence-cpp 3.84313 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 12, 2, 11, 59) fem-jit-python 0.00041461 "JIT compilation (in memory cache)" +(2015, 2, 12, 5, 31, 40) mesh-refinement-cpp 8.40614 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 12, 5, 32, 2) mesh-topology-cpp 21.5804 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 12, 5, 32, 25) mesh-unitcube-cpp 22.7311 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 12, 5, 33, 3) mesh-iteration-cpp 36.0717 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 12, 5, 33, 3) function-evaluation-cpp 0.072602 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 12, 5, 33, 9) function-extrapolation-python 5.54261 "BENCH: 2.005879879" +(2015, 2, 12, 5, 33, 9) function-extrapolation-python 2.00588 "BENCH: 2.005879879" +(2015, 2, 12, 5, 33, 11) function-interpolation-python 2.28128 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 12, 5, 33, 11) function-interpolation-python 0.943221 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 12, 5, 35, 47) la-vector-access-cpp 155.691 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 12, 5, 36, 29) la-vector-assignment-cpp 41.9873 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 13, 2, 8, 47) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8979 "BENCH 12.8979" +(2015, 2, 13, 2, 9, 5) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9874 "Building point search tree to accelerate distance queries." +(2015, 2, 13, 2, 9, 22) geometry-bounding_box_tree_build-cpp 14.0418 "BENCH 14.0418" +(2015, 2, 13, 2, 9, 50) common-progress-cpp 27.8811 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 13, 2, 10, 20) common-timing-cpp 29.8306 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 13, 2, 11, 57) fem-convergence-cpp 3.88574 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 13, 2, 11, 58) fem-jit-python 0.000418305 "JIT compilation (in memory cache)" +(2015, 2, 13, 5, 31, 47) mesh-refinement-cpp 8.56194 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 13, 5, 32, 9) mesh-topology-cpp 21.572 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 13, 5, 32, 32) mesh-unitcube-cpp 22.9348 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 13, 5, 33, 11) mesh-iteration-cpp 36.4053 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 13, 5, 33, 11) function-evaluation-cpp 0.0773149 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 13, 5, 33, 17) function-extrapolation-python 5.74959 "BENCH: 2.05807304382" +(2015, 2, 13, 5, 33, 17) function-extrapolation-python 2.05807 "BENCH: 2.05807304382" +(2015, 2, 13, 5, 33, 19) function-interpolation-python 2.34395 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 13, 5, 33, 19) function-interpolation-python 0.966344 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 13, 5, 35, 57) la-vector-access-cpp 157.43 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 13, 5, 36, 43) la-vector-assignment-cpp 46.0285 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 14, 2, 8, 44) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0511 "BENCH 13.0511" +(2015, 2, 14, 2, 9, 2) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2607 "Building point search tree to accelerate distance queries." +(2015, 2, 14, 2, 9, 19) geometry-bounding_box_tree_build-cpp 14.2074 "BENCH 14.2074" +(2015, 2, 14, 2, 9, 47) common-progress-cpp 27.8872 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 14, 2, 10, 17) common-timing-cpp 30.4027 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 14, 2, 11, 53) fem-convergence-cpp 3.84649 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 14, 2, 11, 54) fem-jit-python 0.000420499 "JIT compilation (in memory cache)" +(2015, 2, 14, 5, 30, 25) mesh-refinement-cpp 8.61695 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 14, 5, 30, 47) mesh-topology-cpp 21.8707 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 14, 5, 31, 10) mesh-unitcube-cpp 23.0261 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 14, 5, 31, 56) mesh-iteration-cpp 43.8163 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 14, 5, 31, 56) function-evaluation-cpp 0.112423 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 14, 5, 32, 2) function-extrapolation-python 5.47676 "BENCH: 2.07007479668" +(2015, 2, 14, 5, 32, 2) function-extrapolation-python 2.07007 "BENCH: 2.07007479668" +(2015, 2, 14, 5, 32, 4) function-interpolation-python 2.31784 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 14, 5, 32, 4) function-interpolation-python 0.952871 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 14, 5, 34, 41) la-vector-access-cpp 157.058 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 14, 5, 35, 23) la-vector-assignment-cpp 42.0052 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 15, 2, 8, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9295 "BENCH 12.9295" +(2015, 2, 15, 2, 9, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8282 "Building point search tree to accelerate distance queries." +(2015, 2, 15, 2, 9, 16) geometry-bounding_box_tree_build-cpp 14.2533 "BENCH 14.2533" +(2015, 2, 15, 2, 9, 44) common-progress-cpp 27.8847 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 15, 2, 10, 14) common-timing-cpp 29.7358 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 15, 2, 11, 50) fem-convergence-cpp 3.86424 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 15, 2, 11, 51) fem-jit-python 0.00041852 "JIT compilation (in memory cache)" +(2015, 2, 15, 5, 28, 1) mesh-refinement-cpp 8.42518 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 15, 5, 28, 22) mesh-topology-cpp 21.4052 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 15, 5, 28, 45) mesh-unitcube-cpp 22.7658 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 15, 5, 29, 23) mesh-iteration-cpp 36.0638 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 15, 5, 29, 23) function-evaluation-cpp 0.0539842 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 15, 5, 29, 29) function-extrapolation-python 5.72886 "BENCH: 2.00570416451" +(2015, 2, 15, 5, 29, 29) function-extrapolation-python 2.0057 "BENCH: 2.00570416451" +(2015, 2, 15, 5, 29, 32) function-interpolation-python 2.26687 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 15, 5, 29, 32) function-interpolation-python 0.92876 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 15, 5, 32, 7) la-vector-access-cpp 155.653 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 15, 5, 32, 49) la-vector-assignment-cpp 42.017 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 16, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9412 "BENCH 12.9412" +(2015, 2, 16, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8664 "Building point search tree to accelerate distance queries." +(2015, 2, 16, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.1623 "BENCH 14.1623" +(2015, 2, 16, 2, 9, 49) common-progress-cpp 28.0251 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 16, 2, 10, 19) common-timing-cpp 30.8004 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 16, 2, 11, 56) fem-convergence-cpp 3.89275 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 16, 2, 11, 59) fem-jit-python 0.000421786 "JIT compilation (in memory cache)" +(2015, 2, 16, 5, 27, 51) mesh-refinement-cpp 8.45581 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 16, 5, 28, 13) mesh-topology-cpp 21.418 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 16, 5, 28, 36) mesh-unitcube-cpp 22.7987 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 16, 5, 29, 14) mesh-iteration-cpp 36.0286 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 16, 5, 29, 14) function-evaluation-cpp 0.0912499 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 16, 5, 29, 20) function-extrapolation-python 5.59939 "BENCH: 1.99086213112" +(2015, 2, 16, 5, 29, 20) function-extrapolation-python 1.99086 "BENCH: 1.99086213112" +(2015, 2, 16, 5, 29, 22) function-interpolation-python 2.274 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 16, 5, 29, 22) function-interpolation-python 0.927842 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 16, 5, 31, 59) la-vector-access-cpp 156.662 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 16, 5, 32, 41) la-vector-assignment-cpp 41.9894 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 17, 2, 8, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9363 "BENCH 12.9363" +(2015, 2, 17, 2, 9, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 14.7393 "Building point search tree to accelerate distance queries." +(2015, 2, 17, 2, 9, 17) geometry-bounding_box_tree_build-cpp 14.0866 "BENCH 14.0866" +(2015, 2, 17, 2, 9, 45) common-progress-cpp 27.8845 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 17, 2, 10, 15) common-timing-cpp 30.2329 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 17, 2, 11, 53) fem-convergence-cpp 3.8627 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 17, 2, 11, 54) fem-jit-python 0.000426412 "JIT compilation (in memory cache)" +(2015, 2, 17, 5, 26, 45) mesh-refinement-cpp 8.39926 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 17, 5, 27, 7) mesh-topology-cpp 21.5359 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 17, 5, 27, 30) mesh-unitcube-cpp 22.7673 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 17, 5, 28, 8) mesh-iteration-cpp 36.0274 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 17, 5, 28, 8) function-evaluation-cpp 0.054383 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 17, 5, 28, 14) function-extrapolation-python 5.84207 "BENCH: 2.02217888832" +(2015, 2, 17, 5, 28, 14) function-extrapolation-python 2.02218 "BENCH: 2.02217888832" +(2015, 2, 17, 5, 28, 16) function-interpolation-python 2.27814 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 17, 5, 28, 16) function-interpolation-python 0.932276 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 17, 5, 31, 20) la-vector-access-cpp 183.302 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 17, 5, 32, 2) la-vector-assignment-cpp 42.0414 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 18, 2, 8, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8985 "BENCH 12.8985" +(2015, 2, 18, 2, 9, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9901 "Building point search tree to accelerate distance queries." +(2015, 2, 18, 2, 9, 21) geometry-bounding_box_tree_build-cpp 14.2467 "BENCH 14.2467" +(2015, 2, 18, 2, 9, 53) common-progress-cpp 31.6521 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 18, 2, 10, 23) common-timing-cpp 29.9154 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 18, 2, 11, 57) fem-convergence-cpp 3.86983 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 18, 2, 11, 59) fem-jit-python 0.0004287 "JIT compilation (in memory cache)" +(2015, 2, 18, 5, 27, 6) mesh-refinement-cpp 8.54528 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 18, 5, 27, 29) mesh-topology-cpp 22.3321 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 18, 5, 27, 52) mesh-unitcube-cpp 23.0074 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 18, 5, 28, 31) mesh-iteration-cpp 36.2444 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 18, 5, 28, 31) function-evaluation-cpp 0.0931251 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 18, 5, 28, 37) function-extrapolation-python 5.89335 "BENCH: 2.08315205574" +(2015, 2, 18, 5, 28, 37) function-extrapolation-python 2.08315 "BENCH: 2.08315205574" +(2015, 2, 18, 5, 28, 39) function-interpolation-python 2.35012 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 18, 5, 28, 39) function-interpolation-python 0.950281 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 18, 5, 31, 15) la-vector-access-cpp 156.085 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 18, 5, 31, 57) la-vector-assignment-cpp 42.0192 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 2, 19, 2, 9, 3) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2872 "BENCH 13.2872" +(2015, 2, 19, 2, 9, 22) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3014 "Building point search tree to accelerate distance queries." +(2015, 2, 19, 2, 9, 38) geometry-bounding_box_tree_build-cpp 14.1043 "BENCH 14.1043" +(2015, 2, 19, 2, 10, 6) common-progress-cpp 27.9106 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 2, 19, 2, 10, 36) common-timing-cpp 29.3973 "Timing access and registration of timings (10000000 repetitions)" +(2015, 2, 19, 2, 12, 9) fem-convergence-cpp 3.90614 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 2, 19, 2, 12, 10) fem-jit-python 0.000422001 "JIT compilation (in memory cache)" +(2015, 2, 19, 5, 28, 51) mesh-refinement-cpp 8.24996 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 2, 19, 5, 29, 13) mesh-topology-cpp 21.786 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 2, 19, 5, 29, 36) mesh-unitcube-cpp 22.4425 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 2, 19, 5, 30, 14) mesh-iteration-cpp 35.5109 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 2, 19, 5, 30, 14) function-evaluation-cpp 0.062834 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 2, 19, 5, 30, 19) function-extrapolation-python 5.70348 "BENCH: 2.00259017944" +(2015, 2, 19, 5, 30, 19) function-extrapolation-python 2.00259 "BENCH: 2.00259017944" +(2015, 2, 19, 5, 30, 22) function-interpolation-python 2.30721 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 19, 5, 30, 22) function-interpolation-python 0.968658 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2015, 2, 19, 5, 32, 53) la-vector-access-cpp 151.027 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 2, 19, 5, 33, 35) la-vector-assignment-cpp 42.0061 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 20, 8, 9, 3) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9364 "BENCH 12.9364" +(2015, 3, 20, 8, 9, 21) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9867 "Building point search tree to accelerate distance queries." +(2015, 3, 20, 8, 9, 37) geometry-bounding_box_tree_build-cpp 14.1886 "BENCH 14.1886" +(2015, 3, 20, 8, 10, 5) common-progress-cpp 27.7346 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 20, 8, 11, 18) common-timing-cpp 72.5637 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 20, 8, 12, 48) fem-convergence-cpp 3.64517 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 21, 2, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.982 "BENCH 12.982" +(2015, 3, 21, 2, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0123 "Building point search tree to accelerate distance queries." +(2015, 3, 21, 2, 10, 12) geometry-bounding_box_tree_build-cpp 13.9065 "BENCH 13.9065" +(2015, 3, 21, 2, 10, 40) common-progress-cpp 27.6032 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 21, 2, 11, 52) common-timing-cpp 72.5305 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 21, 2, 13, 21) fem-convergence-cpp 3.5965 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 21, 5, 1, 54) fem-speedup-cpp 10111.1 "Assembly/solve speedup running on 4 processors" +(2015, 3, 21, 5, 1, 54) fem-speedup-cpp-assembly 6.45968 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 21, 5, 1, 54) fem-speedup-cpp-solve 0.682783 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 21, 5, 2, 4) mesh-refinement-cpp 9.6983 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 21, 5, 2, 26) mesh-topology-cpp 21.4044 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 21, 5, 2, 48) mesh-unitcube-cpp 22.1685 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 21, 5, 3, 26) mesh-iteration-cpp 35.5517 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 21, 5, 3, 26) function-evaluation-cpp 0.03566 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 21, 5, 5, 22) la-vector-access-cpp 112.442 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 21, 5, 5, 59) la-vector-assignment-cpp 37.4748 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 22, 2, 9, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9707 "BENCH 12.9707" +(2015, 3, 22, 2, 9, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9672 "Building point search tree to accelerate distance queries." +(2015, 3, 22, 2, 10, 7) geometry-bounding_box_tree_build-cpp 14.1644 "BENCH 14.1644" +(2015, 3, 22, 2, 10, 35) common-progress-cpp 27.7926 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 22, 2, 11, 47) common-timing-cpp 72.2379 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 22, 2, 13, 16) fem-convergence-cpp 3.64729 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 22, 4, 55, 18) fem-speedup-cpp 9720.27 "Assembly/solve speedup running on 4 processors" +(2015, 3, 22, 4, 55, 18) fem-speedup-cpp-assembly 6.46243 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 22, 4, 55, 18) fem-speedup-cpp-solve 0.69393 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 22, 4, 55, 28) mesh-refinement-cpp 9.6657 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 22, 4, 55, 50) mesh-topology-cpp 21.33 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 22, 4, 56, 12) mesh-unitcube-cpp 22.0677 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 22, 4, 56, 50) mesh-iteration-cpp 35.5197 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 22, 4, 56, 50) function-evaluation-cpp 0.03547 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 22, 4, 58, 45) la-vector-access-cpp 111.883 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 22, 4, 59, 23) la-vector-assignment-cpp 37.4854 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 23, 2, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9633 "BENCH 12.9633" +(2015, 3, 23, 2, 9, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0446 "Building point search tree to accelerate distance queries." +(2015, 3, 23, 2, 10, 7) geometry-bounding_box_tree_build-cpp 14.1177 "BENCH 14.1177" +(2015, 3, 23, 2, 10, 35) common-progress-cpp 27.7901 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 23, 2, 11, 50) common-timing-cpp 74.5936 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 23, 2, 13, 19) fem-convergence-cpp 3.65482 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 23, 5, 13, 12) fem-speedup-cpp 10791.9 "Assembly/solve speedup running on 4 processors" +(2015, 3, 23, 5, 13, 12) fem-speedup-cpp-assembly 6.44391 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 23, 5, 13, 12) fem-speedup-cpp-solve 0.596431 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 23, 5, 13, 23) mesh-refinement-cpp 9.67308 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 23, 5, 13, 44) mesh-topology-cpp 21.3146 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 23, 5, 14, 6) mesh-unitcube-cpp 22.0786 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 23, 5, 14, 44) mesh-iteration-cpp 35.4986 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 23, 5, 14, 44) function-evaluation-cpp 0.0391459 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 23, 5, 16, 39) la-vector-access-cpp 110.934 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 23, 5, 17, 20) la-vector-assignment-cpp 40.9414 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 24, 2, 9, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0505 "BENCH 13.0505" +(2015, 3, 24, 2, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0085 "Building point search tree to accelerate distance queries." +(2015, 3, 24, 2, 10, 13) geometry-bounding_box_tree_build-cpp 14.1158 "BENCH 14.1158" +(2015, 3, 24, 2, 10, 41) common-progress-cpp 27.8055 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 24, 2, 11, 53) common-timing-cpp 72.2283 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 24, 2, 13, 23) fem-convergence-cpp 3.64277 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 24, 5, 2, 16) fem-speedup-cpp 10132 "Assembly/solve speedup running on 4 processors" +(2015, 3, 24, 5, 2, 16) fem-speedup-cpp-assembly 6.2482 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 24, 5, 2, 16) fem-speedup-cpp-solve 0.653102 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 24, 5, 2, 26) mesh-refinement-cpp 9.68068 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 24, 5, 2, 48) mesh-topology-cpp 21.3483 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 24, 5, 3, 10) mesh-unitcube-cpp 22.186 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 24, 5, 3, 48) mesh-iteration-cpp 35.5008 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 24, 5, 3, 48) function-evaluation-cpp 0.0390491 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 24, 5, 5, 44) la-vector-access-cpp 112.12 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 24, 5, 6, 21) la-vector-assignment-cpp 37.5554 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 25, 2, 9, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0383 "BENCH 13.0383" +(2015, 3, 25, 2, 9, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1951 "Building point search tree to accelerate distance queries." +(2015, 3, 25, 2, 10, 13) geometry-bounding_box_tree_build-cpp 14.1323 "BENCH 14.1323" +(2015, 3, 25, 2, 10, 41) common-progress-cpp 27.8443 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 25, 2, 11, 54) common-timing-cpp 72.3458 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 25, 2, 13, 24) fem-convergence-cpp 3.62637 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 25, 5, 2, 29) fem-speedup-cpp 10143.7 "Assembly/solve speedup running on 4 processors" +(2015, 3, 25, 5, 2, 29) fem-speedup-cpp-assembly 6.49894 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 25, 5, 2, 29) fem-speedup-cpp-solve 0.656719 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 25, 5, 2, 39) mesh-refinement-cpp 9.65583 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 25, 5, 3, 1) mesh-topology-cpp 21.3106 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 25, 5, 3, 23) mesh-unitcube-cpp 22.151 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 25, 5, 4, 1) mesh-iteration-cpp 35.5123 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 25, 5, 4, 1) function-evaluation-cpp 0.038727 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 25, 5, 5, 57) la-vector-access-cpp 112.99 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 25, 5, 6, 39) la-vector-assignment-cpp 41.4771 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 26, 2, 9, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0301 "BENCH 13.0301" +(2015, 3, 26, 2, 9, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0209 "Building point search tree to accelerate distance queries." +(2015, 3, 26, 2, 10, 9) geometry-bounding_box_tree_build-cpp 14.1601 "BENCH 14.1601" +(2015, 3, 26, 2, 10, 37) common-progress-cpp 27.7787 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 26, 2, 11, 50) common-timing-cpp 72.9241 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 26, 2, 13, 20) fem-convergence-cpp 3.63802 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 26, 4, 59, 31) fem-speedup-cpp 9970.21 "Assembly/solve speedup running on 4 processors" +(2015, 3, 26, 4, 59, 31) fem-speedup-cpp-assembly 6.36023 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 26, 4, 59, 31) fem-speedup-cpp-solve 0.664266 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 26, 4, 59, 41) mesh-refinement-cpp 9.69414 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 26, 5, 0, 3) mesh-topology-cpp 21.3054 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 26, 5, 0, 25) mesh-unitcube-cpp 22.0974 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 26, 5, 1, 3) mesh-iteration-cpp 35.5122 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 26, 5, 1, 3) function-evaluation-cpp 0.035718 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 26, 5, 2, 56) la-vector-access-cpp 109.424 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 26, 5, 3, 33) la-vector-assignment-cpp 37.4888 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 27, 2, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0322 "BENCH 13.0322" +(2015, 3, 27, 2, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1999 "Building point search tree to accelerate distance queries." +(2015, 3, 27, 2, 10, 10) geometry-bounding_box_tree_build-cpp 14.2077 "BENCH 14.2077" +(2015, 3, 27, 2, 10, 38) common-progress-cpp 27.7875 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 27, 2, 11, 51) common-timing-cpp 73.573 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 27, 2, 13, 20) fem-convergence-cpp 3.62865 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 27, 4, 54, 3) fem-speedup-cpp 9641.67 "Assembly/solve speedup running on 4 processors" +(2015, 3, 27, 4, 54, 3) fem-speedup-cpp-assembly 6.37373 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 27, 4, 54, 3) fem-speedup-cpp-solve 0.699076 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 27, 4, 54, 14) mesh-refinement-cpp 9.68937 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 27, 4, 54, 35) mesh-topology-cpp 21.3365 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 27, 4, 54, 57) mesh-unitcube-cpp 22.0976 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 27, 4, 55, 36) mesh-iteration-cpp 36.8735 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 27, 4, 55, 36) function-evaluation-cpp 0.0354409 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 27, 4, 57, 32) la-vector-access-cpp 112.453 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 27, 4, 58, 10) la-vector-assignment-cpp 37.4824 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 28, 2, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1162 "BENCH 13.1162" +(2015, 3, 28, 2, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0197 "Building point search tree to accelerate distance queries." +(2015, 3, 28, 2, 10, 11) geometry-bounding_box_tree_build-cpp 14.1425 "BENCH 14.1425" +(2015, 3, 28, 2, 10, 39) common-progress-cpp 27.7741 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 28, 2, 11, 52) common-timing-cpp 73.0875 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 28, 2, 13, 21) fem-convergence-cpp 3.64967 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 28, 5, 20, 40) fem-speedup-cpp 11237.1 "Assembly/solve speedup running on 4 processors" +(2015, 3, 28, 5, 20, 40) fem-speedup-cpp-assembly 6.36185 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 28, 5, 20, 40) fem-speedup-cpp-solve 0.544172 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 28, 5, 20, 50) mesh-refinement-cpp 9.67083 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 28, 5, 21, 12) mesh-topology-cpp 21.3457 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 28, 5, 21, 34) mesh-unitcube-cpp 22.3124 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 28, 5, 22, 12) mesh-iteration-cpp 35.4978 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 28, 5, 22, 12) function-evaluation-cpp 0.0353961 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 28, 5, 24, 7) la-vector-access-cpp 111.928 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 28, 5, 24, 45) la-vector-assignment-cpp 37.5116 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 29, 1, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0502 "BENCH 13.0502" +(2015, 3, 29, 1, 9, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1291 "Building point search tree to accelerate distance queries." +(2015, 3, 29, 1, 10, 8) geometry-bounding_box_tree_build-cpp 14.0597 "BENCH 14.0597" +(2015, 3, 29, 1, 10, 36) common-progress-cpp 27.7997 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 29, 1, 11, 49) common-timing-cpp 73.0022 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 29, 1, 13, 19) fem-convergence-cpp 3.65721 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 29, 4, 8, 39) fem-speedup-cpp 10518.5 "Assembly/solve speedup running on 4 processors" +(2015, 3, 29, 4, 8, 39) fem-speedup-cpp-assembly 6.31959 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 29, 4, 8, 39) fem-speedup-cpp-solve 0.603944 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 29, 4, 8, 49) mesh-refinement-cpp 9.70359 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 29, 4, 9, 11) mesh-topology-cpp 21.3499 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 29, 4, 9, 33) mesh-unitcube-cpp 22.1585 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 29, 4, 10, 10) mesh-iteration-cpp 35.5036 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 29, 4, 10, 11) function-evaluation-cpp 0.0357509 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 29, 4, 12, 5) la-vector-access-cpp 110.89 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 29, 4, 12, 47) la-vector-assignment-cpp 41.4822 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 30, 1, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9603 "BENCH 12.9603" +(2015, 3, 30, 1, 9, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1731 "Building point search tree to accelerate distance queries." +(2015, 3, 30, 1, 10, 8) geometry-bounding_box_tree_build-cpp 14.1585 "BENCH 14.1585" +(2015, 3, 30, 1, 10, 41) common-progress-cpp 32.8053 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 30, 1, 11, 54) common-timing-cpp 73.2411 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 30, 1, 13, 24) fem-convergence-cpp 3.63205 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 30, 4, 15, 54) fem-speedup-cpp 10948.6 "Assembly/solve speedup running on 4 processors" +(2015, 3, 30, 4, 15, 54) fem-speedup-cpp-assembly 6.36559 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 30, 4, 15, 54) fem-speedup-cpp-solve 0.589143 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 30, 4, 16, 4) mesh-refinement-cpp 9.67372 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 30, 4, 16, 26) mesh-topology-cpp 21.3859 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 30, 4, 16, 48) mesh-unitcube-cpp 22.2561 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 30, 4, 17, 26) mesh-iteration-cpp 35.5267 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 30, 4, 17, 26) function-evaluation-cpp 0.035145 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 30, 4, 19, 25) la-vector-access-cpp 115.791 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 30, 4, 20, 7) la-vector-assignment-cpp 41.4756 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 3, 31, 1, 9, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1344 "BENCH 13.1344" +(2015, 3, 31, 1, 9, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0434 "Building point search tree to accelerate distance queries." +(2015, 3, 31, 1, 10, 7) geometry-bounding_box_tree_build-cpp 14.0284 "BENCH 14.0284" +(2015, 3, 31, 1, 10, 38) common-progress-cpp 31.5462 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 3, 31, 1, 11, 52) common-timing-cpp 73.3037 "Timing access and registration of timings (10000000 repetitions)" +(2015, 3, 31, 1, 13, 21) fem-convergence-cpp 3.62996 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 3, 31, 4, 8, 44) fem-speedup-cpp 10522.2 "Assembly/solve speedup running on 4 processors" +(2015, 3, 31, 4, 8, 44) fem-speedup-cpp-assembly 6.29657 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 3, 31, 4, 8, 44) fem-speedup-cpp-solve 0.591001 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 3, 31, 4, 8, 55) mesh-refinement-cpp 9.64323 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 3, 31, 4, 9, 16) mesh-topology-cpp 21.4307 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 3, 31, 4, 9, 38) mesh-unitcube-cpp 21.6919 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 3, 31, 4, 10, 19) mesh-iteration-cpp 39.1356 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 3, 31, 4, 10, 19) function-evaluation-cpp 0.0353961 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 3, 31, 4, 12, 14) la-vector-access-cpp 111.431 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 3, 31, 4, 12, 55) la-vector-assignment-cpp 40.9787 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 1, 1, 9, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0933 "BENCH 13.0933" +(2015, 4, 1, 1, 9, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9485 "Building point search tree to accelerate distance queries." +(2015, 4, 1, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.091 "BENCH 14.091" +(2015, 4, 1, 1, 10, 34) common-progress-cpp 27.7913 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 1, 1, 11, 47) common-timing-cpp 72.4916 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 1, 1, 13, 16) fem-convergence-cpp 3.63863 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 1, 3, 55, 27) fem-speedup-cpp 9729.53 "Assembly/solve speedup running on 4 processors" +(2015, 4, 1, 3, 55, 27) fem-speedup-cpp-assembly 6.36345 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 1, 3, 55, 27) fem-speedup-cpp-solve 0.689531 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 1, 3, 55, 37) mesh-refinement-cpp 9.63922 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 1, 3, 55, 59) mesh-topology-cpp 21.3666 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 1, 3, 56, 20) mesh-unitcube-cpp 21.6769 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 1, 3, 56, 58) mesh-iteration-cpp 35.5269 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 1, 3, 56, 58) function-evaluation-cpp 0.0354221 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 1, 3, 58, 58) la-vector-access-cpp 115.76 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 1, 3, 59, 35) la-vector-assignment-cpp 37.4821 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 2, 1, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3026 "BENCH 13.3026" +(2015, 4, 2, 1, 9, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1131 "Building point search tree to accelerate distance queries." +(2015, 4, 2, 1, 10, 8) geometry-bounding_box_tree_build-cpp 14.1829 "BENCH 14.1829" +(2015, 4, 2, 1, 10, 35) common-progress-cpp 27.797 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 2, 1, 11, 47) common-timing-cpp 72.0636 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 2, 1, 13, 18) fem-convergence-cpp 3.64341 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 2, 3, 59, 52) fem-speedup-cpp 9993.54 "Assembly/solve speedup running on 4 processors" +(2015, 4, 2, 3, 59, 52) fem-speedup-cpp-assembly 6.25165 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 2, 3, 59, 52) fem-speedup-cpp-solve 0.669682 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 2, 4, 0, 3) mesh-refinement-cpp 9.66889 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 2, 4, 0, 24) mesh-topology-cpp 21.3509 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 2, 4, 0, 46) mesh-unitcube-cpp 21.6824 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 2, 4, 1, 24) mesh-iteration-cpp 35.4969 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 2, 4, 1, 24) function-evaluation-cpp 0.035593 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 2, 4, 3, 20) la-vector-access-cpp 112.476 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 2, 4, 3, 57) la-vector-assignment-cpp 37.5137 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 3, 1, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3462 "BENCH 13.3462" +(2015, 4, 3, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9524 "Building point search tree to accelerate distance queries." +(2015, 4, 3, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.0217 "BENCH 14.0217" +(2015, 4, 3, 1, 10, 38) common-progress-cpp 27.7768 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 3, 1, 11, 51) common-timing-cpp 72.7836 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 3, 1, 13, 21) fem-convergence-cpp 3.66019 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 3, 3, 56, 53) fem-speedup-cpp 9810.88 "Assembly/solve speedup running on 4 processors" +(2015, 4, 3, 3, 56, 53) fem-speedup-cpp-assembly 6.71282 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 3, 3, 56, 53) fem-speedup-cpp-solve 0.662128 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 3, 3, 57, 4) mesh-refinement-cpp 9.65438 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 3, 3, 57, 25) mesh-topology-cpp 21.3812 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 3, 3, 57, 47) mesh-unitcube-cpp 21.6871 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 3, 3, 58, 25) mesh-iteration-cpp 35.4898 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 3, 3, 58, 25) function-evaluation-cpp 0.035744 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 3, 4, 0, 22) la-vector-access-cpp 113.908 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 3, 4, 0, 59) la-vector-assignment-cpp 36.4831 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 4, 1, 9, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3173 "BENCH 13.3173" +(2015, 4, 4, 1, 9, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9574 "Building point search tree to accelerate distance queries." +(2015, 4, 4, 1, 10, 7) geometry-bounding_box_tree_build-cpp 14.1174 "BENCH 14.1174" +(2015, 4, 4, 1, 10, 35) common-progress-cpp 27.7887 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 4, 1, 11, 48) common-timing-cpp 73.3024 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 4, 1, 13, 18) fem-convergence-cpp 3.64401 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 4, 4, 17, 38) fem-speedup-cpp 11059.5 "Assembly/solve speedup running on 4 processors" +(2015, 4, 4, 4, 17, 38) fem-speedup-cpp-assembly 6.4694 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 4, 4, 17, 38) fem-speedup-cpp-solve 0.568368 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 4, 4, 17, 49) mesh-refinement-cpp 9.61396 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 4, 4, 18, 10) mesh-topology-cpp 21.5116 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 4, 4, 18, 32) mesh-unitcube-cpp 21.7626 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 4, 4, 19, 13) mesh-iteration-cpp 39.1351 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 4, 4, 19, 13) function-evaluation-cpp 0.039237 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 4, 4, 21, 11) la-vector-access-cpp 113.507 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 4, 4, 21, 47) la-vector-assignment-cpp 36.4969 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 5, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3351 "BENCH 13.3351" +(2015, 4, 5, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1845 "Building point search tree to accelerate distance queries." +(2015, 4, 5, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.1159 "BENCH 14.1159" +(2015, 4, 5, 1, 10, 38) common-progress-cpp 27.7801 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 5, 1, 11, 51) common-timing-cpp 73.2506 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 5, 1, 13, 21) fem-convergence-cpp 3.62065 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 5, 4, 17, 9) fem-speedup-cpp 11026.8 "Assembly/solve speedup running on 4 processors" +(2015, 4, 5, 4, 17, 9) fem-speedup-cpp-assembly 6.48604 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 5, 4, 17, 9) fem-speedup-cpp-solve 0.6979 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 5, 4, 17, 20) mesh-refinement-cpp 9.65171 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 5, 4, 17, 41) mesh-topology-cpp 21.4417 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 5, 4, 18, 3) mesh-unitcube-cpp 21.6716 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 5, 4, 18, 41) mesh-iteration-cpp 35.8234 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 5, 4, 18, 41) function-evaluation-cpp 0.043462 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 5, 4, 20, 39) la-vector-access-cpp 114.277 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 5, 4, 21, 19) la-vector-assignment-cpp 39.4888 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 6, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.7024 "BENCH 13.7024" +(2015, 4, 6, 1, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3824 "Building point search tree to accelerate distance queries." +(2015, 4, 6, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.0984 "BENCH 14.0984" +(2015, 4, 6, 1, 10, 40) common-progress-cpp 27.7735 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 6, 1, 11, 53) common-timing-cpp 72.94 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 6, 1, 13, 23) fem-convergence-cpp 3.63467 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 6, 4, 13, 38) fem-speedup-cpp 10813.9 "Assembly/solve speedup running on 4 processors" +(2015, 4, 6, 4, 13, 38) fem-speedup-cpp-assembly 6.73676 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 6, 4, 13, 38) fem-speedup-cpp-solve 0.561516 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 6, 4, 13, 48) mesh-refinement-cpp 9.6234 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 6, 4, 14, 10) mesh-topology-cpp 21.48 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 6, 4, 14, 32) mesh-unitcube-cpp 21.6753 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 6, 4, 15, 9) mesh-iteration-cpp 35.5129 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 6, 4, 15, 9) function-evaluation-cpp 0.0354102 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 6, 4, 17, 7) la-vector-access-cpp 114.335 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 6, 4, 17, 44) la-vector-assignment-cpp 36.4938 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 7, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.4472 "BENCH 13.4472" +(2015, 4, 7, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9809 "Building point search tree to accelerate distance queries." +(2015, 4, 7, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.0727 "BENCH 14.0727" +(2015, 4, 7, 1, 10, 38) common-progress-cpp 27.7865 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 7, 1, 11, 51) common-timing-cpp 73.7367 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 7, 1, 13, 22) fem-convergence-cpp 3.63024 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 7, 4, 4, 0) fem-speedup-cpp 10237 "Assembly/solve speedup running on 4 processors" +(2015, 4, 7, 4, 4, 0) fem-speedup-cpp-assembly 6.74871 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 7, 4, 4, 0) fem-speedup-cpp-solve 0.603304 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 7, 4, 4, 10) mesh-refinement-cpp 9.62282 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 7, 4, 4, 32) mesh-topology-cpp 21.4942 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 7, 4, 4, 54) mesh-unitcube-cpp 21.7091 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 7, 4, 5, 31) mesh-iteration-cpp 35.5348 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 7, 4, 5, 31) function-evaluation-cpp 0.0389779 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 7, 4, 7, 29) la-vector-access-cpp 113.439 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 7, 4, 8, 5) la-vector-assignment-cpp 36.521 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 8, 8, 51, 32) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.4379 "BENCH 13.4379" +(2015, 4, 8, 8, 51, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0969 "Building point search tree to accelerate distance queries." +(2015, 4, 8, 8, 52, 7) geometry-bounding_box_tree_build-cpp 14.1019 "BENCH 14.1019" +(2015, 4, 8, 8, 52, 34) common-progress-cpp 27.8402 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 8, 8, 53, 38) common-timing-cpp 63.9655 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 8, 8, 55, 8) fem-convergence-cpp 3.62104 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 8, 10, 36, 5) mesh-refinement-cpp 9.14802 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 8, 10, 36, 26) mesh-topology-cpp 21.238 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 8, 10, 36, 48) mesh-unitcube-cpp 21.6292 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 8, 10, 37, 26) mesh-iteration-cpp 35.4998 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 8, 10, 37, 26) function-evaluation-cpp 0.0352221 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 8, 10, 39, 25) la-vector-access-cpp 116.317 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 8, 10, 40, 2) la-vector-assignment-cpp 36.5087 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 9, 1, 9, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2085 "BENCH 13.2085" +(2015, 4, 9, 1, 9, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2299 "Building point search tree to accelerate distance queries." +(2015, 4, 9, 1, 10, 14) geometry-bounding_box_tree_build-cpp 13.8995 "BENCH 13.8995" +(2015, 4, 9, 1, 10, 42) common-progress-cpp 27.603 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 9, 1, 11, 46) common-timing-cpp 63.9817 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 9, 1, 13, 16) fem-convergence-cpp 3.59788 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 9, 4, 12, 15) fem-speedup-cpp 10738.2 "Assembly/solve speedup running on 4 processors" +(2015, 4, 9, 4, 12, 15) fem-speedup-cpp-assembly 6.57987 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 9, 4, 12, 15) fem-speedup-cpp-solve 0.684451 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 9, 4, 12, 25) mesh-refinement-cpp 9.16209 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 9, 4, 12, 46) mesh-topology-cpp 21.382 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 9, 4, 13, 8) mesh-unitcube-cpp 21.8049 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 9, 4, 13, 46) mesh-iteration-cpp 35.519 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 9, 4, 13, 46) function-evaluation-cpp 0.038352 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 9, 4, 15, 44) la-vector-access-cpp 114.303 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 9, 4, 16, 20) la-vector-assignment-cpp 36.4739 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 10, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.591 "BENCH 13.591" +(2015, 4, 10, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0553 "Building point search tree to accelerate distance queries." +(2015, 4, 10, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.1165 "BENCH 14.1165" +(2015, 4, 10, 1, 10, 40) common-progress-cpp 27.8776 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 10, 1, 11, 44) common-timing-cpp 64.1436 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 10, 1, 13, 13) fem-convergence-cpp 3.62725 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 10, 4, 1, 21) fem-speedup-cpp 10086.9 "Assembly/solve speedup running on 4 processors" +(2015, 4, 10, 4, 1, 21) fem-speedup-cpp-assembly 6.68044 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 10, 4, 1, 21) fem-speedup-cpp-solve 0.666504 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 10, 4, 1, 31) mesh-refinement-cpp 9.17588 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 10, 4, 1, 53) mesh-topology-cpp 21.3396 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 10, 4, 2, 14) mesh-unitcube-cpp 21.653 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 10, 4, 2, 52) mesh-iteration-cpp 35.5009 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 10, 4, 2, 52) function-evaluation-cpp 0.034878 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 10, 4, 4, 54) la-vector-access-cpp 117.761 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 10, 4, 5, 30) la-vector-assignment-cpp 36.4777 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 11, 1, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1601 "BENCH 13.1601" +(2015, 4, 11, 1, 9, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0435 "Building point search tree to accelerate distance queries." +(2015, 4, 11, 1, 10, 8) geometry-bounding_box_tree_build-cpp 14.1495 "BENCH 14.1495" +(2015, 4, 11, 1, 10, 35) common-progress-cpp 27.794 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 11, 1, 11, 39) common-timing-cpp 63.4772 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 11, 1, 13, 8) fem-convergence-cpp 3.62251 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 11, 3, 54, 38) fem-speedup-cpp 9689.09 "Assembly/solve speedup running on 4 processors" +(2015, 4, 11, 3, 54, 38) fem-speedup-cpp-assembly 6.50448 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 11, 3, 54, 38) fem-speedup-cpp-solve 0.691481 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 11, 3, 54, 48) mesh-refinement-cpp 9.15763 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 11, 3, 55, 9) mesh-topology-cpp 21.2523 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 11, 3, 55, 31) mesh-unitcube-cpp 21.6626 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 11, 3, 56, 9) mesh-iteration-cpp 35.5048 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 11, 3, 56, 9) function-evaluation-cpp 0.040292 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 11, 3, 58, 7) la-vector-access-cpp 114.262 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 11, 3, 58, 43) la-vector-assignment-cpp 36.4692 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 12, 1, 9, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1518 "BENCH 13.1518" +(2015, 4, 12, 1, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1155 "Building point search tree to accelerate distance queries." +(2015, 4, 12, 1, 10, 9) geometry-bounding_box_tree_build-cpp 14.2739 "BENCH 14.2739" +(2015, 4, 12, 1, 10, 37) common-progress-cpp 27.7924 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 12, 1, 11, 41) common-timing-cpp 63.2712 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 12, 1, 13, 11) fem-convergence-cpp 3.61227 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 12, 4, 1, 19) fem-speedup-cpp 10087.4 "Assembly/solve speedup running on 4 processors" +(2015, 4, 12, 4, 1, 19) fem-speedup-cpp-assembly 6.72262 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 12, 4, 1, 19) fem-speedup-cpp-solve 0.644347 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 12, 4, 1, 29) mesh-refinement-cpp 9.16893 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 12, 4, 1, 50) mesh-topology-cpp 21.2774 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 12, 4, 2, 12) mesh-unitcube-cpp 21.6701 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 12, 4, 2, 50) mesh-iteration-cpp 35.6816 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 12, 4, 2, 50) function-evaluation-cpp 0.027941 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 12, 4, 4, 49) la-vector-access-cpp 115.838 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 12, 4, 5, 26) la-vector-assignment-cpp 36.4761 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 13, 1, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0692 "BENCH 13.0692" +(2015, 4, 13, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0913 "Building point search tree to accelerate distance queries." +(2015, 4, 13, 1, 10, 11) geometry-bounding_box_tree_build-cpp 14.1144 "BENCH 14.1144" +(2015, 4, 13, 1, 10, 39) common-progress-cpp 27.803 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 13, 1, 11, 44) common-timing-cpp 64.9613 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 13, 1, 13, 13) fem-convergence-cpp 3.60443 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 13, 4, 4, 55) fem-speedup-cpp 10301.4 "Assembly/solve speedup running on 4 processors" +(2015, 4, 13, 4, 4, 55) fem-speedup-cpp-assembly 6.76648 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 13, 4, 4, 55) fem-speedup-cpp-solve 0.604945 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 13, 4, 5, 5) mesh-refinement-cpp 9.14718 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 13, 4, 5, 27) mesh-topology-cpp 21.3448 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 13, 4, 5, 49) mesh-unitcube-cpp 21.6934 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 13, 4, 6, 26) mesh-iteration-cpp 35.4928 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 13, 4, 6, 26) function-evaluation-cpp 0.038332 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 13, 4, 8, 26) la-vector-access-cpp 115.658 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 13, 4, 9, 5) la-vector-assignment-cpp 39.4667 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 14, 1, 9, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1476 "BENCH 13.1476" +(2015, 4, 14, 1, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0144 "Building point search tree to accelerate distance queries." +(2015, 4, 14, 1, 10, 13) geometry-bounding_box_tree_build-cpp 14.0995 "BENCH 14.0995" +(2015, 4, 14, 1, 10, 40) common-progress-cpp 27.7907 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 14, 1, 11, 44) common-timing-cpp 63.7126 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 14, 1, 13, 14) fem-convergence-cpp 3.6255 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 14, 4, 2, 10) fem-speedup-cpp 10135.6 "Assembly/solve speedup running on 4 processors" +(2015, 4, 14, 4, 2, 10) fem-speedup-cpp-assembly 6.46744 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 14, 4, 2, 10) fem-speedup-cpp-solve 0.624507 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 14, 4, 2, 20) mesh-refinement-cpp 9.14568 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 14, 4, 2, 42) mesh-topology-cpp 21.2478 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 14, 4, 3, 3) mesh-unitcube-cpp 21.7618 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 14, 4, 3, 41) mesh-iteration-cpp 35.5299 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 14, 4, 3, 41) function-evaluation-cpp 0.0382171 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 14, 4, 5, 41) la-vector-access-cpp 116.271 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 14, 4, 6, 21) la-vector-assignment-cpp 39.4614 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 15, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2145 "BENCH 13.2145" +(2015, 4, 15, 1, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0778 "Building point search tree to accelerate distance queries." +(2015, 4, 15, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.203 "BENCH 14.203" +(2015, 4, 15, 1, 10, 40) common-progress-cpp 27.8022 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 15, 1, 11, 44) common-timing-cpp 64.3117 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 15, 1, 13, 13) fem-convergence-cpp 3.6242 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 15, 4, 0, 21) fem-speedup-cpp 10026.3 "Assembly/solve speedup running on 4 processors" +(2015, 4, 15, 4, 0, 21) fem-speedup-cpp-assembly 6.50696 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 15, 4, 0, 21) fem-speedup-cpp-solve 0.670853 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 15, 4, 0, 31) mesh-refinement-cpp 9.14554 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 15, 4, 0, 52) mesh-topology-cpp 21.2688 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 15, 4, 1, 14) mesh-unitcube-cpp 21.909 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 15, 4, 1, 52) mesh-iteration-cpp 35.4966 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 15, 4, 1, 52) function-evaluation-cpp 0.0349629 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 15, 4, 3, 51) la-vector-access-cpp 115.73 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 15, 4, 4, 29) la-vector-assignment-cpp 37.4664 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 16, 1, 9, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1963 "BENCH 13.1963" +(2015, 4, 16, 1, 10, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0939 "Building point search tree to accelerate distance queries." +(2015, 4, 16, 1, 10, 16) geometry-bounding_box_tree_build-cpp 14.0298 "BENCH 14.0298" +(2015, 4, 16, 1, 10, 44) common-progress-cpp 27.7917 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 16, 1, 11, 49) common-timing-cpp 64.7233 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 16, 1, 13, 18) fem-convergence-cpp 3.61638 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 16, 4, 4, 37) fem-speedup-cpp 10277.5 "Assembly/solve speedup running on 4 processors" +(2015, 4, 16, 4, 4, 37) fem-speedup-cpp-assembly 6.38835 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 16, 4, 4, 37) fem-speedup-cpp-solve 0.620408 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 16, 4, 4, 47) mesh-refinement-cpp 9.15574 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 16, 4, 5, 8) mesh-topology-cpp 21.2789 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 16, 4, 5, 30) mesh-unitcube-cpp 21.6483 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 16, 4, 6, 8) mesh-iteration-cpp 35.5066 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 16, 4, 6, 8) function-evaluation-cpp 0.036684 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 16, 4, 8, 7) la-vector-access-cpp 115.594 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 16, 4, 8, 44) la-vector-assignment-cpp 36.4722 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 17, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.4965 "BENCH 13.4965" +(2015, 4, 17, 1, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9747 "Building point search tree to accelerate distance queries." +(2015, 4, 17, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.0599 "BENCH 14.0599" +(2015, 4, 17, 1, 10, 40) common-progress-cpp 27.8042 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 17, 1, 11, 44) common-timing-cpp 64.2935 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 17, 1, 13, 14) fem-convergence-cpp 3.61955 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 17, 4, 11, 15) fem-speedup-cpp 10680.2 "Assembly/solve speedup running on 4 processors" +(2015, 4, 17, 4, 11, 15) fem-speedup-cpp-assembly 6.42855 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 17, 4, 11, 15) fem-speedup-cpp-solve 0.6013 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 17, 4, 11, 25) mesh-refinement-cpp 9.15371 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 17, 4, 11, 46) mesh-topology-cpp 21.2584 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 17, 4, 12, 8) mesh-unitcube-cpp 21.6452 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 17, 4, 12, 46) mesh-iteration-cpp 35.5034 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 17, 4, 12, 46) function-evaluation-cpp 0.0376451 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 17, 4, 14, 44) la-vector-access-cpp 114.283 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 17, 4, 15, 20) la-vector-assignment-cpp 36.4755 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 18, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2123 "BENCH 13.2123" +(2015, 4, 18, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1565 "Building point search tree to accelerate distance queries." +(2015, 4, 18, 1, 10, 11) geometry-bounding_box_tree_build-cpp 14.0401 "BENCH 14.0401" +(2015, 4, 18, 1, 10, 39) common-progress-cpp 27.8243 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 18, 1, 11, 43) common-timing-cpp 63.9508 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 18, 1, 13, 13) fem-convergence-cpp 3.62749 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 18, 3, 58, 53) fem-speedup-cpp 9939.21 "Assembly/solve speedup running on 4 processors" +(2015, 4, 18, 3, 58, 53) fem-speedup-cpp-assembly 6.47647 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 18, 3, 58, 53) fem-speedup-cpp-solve 0.644115 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 18, 3, 59, 3) mesh-refinement-cpp 9.21698 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 18, 3, 59, 24) mesh-topology-cpp 21.27 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 18, 3, 59, 46) mesh-unitcube-cpp 21.6802 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 18, 4, 0, 24) mesh-iteration-cpp 35.4939 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 18, 4, 0, 24) function-evaluation-cpp 0.0358541 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 18, 4, 2, 25) la-vector-access-cpp 117.745 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 18, 4, 3, 2) la-vector-assignment-cpp 36.4757 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 19, 1, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.627 "BENCH 13.627" +(2015, 4, 19, 1, 9, 51) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9444 "Building point search tree to accelerate distance queries." +(2015, 4, 19, 1, 10, 7) geometry-bounding_box_tree_build-cpp 14.0878 "BENCH 14.0878" +(2015, 4, 19, 1, 10, 35) common-progress-cpp 27.7724 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 19, 1, 11, 39) common-timing-cpp 63.8627 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 19, 1, 13, 9) fem-convergence-cpp 3.61193 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 19, 4, 3, 19) fem-speedup-cpp 10209.3 "Assembly/solve speedup running on 4 processors" +(2015, 4, 19, 4, 3, 19) fem-speedup-cpp-assembly 6.80954 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 19, 4, 3, 19) fem-speedup-cpp-solve 0.682124 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 19, 4, 3, 29) mesh-refinement-cpp 9.14876 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 19, 4, 3, 50) mesh-topology-cpp 21.3514 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 19, 4, 4, 12) mesh-unitcube-cpp 21.7411 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 19, 4, 4, 50) mesh-iteration-cpp 35.4968 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 19, 4, 4, 50) function-evaluation-cpp 0.0377541 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 19, 4, 6, 48) la-vector-access-cpp 114.255 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 19, 4, 7, 24) la-vector-assignment-cpp 36.4751 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 20, 1, 9, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2428 "BENCH 13.2428" +(2015, 4, 20, 1, 9, 49) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0815 "Building point search tree to accelerate distance queries." +(2015, 4, 20, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.1582 "BENCH 14.1582" +(2015, 4, 20, 1, 10, 33) common-progress-cpp 27.7913 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 20, 1, 11, 37) common-timing-cpp 63.8659 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 20, 1, 13, 6) fem-convergence-cpp 3.60441 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 20, 4, 7, 33) fem-speedup-cpp 10465.1 "Assembly/solve speedup running on 4 processors" +(2015, 4, 20, 4, 7, 33) fem-speedup-cpp-assembly 6.36324 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 20, 4, 7, 33) fem-speedup-cpp-solve 0.621485 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 20, 4, 7, 43) mesh-refinement-cpp 9.17669 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 20, 4, 8, 4) mesh-topology-cpp 21.2291 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 20, 4, 8, 26) mesh-unitcube-cpp 21.8095 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 20, 4, 9, 4) mesh-iteration-cpp 35.5152 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 20, 4, 9, 4) function-evaluation-cpp 0.03426 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 20, 4, 11, 2) la-vector-access-cpp 114.294 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 20, 4, 11, 41) la-vector-assignment-cpp 39.4686 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 21, 1, 9, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3882 "BENCH 13.3882" +(2015, 4, 21, 1, 9, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0361 "Building point search tree to accelerate distance queries." +(2015, 4, 21, 1, 10, 15) geometry-bounding_box_tree_build-cpp 14.076 "BENCH 14.076" +(2015, 4, 21, 1, 10, 43) common-progress-cpp 27.7929 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 21, 1, 11, 46) common-timing-cpp 63.906 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 21, 1, 13, 16) fem-convergence-cpp 3.61848 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 21, 4, 6, 48) fem-speedup-cpp 10410.6 "Assembly/solve speedup running on 4 processors" +(2015, 4, 21, 4, 6, 48) fem-speedup-cpp-assembly 6.67826 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 21, 4, 6, 48) fem-speedup-cpp-solve 0.607917 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 21, 4, 6, 58) mesh-refinement-cpp 9.27125 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 21, 4, 6, 59) mesh-topology-cpp 1.33654 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 21, 4, 7, 22) mesh-unitcube-cpp 22.1842 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 21, 4, 8, 0) mesh-iteration-cpp 35.7457 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 21, 4, 8, 0) function-evaluation-cpp 0.037791 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 21, 4, 9, 59) la-vector-access-cpp 115.772 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 21, 4, 10, 35) la-vector-assignment-cpp 35.9818 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 22, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1908 "BENCH 13.1908" +(2015, 4, 22, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1477 "Building point search tree to accelerate distance queries." +(2015, 4, 22, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.1099 "BENCH 14.1099" +(2015, 4, 22, 1, 10, 40) common-progress-cpp 27.7906 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 22, 1, 11, 43) common-timing-cpp 63.213 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 22, 1, 13, 13) fem-convergence-cpp 3.62069 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 22, 4, 4, 9) fem-speedup-cpp 10254.9 "Assembly/solve speedup running on 4 processors" +(2015, 4, 22, 4, 4, 9) fem-speedup-cpp-assembly 6.41021 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 22, 4, 4, 9) fem-speedup-cpp-solve 0.640712 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 22, 4, 4, 19) mesh-refinement-cpp 9.20264 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 22, 4, 4, 20) mesh-topology-cpp 1.33284 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 22, 4, 4, 42) mesh-unitcube-cpp 22.1166 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 22, 4, 5, 20) mesh-iteration-cpp 35.478 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 22, 4, 5, 20) function-evaluation-cpp 0.037667 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 22, 4, 7, 20) la-vector-access-cpp 116.28 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 22, 4, 7, 56) la-vector-assignment-cpp 35.9827 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 23, 1, 9, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2766 "BENCH 13.2766" +(2015, 4, 23, 1, 9, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8697 "Building point search tree to accelerate distance queries." +(2015, 4, 23, 1, 10, 15) geometry-bounding_box_tree_build-cpp 14.0791 "BENCH 14.0791" +(2015, 4, 23, 1, 10, 43) common-progress-cpp 27.7834 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 23, 1, 11, 47) common-timing-cpp 63.9912 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 23, 1, 13, 17) fem-convergence-cpp 3.63087 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 23, 4, 3, 36) fem-speedup-cpp 10218.8 "Assembly/solve speedup running on 4 processors" +(2015, 4, 23, 4, 3, 36) fem-speedup-cpp-assembly 6.49663 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 23, 4, 3, 36) fem-speedup-cpp-solve 0.617887 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 23, 4, 3, 47) mesh-refinement-cpp 9.21024 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 23, 4, 3, 48) mesh-topology-cpp 1.33339 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 23, 4, 4, 10) mesh-unitcube-cpp 22.1295 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 23, 4, 4, 56) mesh-iteration-cpp 44.1427 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 23, 4, 4, 57) function-evaluation-cpp 0.034364 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 23, 4, 6, 54) la-vector-access-cpp 114.239 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 23, 4, 7, 30) la-vector-assignment-cpp 35.9838 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 24, 1, 9, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.127 "BENCH 13.127" +(2015, 4, 24, 1, 9, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0772 "Building point search tree to accelerate distance queries." +(2015, 4, 24, 1, 10, 15) geometry-bounding_box_tree_build-cpp 14.2133 "BENCH 14.2133" +(2015, 4, 24, 1, 10, 43) common-progress-cpp 27.7949 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 24, 1, 11, 46) common-timing-cpp 63.2649 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 24, 1, 13, 15) fem-convergence-cpp 3.62138 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 24, 4, 8, 10) fem-speedup-cpp 10494.4 "Assembly/solve speedup running on 4 processors" +(2015, 4, 24, 4, 8, 10) fem-speedup-cpp-assembly 6.82869 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 24, 4, 8, 10) fem-speedup-cpp-solve 0.609111 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 24, 4, 8, 20) mesh-refinement-cpp 9.2111 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 24, 4, 8, 22) mesh-topology-cpp 1.33133 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 24, 4, 8, 44) mesh-unitcube-cpp 22.1796 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 24, 4, 9, 22) mesh-iteration-cpp 35.528 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 24, 4, 9, 22) function-evaluation-cpp 0.0352299 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 24, 4, 11, 20) la-vector-access-cpp 114.317 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 24, 4, 11, 56) la-vector-assignment-cpp 35.9852 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 25, 1, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1298 "BENCH 13.1298" +(2015, 4, 25, 1, 9, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 14.985 "Building point search tree to accelerate distance queries." +(2015, 4, 25, 1, 10, 8) geometry-bounding_box_tree_build-cpp 14.0954 "BENCH 14.0954" +(2015, 4, 25, 1, 10, 36) common-progress-cpp 27.7815 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 25, 1, 11, 41) common-timing-cpp 64.7918 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 25, 1, 13, 10) fem-convergence-cpp 3.62762 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 25, 4, 5, 20) fem-speedup-cpp 10329 "Assembly/solve speedup running on 4 processors" +(2015, 4, 25, 4, 5, 20) fem-speedup-cpp-assembly 6.47005 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 25, 4, 5, 20) fem-speedup-cpp-solve 0.627884 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 25, 4, 5, 30) mesh-refinement-cpp 9.18892 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 25, 4, 5, 32) mesh-topology-cpp 1.33027 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 25, 4, 5, 54) mesh-unitcube-cpp 22.1017 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 25, 4, 6, 32) mesh-iteration-cpp 35.5081 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 25, 4, 6, 32) function-evaluation-cpp 0.0343881 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 25, 4, 8, 29) la-vector-access-cpp 114.288 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 25, 4, 9, 5) la-vector-assignment-cpp 35.9791 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 26, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.4863 "BENCH 13.4863" +(2015, 4, 26, 1, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3225 "Building point search tree to accelerate distance queries." +(2015, 4, 26, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.1405 "BENCH 14.1405" +(2015, 4, 26, 1, 10, 38) common-progress-cpp 27.7882 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 26, 1, 11, 41) common-timing-cpp 63.6421 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 26, 1, 13, 11) fem-convergence-cpp 3.62832 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 26, 4, 3, 40) fem-speedup-cpp 10227.6 "Assembly/solve speedup running on 4 processors" +(2015, 4, 26, 4, 3, 40) fem-speedup-cpp-assembly 6.39645 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 26, 4, 3, 40) fem-speedup-cpp-solve 0.719526 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 26, 4, 3, 49) mesh-refinement-cpp 9.22817 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 26, 4, 3, 51) mesh-topology-cpp 1.33867 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 26, 4, 4, 13) mesh-unitcube-cpp 22.4204 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 26, 4, 4, 51) mesh-iteration-cpp 35.5024 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 26, 4, 4, 51) function-evaluation-cpp 0.034106 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 26, 4, 6, 51) la-vector-access-cpp 115.84 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 26, 4, 7, 27) la-vector-assignment-cpp 36.0699 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 27, 1, 9, 30) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1501 "BENCH 13.1501" +(2015, 4, 27, 1, 9, 49) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1377 "Building point search tree to accelerate distance queries." +(2015, 4, 27, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.2875 "BENCH 14.2875" +(2015, 4, 27, 1, 10, 33) common-progress-cpp 27.8033 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 27, 1, 11, 39) common-timing-cpp 65.2472 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 27, 1, 13, 8) fem-convergence-cpp 3.6252 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 27, 4, 15, 43) fem-speedup-cpp 10954.2 "Assembly/solve speedup running on 4 processors" +(2015, 4, 27, 4, 15, 43) fem-speedup-cpp-assembly 6.44218 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 27, 4, 15, 43) fem-speedup-cpp-solve 0.601751 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 27, 4, 15, 53) mesh-refinement-cpp 9.24067 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 27, 4, 15, 55) mesh-topology-cpp 1.33275 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 27, 4, 16, 17) mesh-unitcube-cpp 22.193 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 27, 4, 16, 55) mesh-iteration-cpp 35.5279 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 27, 4, 16, 55) function-evaluation-cpp 0.034445 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 27, 4, 18, 53) la-vector-access-cpp 114.263 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 27, 4, 19, 29) la-vector-assignment-cpp 35.9776 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 28, 1, 9, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1393 "BENCH 13.1393" +(2015, 4, 28, 1, 9, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9272 "Building point search tree to accelerate distance queries." +(2015, 4, 28, 1, 10, 15) geometry-bounding_box_tree_build-cpp 14.1232 "BENCH 14.1232" +(2015, 4, 28, 1, 10, 42) common-progress-cpp 27.799 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 28, 1, 11, 47) common-timing-cpp 64.3191 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 28, 1, 13, 16) fem-convergence-cpp 3.61657 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 28, 4, 10, 39) fem-speedup-cpp 10642.3 "Assembly/solve speedup running on 4 processors" +(2015, 4, 28, 4, 10, 39) fem-speedup-cpp-assembly 6.51455 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 28, 4, 10, 39) fem-speedup-cpp-solve 0.595347 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 28, 4, 10, 49) mesh-refinement-cpp 9.32179 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 28, 4, 10, 51) mesh-topology-cpp 1.33548 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 28, 4, 11, 13) mesh-unitcube-cpp 22.1749 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 28, 4, 11, 51) mesh-iteration-cpp 35.5042 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 28, 4, 11, 51) function-evaluation-cpp 0.0343492 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 28, 4, 13, 48) la-vector-access-cpp 114.03 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 28, 4, 14, 27) la-vector-assignment-cpp 38.9139 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 29, 1, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3096 "BENCH 13.3096" +(2015, 4, 29, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2465 "Building point search tree to accelerate distance queries." +(2015, 4, 29, 1, 10, 11) geometry-bounding_box_tree_build-cpp 14.0984 "BENCH 14.0984" +(2015, 4, 29, 1, 10, 39) common-progress-cpp 27.9258 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 29, 1, 11, 45) common-timing-cpp 65.6278 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 29, 1, 13, 14) fem-convergence-cpp 3.6139 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 29, 4, 16, 38) fem-speedup-cpp 11002.8 "Assembly/solve speedup running on 4 processors" +(2015, 4, 29, 4, 16, 38) fem-speedup-cpp-assembly 6.41102 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 29, 4, 16, 38) fem-speedup-cpp-solve 0.601815 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 29, 4, 16, 48) mesh-refinement-cpp 9.24805 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 29, 4, 16, 49) mesh-topology-cpp 1.3351 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 29, 4, 17, 12) mesh-unitcube-cpp 22.1454 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 29, 4, 17, 49) mesh-iteration-cpp 35.5179 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 29, 4, 17, 49) function-evaluation-cpp 0.037694 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 29, 4, 19, 49) la-vector-access-cpp 115.809 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 29, 4, 20, 25) la-vector-assignment-cpp 35.9823 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 4, 30, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.252 "BENCH 13.252" +(2015, 4, 30, 1, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1466 "Building point search tree to accelerate distance queries." +(2015, 4, 30, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.1009 "BENCH 14.1009" +(2015, 4, 30, 1, 10, 40) common-progress-cpp 27.7946 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 4, 30, 1, 11, 44) common-timing-cpp 63.8807 "Timing access and registration of timings (10000000 repetitions)" +(2015, 4, 30, 1, 13, 13) fem-convergence-cpp 3.62591 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 4, 30, 4, 2, 49) fem-speedup-cpp 10174.9 "Assembly/solve speedup running on 4 processors" +(2015, 4, 30, 4, 2, 49) fem-speedup-cpp-assembly 6.70051 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 4, 30, 4, 2, 49) fem-speedup-cpp-solve 0.658303 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 4, 30, 4, 2, 59) mesh-refinement-cpp 9.26497 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 4, 30, 4, 3, 1) mesh-topology-cpp 1.33582 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 4, 30, 4, 3, 23) mesh-unitcube-cpp 22.1691 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 4, 30, 4, 4, 4) mesh-iteration-cpp 39.1205 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 4, 30, 4, 4, 4) function-evaluation-cpp 0.0377491 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 4, 30, 4, 6, 4) la-vector-access-cpp 115.655 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 4, 30, 4, 6, 40) la-vector-assignment-cpp 35.9795 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 1, 1, 9, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3916 "BENCH 13.3916" +(2015, 5, 1, 1, 10, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1031 "Building point search tree to accelerate distance queries." +(2015, 5, 1, 1, 10, 18) geometry-bounding_box_tree_build-cpp 14.1213 "BENCH 14.1213" +(2015, 5, 1, 1, 10, 45) common-progress-cpp 27.7879 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 1, 1, 11, 50) common-timing-cpp 64.2198 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 1, 1, 13, 19) fem-convergence-cpp 3.60775 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 1, 4, 8, 18) fem-speedup-cpp 10497.6 "Assembly/solve speedup running on 4 processors" +(2015, 5, 1, 4, 8, 18) fem-speedup-cpp-assembly 6.75316 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 1, 4, 8, 18) fem-speedup-cpp-solve 0.666971 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 1, 4, 8, 28) mesh-refinement-cpp 9.23515 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 1, 4, 8, 29) mesh-topology-cpp 1.33692 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 1, 4, 8, 52) mesh-unitcube-cpp 22.2531 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 1, 4, 9, 29) mesh-iteration-cpp 35.5034 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 1, 4, 9, 29) function-evaluation-cpp 0.0350571 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 1, 4, 11, 27) la-vector-access-cpp 114.075 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 1, 4, 12, 3) la-vector-assignment-cpp 35.9778 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 2, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3049 "BENCH 13.3049" +(2015, 5, 2, 1, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9532 "Building point search tree to accelerate distance queries." +(2015, 5, 2, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.1583 "BENCH 14.1583" +(2015, 5, 2, 1, 10, 38) common-progress-cpp 27.7897 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 2, 1, 11, 41) common-timing-cpp 63.6705 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 2, 1, 13, 11) fem-convergence-cpp 3.61901 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 2, 4, 8, 9) fem-speedup-cpp 10497.3 "Assembly/solve speedup running on 4 processors" +(2015, 5, 2, 4, 8, 9) fem-speedup-cpp-assembly 6.68014 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 2, 4, 8, 9) fem-speedup-cpp-solve 0.705326 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 2, 4, 8, 19) mesh-refinement-cpp 9.19727 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 2, 4, 8, 21) mesh-topology-cpp 1.33485 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 2, 4, 8, 43) mesh-unitcube-cpp 22.1784 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 2, 4, 9, 24) mesh-iteration-cpp 39.1313 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 2, 4, 9, 24) function-evaluation-cpp 0.0362399 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 2, 4, 11, 20) la-vector-access-cpp 111.887 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 2, 4, 11, 56) la-vector-assignment-cpp 35.9775 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 3, 1, 9, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1809 "BENCH 13.1809" +(2015, 5, 3, 1, 9, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3801 "Building point search tree to accelerate distance queries." +(2015, 5, 3, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.2466 "BENCH 14.2466" +(2015, 5, 3, 1, 10, 34) common-progress-cpp 27.812 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 3, 1, 11, 38) common-timing-cpp 63.3593 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 3, 1, 13, 7) fem-convergence-cpp 3.62116 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 3, 4, 7, 44) fem-speedup-cpp 10475.5 "Assembly/solve speedup running on 4 processors" +(2015, 5, 3, 4, 7, 44) fem-speedup-cpp-assembly 6.44249 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 3, 4, 7, 44) fem-speedup-cpp-solve 0.638994 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 3, 4, 7, 54) mesh-refinement-cpp 9.18968 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 3, 4, 7, 55) mesh-topology-cpp 1.33324 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 3, 4, 8, 18) mesh-unitcube-cpp 22.145 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 3, 4, 8, 55) mesh-iteration-cpp 35.501 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 3, 4, 8, 55) function-evaluation-cpp 0.031553 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 3, 4, 10, 53) la-vector-access-cpp 113.882 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 3, 4, 11, 29) la-vector-assignment-cpp 35.9921 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 4, 1, 9, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1769 "BENCH 13.1769" +(2015, 5, 4, 1, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3681 "Building point search tree to accelerate distance queries." +(2015, 5, 4, 1, 10, 9) geometry-bounding_box_tree_build-cpp 14.1525 "BENCH 14.1525" +(2015, 5, 4, 1, 10, 37) common-progress-cpp 27.8031 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 4, 1, 11, 41) common-timing-cpp 63.7817 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 4, 1, 13, 10) fem-convergence-cpp 3.61341 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 4, 4, 3, 28) fem-speedup-cpp 10217.1 "Assembly/solve speedup running on 4 processors" +(2015, 5, 4, 4, 3, 28) fem-speedup-cpp-assembly 6.49471 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 4, 4, 3, 28) fem-speedup-cpp-solve 0.667914 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 4, 4, 3, 38) mesh-refinement-cpp 9.19906 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 4, 4, 3, 40) mesh-topology-cpp 1.32894 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 4, 4, 4, 2) mesh-unitcube-cpp 22.1444 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 4, 4, 4, 40) mesh-iteration-cpp 35.5155 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 4, 4, 4, 40) function-evaluation-cpp 0.0600781 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 4, 4, 6, 39) la-vector-access-cpp 115.701 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 4, 4, 7, 15) la-vector-assignment-cpp 35.9845 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 5, 1, 9, 33) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2422 "BENCH 13.2422" +(2015, 5, 5, 1, 9, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3069 "Building point search tree to accelerate distance queries." +(2015, 5, 5, 1, 10, 8) geometry-bounding_box_tree_build-cpp 14.218 "BENCH 14.218" +(2015, 5, 5, 1, 10, 36) common-progress-cpp 27.8013 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 5, 1, 11, 39) common-timing-cpp 63.501 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 5, 1, 13, 9) fem-convergence-cpp 3.60328 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 5, 4, 11, 29) fem-speedup-cpp 10699.2 "Assembly/solve speedup running on 4 processors" +(2015, 5, 5, 4, 11, 29) fem-speedup-cpp-assembly 6.72412 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 5, 4, 11, 29) fem-speedup-cpp-solve 0.595569 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 5, 4, 11, 39) mesh-refinement-cpp 9.21576 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 5, 4, 11, 40) mesh-topology-cpp 1.33347 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 5, 4, 12, 3) mesh-unitcube-cpp 22.1891 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 5, 4, 12, 40) mesh-iteration-cpp 35.5179 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 5, 4, 12, 40) function-evaluation-cpp 0.026839 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 5, 4, 14, 40) la-vector-access-cpp 115.823 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 5, 4, 15, 16) la-vector-assignment-cpp 35.9849 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 6, 1, 9, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1269 "BENCH 13.1269" +(2015, 5, 6, 1, 9, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1539 "Building point search tree to accelerate distance queries." +(2015, 5, 6, 1, 10, 13) geometry-bounding_box_tree_build-cpp 14.1364 "BENCH 14.1364" +(2015, 5, 6, 1, 10, 41) common-progress-cpp 27.7964 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 6, 1, 11, 46) common-timing-cpp 64.7608 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 6, 1, 13, 15) fem-convergence-cpp 3.6169 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 6, 4, 1, 22) fem-speedup-cpp 10086.1 "Assembly/solve speedup running on 4 processors" +(2015, 5, 6, 4, 1, 22) fem-speedup-cpp-assembly 6.7631 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 6, 4, 1, 22) fem-speedup-cpp-solve 0.651919 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 6, 4, 1, 33) mesh-refinement-cpp 9.19839 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 6, 4, 1, 34) mesh-topology-cpp 1.32919 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 6, 4, 1, 56) mesh-unitcube-cpp 22.1314 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 6, 4, 2, 38) mesh-iteration-cpp 39.1986 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 6, 4, 2, 38) function-evaluation-cpp 0.031312 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 6, 4, 4, 37) la-vector-access-cpp 115.724 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 6, 4, 5, 13) la-vector-assignment-cpp 35.978 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 7, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.286 "BENCH 13.286" +(2015, 5, 7, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0032 "Building point search tree to accelerate distance queries." +(2015, 5, 7, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.1178 "BENCH 14.1178" +(2015, 5, 7, 1, 10, 39) common-progress-cpp 27.822 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 7, 1, 11, 44) common-timing-cpp 64.5017 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 7, 1, 13, 14) fem-convergence-cpp 3.62513 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 7, 4, 2, 53) fem-speedup-cpp 10178 "Assembly/solve speedup running on 4 processors" +(2015, 5, 7, 4, 2, 53) fem-speedup-cpp-assembly 6.3487 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 7, 4, 2, 53) fem-speedup-cpp-solve 0.640873 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 7, 4, 3, 3) mesh-refinement-cpp 9.19681 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 7, 4, 3, 4) mesh-topology-cpp 1.33526 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 7, 4, 3, 27) mesh-unitcube-cpp 22.2315 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 7, 4, 4, 5) mesh-iteration-cpp 35.4977 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 7, 4, 4, 5) function-evaluation-cpp 0.0313361 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 7, 4, 6, 4) la-vector-access-cpp 115.598 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 7, 4, 6, 40) la-vector-assignment-cpp 35.9767 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 8, 1, 9, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.333 "BENCH 13.333" +(2015, 5, 8, 1, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9318 "Building point search tree to accelerate distance queries." +(2015, 5, 8, 1, 10, 9) geometry-bounding_box_tree_build-cpp 14.1801 "BENCH 14.1801" +(2015, 5, 8, 1, 10, 37) common-progress-cpp 27.7838 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 8, 1, 11, 41) common-timing-cpp 64.1077 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 8, 1, 13, 11) fem-convergence-cpp 3.61972 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 8, 4, 28, 53) fem-speedup-cpp 11740.7 "Assembly/solve speedup running on 4 processors" +(2015, 5, 8, 4, 28, 53) fem-speedup-cpp-assembly 6.38319 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 8, 4, 28, 53) fem-speedup-cpp-solve 0.643348 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 8, 4, 29, 3) mesh-refinement-cpp 9.44242 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 8, 4, 29, 5) mesh-topology-cpp 1.36346 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 8, 4, 29, 27) mesh-unitcube-cpp 22.5659 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 8, 4, 30, 7) mesh-iteration-cpp 37.1618 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 8, 4, 30, 7) function-evaluation-cpp 0.0418441 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 8, 4, 32, 9) la-vector-access-cpp 118.361 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 8, 4, 32, 45) la-vector-assignment-cpp 35.9868 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 9, 1, 9, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.105 "BENCH 13.105" +(2015, 5, 9, 1, 9, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9785 "Building point search tree to accelerate distance queries." +(2015, 5, 9, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.0586 "BENCH 14.0586" +(2015, 5, 9, 1, 10, 34) common-progress-cpp 27.7846 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 9, 1, 11, 41) common-timing-cpp 66.9516 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 9, 1, 13, 10) fem-convergence-cpp 3.59804 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 9, 4, 26, 47) fem-speedup-cpp 11616 "Assembly/solve speedup running on 4 processors" +(2015, 5, 9, 4, 26, 47) fem-speedup-cpp-assembly 6.35108 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 9, 4, 26, 47) fem-speedup-cpp-solve 0.65702 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 9, 4, 26, 57) mesh-refinement-cpp 9.24196 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 9, 4, 26, 58) mesh-topology-cpp 1.33529 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 9, 4, 27, 21) mesh-unitcube-cpp 22.2079 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 9, 4, 27, 59) mesh-iteration-cpp 35.7816 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 9, 4, 27, 59) function-evaluation-cpp 0.0350521 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 9, 4, 30, 0) la-vector-access-cpp 117.742 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 9, 4, 30, 40) la-vector-assignment-cpp 39.4738 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 10, 1, 9, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0942 "BENCH 13.0942" +(2015, 5, 10, 1, 9, 49) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2329 "Building point search tree to accelerate distance queries." +(2015, 5, 10, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.1026 "BENCH 14.1026" +(2015, 5, 10, 1, 10, 34) common-progress-cpp 27.7957 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 10, 1, 11, 39) common-timing-cpp 65.1618 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 10, 1, 13, 8) fem-convergence-cpp 3.60671 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 10, 4, 22, 17) fem-speedup-cpp 11348.2 "Assembly/solve speedup running on 4 processors" +(2015, 5, 10, 4, 22, 17) fem-speedup-cpp-assembly 6.35993 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 10, 4, 22, 17) fem-speedup-cpp-solve 0.569338 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 10, 4, 22, 27) mesh-refinement-cpp 9.22262 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 10, 4, 22, 29) mesh-topology-cpp 1.34306 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 10, 4, 22, 51) mesh-unitcube-cpp 22.2386 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 10, 4, 23, 29) mesh-iteration-cpp 35.5047 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 10, 4, 23, 29) function-evaluation-cpp 0.0395811 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 10, 4, 25, 27) la-vector-access-cpp 114.359 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 10, 4, 26, 3) la-vector-assignment-cpp 35.9801 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 11, 1, 9, 31) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2812 "BENCH 13.2812" +(2015, 5, 11, 1, 9, 50) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8705 "Building point search tree to accelerate distance queries." +(2015, 5, 11, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.1654 "BENCH 14.1654" +(2015, 5, 11, 1, 10, 34) common-progress-cpp 27.804 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 11, 1, 11, 37) common-timing-cpp 63.5965 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 11, 1, 13, 7) fem-convergence-cpp 3.60635 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 11, 3, 58, 6) fem-speedup-cpp 9897.63 "Assembly/solve speedup running on 4 processors" +(2015, 5, 11, 3, 58, 6) fem-speedup-cpp-assembly 6.65418 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 11, 3, 58, 6) fem-speedup-cpp-solve 0.658484 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 11, 3, 58, 16) mesh-refinement-cpp 9.25455 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 11, 3, 58, 17) mesh-topology-cpp 1.33601 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 11, 3, 58, 39) mesh-unitcube-cpp 22.1975 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 11, 3, 59, 17) mesh-iteration-cpp 35.5126 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 11, 3, 59, 17) function-evaluation-cpp 0.035089 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 11, 4, 1, 16) la-vector-access-cpp 115.574 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 11, 4, 1, 56) la-vector-assignment-cpp 39.4618 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 12, 1, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1916 "BENCH 13.1916" +(2015, 5, 12, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1956 "Building point search tree to accelerate distance queries." +(2015, 5, 12, 1, 10, 11) geometry-bounding_box_tree_build-cpp 14.1227 "BENCH 14.1227" +(2015, 5, 12, 1, 10, 39) common-progress-cpp 27.7881 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 12, 1, 11, 42) common-timing-cpp 63.7534 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 12, 1, 13, 12) fem-convergence-cpp 3.62458 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 12, 3, 59, 17) fem-speedup-cpp 9964.21 "Assembly/solve speedup running on 4 processors" +(2015, 5, 12, 3, 59, 17) fem-speedup-cpp-assembly 6.47625 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 12, 3, 59, 17) fem-speedup-cpp-solve 0.674075 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 12, 3, 59, 27) mesh-refinement-cpp 9.19405 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 12, 3, 59, 29) mesh-topology-cpp 1.33516 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 12, 3, 59, 51) mesh-unitcube-cpp 22.3238 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 12, 4, 0, 29) mesh-iteration-cpp 35.4929 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 12, 4, 0, 29) function-evaluation-cpp 0.027689 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 12, 4, 2, 24) la-vector-access-cpp 111.853 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 12, 4, 3, 0) la-vector-assignment-cpp 35.9819 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 13, 1, 9, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.02 "BENCH 13.02" +(2015, 5, 13, 1, 10, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8263 "Building point search tree to accelerate distance queries." +(2015, 5, 13, 1, 10, 17) geometry-bounding_box_tree_build-cpp 14.1537 "BENCH 14.1537" +(2015, 5, 13, 1, 10, 45) common-progress-cpp 27.8072 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 13, 1, 11, 49) common-timing-cpp 63.9778 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 13, 1, 13, 18) fem-convergence-cpp 3.60392 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 13, 3, 59, 56) fem-speedup-cpp 9996.21 "Assembly/solve speedup running on 4 processors" +(2015, 5, 13, 3, 59, 56) fem-speedup-cpp-assembly 6.56391 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 13, 3, 59, 56) fem-speedup-cpp-solve 0.656601 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 13, 4, 0, 5) mesh-refinement-cpp 9.10503 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 13, 4, 0, 7) mesh-topology-cpp 1.32504 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 13, 4, 0, 29) mesh-unitcube-cpp 21.6359 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 13, 4, 1, 6) mesh-iteration-cpp 35.4939 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 13, 4, 1, 6) function-evaluation-cpp 0.0445838 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 13, 4, 3, 6) la-vector-access-cpp 115.737 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 13, 4, 3, 42) la-vector-assignment-cpp 36.4723 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 14, 1, 9, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0821 "BENCH 13.0821" +(2015, 5, 14, 1, 9, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2316 "Building point search tree to accelerate distance queries." +(2015, 5, 14, 1, 10, 13) geometry-bounding_box_tree_build-cpp 14.1653 "BENCH 14.1653" +(2015, 5, 14, 1, 10, 41) common-progress-cpp 27.7959 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 14, 1, 11, 45) common-timing-cpp 63.74 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 14, 1, 13, 15) fem-convergence-cpp 3.62163 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 14, 4, 1, 19) fem-speedup-cpp 10082.7 "Assembly/solve speedup running on 4 processors" +(2015, 5, 14, 4, 1, 19) fem-speedup-cpp-assembly 6.46595 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 14, 4, 1, 19) fem-speedup-cpp-solve 0.68896 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 14, 4, 1, 29) mesh-refinement-cpp 9.19429 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 14, 4, 1, 30) mesh-topology-cpp 1.3294 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 14, 4, 1, 53) mesh-unitcube-cpp 22.502 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 14, 4, 2, 39) mesh-iteration-cpp 44.1367 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 14, 4, 2, 39) function-evaluation-cpp 0.0368998 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 14, 4, 4, 39) la-vector-access-cpp 116.073 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 14, 4, 5, 15) la-vector-assignment-cpp 35.4609 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 15, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0923 "BENCH 13.0923" +(2015, 5, 15, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 15.492 "Building point search tree to accelerate distance queries." +(2015, 5, 15, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.1569 "BENCH 14.1569" +(2015, 5, 15, 1, 10, 38) common-progress-cpp 27.8163 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 15, 1, 11, 41) common-timing-cpp 62.9399 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 15, 1, 13, 11) fem-convergence-cpp 3.61412 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 15, 4, 6, 19) fem-speedup-cpp 10387.3 "Assembly/solve speedup running on 4 processors" +(2015, 5, 15, 4, 6, 19) fem-speedup-cpp-assembly 6.58943 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 15, 4, 6, 19) fem-speedup-cpp-solve 0.649473 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 15, 4, 6, 29) mesh-refinement-cpp 9.21166 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 15, 4, 6, 31) mesh-topology-cpp 1.33391 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 15, 4, 6, 53) mesh-unitcube-cpp 22.2499 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 15, 4, 7, 31) mesh-iteration-cpp 35.5015 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 15, 4, 7, 31) function-evaluation-cpp 0.0313599 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 15, 4, 9, 33) la-vector-access-cpp 118.372 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 15, 4, 10, 8) la-vector-assignment-cpp 35.48 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 16, 1, 9, 30) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1017 "BENCH 13.1017" +(2015, 5, 16, 1, 9, 49) geometry-bounding_box_tree_compute_closest_entity-cpp 15.422 "Building point search tree to accelerate distance queries." +(2015, 5, 16, 1, 10, 6) geometry-bounding_box_tree_build-cpp 14.2061 "BENCH 14.2061" +(2015, 5, 16, 1, 10, 33) common-progress-cpp 27.7992 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 16, 1, 11, 37) common-timing-cpp 63.5072 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 16, 1, 13, 6) fem-convergence-cpp 3.62827 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 16, 4, 2, 32) fem-speedup-cpp 10164.6 "Assembly/solve speedup running on 4 processors" +(2015, 5, 16, 4, 2, 32) fem-speedup-cpp-assembly 6.68347 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 16, 4, 2, 32) fem-speedup-cpp-solve 0.644706 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 16, 4, 2, 42) mesh-refinement-cpp 9.18675 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 16, 4, 2, 43) mesh-topology-cpp 1.33247 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 16, 4, 3, 6) mesh-unitcube-cpp 22.2515 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 16, 4, 3, 43) mesh-iteration-cpp 35.4869 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 16, 4, 3, 43) function-evaluation-cpp 0.0528982 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 16, 4, 5, 43) la-vector-access-cpp 116.065 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 16, 4, 6, 17) la-vector-assignment-cpp 33.4704 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 17, 1, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0692 "BENCH 13.0692" +(2015, 5, 17, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2863 "Building point search tree to accelerate distance queries." +(2015, 5, 17, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.1382 "BENCH 14.1382" +(2015, 5, 17, 1, 10, 39) common-progress-cpp 27.792 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 17, 1, 11, 43) common-timing-cpp 63.3082 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 17, 1, 13, 12) fem-convergence-cpp 3.63546 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 17, 4, 7, 57) fem-speedup-cpp 10484.1 "Assembly/solve speedup running on 4 processors" +(2015, 5, 17, 4, 7, 57) fem-speedup-cpp-assembly 6.72715 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 17, 4, 7, 57) fem-speedup-cpp-solve 0.604418 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 17, 4, 8, 7) mesh-refinement-cpp 9.19743 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 17, 4, 8, 9) mesh-topology-cpp 1.33812 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 17, 4, 8, 31) mesh-unitcube-cpp 22.3097 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 17, 4, 9, 9) mesh-iteration-cpp 35.5041 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 17, 4, 9, 9) function-evaluation-cpp 0.031534 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 17, 4, 11, 9) la-vector-access-cpp 116.337 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 17, 4, 11, 42) la-vector-assignment-cpp 33.471 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 18, 1, 9, 37) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2006 "BENCH 13.2006" +(2015, 5, 18, 1, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3881 "Building point search tree to accelerate distance queries." +(2015, 5, 18, 1, 10, 12) geometry-bounding_box_tree_build-cpp 14.1302 "BENCH 14.1302" +(2015, 5, 18, 1, 10, 40) common-progress-cpp 27.788 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 18, 1, 11, 43) common-timing-cpp 63.1407 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 18, 1, 13, 13) fem-convergence-cpp 3.62292 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 18, 3, 52, 56) fem-speedup-cpp 9581.63 "Assembly/solve speedup running on 4 processors" +(2015, 5, 18, 3, 52, 56) fem-speedup-cpp-assembly 6.64952 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 18, 3, 52, 56) fem-speedup-cpp-solve 0.712101 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 18, 3, 53, 6) mesh-refinement-cpp 9.18237 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 18, 3, 53, 7) mesh-topology-cpp 1.33161 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 18, 3, 53, 29) mesh-unitcube-cpp 22.2909 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 18, 3, 54, 7) mesh-iteration-cpp 35.4651 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 18, 3, 54, 7) function-evaluation-cpp 0.044569 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 18, 3, 56, 11) la-vector-access-cpp 119.75 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 18, 3, 56, 46) la-vector-assignment-cpp 34.9184 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 19, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1062 "BENCH 13.1062" +(2015, 5, 19, 1, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2652 "Building point search tree to accelerate distance queries." +(2015, 5, 19, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.0972 "BENCH 14.0972" +(2015, 5, 19, 1, 10, 38) common-progress-cpp 27.7832 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 19, 1, 11, 41) common-timing-cpp 63.0396 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 19, 1, 13, 10) fem-convergence-cpp 3.62534 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 19, 4, 2, 54) fem-speedup-cpp 10182.9 "Assembly/solve speedup running on 4 processors" +(2015, 5, 19, 4, 2, 54) fem-speedup-cpp-assembly 6.47302 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 19, 4, 2, 54) fem-speedup-cpp-solve 0.648827 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 19, 4, 3, 4) mesh-refinement-cpp 9.17086 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 19, 4, 3, 5) mesh-topology-cpp 1.33115 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 19, 4, 3, 28) mesh-unitcube-cpp 22.2405 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 19, 4, 4, 5) mesh-iteration-cpp 35.4968 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 19, 4, 4, 5) function-evaluation-cpp 0.031419 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 19, 4, 6, 7) la-vector-access-cpp 118.27 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 19, 4, 6, 41) la-vector-assignment-cpp 33.4779 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 20, 1, 9, 41) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2799 "BENCH 13.2799" +(2015, 5, 20, 1, 10, 0) geometry-bounding_box_tree_compute_closest_entity-cpp 15.4288 "Building point search tree to accelerate distance queries." +(2015, 5, 20, 1, 10, 16) geometry-bounding_box_tree_build-cpp 14.0988 "BENCH 14.0988" +(2015, 5, 20, 1, 10, 44) common-progress-cpp 27.7831 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 20, 1, 11, 47) common-timing-cpp 63.5677 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 20, 1, 13, 17) fem-convergence-cpp 3.63273 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 20, 4, 16, 38) fem-speedup-cpp 10999.7 "Assembly/solve speedup running on 4 processors" +(2015, 5, 20, 4, 16, 38) fem-speedup-cpp-assembly 6.71979 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 20, 4, 16, 38) fem-speedup-cpp-solve 0.564518 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 20, 4, 16, 48) mesh-refinement-cpp 9.19663 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 20, 4, 16, 49) mesh-topology-cpp 1.33903 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 20, 4, 17, 11) mesh-unitcube-cpp 22.3058 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 20, 4, 17, 49) mesh-iteration-cpp 35.4981 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 20, 4, 17, 49) function-evaluation-cpp 0.0400188 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 20, 4, 19, 53) la-vector-access-cpp 119.831 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 20, 4, 20, 26) la-vector-assignment-cpp 33.4705 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 21, 1, 9, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0793 "BENCH 13.0793" +(2015, 5, 21, 1, 9, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3295 "Building point search tree to accelerate distance queries." +(2015, 5, 21, 1, 10, 14) geometry-bounding_box_tree_build-cpp 14.0527 "BENCH 14.0527" +(2015, 5, 21, 1, 10, 42) common-progress-cpp 27.8197 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 21, 1, 11, 46) common-timing-cpp 63.7731 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 21, 1, 13, 15) fem-convergence-cpp 3.6158 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 21, 3, 59, 44) fem-speedup-cpp 9987.67 "Assembly/solve speedup running on 4 processors" +(2015, 5, 21, 3, 59, 44) fem-speedup-cpp-assembly 6.64901 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 21, 3, 59, 44) fem-speedup-cpp-solve 0.65516 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 21, 3, 59, 54) mesh-refinement-cpp 9.2202 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 21, 3, 59, 56) mesh-topology-cpp 1.33504 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 21, 4, 0, 18) mesh-unitcube-cpp 22.2203 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 21, 4, 0, 56) mesh-iteration-cpp 35.4997 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 21, 4, 0, 56) function-evaluation-cpp 0.0396161 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 21, 4, 2, 59) la-vector-access-cpp 119.638 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 21, 4, 3, 35) la-vector-assignment-cpp 35.4622 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 22, 1, 9, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.073 "BENCH 13.073" +(2015, 5, 22, 1, 9, 58) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2407 "Building point search tree to accelerate distance queries." +(2015, 5, 22, 1, 10, 15) geometry-bounding_box_tree_build-cpp 14.1881 "BENCH 14.1881" +(2015, 5, 22, 1, 10, 46) common-progress-cpp 31.5631 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 22, 1, 11, 50) common-timing-cpp 63.6722 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 22, 1, 13, 19) fem-convergence-cpp 3.61861 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 22, 4, 6, 22) fem-speedup-cpp 10381.3 "Assembly/solve speedup running on 4 processors" +(2015, 5, 22, 4, 6, 22) fem-speedup-cpp-assembly 6.23963 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 22, 4, 6, 22) fem-speedup-cpp-solve 0.719185 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 22, 4, 6, 32) mesh-refinement-cpp 9.18518 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 22, 4, 6, 33) mesh-topology-cpp 1.32972 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 22, 4, 6, 55) mesh-unitcube-cpp 22.2147 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 22, 4, 7, 33) mesh-iteration-cpp 35.4962 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 22, 4, 7, 33) function-evaluation-cpp 0.039968 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 22, 4, 9, 33) la-vector-access-cpp 116.303 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 22, 4, 10, 7) la-vector-assignment-cpp 33.4661 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 23, 1, 9, 38) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.054 "BENCH 13.054" +(2015, 5, 23, 1, 9, 56) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0558 "Building point search tree to accelerate distance queries." +(2015, 5, 23, 1, 10, 13) geometry-bounding_box_tree_build-cpp 14.1691 "BENCH 14.1691" +(2015, 5, 23, 1, 10, 41) common-progress-cpp 27.813 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 23, 1, 11, 44) common-timing-cpp 63.3912 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 23, 1, 13, 15) fem-convergence-cpp 3.63453 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 23, 4, 13, 47) fem-speedup-cpp 10830.8 "Assembly/solve speedup running on 4 processors" +(2015, 5, 23, 4, 13, 47) fem-speedup-cpp-assembly 6.77954 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 23, 4, 13, 47) fem-speedup-cpp-solve 0.571426 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 23, 4, 13, 57) mesh-refinement-cpp 9.18243 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 23, 4, 13, 58) mesh-topology-cpp 1.33325 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 23, 4, 14, 20) mesh-unitcube-cpp 22.1584 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 23, 4, 15, 2) mesh-iteration-cpp 39.1656 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 23, 4, 15, 2) function-evaluation-cpp 0.0401371 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 23, 4, 17, 1) la-vector-access-cpp 115.794 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 23, 4, 17, 35) la-vector-assignment-cpp 33.6034 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 24, 1, 9, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2301 "BENCH 13.2301" +(2015, 5, 24, 1, 9, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.13 "Building point search tree to accelerate distance queries." +(2015, 5, 24, 1, 10, 14) geometry-bounding_box_tree_build-cpp 14.115 "BENCH 14.115" +(2015, 5, 24, 1, 10, 42) common-progress-cpp 27.79 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 24, 1, 11, 46) common-timing-cpp 64.323 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 24, 1, 13, 16) fem-convergence-cpp 3.63862 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 24, 4, 2, 25) fem-speedup-cpp 10148 "Assembly/solve speedup running on 4 processors" +(2015, 5, 24, 4, 2, 25) fem-speedup-cpp-assembly 6.47607 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 24, 4, 2, 25) fem-speedup-cpp-solve 0.65411 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 24, 4, 2, 35) mesh-refinement-cpp 9.1844 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 24, 4, 2, 36) mesh-topology-cpp 1.33284 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 24, 4, 2, 59) mesh-unitcube-cpp 22.1717 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 24, 4, 3, 36) mesh-iteration-cpp 35.5782 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 24, 4, 3, 37) function-evaluation-cpp 0.039763 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 24, 4, 5, 31) la-vector-access-cpp 110.339 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 24, 4, 6, 4) la-vector-assignment-cpp 33.6123 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 25, 1, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1317 "BENCH 13.1317" +(2015, 5, 25, 1, 9, 55) geometry-bounding_box_tree_compute_closest_entity-cpp 15.062 "Building point search tree to accelerate distance queries." +(2015, 5, 25, 1, 10, 11) geometry-bounding_box_tree_build-cpp 14.131 "BENCH 14.131" +(2015, 5, 25, 1, 10, 39) common-progress-cpp 27.7945 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 25, 1, 11, 43) common-timing-cpp 64.102 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 25, 1, 13, 13) fem-convergence-cpp 3.64034 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 25, 3, 56, 42) fem-speedup-cpp 9808.74 "Assembly/solve speedup running on 4 processors" +(2015, 5, 25, 3, 56, 42) fem-speedup-cpp-assembly 6.46907 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 25, 3, 56, 42) fem-speedup-cpp-solve 0.692098 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 25, 3, 56, 52) mesh-refinement-cpp 9.18119 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 25, 3, 56, 54) mesh-topology-cpp 1.33201 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 25, 3, 57, 16) mesh-unitcube-cpp 22.1656 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 25, 3, 57, 54) mesh-iteration-cpp 35.4964 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 25, 3, 57, 54) function-evaluation-cpp 0.0395319 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 25, 3, 59, 53) la-vector-access-cpp 115.678 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 25, 4, 0, 27) la-vector-assignment-cpp 33.5344 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 26, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1692 "BENCH 13.1692" +(2015, 5, 26, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1991 "Building point search tree to accelerate distance queries." +(2015, 5, 26, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.1592 "BENCH 14.1592" +(2015, 5, 26, 1, 10, 38) common-progress-cpp 27.7909 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 26, 1, 11, 43) common-timing-cpp 64.5831 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 26, 1, 13, 12) fem-convergence-cpp 3.63471 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 26, 4, 5, 44) fem-speedup-cpp 10351 "Assembly/solve speedup running on 4 processors" +(2015, 5, 26, 4, 5, 44) fem-speedup-cpp-assembly 6.65164 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 26, 4, 5, 44) fem-speedup-cpp-solve 0.626458 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 26, 4, 5, 54) mesh-refinement-cpp 9.17867 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 26, 4, 5, 56) mesh-topology-cpp 1.33212 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 26, 4, 6, 18) mesh-unitcube-cpp 22.1565 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 26, 4, 6, 56) mesh-iteration-cpp 35.4959 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 26, 4, 6, 56) function-evaluation-cpp 0.0400879 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 26, 4, 8, 53) la-vector-access-cpp 113.925 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 26, 4, 9, 29) la-vector-assignment-cpp 35.4713 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 27, 1, 9, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1039 "BENCH 13.1039" +(2015, 5, 27, 1, 9, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9967 "Building point search tree to accelerate distance queries." +(2015, 5, 27, 1, 10, 14) geometry-bounding_box_tree_build-cpp 14.1639 "BENCH 14.1639" +(2015, 5, 27, 1, 10, 41) common-progress-cpp 27.8088 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 27, 1, 11, 45) common-timing-cpp 63.7079 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 27, 1, 13, 15) fem-convergence-cpp 3.64222 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 27, 4, 11, 44) fem-speedup-cpp 10708.3 "Assembly/solve speedup running on 4 processors" +(2015, 5, 27, 4, 11, 44) fem-speedup-cpp-assembly 6.75209 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 27, 4, 11, 44) fem-speedup-cpp-solve 0.59584 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 27, 4, 11, 54) mesh-refinement-cpp 9.18061 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 27, 4, 11, 56) mesh-topology-cpp 1.33289 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 27, 4, 12, 18) mesh-unitcube-cpp 22.1645 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 27, 4, 12, 56) mesh-iteration-cpp 36.0776 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 27, 4, 12, 56) function-evaluation-cpp 0.034977 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 27, 4, 14, 50) la-vector-access-cpp 110.33 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 27, 4, 15, 24) la-vector-assignment-cpp 33.4631 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 28, 1, 9, 34) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1549 "BENCH 13.1549" +(2015, 5, 28, 1, 9, 52) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2985 "Building point search tree to accelerate distance queries." +(2015, 5, 28, 1, 10, 9) geometry-bounding_box_tree_build-cpp 14.0955 "BENCH 14.0955" +(2015, 5, 28, 1, 10, 37) common-progress-cpp 27.7823 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 28, 1, 11, 40) common-timing-cpp 63.1981 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 28, 1, 13, 9) fem-convergence-cpp 3.62635 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 28, 4, 6, 53) fem-speedup-cpp 10422.7 "Assembly/solve speedup running on 4 processors" +(2015, 5, 28, 4, 6, 53) fem-speedup-cpp-assembly 6.37557 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 28, 4, 6, 53) fem-speedup-cpp-solve 0.61855 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 28, 4, 7, 3) mesh-refinement-cpp 9.17186 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 28, 4, 7, 4) mesh-topology-cpp 1.33146 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 28, 4, 7, 26) mesh-unitcube-cpp 22.1993 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 28, 4, 8, 6) mesh-iteration-cpp 37.6185 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 28, 4, 8, 6) function-evaluation-cpp 0.059747 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 28, 4, 10, 2) la-vector-access-cpp 111.832 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 28, 4, 10, 38) la-vector-assignment-cpp 35.5461 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 29, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1965 "BENCH 13.1965" +(2015, 5, 29, 1, 9, 53) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0843 "Building point search tree to accelerate distance queries." +(2015, 5, 29, 1, 10, 10) geometry-bounding_box_tree_build-cpp 14.1967 "BENCH 14.1967" +(2015, 5, 29, 1, 10, 38) common-progress-cpp 27.791 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 29, 1, 11, 42) common-timing-cpp 63.8591 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 29, 1, 13, 12) fem-convergence-cpp 3.62871 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 29, 4, 2, 30) fem-speedup-cpp 10157 "Assembly/solve speedup running on 4 processors" +(2015, 5, 29, 4, 2, 30) fem-speedup-cpp-assembly 6.54513 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 29, 4, 2, 30) fem-speedup-cpp-solve 0.644168 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 29, 4, 2, 40) mesh-refinement-cpp 9.20834 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 29, 4, 2, 41) mesh-topology-cpp 1.33024 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 29, 4, 3, 3) mesh-unitcube-cpp 22.2337 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 29, 4, 3, 41) mesh-iteration-cpp 35.4975 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 29, 4, 3, 41) function-evaluation-cpp 0.035125 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 29, 4, 5, 37) la-vector-access-cpp 111.849 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 29, 4, 6, 9) la-vector-assignment-cpp 32.4764 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 30, 1, 9, 40) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0537 "BENCH 13.0537" +(2015, 5, 30, 1, 9, 59) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1262 "Building point search tree to accelerate distance queries." +(2015, 5, 30, 1, 10, 15) geometry-bounding_box_tree_build-cpp 14.0357 "BENCH 14.0357" +(2015, 5, 30, 1, 10, 43) common-progress-cpp 27.7927 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 30, 1, 11, 47) common-timing-cpp 63.96 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 30, 1, 13, 16) fem-convergence-cpp 3.62078 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 30, 4, 12, 55) fem-speedup-cpp 10777.1 "Assembly/solve speedup running on 4 processors" +(2015, 5, 30, 4, 12, 55) fem-speedup-cpp-assembly 6.46509 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 30, 4, 12, 55) fem-speedup-cpp-solve 0.601104 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 30, 4, 13, 52) mesh-refinement-cpp 56.5105 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 30, 4, 13, 53) mesh-topology-cpp 1.33562 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 30, 4, 14, 16) mesh-unitcube-cpp 22.2629 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 30, 4, 14, 53) mesh-iteration-cpp 35.4927 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 30, 4, 14, 53) function-evaluation-cpp 0.0350139 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 30, 4, 16, 51) la-vector-access-cpp 114.147 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 30, 4, 17, 24) la-vector-assignment-cpp 32.5975 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 5, 31, 1, 9, 35) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9543 "BENCH 12.9543" +(2015, 5, 31, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3911 "Building point search tree to accelerate distance queries." +(2015, 5, 31, 1, 10, 11) geometry-bounding_box_tree_build-cpp 14.2107 "BENCH 14.2107" +(2015, 5, 31, 1, 10, 38) common-progress-cpp 27.7872 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 5, 31, 1, 11, 42) common-timing-cpp 63.805 "Timing access and registration of timings (10000000 repetitions)" +(2015, 5, 31, 1, 13, 11) fem-convergence-cpp 3.63784 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 5, 31, 3, 59, 30) fem-speedup-cpp 9977.87 "Assembly/solve speedup running on 4 processors" +(2015, 5, 31, 3, 59, 30) fem-speedup-cpp-assembly 6.60786 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 5, 31, 3, 59, 30) fem-speedup-cpp-solve 0.633574 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 5, 31, 4, 0, 28) mesh-refinement-cpp 56.5378 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 5, 31, 4, 0, 29) mesh-topology-cpp 1.33151 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 5, 31, 4, 0, 52) mesh-unitcube-cpp 22.2179 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 5, 31, 4, 1, 29) mesh-iteration-cpp 35.5112 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 5, 31, 4, 1, 29) function-evaluation-cpp 0.034982 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 5, 31, 4, 3, 29) la-vector-access-cpp 115.709 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 5, 31, 4, 4, 4) la-vector-assignment-cpp 35.4738 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 6, 1, 1, 9, 36) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9724 "BENCH 12.9724" +(2015, 6, 1, 1, 9, 54) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0399 "Building point search tree to accelerate distance queries." +(2015, 6, 1, 1, 10, 11) geometry-bounding_box_tree_build-cpp 14.1122 "BENCH 14.1122" +(2015, 6, 1, 1, 10, 39) common-progress-cpp 27.7921 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 6, 1, 1, 11, 43) common-timing-cpp 64.17 "Timing access and registration of timings (10000000 repetitions)" +(2015, 6, 1, 1, 13, 13) fem-convergence-cpp 3.62823 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 6, 1, 4, 18, 25) fem-speedup-cpp 11110.8 "Assembly/solve speedup running on 4 processors" +(2015, 6, 1, 4, 18, 25) fem-speedup-cpp-assembly 6.45291 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 6, 1, 4, 18, 25) fem-speedup-cpp-solve 0.653592 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 6, 1, 4, 19, 22) mesh-refinement-cpp 56.6729 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 6, 1, 4, 19, 23) mesh-topology-cpp 1.33115 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 6, 1, 4, 19, 46) mesh-unitcube-cpp 22.1575 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 6, 1, 4, 20, 23) mesh-iteration-cpp 35.5269 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 6, 1, 4, 20, 23) function-evaluation-cpp 0.0316911 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 6, 1, 4, 22, 23) la-vector-access-cpp 115.753 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 6, 1, 4, 22, 56) la-vector-assignment-cpp 32.4727 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 6, 2, 1, 9, 58) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1557 "BENCH 13.1557" +(2015, 6, 2, 1, 10, 18) geometry-bounding_box_tree_compute_closest_entity-cpp 16.1171 "Building point search tree to accelerate distance queries." +(2015, 6, 2, 1, 10, 34) geometry-bounding_box_tree_build-cpp 14.2383 "BENCH 14.2383" +(2015, 6, 2, 1, 11, 2) common-progress-cpp 27.7828 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 6, 2, 1, 12, 6) common-timing-cpp 63.9632 "Timing access and registration of timings (10000000 repetitions)" +(2015, 6, 2, 1, 13, 36) fem-convergence-cpp 3.62058 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 6, 2, 4, 13, 18) fem-speedup-cpp 10781.5 "Assembly/solve speedup running on 4 processors" +(2015, 6, 2, 4, 13, 18) fem-speedup-cpp-assembly 6.43249 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 6, 2, 4, 13, 18) fem-speedup-cpp-solve 0.636069 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 6, 2, 4, 14, 16) mesh-refinement-cpp 56.3707 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 6, 2, 4, 14, 17) mesh-topology-cpp 1.33689 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 6, 2, 4, 14, 39) mesh-unitcube-cpp 22.1904 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 6, 2, 4, 15, 17) mesh-iteration-cpp 35.5202 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 6, 2, 4, 15, 17) function-evaluation-cpp 0.0351071 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 6, 2, 4, 17, 15) la-vector-access-cpp 114.035 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 6, 2, 4, 17, 51) la-vector-assignment-cpp 35.9738 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 1, 8, 23, 11) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.868 "BENCH 13.868" +(2015, 10, 1, 8, 23, 29) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8265 "Building point search tree to accelerate distance queries." +(2015, 10, 1, 8, 23, 46) geometry-bounding_box_tree_build-cpp 14.1841 "BENCH 14.1841" +(2015, 10, 1, 8, 24, 13) common-progress-cpp 27.6473 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 1, 8, 25, 21) common-timing-cpp 67.3676 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 1, 10, 37, 29) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8858 "BENCH 12.8858" +(2015, 10, 1, 10, 37, 48) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9127 "Building point search tree to accelerate distance queries." +(2015, 10, 1, 10, 38, 4) geometry-bounding_box_tree_build-cpp 14.1632 "BENCH 14.1632" +(2015, 10, 1, 10, 38, 32) common-progress-cpp 27.8573 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 1, 10, 39, 38) common-timing-cpp 66.1329 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 1, 10, 41, 10) fem-convergence-cpp 3.65488 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 1, 14, 31, 51) fem-speedup-cpp 13838.4 "Assembly/solve speedup running on 4 processors" +(2015, 10, 1, 14, 31, 51) fem-speedup-cpp-assembly 6.47118 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 1, 14, 31, 51) fem-speedup-cpp-solve 1.32891 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 1, 14, 32, 43) mesh-refinement-cpp 51.0654 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 1, 14, 32, 45) mesh-topology-cpp 1.36636 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 1, 14, 33, 6) mesh-unitcube-cpp 21.6493 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 1, 14, 33, 52) mesh-iteration-cpp 43.5068 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 1, 14, 33, 52) function-evaluation-cpp 0.083353 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 1, 14, 36, 9) la-vector-access-cpp 132.079 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 1, 14, 36, 45) la-vector-assignment-cpp 35.959 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 2, 1, 10, 48) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9539 "BENCH 12.9539" +(2015, 10, 2, 1, 11, 7) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1559 "Building point search tree to accelerate distance queries." +(2015, 10, 2, 1, 11, 23) geometry-bounding_box_tree_build-cpp 13.9152 "BENCH 13.9152" +(2015, 10, 2, 1, 11, 51) common-progress-cpp 27.6401 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 2, 1, 12, 57) common-timing-cpp 66.1957 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 2, 1, 14, 30) fem-convergence-cpp 3.62948 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 2, 4, 26, 53) fem-speedup-cpp 11542.3 "Assembly/solve speedup running on 4 processors" +(2015, 10, 2, 4, 26, 53) fem-speedup-cpp-assembly 6.73345 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 2, 4, 26, 53) fem-speedup-cpp-solve 1.04887 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 2, 4, 27, 45) mesh-refinement-cpp 50.458 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 2, 4, 27, 46) mesh-topology-cpp 1.37204 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 2, 4, 28, 8) mesh-unitcube-cpp 21.7509 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 2, 4, 28, 46) mesh-iteration-cpp 35.5101 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 2, 4, 28, 46) function-evaluation-cpp 0.0834799 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 2, 4, 31, 3) la-vector-access-cpp 132.962 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 2, 4, 31, 43) la-vector-assignment-cpp 40.0095 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 3, 1, 10, 43) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0063 "BENCH 13.0063" +(2015, 10, 3, 1, 11, 1) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9672 "Building point search tree to accelerate distance queries." +(2015, 10, 3, 1, 11, 18) geometry-bounding_box_tree_build-cpp 14.2761 "BENCH 14.2761" +(2015, 10, 3, 1, 11, 46) common-progress-cpp 28.0115 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 3, 1, 12, 52) common-timing-cpp 66.4155 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 3, 1, 14, 25) fem-convergence-cpp 3.64651 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 3, 4, 22, 1) fem-speedup-cpp 11255.5 "Assembly/solve speedup running on 4 processors" +(2015, 10, 3, 4, 22, 1) fem-speedup-cpp-assembly 6.39372 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 3, 4, 22, 1) fem-speedup-cpp-solve 1.1077 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 3, 4, 22, 46) mesh-refinement-cpp 43.5946 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 3, 4, 22, 47) mesh-topology-cpp 1.37345 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 3, 4, 23, 9) mesh-unitcube-cpp 22.0839 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 3, 4, 23, 47) mesh-iteration-cpp 35.4531 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 3, 4, 23, 47) function-evaluation-cpp 0.0834908 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 3, 4, 26, 4) la-vector-access-cpp 133.166 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 3, 4, 26, 41) la-vector-assignment-cpp 36.5269 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 4, 1, 10, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9048 "BENCH 12.9048" +(2015, 10, 4, 1, 10, 43) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0772 "Building point search tree to accelerate distance queries." +(2015, 10, 4, 1, 10, 59) geometry-bounding_box_tree_build-cpp 14.1211 "BENCH 14.1211" +(2015, 10, 4, 1, 11, 27) common-progress-cpp 27.9925 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 4, 1, 12, 34) common-timing-cpp 66.6978 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 4, 1, 14, 9) fem-convergence-cpp 3.68284 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 4, 4, 58, 46) fem-speedup-cpp 13476.3 "Assembly/solve speedup running on 4 processors" +(2015, 10, 4, 4, 58, 46) fem-speedup-cpp-assembly 6.43066 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 4, 4, 58, 46) fem-speedup-cpp-solve 0.997223 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 4, 4, 59, 34) mesh-refinement-cpp 45.6495 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 4, 4, 59, 35) mesh-topology-cpp 1.51458 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 4, 4, 59, 59) mesh-unitcube-cpp 23.458 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 4, 5, 0, 38) mesh-iteration-cpp 36.9863 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 4, 5, 0, 39) function-evaluation-cpp 0.127343 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 4, 5, 2, 53) la-vector-access-cpp 130.734 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 4, 5, 3, 27) la-vector-assignment-cpp 33.5224 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 5, 1, 10, 25) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9663 "BENCH 12.9663" +(2015, 10, 5, 1, 10, 44) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0519 "Building point search tree to accelerate distance queries." +(2015, 10, 5, 1, 11, 1) geometry-bounding_box_tree_build-cpp 14.354 "BENCH 14.354" +(2015, 10, 5, 1, 11, 28) common-progress-cpp 27.9373 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 5, 1, 12, 35) common-timing-cpp 66.2193 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 5, 1, 14, 6) fem-convergence-cpp 3.64699 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 5, 4, 36, 36) fem-speedup-cpp 12149.2 "Assembly/solve speedup running on 4 processors" +(2015, 10, 5, 4, 36, 36) fem-speedup-cpp-assembly 6.46818 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 5, 4, 36, 36) fem-speedup-cpp-solve 1.08054 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 5, 4, 37, 21) mesh-refinement-cpp 43.9704 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 5, 4, 37, 23) mesh-topology-cpp 1.37521 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 5, 4, 37, 45) mesh-unitcube-cpp 22.0812 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 5, 4, 38, 31) mesh-iteration-cpp 43.5028 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 5, 4, 38, 31) function-evaluation-cpp 0.083483 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 5, 4, 40, 44) la-vector-access-cpp 129.096 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 5, 4, 41, 20) la-vector-assignment-cpp 36.0117 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 6, 1, 10, 39) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8688 "BENCH 12.8688" +(2015, 10, 6, 1, 10, 57) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0222 "Building point search tree to accelerate distance queries." +(2015, 10, 6, 1, 11, 14) geometry-bounding_box_tree_build-cpp 14.2543 "BENCH 14.2543" +(2015, 10, 6, 1, 11, 42) common-progress-cpp 27.9561 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 6, 1, 12, 47) common-timing-cpp 65.4735 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 6, 1, 12, 57) fem-convergence-cpp 3.66275 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 6, 4, 25, 53) fem-speedup-cpp 11575.4 "Assembly/solve speedup running on 4 processors" +(2015, 10, 6, 4, 25, 53) fem-speedup-cpp-assembly 6.50386 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 6, 4, 25, 53) fem-speedup-cpp-solve 1.04638 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 6, 4, 26, 38) mesh-refinement-cpp 44.2493 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 6, 4, 26, 40) mesh-topology-cpp 1.38087 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 6, 4, 27, 2) mesh-unitcube-cpp 22.1959 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 6, 4, 27, 48) mesh-iteration-cpp 43.5135 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 6, 4, 27, 48) function-evaluation-cpp 0.0779641 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 6, 4, 30, 5) la-vector-access-cpp 133.52 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 6, 4, 30, 38) la-vector-assignment-cpp 32.5162 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 7, 1, 10, 46) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.3652 "BENCH 13.3652" +(2015, 10, 7, 1, 11, 4) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8993 "Building point search tree to accelerate distance queries." +(2015, 10, 7, 1, 11, 21) geometry-bounding_box_tree_build-cpp 14.2974 "BENCH 14.2974" +(2015, 10, 7, 1, 11, 48) common-progress-cpp 27.9534 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 7, 1, 12, 57) common-timing-cpp 68.9611 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 7, 1, 13, 7) fem-convergence-cpp 3.67022 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 7, 4, 30, 46) fem-speedup-cpp 11857.9 "Assembly/solve speedup running on 4 processors" +(2015, 10, 7, 4, 30, 46) fem-speedup-cpp-assembly 6.39553 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 7, 4, 30, 46) fem-speedup-cpp-solve 1.03566 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 7, 4, 31, 30) mesh-refinement-cpp 43.3144 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 7, 4, 31, 32) mesh-topology-cpp 1.36764 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 7, 4, 31, 53) mesh-unitcube-cpp 21.5323 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 7, 4, 32, 31) mesh-iteration-cpp 35.5022 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 7, 4, 32, 31) function-evaluation-cpp 0.0777099 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 7, 4, 35, 2) la-vector-access-cpp 146.528 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 7, 4, 35, 36) la-vector-assignment-cpp 33.7382 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 8, 1, 10, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0246 "BENCH 13.0246" +(2015, 10, 8, 1, 10, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1043 "Building point search tree to accelerate distance queries." +(2015, 10, 8, 1, 10, 58) geometry-bounding_box_tree_build-cpp 14.1725 "BENCH 14.1725" +(2015, 10, 8, 1, 11, 26) common-progress-cpp 27.957 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 8, 1, 12, 33) common-timing-cpp 67.3633 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 8, 1, 12, 43) fem-convergence-cpp 3.67977 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 8, 3, 55, 4) fem-speedup-cpp 9739.89 "Assembly/solve speedup running on 4 processors" +(2015, 10, 8, 3, 55, 4) fem-speedup-cpp-assembly 6.41048 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 8, 3, 55, 4) fem-speedup-cpp-solve 1.06121 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 8, 3, 55, 48) mesh-refinement-cpp 43.3083 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 8, 3, 55, 50) mesh-topology-cpp 1.36514 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 8, 3, 56, 11) mesh-unitcube-cpp 21.3923 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 8, 3, 56, 57) mesh-iteration-cpp 43.505 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 8, 3, 56, 57) function-evaluation-cpp 0.077934 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 8, 3, 59, 26) la-vector-access-cpp 144.975 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 8, 4, 0, 0) la-vector-assignment-cpp 33.4515 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 9, 1, 10, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.2625 "BENCH 13.2625" +(2015, 10, 9, 1, 10, 41) geometry-bounding_box_tree_compute_closest_entity-cpp 15.2746 "Building point search tree to accelerate distance queries." +(2015, 10, 9, 1, 10, 58) geometry-bounding_box_tree_build-cpp 14.1672 "BENCH 14.1672" +(2015, 10, 9, 1, 11, 26) common-progress-cpp 28.0114 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 9, 1, 12, 35) common-timing-cpp 68.7436 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 9, 1, 12, 44) fem-convergence-cpp 3.66727 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 9, 4, 6, 7) fem-speedup-cpp 10401.6 "Assembly/solve speedup running on 4 processors" +(2015, 10, 9, 4, 6, 7) fem-speedup-cpp-assembly 6.4454 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 9, 4, 6, 7) fem-speedup-cpp-solve 1.05344 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 9, 4, 6, 52) mesh-refinement-cpp 43.4011 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 9, 4, 6, 53) mesh-topology-cpp 1.36247 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 9, 4, 7, 15) mesh-unitcube-cpp 21.497 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 9, 4, 7, 52) mesh-iteration-cpp 35.5042 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 9, 4, 7, 52) function-evaluation-cpp 0.078007 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 9, 4, 10, 20) la-vector-access-cpp 143.893 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 9, 4, 10, 54) la-vector-assignment-cpp 33.4507 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 10, 1, 10, 57) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0096 "BENCH 13.0096" +(2015, 10, 10, 1, 11, 16) geometry-bounding_box_tree_compute_closest_entity-cpp 14.972 "Building point search tree to accelerate distance queries." +(2015, 10, 10, 1, 11, 32) geometry-bounding_box_tree_build-cpp 14.181 "BENCH 14.181" +(2015, 10, 10, 1, 12, 0) common-progress-cpp 27.9524 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 10, 1, 13, 6) common-timing-cpp 65.9889 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 10, 1, 13, 16) fem-convergence-cpp 3.64206 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 10, 4, 29, 14) fem-speedup-cpp 11757.2 "Assembly/solve speedup running on 4 processors" +(2015, 10, 10, 4, 29, 14) fem-speedup-cpp-assembly 6.36321 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 10, 4, 29, 14) fem-speedup-cpp-solve 0.956146 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 10, 4, 29, 58) mesh-refinement-cpp 43.3836 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 10, 4, 30, 0) mesh-topology-cpp 1.36694 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 10, 4, 30, 21) mesh-unitcube-cpp 21.4641 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 10, 4, 31, 3) mesh-iteration-cpp 39.1195 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 10, 4, 31, 3) function-evaluation-cpp 0.0777721 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 10, 4, 33, 31) la-vector-access-cpp 144.298 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 10, 4, 34, 9) la-vector-assignment-cpp 37.4541 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 11, 1, 10, 22) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9928 "BENCH 12.9928" +(2015, 10, 11, 1, 10, 41) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8762 "Building point search tree to accelerate distance queries." +(2015, 10, 11, 1, 10, 57) geometry-bounding_box_tree_build-cpp 14.1424 "BENCH 14.1424" +(2015, 10, 11, 1, 11, 25) common-progress-cpp 27.9932 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 11, 1, 12, 33) common-timing-cpp 68.2888 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 11, 1, 12, 43) fem-convergence-cpp 3.67741 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 11, 4, 26, 34) fem-speedup-cpp 11629.3 "Assembly/solve speedup running on 4 processors" +(2015, 10, 11, 4, 26, 34) fem-speedup-cpp-assembly 6.27018 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 11, 4, 26, 34) fem-speedup-cpp-solve 1.05243 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 11, 4, 27, 18) mesh-refinement-cpp 43.6719 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 11, 4, 27, 20) mesh-topology-cpp 1.37007 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 11, 4, 27, 41) mesh-unitcube-cpp 21.6116 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 11, 4, 28, 19) mesh-iteration-cpp 35.5123 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 11, 4, 28, 19) function-evaluation-cpp 0.0778549 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 11, 4, 30, 48) la-vector-access-cpp 144.523 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 11, 4, 31, 21) la-vector-assignment-cpp 33.4478 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 12, 1, 10, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.217 "BENCH 13.217" +(2015, 10, 12, 1, 10, 41) geometry-bounding_box_tree_compute_closest_entity-cpp 15.0076 "Building point search tree to accelerate distance queries." +(2015, 10, 12, 1, 10, 58) geometry-bounding_box_tree_build-cpp 14.2142 "BENCH 14.2142" +(2015, 10, 12, 1, 11, 31) common-progress-cpp 32.9442 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 12, 1, 12, 38) common-timing-cpp 66.8853 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 12, 1, 12, 47) fem-convergence-cpp 3.68608 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 12, 4, 10, 57) fem-speedup-cpp 10688.6 "Assembly/solve speedup running on 4 processors" +(2015, 10, 12, 4, 10, 57) fem-speedup-cpp-assembly 6.31784 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 12, 4, 10, 57) fem-speedup-cpp-solve 1.08165 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 12, 4, 11, 42) mesh-refinement-cpp 43.3394 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 12, 4, 11, 43) mesh-topology-cpp 1.36363 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 12, 4, 12, 5) mesh-unitcube-cpp 21.4352 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 12, 4, 12, 42) mesh-iteration-cpp 35.5036 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 12, 4, 12, 42) function-evaluation-cpp 0.0779529 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 12, 4, 15, 9) la-vector-access-cpp 142.506 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 12, 4, 15, 43) la-vector-assignment-cpp 33.5055 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 13, 1, 10, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.0836 "BENCH 13.0836" +(2015, 10, 13, 1, 10, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 14.7692 "Building point search tree to accelerate distance queries." +(2015, 10, 13, 1, 10, 58) geometry-bounding_box_tree_build-cpp 14.1163 "BENCH 14.1163" +(2015, 10, 13, 1, 11, 26) common-progress-cpp 27.9336 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 13, 1, 12, 33) common-timing-cpp 67.1536 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 13, 1, 12, 43) fem-convergence-cpp 3.66291 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 13, 4, 9, 2) fem-speedup-cpp 10578.7 "Assembly/solve speedup running on 4 processors" +(2015, 10, 13, 4, 9, 2) fem-speedup-cpp-assembly 6.36985 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 13, 4, 9, 2) fem-speedup-cpp-solve 1.05971 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 13, 4, 9, 47) mesh-refinement-cpp 43.3787 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 13, 4, 9, 48) mesh-topology-cpp 1.36231 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 13, 4, 10, 10) mesh-unitcube-cpp 21.329 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 13, 4, 10, 55) mesh-iteration-cpp 43.5009 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 13, 4, 10, 55) function-evaluation-cpp 0.0778451 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 13, 4, 13, 19) la-vector-access-cpp 139.006 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 13, 4, 13, 52) la-vector-assignment-cpp 33.4994 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 14, 1, 10, 57) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9036 "BENCH 12.9036" +(2015, 10, 14, 1, 11, 16) geometry-bounding_box_tree_compute_closest_entity-cpp 15.139 "Building point search tree to accelerate distance queries." +(2015, 10, 14, 1, 11, 32) geometry-bounding_box_tree_build-cpp 14.1545 "BENCH 14.1545" +(2015, 10, 14, 1, 12, 0) common-progress-cpp 27.9677 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 14, 1, 13, 7) common-timing-cpp 67.2447 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 14, 1, 13, 17) fem-convergence-cpp 3.65761 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 14, 4, 15, 7) fem-speedup-cpp 10908.6 "Assembly/solve speedup running on 4 processors" +(2015, 10, 14, 4, 15, 7) fem-speedup-cpp-assembly 6.37425 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 14, 4, 15, 7) fem-speedup-cpp-solve 1.10867 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 14, 4, 15, 51) mesh-refinement-cpp 43.3868 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 14, 4, 15, 52) mesh-topology-cpp 1.36329 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 14, 4, 16, 14) mesh-unitcube-cpp 21.4763 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 14, 4, 17, 0) mesh-iteration-cpp 43.5014 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 14, 4, 17, 0) function-evaluation-cpp 0.0777609 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 14, 4, 19, 26) la-vector-access-cpp 141.663 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 14, 4, 19, 59) la-vector-assignment-cpp 33.449 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 15, 1, 10, 21) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1661 "BENCH 13.1661" +(2015, 10, 15, 1, 10, 40) geometry-bounding_box_tree_compute_closest_entity-cpp 14.8812 "Building point search tree to accelerate distance queries." +(2015, 10, 15, 1, 10, 56) geometry-bounding_box_tree_build-cpp 14.2048 "BENCH 14.2048" +(2015, 10, 15, 1, 11, 24) common-progress-cpp 27.9823 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 15, 1, 12, 31) common-timing-cpp 67.0245 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 15, 1, 12, 41) fem-convergence-cpp 3.66993 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 15, 4, 36, 10) fem-speedup-cpp 12208.5 "Assembly/solve speedup running on 4 processors" +(2015, 10, 15, 4, 36, 10) fem-speedup-cpp-assembly 6.36905 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 15, 4, 36, 10) fem-speedup-cpp-solve 1.10716 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 15, 4, 36, 55) mesh-refinement-cpp 43.3009 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 15, 4, 36, 56) mesh-topology-cpp 1.36589 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 15, 4, 37, 18) mesh-unitcube-cpp 21.4298 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 15, 4, 37, 59) mesh-iteration-cpp 39.2077 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 15, 4, 37, 59) function-evaluation-cpp 0.078197 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 15, 4, 40, 24) la-vector-access-cpp 140.765 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 15, 4, 40, 58) la-vector-assignment-cpp 33.4298 "Assigning to vector of size 10000000 (100 repetitions)" +(2015, 10, 16, 1, 10, 58) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.1583 "BENCH 13.1583" +(2015, 10, 16, 1, 11, 17) geometry-bounding_box_tree_compute_closest_entity-cpp 14.9526 "Building point search tree to accelerate distance queries." +(2015, 10, 16, 1, 11, 33) geometry-bounding_box_tree_build-cpp 14.1348 "BENCH 14.1348" +(2015, 10, 16, 1, 12, 1) common-progress-cpp 27.9648 "Creating progress bar with 500000000 steps (5 repetitions)" +(2015, 10, 16, 1, 13, 9) common-timing-cpp 67.2636 "Timing access and registration of timings (10000000 repetitions)" +(2015, 10, 16, 1, 13, 18) fem-convergence-cpp 3.67179 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2015, 10, 16, 4, 14, 18) fem-speedup-cpp 10858.9 "Assembly/solve speedup running on 4 processors" +(2015, 10, 16, 4, 14, 18) fem-speedup-cpp-assembly 6.35766 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2015, 10, 16, 4, 14, 18) fem-speedup-cpp-solve 0.960496 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2015, 10, 16, 4, 15, 3) mesh-refinement-cpp 43.5144 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2015, 10, 16, 4, 15, 4) mesh-topology-cpp 1.3632 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2015, 10, 16, 4, 15, 26) mesh-unitcube-cpp 21.4539 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2015, 10, 16, 4, 16, 7) mesh-iteration-cpp 39.1171 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2015, 10, 16, 4, 16, 7) function-evaluation-cpp 0.0781951 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2015, 10, 16, 4, 18, 34) la-vector-access-cpp 142.526 "Accessing vector of size 10000000 (100 repetitions)" +(2015, 10, 16, 4, 19, 7) la-vector-assignment-cpp 33.5249 "Assigning to vector of size 10000000 (100 repetitions)" +(2016, 1, 13, 16, 3, 4) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.506 "BENCH 13.506" +(2016, 1, 13, 16, 3, 22) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1554 "Building point search tree to accelerate distance queries." +(2016, 1, 13, 16, 3, 36) geometry-bounding_box_tree_build-cpp 11.594 "BENCH 11.594" +(2016, 1, 13, 16, 4, 7) common-progress-cpp 31.4197 "Creating progress bar with 500000000 steps (5 repetitions)" +(2016, 1, 13, 16, 5, 8) common-timing-cpp 60.6782 "Timing access and registration of timings (10000000 repetitions)" +(2016, 1, 13, 16, 5, 17) fem-convergence-cpp 3.47625 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2016, 1, 13, 16, 5, 51) fem-jit-python 0.0005023 "JIT compilation (in memory cache)" +(2016, 1, 13, 16, 10, 43) fem-speedup-cpp 292.091 "Assembly/solve speedup running on 4 processors" +(2016, 1, 13, 16, 10, 43) fem-speedup-cpp-assembly 4.50146 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2016, 1, 13, 16, 10, 43) fem-speedup-cpp-solve 2.00072 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2016, 1, 13, 16, 11, 24) mesh-refinement-cpp 40.2751 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2016, 1, 13, 16, 11, 25) mesh-topology-cpp 1.35198 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2016, 1, 13, 16, 11, 46) mesh-unitcube-cpp 20.7443 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2016, 1, 13, 16, 12, 27) mesh-iteration-cpp 38.511 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2016, 1, 13, 16, 12, 27) function-evaluation-cpp 0.080951 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2016, 1, 13, 16, 13, 29) function-extrapolation-python 61.7874 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2016, 1, 13, 16, 13, 29) function-extrapolation-python 1.67974 "Calling FFC just-in-time (JIT) compiler, this may take some time." +(2016, 1, 13, 16, 13, 40) function-interpolation-python 11.5981 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2016, 1, 13, 16, 13, 40) function-interpolation-python 0.940371 "Calling DOLFIN just-in-time (JIT) compiler, this may take some time." +(2016, 1, 13, 16, 15, 44) la-vector-access-cpp 124.272 "Accessing vector of size 10000000 (100 repetitions)" +(2016, 1, 13, 16, 16, 16) la-vector-assignment-cpp 32.0029 "Assigning to vector of size 10000000 (100 repetitions)" +(2016, 1, 14, 2, 15, 8) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.7979 "BENCH 12.7979" +(2016, 1, 14, 2, 15, 27) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1097 "Building point search tree to accelerate distance queries." +(2016, 1, 14, 2, 15, 41) geometry-bounding_box_tree_build-cpp 11.9556 "BENCH 11.9556" +(2016, 1, 14, 2, 16, 12) common-progress-cpp 31.394 "Creating progress bar with 500000000 steps (5 repetitions)" +(2016, 1, 14, 2, 17, 17) common-timing-cpp 64.6461 "Timing access and registration of timings (10000000 repetitions)" +(2016, 1, 14, 2, 17, 26) fem-convergence-cpp 3.4811 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2016, 1, 14, 2, 17, 27) fem-jit-python 0.000479102 "JIT compilation (in memory cache)" +(2016, 1, 14, 2, 22, 17) fem-speedup-cpp 290.087 "Assembly/solve speedup running on 4 processors" +(2016, 1, 14, 2, 22, 17) fem-speedup-cpp-assembly 4.54294 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2016, 1, 14, 2, 22, 17) fem-speedup-cpp-solve 2.04486 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2016, 1, 14, 2, 22, 58) mesh-refinement-cpp 40.6016 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2016, 1, 14, 2, 23, 0) mesh-topology-cpp 1.31767 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2016, 1, 14, 2, 23, 20) mesh-unitcube-cpp 19.9415 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2016, 1, 14, 2, 24, 0) mesh-iteration-cpp 38.5566 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2016, 1, 14, 2, 24, 0) function-evaluation-cpp 0.0667651 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2016, 1, 14, 2, 24, 6) function-extrapolation-python 5.68779 "BENCH: 1.68426918983" +(2016, 1, 14, 2, 24, 6) function-extrapolation-python 1.68427 "BENCH: 1.68426918983" +(2016, 1, 14, 2, 24, 9) function-interpolation-python 2.49873 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 14, 2, 24, 9) function-interpolation-python 0.927591 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 14, 2, 26, 17) la-vector-access-cpp 128.29 "Accessing vector of size 10000000 (100 repetitions)" +(2016, 1, 14, 2, 26, 51) la-vector-assignment-cpp 34.0574 "Assigning to vector of size 10000000 (100 repetitions)" +(2016, 1, 15, 2, 15, 29) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8773 "BENCH 12.8773" +(2016, 1, 15, 2, 15, 48) geometry-bounding_box_tree_compute_closest_entity-cpp 15.3814 "Building point search tree to accelerate distance queries." +(2016, 1, 15, 2, 16, 3) geometry-bounding_box_tree_build-cpp 12.7854 "BENCH 12.7854" +(2016, 1, 15, 2, 16, 34) common-progress-cpp 31.4387 "Creating progress bar with 500000000 steps (5 repetitions)" +(2016, 1, 15, 2, 17, 38) common-timing-cpp 63.4933 "Timing access and registration of timings (10000000 repetitions)" +(2016, 1, 15, 2, 17, 47) fem-convergence-cpp 3.53207 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2016, 1, 15, 2, 17, 50) fem-jit-python 0.000484204 "JIT compilation (in memory cache)" +(2016, 1, 15, 2, 22, 40) fem-speedup-cpp 290.87 "Assembly/solve speedup running on 4 processors" +(2016, 1, 15, 2, 22, 40) fem-speedup-cpp-assembly 4.439 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2016, 1, 15, 2, 22, 40) fem-speedup-cpp-solve 2.06219 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2016, 1, 15, 2, 23, 22) mesh-refinement-cpp 40.9061 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2016, 1, 15, 2, 23, 23) mesh-topology-cpp 1.32659 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2016, 1, 15, 2, 23, 44) mesh-unitcube-cpp 20.5496 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2016, 1, 15, 2, 24, 34) mesh-iteration-cpp 47.8602 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2016, 1, 15, 2, 24, 34) function-evaluation-cpp 0.0660989 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2016, 1, 15, 2, 24, 40) function-extrapolation-python 5.93016 "BENCH: 1.66257119179" +(2016, 1, 15, 2, 24, 40) function-extrapolation-python 1.66257 "BENCH: 1.66257119179" +(2016, 1, 15, 2, 24, 42) function-interpolation-python 2.46605 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 15, 2, 24, 42) function-interpolation-python 0.918086 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 15, 2, 26, 48) la-vector-access-cpp 125.244 "Accessing vector of size 10000000 (100 repetitions)" +(2016, 1, 15, 2, 27, 20) la-vector-assignment-cpp 32.0039 "Assigning to vector of size 10000000 (100 repetitions)" +(2016, 1, 16, 2, 15, 23) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.9146 "BENCH 12.9146" +(2016, 1, 16, 2, 15, 42) geometry-bounding_box_tree_compute_closest_entity-cpp 15.8391 "Building point search tree to accelerate distance queries." +(2016, 1, 16, 2, 15, 56) geometry-bounding_box_tree_build-cpp 12.1027 "BENCH 12.1027" +(2016, 1, 16, 2, 16, 28) common-progress-cpp 31.669 "Creating progress bar with 500000000 steps (5 repetitions)" +(2016, 1, 16, 2, 17, 31) common-timing-cpp 63.0912 "Timing access and registration of timings (10000000 repetitions)" +(2016, 1, 16, 2, 17, 40) fem-convergence-cpp 3.50697 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2016, 1, 16, 2, 17, 42) fem-jit-python 0.000497794 "JIT compilation (in memory cache)" +(2016, 1, 16, 2, 22, 32) fem-speedup-cpp 290.234 "Assembly/solve speedup running on 4 processors" +(2016, 1, 16, 2, 22, 32) fem-speedup-cpp-assembly 4.52228 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2016, 1, 16, 2, 22, 32) fem-speedup-cpp-solve 2.06122 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2016, 1, 16, 2, 23, 13) mesh-refinement-cpp 40.7782 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2016, 1, 16, 2, 23, 15) mesh-topology-cpp 1.32719 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2016, 1, 16, 2, 23, 35) mesh-unitcube-cpp 20.5641 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2016, 1, 16, 2, 24, 19) mesh-iteration-cpp 40.9487 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2016, 1, 16, 2, 24, 19) function-evaluation-cpp 0.0583792 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2016, 1, 16, 2, 24, 25) function-extrapolation-python 6.04254 "BENCH: 1.66025710106" +(2016, 1, 16, 2, 24, 25) function-extrapolation-python 1.66026 "BENCH: 1.66025710106" +(2016, 1, 16, 2, 24, 27) function-interpolation-python 2.49797 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 16, 2, 24, 27) function-interpolation-python 0.922166 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 16, 2, 26, 32) la-vector-access-cpp 124.897 "Accessing vector of size 10000000 (100 repetitions)" +(2016, 1, 16, 2, 27, 4) la-vector-assignment-cpp 32.0119 "Assigning to vector of size 10000000 (100 repetitions)" +(2016, 1, 17, 2, 15, 30) geometry-bounding_box_tree_compute_entity_collisions-cpp 12.8844 "BENCH 12.8844" +(2016, 1, 17, 2, 15, 48) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1341 "Building point search tree to accelerate distance queries." +(2016, 1, 17, 2, 16, 2) geometry-bounding_box_tree_build-cpp 11.9931 "BENCH 11.9931" +(2016, 1, 17, 2, 16, 34) common-progress-cpp 31.4539 "Creating progress bar with 500000000 steps (5 repetitions)" +(2016, 1, 17, 2, 17, 37) common-timing-cpp 63.1319 "Timing access and registration of timings (10000000 repetitions)" +(2016, 1, 17, 2, 17, 46) fem-convergence-cpp 3.48352 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2016, 1, 17, 2, 17, 47) fem-jit-python 0.000487208 "JIT compilation (in memory cache)" +(2016, 1, 17, 2, 22, 44) fem-speedup-cpp 297.13 "Assembly/solve speedup running on 4 processors" +(2016, 1, 17, 2, 22, 44) fem-speedup-cpp-assembly 4.5637 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2016, 1, 17, 2, 22, 44) fem-speedup-cpp-solve 1.95258 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2016, 1, 17, 2, 23, 26) mesh-refinement-cpp 40.9425 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2016, 1, 17, 2, 23, 27) mesh-topology-cpp 1.31377 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2016, 1, 17, 2, 23, 48) mesh-unitcube-cpp 20.6877 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2016, 1, 17, 2, 24, 31) mesh-iteration-cpp 40.9479 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2016, 1, 17, 2, 24, 31) function-evaluation-cpp 0.065727 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2016, 1, 17, 2, 24, 37) function-extrapolation-python 5.7739 "BENCH: 1.66412186623" +(2016, 1, 17, 2, 24, 37) function-extrapolation-python 1.66412 "BENCH: 1.66412186623" +(2016, 1, 17, 2, 24, 39) function-interpolation-python 2.49006 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 17, 2, 24, 39) function-interpolation-python 0.93913 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 17, 2, 26, 45) la-vector-access-cpp 125.926 "Accessing vector of size 10000000 (100 repetitions)" +(2016, 1, 17, 2, 27, 17) la-vector-assignment-cpp 32.0128 "Assigning to vector of size 10000000 (100 repetitions)" +(2016, 1, 18, 2, 15, 29) geometry-bounding_box_tree_compute_entity_collisions-cpp 13.9525 "BENCH 13.9525" +(2016, 1, 18, 2, 15, 47) geometry-bounding_box_tree_compute_closest_entity-cpp 15.1188 "Building point search tree to accelerate distance queries." +(2016, 1, 18, 2, 16, 2) geometry-bounding_box_tree_build-cpp 12.1198 "BENCH 12.1198" +(2016, 1, 18, 2, 16, 33) common-progress-cpp 31.4964 "Creating progress bar with 500000000 steps (5 repetitions)" +(2016, 1, 18, 2, 17, 32) common-timing-cpp 58.8124 "Timing access and registration of timings (10000000 repetitions)" +(2016, 1, 18, 2, 17, 41) fem-convergence-cpp 3.49213 "Solving Poisson's equation in 2D for q = 1, n = 2." +(2016, 1, 18, 2, 17, 42) fem-jit-python 0.000485015 "JIT compilation (in memory cache)" +(2016, 1, 18, 2, 22, 34) fem-speedup-cpp 291.706 "Assembly/solve speedup running on 4 processors" +(2016, 1, 18, 2, 22, 34) fem-speedup-cpp-assembly 4.56212 "Assembly/solve speedup running on 4 processors ((assembly_1st+2nd))" +(2016, 1, 18, 2, 22, 34) fem-speedup-cpp-solve 2.03206 "Assembly/solve speedup running on 4 processors ((solve_1st))" +(2016, 1, 18, 2, 23, 15) mesh-refinement-cpp 40.5546 "Uniform refinement of unit cube of size 4 x 4 x 4 (5 refinements)" +(2016, 1, 18, 2, 23, 17) mesh-topology-cpp 1.35012 "Creating cell-cell connectivity for unit cube of size 64 x 64 x 64 (5 repetitions)" +(2016, 1, 18, 2, 23, 38) mesh-unitcube-cpp 21.0976 "Creating unit cube of size 128 x 128 x 128 (10 repetitions)" +(2016, 1, 18, 2, 24, 21) mesh-iteration-cpp 40.9485 "Iteration over entities of unit cube of size 128 x 128 x 128 (100 repetitions)" +(2016, 1, 18, 2, 24, 21) function-evaluation-cpp 0.0591931 "DOLFIN must be compiled with CGAL to run function eval benchmark." +(2016, 1, 18, 2, 24, 27) function-extrapolation-python 5.84827 "BENCH: 1.6565310955" +(2016, 1, 18, 2, 24, 27) function-extrapolation-python 1.65653 "BENCH: 1.6565310955" +(2016, 1, 18, 2, 24, 29) function-interpolation-python 2.45584 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 18, 2, 24, 29) function-interpolation-python 0.916362 "*** Warning: Plotting not available. DOLFIN has been compiled without VTK support." +(2016, 1, 18, 2, 26, 40) la-vector-access-cpp 130.74 "Accessing vector of size 10000000 (100 repetitions)" +(2016, 1, 18, 2, 27, 12) la-vector-assignment-cpp 32.0081 "Assigning to vector of size 10000000 (100 repetitions)" diff --git a/bench/logs/milestones.log b/bench/logs/milestones.log new file mode 100644 index 0000000..db5d016 --- /dev/null +++ b/bench/logs/milestones.log @@ -0,0 +1,24 @@ +2008-02-18 DOLFIN 0.7.2 +2008-04-30 DOLFIN 0.7.3 +2008-06-23 DOLFIN 0.8.0 +2008-10-20 DOLFIN 0.8.1 +2009-01-05 DOLFIN 0.9.0 +2009-02-17 DOLFIN 0.9.1 +2009-04-07 DOLFIN 0.9.2 +2009-09-26 DOLFIN 0.9.3 +2009-10-12 DOLFIN 0.9.4 +2009-12-04 DOLFIN 0.9.5 +2010-02-03 DOLFIN 0.9.6 +2010-02-17 DOLFIN 0.9.7 +2010-07-01 DOLFIN 0.9.8 +2010-09-02 DOLFIN 0.9.9 +2011-02-23 DOLFIN 0.9.10 +2011-05-16 DOLFIN 0.9.11 +2011-08-11 DOLFIN 1.0-beta +2011-12-06 DOLFIN 1.0.0 +2013-01-08 DOLFIN 1.1.0 +2013-03-24 DOLFIN 1.2.0 +2014-01-07 DOLFIN 1.3.0 +2014-06-02 DOLFIN 1.4.0 +2015-01-12 DOLFIN 1.5.0 +2015-07-28 DOLFIN 1.6.0 diff --git a/bench/mesh/iteration/cpp/main.cpp b/bench/mesh/iteration/cpp/main.cpp new file mode 100644 index 0000000..d404137 --- /dev/null +++ b/bench/mesh/iteration/cpp/main.cpp @@ -0,0 +1,51 @@ +// Copyright (C) 2006-2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2006-11-01 +// Last changed: 2012-12-12 + +#include + +using namespace dolfin; + +#define NUM_REPS 100 +#define SIZE 128 + +int main(int argc, char* argv[]) +{ + info("Iteration over entities of unit cube of size %d x %d x %d (%d repetitions)", + SIZE, SIZE, SIZE, NUM_REPS); + + parameters.parse(argc, argv); + + UnitCubeMesh mesh(SIZE, SIZE, SIZE); + + std::size_t sum = 0; + tic(); + for (int i = 0; i < NUM_REPS; i++) + { + for (CellIterator c(mesh); !c.end(); ++c) + for (VertexIterator v(*c); !v.end(); ++v) + sum += v->index(); + } + info("BENCH %g", toc()); + + // To prevent optimizing the loop away + info("Sum is %llu", (unsigned long long)sum); + + return 0; +} diff --git a/bench/mesh/refinement/cpp/main.cpp b/bench/mesh/refinement/cpp/main.cpp new file mode 100644 index 0000000..e23a43a --- /dev/null +++ b/bench/mesh/refinement/cpp/main.cpp @@ -0,0 +1,47 @@ +// Copyright (C) 2006-2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2006-11-01 +// Last changed: 2012-12-12 + +#include + +using namespace dolfin; + +#define NUM_REPS 5 +#define SIZE 4 + +int main(int argc, char* argv[]) +{ + info("Uniform refinement of unit cube of size %d x %d x %d (%d refinements)", + SIZE, SIZE, SIZE, NUM_REPS); + + parameters.parse(argc, argv); + + UnitCubeMesh unitcube_mesh(SIZE, SIZE, SIZE); + Mesh mesh(unitcube_mesh); + + tic(); + for (int i = 0; i < NUM_REPS; i++) + { + mesh = refine(mesh); + dolfin::cout << "Refined mesh: " << mesh << dolfin::endl; + } + info("BENCH %g", toc()); + + return 0; +} diff --git a/bench/mesh/topology/cpp/main.cpp b/bench/mesh/topology/cpp/main.cpp new file mode 100644 index 0000000..455ddfb --- /dev/null +++ b/bench/mesh/topology/cpp/main.cpp @@ -0,0 +1,65 @@ +// Copyright (C) 2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-11-25 +// Last changed: 2012-12-12 + +#include +#include + +using namespace dolfin; + +#define NUM_REPS 5 +#define SIZE 64 + +// Use for quick testing +//#define NUM_REPS 2 +//#define SIZE 32 + +int main(int argc, char* argv[]) +{ + info("Creating cell-cell connectivity for unit cube of size %d x %d x %d (%d repetitions)", + SIZE, SIZE, SIZE, NUM_REPS); + + set_log_level(DBG); + + parameters.parse(argc, argv); + + UnitCubeMesh mesh(SIZE, SIZE, SIZE); + const int D = mesh.topology().dim(); + + // Clear timing (if there is some) + { Timer t("Compute connectivity 3-3"); } + timing("Compute connectivity 3-3", TimingClear::clear); + + for (int i = 0; i < NUM_REPS; i++) + { + mesh.clean(); + mesh.init(D, D); + dolfin::cout << "Created unit cube: " << mesh << dolfin::endl; + } + + // Report timings + list_timings(TimingClear::keep, + { TimingType::wall, TimingType::user, TimingType::system }); + + // Report timing + const auto t = timing("Compute connectivity 3-3", TimingClear::clear); + info("BENCH %g", std::get<1>(t)); + + return 0; +} diff --git a/bench/mesh/unitcube/cpp/main.cpp b/bench/mesh/unitcube/cpp/main.cpp new file mode 100644 index 0000000..cc6240e --- /dev/null +++ b/bench/mesh/unitcube/cpp/main.cpp @@ -0,0 +1,42 @@ +// Copyright (C) 2006-2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2006-11-01 +// Last changed: 2010-05-03 + +#include + +using namespace dolfin; + +#define NUM_REPS 10 +#define SIZE 128 + +int main(int argc, char* argv[]) +{ + info("Creating unit cube of size %d x %d x %d (%d repetitions)", + SIZE, SIZE, SIZE, NUM_REPS); + + parameters.parse(argc, argv); + + for (int i = 0; i < NUM_REPS; i++) + { + UnitCubeMesh mesh(SIZE, SIZE, SIZE); + dolfin::cout << "Created unit cube: " << mesh << dolfin::endl; + } + + return 0; +} diff --git a/bench/plot.py b/bench/plot.py new file mode 100644 index 0000000..69c2a76 --- /dev/null +++ b/bench/plot.py @@ -0,0 +1,259 @@ +#!/usr/bin/env python + +""" +This script parses logs/bench.log and create plots for each case with +the timings function of time (date plot). It also creates a web page +index.html for easy viewing of the generated plots. +""" + +# Copyright (C) 2010 Johannes Ring +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2010-04-06 +# Last changed: 2010-04-13 + +from __future__ import print_function +import os +import re +import time +import datetime +import textwrap +import numpy +import matplotlib.pyplot as plt +import matplotlib.dates as mdates + +# Change some of the default Matplotlib parameters +plt.rcParams.update({'figure.figsize': [6, 4], + 'font.size' : 10, + 'axes.labelsize' : 10, + 'axes.grid': True, + 'text.fontsize' : 10, + 'legend.fontsize' : 8, + 'xtick.labelsize' : 8, + 'ytick.labelsize' : 8, + }) + +# Write to web page index.html +outfile = open("index.html", "w") +outfile.write("

DOLFIN Benchmarks

\n") +outfile.write("Last updated: %s.\n\n" % time.asctime()) + +# Open and read in logs/bench.log +benchlog = "logs/bench.log" +lines = open(benchlog, 'r').readlines() + +benchmarks = {} +pattern = "\((.*)\)\s+(.*)\s+(.*)\s+\"(.*)\"" + +# Extract data from logfile +print("Parsing %s..." % benchlog) +for line in lines: + match = re.search(pattern, line) + if match: + year, month, day, hour, minute, second = \ + [int(i) for i in match.group(1).split(',')] + #date = datetime.datetime(year, month, day, hour, minute, second) + date = datetime.date(year, month, day) + name = match.group(2) + elapsed_time = float(match.group(3)) + description = match.group(4) + + if not name in benchmarks: + benchmarks[name] = [[[date], [elapsed_time], description]] + else: + benchmarks[name][0][0].append(date) + benchmarks[name][0][1].append(elapsed_time) + benchmarks[name][0][2] = description # take later description + +# Open and read in logs/milestones.log +milestones = [] +milestoneslog = "logs/milestones.log" +if os.path.isfile(milestoneslog): + lines = open(milestoneslog, 'r').readlines() + for line in lines: + date = datetime.datetime.strptime(line.split()[0], "%Y-%m-%d") + progname = ' '.join(line.split()[1:]) + milestones.append([date, progname]) + +# Get Matplotlib line markers for use later +markers = [] +for m in plt.Line2D.markers: + try: + if len(m) == 1 and m != ' ': + markers.append(m) + except TypeError: + pass + +year = datetime.timedelta(days=365) +month = datetime.timedelta(days=30) +week = datetime.timedelta(days=7) +today = datetime.date.today() +lasts = ['week', 'month', 'year', 'five years'] +locators = [mdates.DayLocator(), mdates.DayLocator(interval=2), + mdates.MonthLocator(), mdates.YearLocator()] +date_fmts = ['%Y-%m-%d', '%d %b', '%b %Y', '%Y'] +xmins = [today - week, today - month, today - year, today - 5*year] + +outfile.write("

All benchmarks

\n") +outfile.write("

\n") +outfile.write("\n") + +def get_maxtime(dates, min_date, max_date, run_timings): + """Return the maximum time between min_date and max_date""" + max_time = 0 + for i, date in enumerate(dates): + if date < min_date: + continue + elif date > max_date: + break + else: + if max_time < run_timings[i]: + max_time = run_timings[i] + return max_time + +# Create normalized plots with all benchmarks in same plot for +# last week, last month, last year, and last five years +linetypes = {} +print("Generating plots for all benchmarks...") +for last, locator, date_fmt, xmin in zip(lasts, locators, date_fmts, xmins): + fig = plt.figure() + ax = fig.gca() + num = 0 + ymax = 0 + for benchmark, values in benchmarks.items(): + num += 1 + dates = values[0][0] + run_timings = values[0][1]/numpy.linalg.norm(values[0][1]) + p = ax.plot(dates, run_timings, + marker=markers[num % len(markers)], markersize=3, + label=benchmark) + ax.hold(True) + linetypes[benchmark] = p[0] + maxtime = get_maxtime(dates, xmin, today, run_timings) + if maxtime > ymax: + ymax = maxtime + ax.xaxis.set_major_locator(locator) + ax.xaxis.set_major_formatter(mdates.DateFormatter(date_fmt)) + ax.set_xlim(xmin, today) + ax.set_ylim(0, ymax) + + # Add milestones to plot + for milestone in milestones: + milestone_num = mdates.date2num(milestone[0]) + ax.annotate(milestone[1], xy=(milestone_num, 0.1E-10), + xycoords='data', xytext=(0, 30), + textcoords='offset points', + horizontalalignment='center', + verticalalignment='bottom', + style='italic', fontsize=6, + alpha=0.7, rotation='vertical', + arrowprops=dict(arrowstyle="->", alpha=0.3) + ) + + #lgd = plt.legend(loc='best') + fig.autofmt_xdate() + plt.title("All benchmarks (last %s)" % last) + filename = "all_last_%s.png" % last.replace(' ', '_') + plt.savefig(filename, facecolor='#eeeeee') + + # Add plots to web page + if last in ['week', 'year']: + outfile.write(" \n" % filename) + else: + outfile.write(" \n" % filename) + +# Separate legend +linetypes = sorted(linetypes.items()) +handles = [p for (t, p) in linetypes] +labels = [t for (t, p) in linetypes] +plt.figure(figsize=(12, 4)) # twice wide the default +plt.figlegend(handles, labels, 'center', ncol=3) +plt.savefig('all_legend.png') +outfile.write(" \n" % 'all_legend.png') + +outfile.write("
\n") +outfile.write("
\n") + +# Put together subtasks benchmarks which should be plotted together +# (annotated by ((...)) in description) +for benchmark, values in benchmarks.items(): + postfix = values[0][2].split("((") + if len(postfix) == 1: + continue + assert len(postfix) == 2 + postfix = postfix[1].strip().replace("))", "") + benchmarks.pop(benchmark) + name = "-".join(benchmark.split("-")[:3]) + "-subtasks" + if not name in benchmarks: + benchmarks[name] = [] + benchmarks[name].append((values[0][0], values[0][1], postfix)) + +# Now create separate plots for every benchmark +for benchmark, values in sorted(benchmarks.items()): + print("Generating plots for %s..." % benchmark) + + outfile.write("

%s

\n" % benchmark) + outfile.write("

\n") + outfile.write("\n") + + # Create plots for last week, last month, last year, and last five years + for last, locator, date_fmt, xmin in zip(lasts, locators, date_fmts, xmins): + fig = plt.figure() + ax = fig.gca() + if any(s in benchmark for s in ["fem-speedup-cpp-"]): + ax.set_ylabel("speedup") + else: + ax.set_ylabel("time (seconds)") + maxtime = 0.0 + for v in values: + dates = v[0] + run_timings = v[1] + description = textwrap.fill(v[2], width=30) + maxtime = max(maxtime, get_maxtime(dates, xmin, today, run_timings)) + ax.set_ylim(0, maxtime + maxtime/2) + ax.plot(dates, run_timings, marker='o', markersize=3, label=description) + ax.legend(loc='best') + ax.xaxis.set_major_locator(locator) + ax.xaxis.set_major_formatter(mdates.DateFormatter(date_fmt)) + ax.set_xlim(xmin, today) + + # Add milestones to plot + for milestone in milestones: + milestone_num = mdates.date2num(milestone[0]) + ax.annotate(milestone[1], xy=(milestone_num, 0.1E-10), + xycoords='data', xytext=(0, 30), + textcoords='offset points', + horizontalalignment='center', + verticalalignment='bottom', + style='italic', fontsize=6, + alpha=0.7, rotation='vertical', + arrowprops=dict(arrowstyle="->", alpha=0.3) + ) + + fig.autofmt_xdate() + plt.title("%s (last %s)" % (benchmark, last)) + filename = "%s_last_%s.png" % (benchmark, last.replace(' ', '_')) + plt.savefig(filename, facecolor='#eeeeee') + + # Add plots to web page + if last in ['week', 'year']: + outfile.write(" \n" % filename) + else: + outfile.write(" \n" % filename) + + outfile.write("
\n") + outfile.write("
\n") diff --git a/cmake/modules/CorrectWindowsPaths.cmake b/cmake/modules/CorrectWindowsPaths.cmake new file mode 100644 index 0000000..09bcdd6 --- /dev/null +++ b/cmake/modules/CorrectWindowsPaths.cmake @@ -0,0 +1,14 @@ +# CorrectWindowsPaths - this module defines one macro +# +# CONVERT_CYGWIN_PATH( PATH ) +# This uses the command cygpath (provided by cygwin) to convert +# unix-style paths into paths useable by cmake on windows + +macro (CONVERT_CYGWIN_PATH _path) + if (WIN32) + EXECUTE_PROCESS(COMMAND cygpath.exe -m ${${_path}} + OUTPUT_VARIABLE ${_path}) + string (STRIP ${${_path}} ${_path}) + endif (WIN32) +endmacro (CONVERT_CYGWIN_PATH) + diff --git a/cmake/modules/FindAMD.cmake b/cmake/modules/FindAMD.cmake new file mode 100644 index 0000000..c9afdde --- /dev/null +++ b/cmake/modules/FindAMD.cmake @@ -0,0 +1,57 @@ +# - Try to find AMD +# Once done this will define +# +# AMD_FOUND - system has AMD +# AMD_INCLUDE_DIRS - include directories for AMD +# AMD_LIBRARIES - libraries for AMD + +#============================================================================= +# Copyright (C) 2010 Anders Logg +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +message(STATUS "Checking for package 'AMD'") + +# Check for header file +find_path(AMD_INCLUDE_DIRS amd.h + HINTS ${AMD_DIR}/include $ENV{AMD_DIR}/include ${PETSC_INCLUDE_DIRS} $ENV{PETSC_DIR}/include + PATH_SUFFIXES suitesparse ufsparse + DOC "Directory where the AMD header is located" + ) +mark_as_advanced(AMD_INCLUDE_DIRS) + +# Check for AMD library +find_library(AMD_LIBRARIES amd + HINTS ${AMD_DIR}/lib $ENV{AMD_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The AMD library") +mark_as_advanced(AMD_LIBRARIES) + +# Standard package handling +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(AMD + "AMD could not be found. Be sure to set AMD_DIR." + AMD_LIBRARIES AMD_INCLUDE_DIRS) diff --git a/cmake/modules/FindBLAS.cmake b/cmake/modules/FindBLAS.cmake new file mode 100644 index 0000000..9233820 --- /dev/null +++ b/cmake/modules/FindBLAS.cmake @@ -0,0 +1,643 @@ +# - Find BLAS library +# This module finds an installed fortran library that implements the BLAS +# linear-algebra interface (see http://www.netlib.org/blas/). +# The list of libraries searched for is taken +# from the autoconf macro file, acx_blas.m4 (distributed at +# http://ac-archive.sourceforge.net/ac-archive/acx_blas.html). +# +# This module sets the following variables: +# BLAS_FOUND - set to true if a library implementing the BLAS interface +# is found +# BLAS_LINKER_FLAGS - uncached list of required linker flags (excluding -l +# and -L). +# BLAS_LIBRARIES - uncached list of libraries (using full path name) to +# link against to use BLAS +# BLAS95_LIBRARIES - uncached list of libraries (using full path name) +# to link against to use BLAS95 interface +# BLAS95_FOUND - set to true if a library implementing the BLAS f95 interface +# is found +# BLA_STATIC if set on this determines what kind of linkage we do (static) +# BLA_VENDOR if set checks only the specified vendor, if not set checks +# all the possibilities +# BLA_F95 if set on tries to find the f95 interfaces for BLAS/LAPACK +########## +### List of vendors (BLA_VENDOR) valid in this module +## Goto,ATLAS PhiPACK,CXML,DXML,SunPerf,SCSL,SGIMATH,IBMESSL,Intel10_32 (intel mkl v10 32 bit),Intel10_64lp (intel mkl v10 64 bit,lp thread model, lp64 model), +## Intel10_64lp_seq (intel mkl v10 64 bit,sequential code, lp64 model), +## Intel( older versions of mkl 32 and 64 bit), ACML,ACML_MP,ACML_GPU,Apple, NAS, Generic +# C/CXX should be enabled to use Intel mkl + +#============================================================================= +# Copyright 2007-2009 Kitware, Inc. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +include(CheckFunctionExists) +include(CheckFortranFunctionExists) + +set(_blas_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) + +# Check the language being used +get_property( _LANGUAGES_ GLOBAL PROPERTY ENABLED_LANGUAGES ) +if( _LANGUAGES_ MATCHES Fortran AND CMAKE_Fortran_COMPILER_WORKS ) + set( _CHECK_FORTRAN TRUE ) +elseif( (_LANGUAGES_ MATCHES C) OR (_LANGUAGES_ MATCHES CXX) ) + set( _CHECK_FORTRAN FALSE ) +else() + if(BLAS_FIND_REQUIRED) + message(FATAL_ERROR "FindBLAS requires Fortran, C, or C++ to be enabled.") + else(BLAS_FIND_REQUIRED) + message(STATUS "Looking for BLAS... - NOT found (Unsupported languages)") + return() + endif(BLAS_FIND_REQUIRED) +endif( ) + +macro(Check_Fortran_Libraries LIBRARIES _prefix _name _flags _list _thread) +# This macro checks for the existence of the combination of fortran libraries +# given by _list. If the combination is found, this macro checks (using the +# Check_Fortran_Function_Exists macro) whether can link against that library +# combination using the name of a routine given by _name using the linker +# flags given by _flags. If the combination of libraries is found and passes +# the link test, LIBRARIES is set to the list of complete library paths that +# have been found. Otherwise, LIBRARIES is set to FALSE. + +# N.B. _prefix is the prefix applied to the names of all cached variables that +# are generated internally and marked advanced by this macro. + +set(_libdir ${ARGN}) + +set(_libraries_work TRUE) +set(${LIBRARIES}) +set(_combined_name) +if (NOT _libdir) + if (WIN32) + set(_libdir ENV LIB) + elseif (APPLE) + set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV DYLD_LIBRARY_PATH) + else () + set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV LD_LIBRARY_PATH) + endif () +endif () + +foreach(_library ${_list}) + set(_combined_name ${_combined_name}_${_library}) + + if(_libraries_work) + if (BLA_STATIC) + if (WIN32) + set(CMAKE_FIND_LIBRARY_SUFFIXES .lib ${CMAKE_FIND_LIBRARY_SUFFIXES}) + endif ( WIN32 ) + if (APPLE) + set(CMAKE_FIND_LIBRARY_SUFFIXES .lib ${CMAKE_FIND_LIBRARY_SUFFIXES}) + else (APPLE) + set(CMAKE_FIND_LIBRARY_SUFFIXES .a ${CMAKE_FIND_LIBRARY_SUFFIXES}) + endif (APPLE) + else (BLA_STATIC) + if (CMAKE_SYSTEM_NAME STREQUAL "Linux") + # for ubuntu's libblas3gf and liblapack3gf packages + #set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES} .so.3gf) + endif () + endif (BLA_STATIC) + find_library(${_prefix}_${_library}_LIBRARY + NAMES ${_library} + PATHS ${_libdir} + ) + mark_as_advanced(${_prefix}_${_library}_LIBRARY) + set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY}) + set(_libraries_work ${${_prefix}_${_library}_LIBRARY}) + endif(_libraries_work) +endforeach(_library ${_list}) +if(_libraries_work) + # Test this combination of libraries. + set(CMAKE_REQUIRED_LIBRARIES ${_flags} ${${LIBRARIES}} ${_thread}) +# message("DEBUG: CMAKE_REQUIRED_LIBRARIES = ${CMAKE_REQUIRED_LIBRARIES}") + + # GNW: Add special flags for static BLAS libraries for function check + if(BLA_STATIC AND UNIX) + set(CMAKE_REQUIRED_LIBRARIES ${_flags} "-Wl,--start-group ${${LIBRARIES}};-Wl,--end-group" ${_thread}) + endif() + + if (_CHECK_FORTRAN) + check_fortran_function_exists("${_name}" ${_prefix}${_combined_name}_WORKS) + else() + check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS) + endif() + + set(CMAKE_REQUIRED_LIBRARIES) + mark_as_advanced(${_prefix}${_combined_name}_WORKS) + set(_libraries_work ${${_prefix}${_combined_name}_WORKS}) +endif(_libraries_work) +if(NOT _libraries_work) + set(${LIBRARIES} FALSE) +endif(NOT _libraries_work) +#message("DEBUG: ${LIBRARIES} = ${${LIBRARIES}}") +endmacro(Check_Fortran_Libraries) + +set(BLAS_LINKER_FLAGS) +set(BLAS_LIBRARIES) +set(BLAS95_LIBRARIES) +if ($ENV{BLA_VENDOR} MATCHES ".+") + set(BLA_VENDOR $ENV{BLA_VENDOR}) +else ($ENV{BLA_VENDOR} MATCHES ".+") + if(NOT BLA_VENDOR) + set(BLA_VENDOR "All") + endif(NOT BLA_VENDOR) +endif ($ENV{BLA_VENDOR} MATCHES ".+") + +if (BLA_VENDOR STREQUAL "Goto" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + # gotoblas (http://www.tacc.utexas.edu/tacc-projects/gotoblas2) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "goto2" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "Goto" OR BLA_VENDOR STREQUAL "All") + +if (BLA_VENDOR STREQUAL "OpenBLAS" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + # openblas (http://www.openblas.net) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "openblas" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "OpenBLAS" OR BLA_VENDOR STREQUAL "All") + +if (BLA_VENDOR STREQUAL "ATLAS" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + # BLAS in ATLAS library? (http://math-atlas.sourceforge.net/) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + dgemm + "" + "cblas;f77blas;atlas" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "ATLAS" OR BLA_VENDOR STREQUAL "All") + +# BLAS in PhiPACK libraries? (requires generic BLAS lib, too) +if (BLA_VENDOR STREQUAL "PhiPACK" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "sgemm;dgemm;blas" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "PhiPACK" OR BLA_VENDOR STREQUAL "All") + +# BLAS in Alpha CXML library? +if (BLA_VENDOR STREQUAL "CXML" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "cxml" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "CXML" OR BLA_VENDOR STREQUAL "All") + +# BLAS in Alpha DXML library? (now called CXML, see above) +if (BLA_VENDOR STREQUAL "DXML" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "dxml" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "DXML" OR BLA_VENDOR STREQUAL "All") + +# BLAS in Sun Performance library? +if (BLA_VENDOR STREQUAL "SunPerf" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "-xlic_lib=sunperf" + "sunperf;sunmath" + "" + ) + if(BLAS_LIBRARIES) + set(BLAS_LINKER_FLAGS "-xlic_lib=sunperf") + endif(BLAS_LIBRARIES) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "SunPerf" OR BLA_VENDOR STREQUAL "All") + +# BLAS in SCSL library? (SGI/Cray Scientific Library) +if (BLA_VENDOR STREQUAL "SCSL" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "scsl" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "SCSL" OR BLA_VENDOR STREQUAL "All") + +# BLAS in SGIMATH library? +if (BLA_VENDOR STREQUAL "SGIMATH" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "complib.sgimath" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "SGIMATH" OR BLA_VENDOR STREQUAL "All") + +# BLAS in IBM ESSL library? (requires generic BLAS lib, too) +if (BLA_VENDOR STREQUAL "IBMESSL" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "essl;blas" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "IBMESSL" OR BLA_VENDOR STREQUAL "All") + +#BLAS in acml library? +if (BLA_VENDOR MATCHES "ACML.*" OR BLA_VENDOR STREQUAL "All") + if( ((BLA_VENDOR STREQUAL "ACML") AND (NOT BLAS_ACML_LIB_DIRS)) OR + ((BLA_VENDOR STREQUAL "ACML_MP") AND (NOT BLAS_ACML_MP_LIB_DIRS)) OR + ((BLA_VENDOR STREQUAL "ACML_GPU") AND (NOT BLAS_ACML_GPU_LIB_DIRS)) + ) + # try to find acml in "standard" paths + if( WIN32 ) + file( GLOB _ACML_ROOT "C:/AMD/acml*/ACML-EULA.txt" ) + else() + file( GLOB _ACML_ROOT "/opt/acml*/ACML-EULA.txt" ) + endif() + if( WIN32 ) + file( GLOB _ACML_GPU_ROOT "C:/AMD/acml*/GPGPUexamples" ) + else() + file( GLOB _ACML_GPU_ROOT "/opt/acml*/GPGPUexamples" ) + endif() + list(GET _ACML_ROOT 0 _ACML_ROOT) + list(GET _ACML_GPU_ROOT 0 _ACML_GPU_ROOT) + if( _ACML_ROOT ) + get_filename_component( _ACML_ROOT ${_ACML_ROOT} PATH ) + if( SIZEOF_INTEGER EQUAL 8 ) + set( _ACML_PATH_SUFFIX "_int64" ) + else() + set( _ACML_PATH_SUFFIX "" ) + endif() + if( CMAKE_Fortran_COMPILER_ID STREQUAL "Intel" ) + set( _ACML_COMPILER32 "ifort32" ) + set( _ACML_COMPILER64 "ifort64" ) + elseif( CMAKE_Fortran_COMPILER_ID STREQUAL "SunPro" ) + set( _ACML_COMPILER32 "sun32" ) + set( _ACML_COMPILER64 "sun64" ) + elseif( CMAKE_Fortran_COMPILER_ID STREQUAL "PGI" ) + set( _ACML_COMPILER32 "pgi32" ) + if( WIN32 ) + set( _ACML_COMPILER64 "win64" ) + else() + set( _ACML_COMPILER64 "pgi64" ) + endif() + elseif( CMAKE_Fortran_COMPILER_ID STREQUAL "Open64" ) + # 32 bit builds not supported on Open64 but for code simplicity + # We'll just use the same directory twice + set( _ACML_COMPILER32 "open64_64" ) + set( _ACML_COMPILER64 "open64_64" ) + elseif( CMAKE_Fortran_COMPILER_ID STREQUAL "NAG" ) + set( _ACML_COMPILER32 "nag32" ) + set( _ACML_COMPILER64 "nag64" ) + else() #if( CMAKE_Fortran_COMPILER_ID STREQUAL "GNU" ) + set( _ACML_COMPILER32 "gfortran32" ) + set( _ACML_COMPILER64 "gfortran64" ) + endif() + + if( BLA_VENDOR STREQUAL "ACML_MP" ) + set(_ACML_MP_LIB_DIRS + "${_ACML_ROOT}/${_ACML_COMPILER32}_mp${_ACML_PATH_SUFFIX}/lib" + "${_ACML_ROOT}/${_ACML_COMPILER64}_mp${_ACML_PATH_SUFFIX}/lib" ) + else() #if( _BLAS_VENDOR STREQUAL "ACML" ) + set(_ACML_LIB_DIRS + "${_ACML_ROOT}/${_ACML_COMPILER32}${_ACML_PATH_SUFFIX}/lib" + "${_ACML_ROOT}/${_ACML_COMPILER64}${_ACML_PATH_SUFFIX}/lib" ) + endif() + endif() + elseif(BLAS_${BLA_VENDOR}_LIB_DIRS) + set(_${BLA_VENDOR}_LIB_DIRS ${BLAS_${BLA_VENDOR}_LIB_DIRS}) + endif() + + if( BLA_VENDOR STREQUAL "ACML_MP" ) + foreach( BLAS_ACML_MP_LIB_DIRS ${_ACML_MP_LIB_DIRS}) + check_fortran_libraries ( + BLAS_LIBRARIES + BLAS + sgemm + "" "acml_mp;acml_mv" "" ${BLAS_ACML_MP_LIB_DIRS} + ) + if( BLAS_LIBRARIES ) + break() + endif() + endforeach() + elseif( BLA_VENDOR STREQUAL "ACML_GPU" ) + foreach( BLAS_ACML_GPU_LIB_DIRS ${_ACML_GPU_LIB_DIRS}) + check_fortran_libraries ( + BLAS_LIBRARIES + BLAS + sgemm + "" "acml;acml_mv;CALBLAS" "" ${BLAS_ACML_GPU_LIB_DIRS} + ) + if( BLAS_LIBRARIES ) + break() + endif() + endforeach() + else() #if( _BLAS_VENDOR STREQUAL "ACML" ) + foreach( BLAS_ACML_LIB_DIRS ${_ACML_LIB_DIRS} ) + check_fortran_libraries ( + BLAS_LIBRARIES + BLAS + sgemm + "" "acml;acml_mv" "" ${BLAS_ACML_LIB_DIRS} + ) + if( BLAS_LIBRARIES ) + break() + endif() + endforeach() + endif() + + # Either acml or acml_mp should be in LD_LIBRARY_PATH but not both + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "acml;acml_mv" + "" + ) + endif(NOT BLAS_LIBRARIES) + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "acml_mp;acml_mv" + "" + ) + endif(NOT BLAS_LIBRARIES) + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "acml;acml_mv;CALBLAS" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif () # ACML + +# Apple BLAS library? +if (BLA_VENDOR STREQUAL "Apple" OR BLA_VENDOR STREQUAL "All") +if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + dgemm + "" + "Accelerate" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "Apple" OR BLA_VENDOR STREQUAL "All") + +if (BLA_VENDOR STREQUAL "NAS" OR BLA_VENDOR STREQUAL "All") + if ( NOT BLAS_LIBRARIES ) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + dgemm + "" + "vecLib" + "" + ) + endif ( NOT BLAS_LIBRARIES ) +endif (BLA_VENDOR STREQUAL "NAS" OR BLA_VENDOR STREQUAL "All") +# Generic BLAS library? +if (BLA_VENDOR STREQUAL "Generic" OR BLA_VENDOR STREQUAL "All") + if(NOT BLAS_LIBRARIES) + check_fortran_libraries( + BLAS_LIBRARIES + BLAS + sgemm + "" + "blas" + "" + ) + endif(NOT BLAS_LIBRARIES) +endif (BLA_VENDOR STREQUAL "Generic" OR BLA_VENDOR STREQUAL "All") + +#BLAS in intel mkl 10 library? (em64t 64bit) +if (BLA_VENDOR MATCHES "Intel*" OR BLA_VENDOR STREQUAL "All") + if (NOT WIN32) + set(LM "-lm") + endif () + if (_LANGUAGES_ MATCHES C OR _LANGUAGES_ MATCHES CXX) + if(BLAS_FIND_QUIETLY OR NOT BLAS_FIND_REQUIRED) + find_package(Threads) + else(BLAS_FIND_QUIETLY OR NOT BLAS_FIND_REQUIRED) + find_package(Threads REQUIRED) + endif(BLAS_FIND_QUIETLY OR NOT BLAS_FIND_REQUIRED) + + set(BLAS_SEARCH_LIBS "") + + if(BLA_F95) + set(BLAS_mkl_SEARCH_SYMBOL SGEMM) + set(_LIBRARIES BLAS95_LIBRARIES) + if (WIN32) + list(APPEND BLAS_SEARCH_LIBS + "mkl_blas95 mkl_intel_c mkl_intel_thread mkl_core libguide40") + else (WIN32) + if (BLA_VENDOR STREQUAL "Intel10_32" OR BLA_VENDOR STREQUAL "All") + list(APPEND BLAS_SEARCH_LIBS + "mkl_blas95 mkl_intel mkl_intel_thread mkl_core guide") + endif () + if (BLA_VENDOR STREQUAL "Intel10_64lp" OR BLA_VENDOR STREQUAL "All") + # old version + list(APPEND BLAS_SEARCH_LIBS + "mkl_blas95 mkl_intel_lp64 mkl_intel_thread mkl_core guide") + + # mkl >= 10.3 + if (CMAKE_C_COMPILER MATCHES ".+gcc.*") + list(APPEND BLAS_SEARCH_LIBS + "mkl_blas95_lp64 mkl_intel_lp64 mkl_gnu_thread mkl_core") + set(LM "${LM};-lgomp") + else () + list(APPEND BLAS_SEARCH_LIBS + "mkl_blas95_lp64 mkl_intel_lp64 mkl_intel_thread mkl_core iomp5") + endif () + endif () + endif (WIN32) + if (BLA_VENDOR STREQUAL "Intel10_64lp_seq" OR BLA_VENDOR STREQUAL "All") + list(APPEND BLAS_SEARCH_LIBS + "mkl_blas95_lp64 mkl_intel_lp64 mkl_sequential mkl_core") + endif () + else (BLA_F95) + set(BLAS_mkl_SEARCH_SYMBOL sgemm) + set(_LIBRARIES BLAS_LIBRARIES) + if (WIN32) + list(APPEND BLAS_SEARCH_LIBS + "mkl_c_dll mkl_intel_thread_dll mkl_core_dll libguide40") + else (WIN32) + if (BLA_VENDOR STREQUAL "Intel10_32" OR BLA_VENDOR STREQUAL "All") + list(APPEND BLAS_SEARCH_LIBS + "mkl_intel mkl_intel_thread mkl_core guide") + endif () + if (BLA_VENDOR STREQUAL "Intel10_64lp" OR BLA_VENDOR STREQUAL "All") + + # old version + list(APPEND BLAS_SEARCH_LIBS + "mkl_intel_lp64 mkl_intel_thread mkl_core guide") + + # mkl >= 10.3 + if (CMAKE_C_COMPILER MATCHES ".+gcc.*") + list(APPEND BLAS_SEARCH_LIBS + "mkl_intel_lp64 mkl_gnu_thread mkl_core") + set(LM "${LM};-lgomp") + else () + list(APPEND BLAS_SEARCH_LIBS + "mkl_intel_lp64 mkl_intel_thread mkl_core iomp5") + endif () + endif () + + #older vesions of intel mkl libs + if (BLA_VENDOR STREQUAL "Intel" OR BLA_VENDOR STREQUAL "All") + list(APPEND BLAS_SEARCH_LIBS + "mkl") + list(APPEND BLAS_SEARCH_LIBS + "mkl_ia32") + list(APPEND BLAS_SEARCH_LIBS + "mkl_em64t") + endif () + endif (WIN32) + if (BLA_VENDOR STREQUAL "Intel10_64lp_seq" OR BLA_VENDOR STREQUAL "All") + list(APPEND BLAS_SEARCH_LIBS + "mkl_intel_lp64 mkl_sequential mkl_core") + endif () + endif (BLA_F95) + + foreach (IT ${BLAS_SEARCH_LIBS}) + string(REPLACE " " ";" SEARCH_LIBS ${IT}) + if (${_LIBRARIES}) + else () + check_fortran_libraries( + ${_LIBRARIES} + BLAS + ${BLAS_mkl_SEARCH_SYMBOL} + "" + "${SEARCH_LIBS}" + "${CMAKE_THREAD_LIBS_INIT};${LM}" + ) + endif () + endforeach () + + endif (_LANGUAGES_ MATCHES C OR _LANGUAGES_ MATCHES CXX) +endif (BLA_VENDOR MATCHES "Intel*" OR BLA_VENDOR STREQUAL "All") + + +if(BLA_F95) + if(BLAS95_LIBRARIES) + set(BLAS95_FOUND TRUE) + else(BLAS95_LIBRARIES) + set(BLAS95_FOUND FALSE) + endif(BLAS95_LIBRARIES) + + if(NOT BLAS_FIND_QUIETLY) + if(BLAS95_FOUND) + message(STATUS "A library with BLAS95 API found.") + else(BLAS95_FOUND) + if(BLAS_FIND_REQUIRED) + message(FATAL_ERROR + "A required library with BLAS95 API not found. Please specify library location.") + else(BLAS_FIND_REQUIRED) + message(STATUS + "A library with BLAS95 API not found. Please specify library location.") + endif(BLAS_FIND_REQUIRED) + endif(BLAS95_FOUND) + endif(NOT BLAS_FIND_QUIETLY) + set(BLAS_FOUND TRUE) + set(BLAS_LIBRARIES "${BLAS95_LIBRARIES}") +else(BLA_F95) + if(BLAS_LIBRARIES) + set(BLAS_FOUND TRUE) + else(BLAS_LIBRARIES) + set(BLAS_FOUND FALSE) + endif(BLAS_LIBRARIES) + + if(NOT BLAS_FIND_QUIETLY) + if(BLAS_FOUND) + message(STATUS "Found BLAS: ${BLAS_LIBRARIES}") + else(BLAS_FOUND) + if(BLAS_FIND_REQUIRED) + message(FATAL_ERROR + "A required library with BLAS API not found. Please specify library location." + ) + else(BLAS_FIND_REQUIRED) + message(STATUS + "A library with BLAS API not found. Please specify library location." + ) + endif(BLAS_FIND_REQUIRED) + endif(BLAS_FOUND) + endif(NOT BLAS_FIND_QUIETLY) +endif(BLA_F95) + +set(CMAKE_FIND_LIBRARY_SUFFIXES ${_blas_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES}) diff --git a/cmake/modules/FindBLASHeader.cmake b/cmake/modules/FindBLASHeader.cmake new file mode 100644 index 0000000..c17997d --- /dev/null +++ b/cmake/modules/FindBLASHeader.cmake @@ -0,0 +1,50 @@ +# - Try to find BLAS header cblas.h +# Once done this will define +# +# BLASHEADER_FOUND - system has BLAS +# BLAS_INCLUDE_DIRS - include directories for BLAS +# + +#============================================================================= +# Copyright (C) 2010 Garth N. Wells +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +message(STATUS "Checking for package 'BLAS'") + +# Check for header file +find_path(BLASHEADER_INCLUDE_DIRS cblas.h + HINTS ${BLASHEADER_DIR}/include $ENV{BLASHEADER_DIR}/include + DOC "Directory where the BLAS header is located" + ) +mark_as_advanced(BLASBLASHEADER_INCLUDE_DIRS) + +# Standard package handling +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(BLASHEADER + "BLAS C header could not be found. Be sure to set BLASHEADER_DIR." + BLASHEADER_INCLUDE_DIRS) diff --git a/cmake/modules/FindCHOLMOD.cmake b/cmake/modules/FindCHOLMOD.cmake new file mode 100644 index 0000000..011c343 --- /dev/null +++ b/cmake/modules/FindCHOLMOD.cmake @@ -0,0 +1,237 @@ +# - Try to find CHOLMOD +# Once done this will define +# +# CHOLMOD_FOUND - system has CHOLMOD +# CHOLMOD_INCLUDE_DIRS - include directories for CHOLMOD +# CHOLMOD_LIBRARIES - libraries for CHOLMOD + +#============================================================================= +# Copyright (C) 2010-2011 Garth N. Wells, Anders Logg and Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +message(STATUS "Checking for package 'CHOLMOD'") + +# Find packages that CHOLMOD depends on +set(CMAKE_LIBRARY_PATH ${BLAS_DIR}/lib $ENV{BLAS_DIR}/lib ${CMAKE_LIBRARY_PATH}) +set(CMAKE_LIBRARY_PATH ${LAPACK_DIR}/lib $ENV{LAPACK_DIR}/lib ${CMAKE_LIBRARY_PATH}) +find_package(AMD QUIET) +find_package(BLAS QUIET) +find_package(LAPACK QUIET) +if (DOLFIN_ENABLE_PARMETIS) + find_package(ParMETIS 4.0.2 QUIET) +endif() + +# FIXME: Should we have separate FindXX modules for CAMD, COLAMD, and CCOLAMD? +# FIXME: find_package(CAMD) +# FIXME: find_package(COLAMD) +# FIXME: find_package(CCOLAMD) + +# FIXME: It may be necessary to link to LAPACK and BLAS (or the vecLib +# FIXME: framework on Darwin). + +# Check for header file +find_path(CHOLMOD_INCLUDE_DIRS cholmod.h + HINTS ${CHOLMOD_DIR}/include $ENV{CHOLMOD_DIR}/include ${PETSC_INCLUDE_DIRS} $ENV{PETSC_DIR}/include + PATH_SUFFIXES suitesparse ufsparse + DOC "Directory where the CHOLMOD header is located") + +# Check for CHOLMOD library +find_library(CHOLMOD_LIBRARY cholmod + HINTS ${CHOLMOD_DIR}/lib $ENV{CHOLMOD_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The CHOLMOD library") + +# Check for CAMD library +find_library(CAMD_LIBRARY camd + HINTS ${CHOLMOD_DIR}/lib ${CAMD_DIR}/lib $ENV{CHOLMOD_DIR}/lib + $ENV{CAMD_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The CAMD library") + +# Check for COLAMD library +find_library(COLAMD_LIBRARY colamd + HINTS ${CHOLMOD_DIR}/lib ${COLAMD_DIR}/lib $ENV{CHOLMOD_DIR}/lib + $ENV{COLAMD_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The COLAMD library" + ) + +# Check for CCOLAMD library +find_library(CCOLAMD_LIBRARY ccolamd + HINTS ${CHOLMOD_DIR}/lib ${CCOLAMD_DIR}/lib $ENV{CHOLMOD_DIR}/lib + $ENV{CCOLAMD_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The CCOLAMD library") + +# Check for SUITESPARSECONFIG library +find_library(SUITESPARSECONFIG_LIBRARY suitesparseconfig + HINTS ${CHOLMOD_DIR}/lib ${CCOLAMD_DIR}/lib $ENV{CHOLMOD_DIR}/lib + $ENV{CCOLAMD_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The SUITESPARSECONFIG library") + +if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" AND NOT APPLE) + # Check for rt library + find_library(RT_LIBRARY rt + DOC "The RT library") +endif() + +# Collect libraries (order is important) +set(CHOLMOD_LIBRARIES) +if (CHOLMOD_LIBRARY) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${CHOLMOD_LIBRARY}) +endif() +if (AMD_FOUND) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${AMD_LIBRARIES}) +endif() +if (CAMD_LIBRARY) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${CAMD_LIBRARY}) +endif() +if (COLAMD_LIBRARY) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${COLAMD_LIBRARY}) +endif() +if (CCOLAMD_LIBRARY) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${CCOLAMD_LIBRARY}) +endif() +if (SUITESPARSECONFIG_LIBRARY) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${SUITESPARSECONFIG_LIBRARY}) +endif() +if (RT_LIBRARY) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${RT_LIBRARY}) +endif() + +if (PARMETIS_FOUND) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${PARMETIS_LIBRARIES}) +endif() +if (LAPACK_FOUND) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${LAPACK_LIBRARIES}) +endif() +if (BLAS_FOUND) + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${BLAS_LIBRARIES}) +endif() + +find_program(GFORTRAN_EXECUTABLE gfortran) +if (GFORTRAN_EXECUTABLE) + execute_process(COMMAND ${GFORTRAN_EXECUTABLE} -print-file-name=libgfortran.so + OUTPUT_VARIABLE GFORTRAN_LIBRARY + OUTPUT_STRIP_TRAILING_WHITESPACE) + if (EXISTS "${GFORTRAN_LIBRARY}") + set(CHOLMOD_LIBRARIES ${CHOLMOD_LIBRARIES} ${GFORTRAN_LIBRARY}) + endif() +endif() + +mark_as_advanced(CHOLMOD_INCLUDE_DIRS CHOLMOD_LIBRARY CHOLMOD_LIBRARIES + CAMD_LIBRARY COLAMD_LIBRARY CCOLAMD_LIBRARY) + +# Try to run a test program that uses CHOLMOD +if (DOLFIN_SKIP_BUILD_TESTS) + set(CHOLMOD_TEST_RUNS TRUE) +elseif (CHOLMOD_INCLUDE_DIRS AND CHOLMOD_LIBRARIES AND AMD_FOUND) + + set(CMAKE_REQUIRED_INCLUDES ${CHOLMOD_INCLUDE_DIRS} ${AMD_INCLUDE_DIRS}) + set(CMAKE_REQUIRED_LIBRARIES ${CHOLMOD_LIBRARIES}) + + set(CHOLMOD_TEST_LIB_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/cholmod_test_lib.cpp") + file(WRITE ${CHOLMOD_TEST_LIB_CPP} " +#include +#include + +int main() +{ + cholmod_dense *D; + cholmod_sparse *S; + cholmod_dense *x, *b, *r; + cholmod_factor *L; + double one[2] = {1,0}, m1[2] = {-1,0}; + double *dx; + cholmod_common c; + int n = 5; + double K[5][5] = {{1.0, 0.0, 0.0, 0.0, 0.0}, + {0.0, 2.0,-1.0, 0.0, 0.0}, + {0.0,-1.0, 2.0,-1.0, 0.0}, + {0.0, 0.0,-1.0, 2.0, 0.0}, + {0.0, 0.0, 0.0, 0.0, 1.0}}; + cholmod_start (&c); + D = cholmod_allocate_dense(n, n, n, CHOLMOD_REAL, &c); + dx = (double*)D->x; + for (int i=0; i < n; i++) + for (int j=0; j < n; j++) + dx[i+j*n] = K[i][j]; + S = cholmod_dense_to_sparse(D, 1, &c); + S->stype = 1; + cholmod_reallocate_sparse(cholmod_nnz(S, &c), S, &c); + b = cholmod_ones(S->nrow, 1, S->xtype, &c); + L = cholmod_analyze(S, &c); +/* + cholmod_factorize(S, L, &c); + x = cholmod_solve(CHOLMOD_A, L, b, &c); + r = cholmod_copy_dense(b, &c); + cholmod_sdmult(S, 0, m1, one, x, r, &c); + cholmod_free_factor(&L, &c); + cholmod_free_dense(&D, &c); + cholmod_free_sparse(&S, &c); + cholmod_free_dense(&r, &c); + cholmod_free_dense(&x, &c); + cholmod_free_dense(&b, &c); + cholmod_finish(&c); + return 0; +*/ +} +") + + try_run(CHOLMOD_TEST_LIB_EXITCODE + CHOLMOD_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${CHOLMOD_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE CHOLMOD_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE CHOLMOD_TEST_LIB_OUTPUT + ) + + if (CHOLMOD_TEST_LIB_COMPILED AND CHOLMOD_TEST_LIB_EXITCODE EQUAL 0) + message(STATUS "Performing test CHOLMOD_TEST_RUNS - Success") + set(CHOLMOD_TEST_RUNS TRUE) + else() + message(STATUS "Performing test CHOLMOD_TEST_RUNS - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run CHOLMOD test:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "CHOLMOD_TEST_LIB_EXITCODE: ${CHOLMOD_TEST_LIB_EXITCODE}\n" + "CHOLMOD_TEST_LIB_COMPILED: ${CHOLMOD_TEST_LIB_COMPILED}\n" + "CHOLMOD_TEST_LIB_COMPILE_OUTPUT: ${CHOLMOD_TEST_LIB_COMPILE_OUTPUT}\n" + "CHOLMOD_TEST_LIB_OUTPUT: ${CHOLMOD_TEST_LIB_OUTPUT}\n\n") + endif() + +endif() + +# Standard package handling +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(CHOLMOD + "CHOLMOD could not be found. Be sure to set CHOLMOD_DIR." + CHOLMOD_LIBRARIES CHOLMOD_INCLUDE_DIRS CHOLMOD_TEST_RUNS) diff --git a/cmake/modules/FindEigen3.cmake b/cmake/modules/FindEigen3.cmake new file mode 100644 index 0000000..deda49d --- /dev/null +++ b/cmake/modules/FindEigen3.cmake @@ -0,0 +1,101 @@ +# - Try to find Eigen3 lib +# +# This module supports requiring a minimum version, e.g. you can do +# find_package(Eigen3 3.1.2) +# to require version 3.1.2 or newer of Eigen3. +# +# Once done this will define +# +# EIGEN3_FOUND - system has eigen lib with correct version +# EIGEN3_INCLUDE_DIR - the eigen include directory +# EIGEN3_VERSION - eigen version +# +# This module reads hints about search locations from +# the following enviroment variables: +# +# EIGEN3_ROOT +# EIGEN3_ROOT_DIR + +# Copyright (c) 2006, 2007 Montel Laurent, +# Copyright (c) 2008, 2009 Gael Guennebaud, +# Copyright (c) 2009 Benoit Jacob +# Redistribution and use is allowed according to the terms of the 2-clause BSD license. + +# Modified by Garth N. Wells to add EIGEN_DIR to +# search path + +if(NOT Eigen3_FIND_VERSION) + if(NOT Eigen3_FIND_VERSION_MAJOR) + set(Eigen3_FIND_VERSION_MAJOR 2) + endif(NOT Eigen3_FIND_VERSION_MAJOR) + if(NOT Eigen3_FIND_VERSION_MINOR) + set(Eigen3_FIND_VERSION_MINOR 91) + endif(NOT Eigen3_FIND_VERSION_MINOR) + if(NOT Eigen3_FIND_VERSION_PATCH) + set(Eigen3_FIND_VERSION_PATCH 0) + endif(NOT Eigen3_FIND_VERSION_PATCH) + + set(Eigen3_FIND_VERSION "${Eigen3_FIND_VERSION_MAJOR}.${Eigen3_FIND_VERSION_MINOR}.${Eigen3_FIND_VERSION_PATCH}") +endif(NOT Eigen3_FIND_VERSION) + +macro(_eigen3_check_version) + file(READ "${EIGEN3_INCLUDE_DIR}/Eigen/src/Core/util/Macros.h" _eigen3_version_header) + + string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen3_world_version_match "${_eigen3_version_header}") + set(EIGEN3_WORLD_VERSION "${CMAKE_MATCH_1}") + string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen3_major_version_match "${_eigen3_version_header}") + set(EIGEN3_MAJOR_VERSION "${CMAKE_MATCH_1}") + string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen3_minor_version_match "${_eigen3_version_header}") + set(EIGEN3_MINOR_VERSION "${CMAKE_MATCH_1}") + + set(EIGEN3_VERSION ${EIGEN3_WORLD_VERSION}.${EIGEN3_MAJOR_VERSION}.${EIGEN3_MINOR_VERSION}) + if(${EIGEN3_VERSION} VERSION_LESS ${Eigen3_FIND_VERSION}) + set(EIGEN3_VERSION_OK FALSE) + else(${EIGEN3_VERSION} VERSION_LESS ${Eigen3_FIND_VERSION}) + set(EIGEN3_VERSION_OK TRUE) + endif(${EIGEN3_VERSION} VERSION_LESS ${Eigen3_FIND_VERSION}) + + if(NOT EIGEN3_VERSION_OK) + + message(STATUS "Eigen3 version ${EIGEN3_VERSION} found in ${EIGEN3_INCLUDE_DIR}, " + "but at least version ${Eigen3_FIND_VERSION} is required") + endif(NOT EIGEN3_VERSION_OK) +endmacro(_eigen3_check_version) + +if (EIGEN3_INCLUDE_DIR) + + # in cache already + _eigen3_check_version() + set(EIGEN3_FOUND ${EIGEN3_VERSION_OK}) + +else (EIGEN3_INCLUDE_DIR) + + # search first if an Eigen3Config.cmake is available in the system, + # if successful this would set EIGEN3_INCLUDE_DIR and the rest of + # the script will work as usual + find_package(Eigen3 ${Eigen3_FIND_VERSION} NO_MODULE QUIET) + + if(NOT EIGEN3_INCLUDE_DIR) + find_path(EIGEN3_INCLUDE_DIR NAMES signature_of_eigen3_matrix_library + HINTS + ${EIGEN_DIR} + ENV EIGEN_DIR + ENV EIGEN3_ROOT + ENV EIGEN3_ROOT_DIR + PATHS + ${CMAKE_INSTALL_PREFIX}/include + ${KDE4_INCLUDE_DIR} + PATH_SUFFIXES eigen3 eigen + ) + endif(NOT EIGEN3_INCLUDE_DIR) + + if(EIGEN3_INCLUDE_DIR) + _eigen3_check_version() + endif(EIGEN3_INCLUDE_DIR) + + include(FindPackageHandleStandardArgs) + find_package_handle_standard_args(Eigen3 DEFAULT_MSG EIGEN3_INCLUDE_DIR EIGEN3_VERSION_OK) + + mark_as_advanced(EIGEN3_INCLUDE_DIR) + +endif(EIGEN3_INCLUDE_DIR) diff --git a/cmake/modules/FindGMP.cmake b/cmake/modules/FindGMP.cmake new file mode 100644 index 0000000..820f402 --- /dev/null +++ b/cmake/modules/FindGMP.cmake @@ -0,0 +1,19 @@ +# Try to find the GMP librairies +# GMP_FOUND - system has GMP lib +# GMP_INCLUDE_DIR - the GMP include directory +# GMP_LIBRARIES - Libraries needed to use GMP + +if (GMP_INCLUDE_DIR AND GMP_LIBRARIES) + # Already in cache, be silent + set(GMP_FIND_QUIETLY TRUE) +endif (GMP_INCLUDE_DIR AND GMP_LIBRARIES) + +find_path(GMP_INCLUDE_DIR NAMES gmp.h ) +find_library(GMP_LIBRARIES NAMES gmp libgmp ) +find_library(GMPXX_LIBRARIES NAMES gmpxx libgmpxx ) +MESSAGE(STATUS "GMP libs: " ${GMP_LIBRARIES} " " ${GMPXX_LIBRARIES} ) + +include(FindPackageHandleStandardArgs) +FIND_PACKAGE_HANDLE_STANDARD_ARGS(GMP DEFAULT_MSG GMP_INCLUDE_DIR GMP_LIBRARIES) + +mark_as_advanced(GMP_INCLUDE_DIR GMP_LIBRARIES) diff --git a/cmake/modules/FindLAPACK.cmake b/cmake/modules/FindLAPACK.cmake new file mode 100644 index 0000000..42e4b40 --- /dev/null +++ b/cmake/modules/FindLAPACK.cmake @@ -0,0 +1,363 @@ +# - Find LAPACK library +# This module finds an installed fortran library that implements the LAPACK +# linear-algebra interface (see http://www.netlib.org/lapack/). +# +# The approach follows that taken for the autoconf macro file, acx_lapack.m4 +# (distributed at http://ac-archive.sourceforge.net/ac-archive/acx_lapack.html). +# +# This module sets the following variables: +# LAPACK_FOUND - set to true if a library implementing the LAPACK interface +# is found +# LAPACK_LINKER_FLAGS - uncached list of required linker flags (excluding -l +# and -L). +# LAPACK_LIBRARIES - uncached list of libraries (using full path name) to +# link against to use LAPACK +# LAPACK95_LIBRARIES - uncached list of libraries (using full path name) to +# link against to use LAPACK95 +# LAPACK95_FOUND - set to true if a library implementing the LAPACK f95 +# interface is found +# BLA_STATIC if set on this determines what kind of linkage we do (static) +# BLA_VENDOR if set checks only the specified vendor, if not set checks +# all the possibilities +# BLA_F95 if set on tries to find the f95 interfaces for BLAS/LAPACK +### List of vendors (BLA_VENDOR) valid in this module +## Intel(mkl), ACML,Apple, NAS, Generic + +#============================================================================= +# Copyright 2007-2009 Kitware, Inc. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +set(_lapack_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) + +get_property(_LANGUAGES_ GLOBAL PROPERTY ENABLED_LANGUAGES) +if (NOT _LANGUAGES_ MATCHES Fortran OR NOT CMAKE_Fortran_COMPILER_WORKS) +include(CheckFunctionExists) +else (NOT _LANGUAGES_ MATCHES Fortran OR NOT CMAKE_Fortran_COMPILER_WORKS) +include(CheckFortranFunctionExists) +endif (NOT _LANGUAGES_ MATCHES Fortran OR NOT CMAKE_Fortran_COMPILER_WORKS) + +set(LAPACK_FOUND FALSE) +set(LAPACK95_FOUND FALSE) + +# TODO: move this stuff to separate module + +macro(Check_Lapack_Libraries LIBRARIES _prefix _name _flags _list _blas _threads) +# This macro checks for the existence of the combination of fortran libraries +# given by _list. If the combination is found, this macro checks (using the +# Check_Fortran_Function_Exists macro) whether can link against that library +# combination using the name of a routine given by _name using the linker +# flags given by _flags. If the combination of libraries is found and passes +# the link test, LIBRARIES is set to the list of complete library paths that +# have been found. Otherwise, LIBRARIES is set to FALSE. + +# N.B. _prefix is the prefix applied to the names of all cached variables that +# are generated internally and marked advanced by this macro. + +set(_libraries_work TRUE) +set(${LIBRARIES}) +set(_combined_name) +if (NOT _libdir) + if (WIN32) + set(_libdir ENV LIB) + elseif (APPLE) + set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV DYLD_LIBRARY_PATH) + else () + set(_libdir /usr/local/lib /usr/lib /usr/local/lib64 /usr/lib64 ENV LD_LIBRARY_PATH) + endif () +endif () +foreach(_library ${_list}) + set(_combined_name ${_combined_name}_${_library}) + + if(_libraries_work) + if (BLA_STATIC) + if (WIN32) + set(CMAKE_FIND_LIBRARY_SUFFIXES .lib ${CMAKE_FIND_LIBRARY_SUFFIXES}) + endif ( WIN32 ) + if (APPLE) + set(CMAKE_FIND_LIBRARY_SUFFIXES .lib ${CMAKE_FIND_LIBRARY_SUFFIXES}) + else (APPLE) + set(CMAKE_FIND_LIBRARY_SUFFIXES .a ${CMAKE_FIND_LIBRARY_SUFFIXES}) + endif (APPLE) + else (BLA_STATIC) + if (CMAKE_SYSTEM_NAME STREQUAL "Linux") + # for ubuntu's libblas3gf and liblapack3gf packages + #set(CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES} .so.3gf) + endif () + endif (BLA_STATIC) + find_library(${_prefix}_${_library}_LIBRARY + NAMES ${_library} + PATHS ${_libdir} + ) + mark_as_advanced(${_prefix}_${_library}_LIBRARY) + set(${LIBRARIES} ${${LIBRARIES}} ${${_prefix}_${_library}_LIBRARY}) + set(_libraries_work ${${_prefix}_${_library}_LIBRARY}) + endif(_libraries_work) +endforeach(_library ${_list}) + +if(_libraries_work) + # Test this combination of libraries. + if(UNIX AND BLA_STATIC) + set(CMAKE_REQUIRED_LIBRARIES ${_flags} "-Wl,--start-group" ${${LIBRARIES}} ${_blas} "-Wl,--end-group" ${_threads}) + else(UNIX AND BLA_STATIC) + set(CMAKE_REQUIRED_LIBRARIES ${_flags} ${${LIBRARIES}} ${_blas} ${_threads}) + endif(UNIX AND BLA_STATIC) +# message("DEBUG: CMAKE_REQUIRED_LIBRARIES = ${CMAKE_REQUIRED_LIBRARIES}") + if (NOT _LANGUAGES_ MATCHES Fortran OR NOT CMAKE_Fortran_COMPILER_WORKS) + check_function_exists("${_name}_" ${_prefix}${_combined_name}_WORKS) + else (NOT _LANGUAGES_ MATCHES Fortran OR NOT CMAKE_Fortran_COMPILER_WORKS) + check_fortran_function_exists(${_name} ${_prefix}${_combined_name}_WORKS) + endif (NOT _LANGUAGES_ MATCHES Fortran OR NOT CMAKE_Fortran_COMPILER_WORKS) + set(CMAKE_REQUIRED_LIBRARIES) + mark_as_advanced(${_prefix}${_combined_name}_WORKS) + set(_libraries_work ${${_prefix}${_combined_name}_WORKS}) + #message("DEBUG: ${LIBRARIES} = ${${LIBRARIES}}") +endif(_libraries_work) + + if(_libraries_work) + set(${LIBRARIES} ${${LIBRARIES}} ${_blas} ${_threads}) + else(_libraries_work) + set(${LIBRARIES} FALSE) + endif(_libraries_work) + +endmacro(Check_Lapack_Libraries) + + +set(LAPACK_LINKER_FLAGS) +set(LAPACK_LIBRARIES) +set(LAPACK95_LIBRARIES) + + +if(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) + find_package(BLAS) +else(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) + find_package(BLAS REQUIRED) +endif(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) + + +if(BLAS_FOUND) + set(LAPACK_LINKER_FLAGS ${BLAS_LINKER_FLAGS}) + if ($ENV{BLA_VENDOR} MATCHES ".+") + set(BLA_VENDOR $ENV{BLA_VENDOR}) + else ($ENV{BLA_VENDOR} MATCHES ".+") + if(NOT BLA_VENDOR) + set(BLA_VENDOR "All") + endif(NOT BLA_VENDOR) + endif ($ENV{BLA_VENDOR} MATCHES ".+") + +if (BLA_VENDOR STREQUAL "Goto" OR BLA_VENDOR STREQUAL "All") + if(NOT LAPACK_LIBRARIES) + check_lapack_libraries( + LAPACK_LIBRARIES + LAPACK + cheev + "" + "goto2" + "${BLAS_LIBRARIES}" + "" + ) + endif(NOT LAPACK_LIBRARIES) +endif (BLA_VENDOR STREQUAL "Goto" OR BLA_VENDOR STREQUAL "All") + +if (BLA_VENDOR STREQUAL "OpenBLAS" OR BLA_VENDOR STREQUAL "All") + if(NOT LAPACK_LIBRARIES) + check_lapack_libraries( + LAPACK_LIBRARIES + LAPACK + cheev + "" + "openblas" + "${BLAS_LIBRARIES}" + "" + ) + endif(NOT LAPACK_LIBRARIES) +endif (BLA_VENDOR STREQUAL "OpenBLAS" OR BLA_VENDOR STREQUAL "All") + +#acml lapack + if (BLA_VENDOR MATCHES "ACML.*" OR BLA_VENDOR STREQUAL "All") + if (BLAS_LIBRARIES MATCHES ".+acml.+") + set (LAPACK_LIBRARIES ${BLAS_LIBRARIES}) + endif () + endif () + +# Apple LAPACK library? +if (BLA_VENDOR STREQUAL "Apple" OR BLA_VENDOR STREQUAL "All") + if(NOT LAPACK_LIBRARIES) + check_lapack_libraries( + LAPACK_LIBRARIES + LAPACK + cheev + "" + "Accelerate" + "${BLAS_LIBRARIES}" + "" + ) + endif(NOT LAPACK_LIBRARIES) +endif (BLA_VENDOR STREQUAL "Apple" OR BLA_VENDOR STREQUAL "All") +if (BLA_VENDOR STREQUAL "NAS" OR BLA_VENDOR STREQUAL "All") + if ( NOT LAPACK_LIBRARIES ) + check_lapack_libraries( + LAPACK_LIBRARIES + LAPACK + cheev + "" + "vecLib" + "${BLAS_LIBRARIES}" + "" + ) + endif ( NOT LAPACK_LIBRARIES ) +endif (BLA_VENDOR STREQUAL "NAS" OR BLA_VENDOR STREQUAL "All") +# Generic LAPACK library? +if (BLA_VENDOR STREQUAL "Generic" OR + BLA_VENDOR STREQUAL "ATLAS" OR + BLA_VENDOR STREQUAL "All") + if ( NOT LAPACK_LIBRARIES ) + check_lapack_libraries( + LAPACK_LIBRARIES + LAPACK + cheev + "" + "lapack" + "${BLAS_LIBRARIES}" + "" + ) + endif ( NOT LAPACK_LIBRARIES ) +endif () +#intel lapack +if (BLA_VENDOR MATCHES "Intel*" OR BLA_VENDOR STREQUAL "All") + if (NOT WIN32) + set(LM "-lm") + endif () + if (_LANGUAGES_ MATCHES C OR _LANGUAGES_ MATCHES CXX) + if(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) + find_PACKAGE(Threads) + else(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) + find_package(Threads REQUIRED) + endif(LAPACK_FIND_QUIETLY OR NOT LAPACK_FIND_REQUIRED) + if (BLA_F95) + if(NOT LAPACK95_LIBRARIES) + # old + check_lapack_libraries( + LAPACK95_LIBRARIES + LAPACK + cheev + "" + "mkl_lapack95" + "${BLAS95_LIBRARIES}" + "${CMAKE_THREAD_LIBS_INIT};${LM}" + ) + endif(NOT LAPACK95_LIBRARIES) + if(NOT LAPACK95_LIBRARIES) + # new >= 10.3 + check_lapack_libraries( + LAPACK95_LIBRARIES + LAPACK + CHEEV + "" + "mkl_intel_lp64" + "${BLAS95_LIBRARIES}" + "${CMAKE_THREAD_LIBS_INIT};${LM}" + ) + endif(NOT LAPACK95_LIBRARIES) + else(BLA_F95) + if(NOT LAPACK_LIBRARIES) + # old + check_lapack_libraries( + LAPACK_LIBRARIES + LAPACK + cheev + "" + "mkl_lapack" + "${BLAS_LIBRARIES}" + "${CMAKE_THREAD_LIBS_INIT};${LM}" + ) + endif(NOT LAPACK_LIBRARIES) + if(NOT LAPACK_LIBRARIES) + # new >= 10.3 + check_lapack_libraries( + LAPACK_LIBRARIES + LAPACK + cheev + "" + "mkl_gf_lp64" + "${BLAS_LIBRARIES}" + "${CMAKE_THREAD_LIBS_INIT};${LM}" + ) + endif(NOT LAPACK_LIBRARIES) + endif(BLA_F95) + endif (_LANGUAGES_ MATCHES C OR _LANGUAGES_ MATCHES CXX) +endif(BLA_VENDOR MATCHES "Intel*" OR BLA_VENDOR STREQUAL "All") +else(BLAS_FOUND) + message(STATUS "LAPACK requires BLAS") +endif(BLAS_FOUND) + +if(BLA_F95) + if(LAPACK95_LIBRARIES) + set(LAPACK95_FOUND TRUE) + else(LAPACK95_LIBRARIES) + set(LAPACK95_FOUND FALSE) + endif(LAPACK95_LIBRARIES) + if(NOT LAPACK_FIND_QUIETLY) + if(LAPACK95_FOUND) + message(STATUS "A library with LAPACK95 API found.") + else(LAPACK95_FOUND) + if(LAPACK_FIND_REQUIRED) + message(FATAL_ERROR + "A required library with LAPACK95 API not found. Please specify library location." + ) + else(LAPACK_FIND_REQUIRED) + message(STATUS + "A library with LAPACK95 API not found. Please specify library location." + ) + endif(LAPACK_FIND_REQUIRED) + endif(LAPACK95_FOUND) + endif(NOT LAPACK_FIND_QUIETLY) + set(LAPACK_FOUND "${LAPACK95_FOUND}") + set(LAPACK_LIBRARIES "${LAPACK95_LIBRARIES}") +else(BLA_F95) + if(LAPACK_LIBRARIES) + set(LAPACK_FOUND TRUE) + else(LAPACK_LIBRARIES) + set(LAPACK_FOUND FALSE) + endif(LAPACK_LIBRARIES) + + if(NOT LAPACK_FIND_QUIETLY) + if(LAPACK_FOUND) + message(STATUS "Found LAPACK: ${LAPACK_LIBRARIES}") + else(LAPACK_FOUND) + if(LAPACK_FIND_REQUIRED) + message(FATAL_ERROR + "A required library with LAPACK API not found. Please specify library location." + ) + else(LAPACK_FIND_REQUIRED) + message(STATUS + "A library with LAPACK API not found. Please specify library location." + ) + endif(LAPACK_FIND_REQUIRED) + endif(LAPACK_FOUND) + endif(NOT LAPACK_FIND_QUIETLY) +endif(BLA_F95) + +set(CMAKE_FIND_LIBRARY_SUFFIXES ${_lapack_ORIG_CMAKE_FIND_LIBRARY_SUFFIXES}) diff --git a/cmake/modules/FindMPFR.cmake b/cmake/modules/FindMPFR.cmake new file mode 100644 index 0000000..094aa2d --- /dev/null +++ b/cmake/modules/FindMPFR.cmake @@ -0,0 +1,83 @@ +# Try to find the MPFR library +# See http://www.mpfr.org/ +# +# This module supports requiring a minimum version, e.g. you can do +# find_package(MPFR 2.3.0) +# to require version 2.3.0 to newer of MPFR. +# +# Once done this will define +# +# MPFR_FOUND - system has MPFR lib with correct version +# MPFR_INCLUDES - the MPFR include directory +# MPFR_LIBRARIES - the MPFR library +# MPFR_VERSION - MPFR version + +# Copyright (c) 2006, 2007 Montel Laurent, +# Copyright (c) 2008, 2009 Gael Guennebaud, +# Copyright (c) 2010 Jitse Niesen, +# Redistribution and use is allowed according to the terms of the BSD license. + +# Set MPFR_INCLUDES + +find_path(MPFR_INCLUDES + NAMES + mpfr.h + PATHS + $ENV{GMPDIR} + ${INCLUDE_INSTALL_DIR} +) + +# Set MPFR_FIND_VERSION to 1.0.0 if no minimum version is specified + +if(NOT MPFR_FIND_VERSION) + if(NOT MPFR_FIND_VERSION_MAJOR) + set(MPFR_FIND_VERSION_MAJOR 1) + endif(NOT MPFR_FIND_VERSION_MAJOR) + if(NOT MPFR_FIND_VERSION_MINOR) + set(MPFR_FIND_VERSION_MINOR 0) + endif(NOT MPFR_FIND_VERSION_MINOR) + if(NOT MPFR_FIND_VERSION_PATCH) + set(MPFR_FIND_VERSION_PATCH 0) + endif(NOT MPFR_FIND_VERSION_PATCH) + + set(MPFR_FIND_VERSION "${MPFR_FIND_VERSION_MAJOR}.${MPFR_FIND_VERSION_MINOR}.${MPFR_FIND_VERSION_PATCH}") +endif(NOT MPFR_FIND_VERSION) + + +if(MPFR_INCLUDES) + + # Set MPFR_VERSION + + file(READ "${MPFR_INCLUDES}/mpfr.h" _mpfr_version_header) + + string(REGEX MATCH "define[ \t]+MPFR_VERSION_MAJOR[ \t]+([0-9]+)" _mpfr_major_version_match "${_mpfr_version_header}") + set(MPFR_MAJOR_VERSION "${CMAKE_MATCH_1}") + string(REGEX MATCH "define[ \t]+MPFR_VERSION_MINOR[ \t]+([0-9]+)" _mpfr_minor_version_match "${_mpfr_version_header}") + set(MPFR_MINOR_VERSION "${CMAKE_MATCH_1}") + string(REGEX MATCH "define[ \t]+MPFR_VERSION_PATCHLEVEL[ \t]+([0-9]+)" _mpfr_patchlevel_version_match "${_mpfr_version_header}") + set(MPFR_PATCHLEVEL_VERSION "${CMAKE_MATCH_1}") + + set(MPFR_VERSION ${MPFR_MAJOR_VERSION}.${MPFR_MINOR_VERSION}.${MPFR_PATCHLEVEL_VERSION}) + + # Check whether found version exceeds minimum version + + if(${MPFR_VERSION} VERSION_LESS ${MPFR_FIND_VERSION}) + set(MPFR_VERSION_OK FALSE) + message(STATUS "MPFR version ${MPFR_VERSION} found in ${MPFR_INCLUDES}, " + "but at least version ${MPFR_FIND_VERSION} is required") + else(${MPFR_VERSION} VERSION_LESS ${MPFR_FIND_VERSION}) + set(MPFR_VERSION_OK TRUE) + endif(${MPFR_VERSION} VERSION_LESS ${MPFR_FIND_VERSION}) + +endif(MPFR_INCLUDES) + +# Set MPFR_LIBRARIES + +find_library(MPFR_LIBRARIES mpfr PATHS $ENV{GMPDIR} ${LIB_INSTALL_DIR}) + +# Epilogue + +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(MPFR DEFAULT_MSG + MPFR_INCLUDES MPFR_LIBRARIES MPFR_VERSION_OK) +mark_as_advanced(MPFR_INCLUDES MPFR_LIBRARIES) diff --git a/cmake/modules/FindMPI.cmake b/cmake/modules/FindMPI.cmake new file mode 100644 index 0000000..2c657b2 --- /dev/null +++ b/cmake/modules/FindMPI.cmake @@ -0,0 +1,660 @@ +# - Find a Message Passing Interface (MPI) implementation +# The Message Passing Interface (MPI) is a library used to write +# high-performance distributed-memory parallel applications, and +# is typically deployed on a cluster. MPI is a standard interface +# (defined by the MPI forum) for which many implementations are +# available. All of them have somewhat different include paths, +# libraries to link against, etc., and this module tries to smooth +# out those differences. +# +# === Variables === +# +# This module will set the following variables per language in your project, +# where is one of C, CXX, or Fortran: +# MPI__FOUND TRUE if FindMPI found MPI flags for +# MPI__COMPILER MPI Compiler wrapper for +# MPI__COMPILE_FLAGS Compilation flags for MPI programs +# MPI__INCLUDE_PATH Include path(s) for MPI header +# MPI__LINK_FLAGS Linking flags for MPI programs +# MPI__LIBRARIES All libraries to link MPI programs against +# Additionally, FindMPI sets the following variables for running MPI +# programs from the command line: +# MPIEXEC Executable for running MPI programs +# MPIEXEC_NUMPROC_FLAG Flag to pass to MPIEXEC before giving +# it the number of processors to run on +# MPIEXEC_PREFLAGS Flags to pass to MPIEXEC directly +# before the executable to run. +# MPIEXEC_POSTFLAGS Flags to pass to MPIEXEC after other flags +# === Usage === +# +# To use this module, simply call FindMPI from a CMakeLists.txt file, or +# run find_package(MPI), then run CMake. If you are happy with the auto- +# detected configuration for your language, then you're done. If not, you +# have two options: +# 1. Set MPI__COMPILER to the MPI wrapper (mpicc, etc.) of your +# choice and reconfigure. FindMPI will attempt to determine all the +# necessary variables using THAT compiler's compile and link flags. +# 2. If this fails, or if your MPI implementation does not come with +# a compiler wrapper, then set both MPI__LIBRARIES and +# MPI__INCLUDE_PATH. You may also set any other variables +# listed above, but these two are required. This will circumvent +# autodetection entirely. +# When configuration is successful, MPI__COMPILER will be set to the +# compiler wrapper for , if it was found. MPI__FOUND and other +# variables above will be set if any MPI implementation was found for , +# regardless of whether a compiler was found. +# +# When using MPIEXEC to execute MPI applications, you should typically use +# all of the MPIEXEC flags as follows: +# ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} PROCS +# ${MPIEXEC_PREFLAGS} EXECUTABLE ${MPIEXEC_POSTFLAGS} ARGS +# where PROCS is the number of processors on which to execute the program, +# EXECUTABLE is the MPI program, and ARGS are the arguments to pass to the +# MPI program. +# +# === Backward Compatibility === +# +# For backward compatibility with older versions of FindMPI, these +# variables are set, but deprecated: +# MPI_FOUND MPI_COMPILER MPI_LIBRARY +# MPI_COMPILE_FLAGS MPI_INCLUDE_PATH MPI_EXTRA_LIBRARY +# MPI_LINK_FLAGS MPI_LIBRARIES +# In new projects, please use the MPI__XXX equivalents. + +#============================================================================= +# Copyright 2001-2011 Kitware, Inc. +# Copyright 2010-2011 Todd Gamblin tgamblin@llnl.gov +# Copyright 2001-2009 Dave Partyka +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. The name of the author may not be used to endorse or promote products +# derived from this software without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +# include this to handle the QUIETLY and REQUIRED arguments +include(FindPackageHandleStandardArgs) +include(GetPrerequisites) + +# +# This part detects MPI compilers, attempting to wade through the mess of compiler names in +# a sensible way. +# +# The compilers are detected in this order: +# +# 1. Try to find the most generic availble MPI compiler, as this is usually set up by +# cluster admins. e.g., if plain old mpicc is available, we'll use it and assume it's +# the right compiler. +# +# 2. If a generic mpicc is NOT found, then we attempt to find one that matches +# CMAKE__COMPILER_ID. e.g. if you are using XL compilers, we'll try to find mpixlc +# and company, but not mpiicc. This hopefully prevents toolchain mismatches. +# +# If you want to force a particular MPI compiler other than what we autodetect (e.g. if you +# want to compile regular stuff with GNU and parallel stuff with Intel), you can always set +# your favorite MPI__COMPILER explicitly and this stuff will be ignored. +# + +# Start out with the generic MPI compiler names, as these are most commonly used. +set(_MPI_C_COMPILER_NAMES mpicc mpcc mpicc_r mpcc_r) +set(_MPI_CXX_COMPILER_NAMES mpicxx mpiCC mpcxx mpCC mpic++ mpc++ + mpicxx_r mpiCC_r mpcxx_r mpCC_r mpic++_r mpc++_r) +set(_MPI_Fortran_COMPILER_NAMES mpif95 mpif95_r mpf95 mpf95_r + mpif90 mpif90_r mpf90 mpf90_r + mpif77 mpif77_r mpf77 mpf77_r) + +# GNU compiler names +set(_MPI_GNU_C_COMPILER_NAMES mpigcc mpgcc mpigcc_r mpgcc_r) +set(_MPI_GNU_CXX_COMPILER_NAMES mpig++ mpg++ mpig++_r mpg++_r) +set(_MPI_GNU_Fortran_COMPILER_NAMES mpigfortran mpgfortran mpigfortran_r mpgfortran_r + mpig77 mpig77_r mpg77 mpg77_r) + +# Intel MPI compiler names +set(_MPI_Intel_C_COMPILER_NAMES mpiicc) +set(_MPI_Intel_CXX_COMPILER_NAMES mpiicpc mpiicxx mpiic++ mpiiCC) +set(_MPI_Intel_Fortran_COMPILER_NAMES mpiifort mpiif95 mpiif90 mpiif77) + +# PGI compiler names +set(_MPI_PGI_C_COMPILER_NAMES mpipgcc mppgcc) +set(_MPI_PGI_CXX_COMPILER_NAMES mpipgCC mppgCC) +set(_MPI_PGI_Fortran_COMPILER_NAMES mpipgf95 mpipgf90 mppgf95 mppgf90 mpipgf77 mppgf77) + +# XLC MPI Compiler names +set(_MPI_XL_C_COMPILER_NAMES mpxlc mpxlc_r mpixlc mpixlc_r) +set(_MPI_XL_CXX_COMPILER_NAMES mpixlcxx mpixlC mpixlc++ mpxlcxx mpxlc++ mpixlc++ mpxlCC + mpixlcxx_r mpixlC_r mpixlc++_r mpxlcxx_r mpxlc++_r mpixlc++_r mpxlCC_r) +set(_MPI_XL_Fortran_COMPILER_NAMES mpixlf95 mpixlf95_r mpxlf95 mpxlf95_r + mpixlf90 mpixlf90_r mpxlf90 mpxlf90_r + mpixlf77 mpixlf77_r mpxlf77 mpxlf77_r + mpixlf mpixlf_r mpxlf mpxlf_r) + +# append vendor-specific compilers to the list if we either don't know the compiler id, +# or if we know it matches the regular compiler. +foreach (lang C CXX Fortran) + foreach (id GNU Intel PGI XL) + if (NOT CMAKE_${lang}_COMPILER_ID OR "${CMAKE_${lang}_COMPILER_ID}" STREQUAL "${id}") + list(APPEND _MPI_${lang}_COMPILER_NAMES ${_MPI_${id}_${lang}_COMPILER_NAMES}) + endif() + unset(_MPI_${id}_${lang}_COMPILER_NAMES) # clean up the namespace here + endforeach() +endforeach() + + +# Names to try for MPI exec +set(_MPI_EXEC_NAMES mpiexec mpirun lamexec srun) + +# Grab the path to MPI from the registry if we're on windows. +set(_MPI_PREFIX_PATH) +if(WIN32) + list(APPEND _MPI_PREFIX_PATH "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MPICH\\SMPD;binary]/..") + list(APPEND _MPI_PREFIX_PATH "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MPICH2;Path]") + list(APPEND _MPI_PREFIX_PATH "$ENV{ProgramW6432}/MPICH2/") +endif() + +# Build a list of prefixes to search for MPI. +foreach(SystemPrefixDir ${CMAKE_SYSTEM_PREFIX_PATH}) + foreach(MpiPackageDir ${_MPI_PREFIX_PATH}) + if(EXISTS ${SystemPrefixDir}/${MpiPackageDir}) + list(APPEND _MPI_PREFIX_PATH "${SystemPrefixDir}/${MpiPackageDir}") + endif() + endforeach() +endforeach() + + +# +# interrogate_mpi_compiler(lang try_libs) +# +# Attempts to extract compiler and linker args from an MPI compiler. The arguments set +# by this function are: +# +# MPI__INCLUDE_PATH MPI__LINK_FLAGS MPI__FOUND +# MPI__COMPILE_FLAGS MPI__LIBRARIES +# +# MPI__COMPILER must be set beforehand to the absolute path to an MPI compiler for +# . Additionally, MPI__INCLUDE_PATH and MPI__LIBRARIES may be set +# to skip autodetection. +# +# If try_libs is TRUE, this will also attempt to find plain MPI libraries in the usual +# way. In general, this is not as effective as interrogating the compilers, as it +# ignores language-specific flags and libraries. However, some MPI implementations +# (Windows implementations) do not have compiler wrappers, so this approach must be used. +# +function (interrogate_mpi_compiler lang try_libs) + # MPI_${lang}_NO_INTERROGATE will be set to a compiler name when the *regular* compiler was + # discovered to be the MPI compiler. This happens on machines like the Cray XE6 that use + # modules to set cc, CC, and ftn to the MPI compilers. If the user force-sets another MPI + # compiler, MPI_${lang}_COMPILER won't be equal to MPI_${lang}_NO_INTERROGATE, and we'll + # inspect that compiler anew. This allows users to set new compilers w/o rm'ing cache. + string(COMPARE NOTEQUAL "${MPI_${lang}_NO_INTERROGATE}" "${MPI_${lang}_COMPILER}" interrogate) + + # If MPI is set already in the cache, don't bother with interrogating the compiler. + if (interrogate AND ((NOT MPI_${lang}_INCLUDE_PATH) OR (NOT MPI_${lang}_LIBRARIES))) + if (MPI_${lang}_COMPILER) + # Check whether the -showme:compile option works. This indicates that we have either OpenMPI + # or a newer version of LAM-MPI, and implies that -showme:link will also work. + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -showme:compile + OUTPUT_VARIABLE MPI_COMPILE_CMDLINE OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_COMPILE_CMDLINE ERROR_STRIP_TRAILING_WHITESPACE + RESULT_VARIABLE MPI_COMPILER_RETURN) + + if (MPI_COMPILER_RETURN EQUAL 0) + # If we appear to have -showme:compile, then we should + # also have -showme:link. Try it. + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -showme:link + OUTPUT_VARIABLE MPI_LINK_CMDLINE OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_LINK_CMDLINE ERROR_STRIP_TRAILING_WHITESPACE + RESULT_VARIABLE MPI_COMPILER_RETURN) + + if (MPI_COMPILER_RETURN EQUAL 0) + # We probably have -showme:incdirs and -showme:libdirs as well, + # so grab that while we're at it. + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -showme:incdirs + OUTPUT_VARIABLE MPI_INCDIRS OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_INCDIRS ERROR_STRIP_TRAILING_WHITESPACE) + + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -showme:libdirs + OUTPUT_VARIABLE MPI_LIBDIRS OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_LIBDIRS ERROR_STRIP_TRAILING_WHITESPACE) + + else() + # reset things here if something went wrong. + set(MPI_COMPILE_CMDLINE) + set(MPI_LINK_CMDLINE) + endif() + endif () + + # Older versions of LAM-MPI have "-showme". Try to find that. + if (NOT MPI_COMPILER_RETURN EQUAL 0) + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -showme + OUTPUT_VARIABLE MPI_COMPILE_CMDLINE OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_COMPILE_CMDLINE ERROR_STRIP_TRAILING_WHITESPACE + RESULT_VARIABLE MPI_COMPILER_RETURN) + endif() + + # MVAPICH uses -compile-info and -link-info. Try them. + if (NOT MPI_COMPILER_RETURN EQUAL 0) + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -compile-info + OUTPUT_VARIABLE MPI_COMPILE_CMDLINE OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_COMPILE_CMDLINE ERROR_STRIP_TRAILING_WHITESPACE + RESULT_VARIABLE MPI_COMPILER_RETURN) + + # If we have compile-info, also have link-info. + if (MPI_COMPILER_RETURN EQUAL 0) + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -link-info + OUTPUT_VARIABLE MPI_LINK_CMDLINE OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_LINK_CMDLINE ERROR_STRIP_TRAILING_WHITESPACE + RESULT_VARIABLE MPI_COMPILER_RETURN) + endif() + + # make sure we got compile and link. Reset vars if something's wrong. + if (NOT MPI_COMPILER_RETURN EQUAL 0) + set(MPI_COMPILE_CMDLINE) + set(MPI_LINK_CMDLINE) + endif() + endif() + + # MPICH just uses "-show". Try it. + if (NOT MPI_COMPILER_RETURN EQUAL 0) + execute_process( + COMMAND ${MPI_${lang}_COMPILER} -show + OUTPUT_VARIABLE MPI_COMPILE_CMDLINE OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_VARIABLE MPI_COMPILE_CMDLINE ERROR_STRIP_TRAILING_WHITESPACE + RESULT_VARIABLE MPI_COMPILER_RETURN) + endif() + + if (MPI_COMPILER_RETURN EQUAL 0) + # We have our command lines, but we might need to copy MPI_COMPILE_CMDLINE + # into MPI_LINK_CMDLINE, if we didn't find the link line. + if (NOT MPI_LINK_CMDLINE) + set(MPI_LINK_CMDLINE ${MPI_COMPILE_CMDLINE}) + endif() + else() + message(STATUS "Unable to determine MPI from MPI driver ${MPI_${lang}_COMPILER}") + set(MPI_COMPILE_CMDLINE) + set(MPI_LINK_CMDLINE) + endif() + + # Here, we're done with the interrogation part, and we'll try to extract args we care + # about from what we learned from the compiler wrapper scripts. + + # If interrogation came back with something, extract our variable from the MPI command line + if (MPI_COMPILE_CMDLINE OR MPI_LINK_CMDLINE) + # Extract compile flags from the compile command line. + string(REGEX MATCHALL "(^| )-[Df]([^\" ]+|\"[^\"]+\")" MPI_ALL_COMPILE_FLAGS "${MPI_COMPILE_CMDLINE}") + set(MPI_COMPILE_FLAGS_WORK) + + foreach(FLAG ${MPI_ALL_COMPILE_FLAGS}) + if (MPI_COMPILE_FLAGS_WORK) + set(MPI_COMPILE_FLAGS_WORK "${MPI_COMPILE_FLAGS_WORK} ${FLAG}") + else() + set(MPI_COMPILE_FLAGS_WORK ${FLAG}) + endif() + endforeach() + + # Extract include paths from compile command line + string(REGEX MATCHALL "(^| )-I([^\" ]+|\"[^\"]+\")" MPI_ALL_INCLUDE_PATHS "${MPI_COMPILE_CMDLINE}") + foreach(IPATH ${MPI_ALL_INCLUDE_PATHS}) + string(REGEX REPLACE "^ ?-I" "" IPATH ${IPATH}) + string(REGEX REPLACE "//" "/" IPATH ${IPATH}) + list(APPEND MPI_INCLUDE_PATH_WORK ${IPATH}) + endforeach() + + # try using showme:incdirs if extracting didn't work. + if (NOT MPI_INCLUDE_PATH_WORK) + set(MPI_INCLUDE_PATH_WORK ${MPI_INCDIRS}) + separate_arguments(MPI_INCLUDE_PATH_WORK) + endif() + + # If all else fails, just search for mpi.h in the normal include paths. + if (NOT MPI_INCLUDE_PATH_WORK) + set(MPI_HEADER_PATH "MPI_HEADER_PATH-NOTFOUND" CACHE FILEPATH "Cleared" FORCE) + find_path(MPI_HEADER_PATH mpi.h + HINTS ${_MPI_BASE_DIR} ${_MPI_PREFIX_PATH} + PATH_SUFFIXES include) + set(MPI_INCLUDE_PATH_WORK ${MPI_HEADER_PATH}) + endif() + + # Extract linker paths from the link command line + string(REGEX MATCHALL "(^| |-Wl,)-L([^\" ]+|\"[^\"]+\")" MPI_ALL_LINK_PATHS "${MPI_LINK_CMDLINE}") + set(MPI_LINK_PATH) + foreach(LPATH ${MPI_ALL_LINK_PATHS}) + string(REGEX REPLACE "^(| |-Wl,)-L" "" LPATH ${LPATH}) + string(REGEX REPLACE "//" "/" LPATH ${LPATH}) + list(APPEND MPI_LINK_PATH ${LPATH}) + endforeach() + + # try using showme:libdirs if extracting didn't work. + if (NOT MPI_LINK_PATH) + set(MPI_LINK_PATH ${MPI_LIBDIRS}) + separate_arguments(MPI_LINK_PATH) + endif() + + # Extract linker flags from the link command line + string(REGEX MATCHALL "(^| )-Wl,([^\" ]+|\"[^\"]+\")" MPI_ALL_LINK_FLAGS "${MPI_LINK_CMDLINE}") + set(MPI_LINK_FLAGS_WORK) + foreach(FLAG ${MPI_ALL_LINK_FLAGS}) + if (MPI_LINK_FLAGS_WORK) + set(MPI_LINK_FLAGS_WORK "${MPI_LINK_FLAGS_WORK} ${FLAG}") + else() + set(MPI_LINK_FLAGS_WORK ${FLAG}) + endif() + endforeach() + + # Extract the set of libraries to link against from the link command + # line + string(REGEX MATCHALL "(^| )-l([^\" ]+|\"[^\"]+\")" MPI_LIBNAMES "${MPI_LINK_CMDLINE}") + # add the compiler implicit directories because some compilers + # such as the intel compiler have libraries that show up + # in the showme list that can only be found in the implicit + # link directories of the compiler. Do this for C++ and C + # compilers if the implicit link directories are defined. + if (DEFINED CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES) + set(MPI_LINK_PATH + "${MPI_LINK_PATH};${CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES}") + endif () + + if (DEFINED CMAKE_C_IMPLICIT_LINK_DIRECTORIES) + set(MPI_LINK_PATH + "${MPI_LINK_PATH};${CMAKE_C_IMPLICIT_LINK_DIRECTORIES}") + endif () + + # Determine full path names for all of the libraries that one needs + # to link against in an MPI program + foreach(LIB ${MPI_LIBNAMES}) + string(REGEX REPLACE "^ ?-l" "" LIB ${LIB}) + # MPI_LIB is cached by find_library, but we don't want that. + # Clear it first. + set(MPI_LIB "MPI_LIB-NOTFOUND" CACHE FILEPATH "Cleared" FORCE) + find_library(MPI_LIB NAMES ${LIB} + HINTS ${MPI_LINK_PATH} + NO_DEFAULT_PATH + ) + find_library(MPI_LIB NAMES ${LIB}) + + if (MPI_LIB) + list(APPEND MPI_LIBRARIES_WORK ${MPI_LIB}) + elseif (NOT MPI_FIND_QUIETLY) + message(WARNING "Unable to find MPI library ${LIB}") + endif() + endforeach() + + # Sanity check MPI_LIBRARIES to make sure there are enough libraries + list(LENGTH MPI_LIBRARIES_WORK MPI_NUMLIBS) + list(LENGTH MPI_LIBNAMES MPI_NUMLIBS_EXPECTED) + if (NOT MPI_NUMLIBS EQUAL MPI_NUMLIBS_EXPECTED) + set(MPI_LIBRARIES_WORK "MPI_${lang}_LIBRARIES-NOTFOUND") + endif() + endif() + + elseif(try_libs) + # If we didn't have an MPI compiler script to interrogate, attempt to find everything + # with plain old find functions. This is nasty because MPI implementations have LOTS of + # different library names, so this section isn't going to be very generic. We need to + # make sure it works for MS MPI, though, since there are no compiler wrappers for that. + find_path(MPI_HEADER_PATH mpi.h + HINTS ${_MPI_BASE_DIR} ${_MPI_PREFIX_PATH} + PATH_SUFFIXES include Inc) + set(MPI_INCLUDE_PATH_WORK ${MPI_HEADER_PATH}) + + # Decide between 32-bit and 64-bit libraries for Microsoft's MPI + if("${CMAKE_SIZEOF_VOID_P}" EQUAL 8) + set(MS_MPI_ARCH_DIR amd64) + else() + set(MS_MPI_ARCH_DIR i386) + endif() + + set(MPI_LIB "MPI_LIB-NOTFOUND" CACHE FILEPATH "Cleared" FORCE) + find_library(MPI_LIB + NAMES mpi mpich mpich2 msmpi + HINTS ${_MPI_BASE_DIR} ${_MPI_PREFIX_PATH} + PATH_SUFFIXES lib lib/${MS_MPI_ARCH_DIR} Lib Lib/${MS_MPI_ARCH_DIR} + NO_DEFAULT_PATH + ) + find_library(MPI_LIB + NAMES mpi mpich mpich2 msmpi + ) + set(MPI_LIBRARIES_WORK ${MPI_LIB}) + + # Right now, we only know about the extra libs for C++. + # We could add Fortran here (as there is usually libfmpich, etc.), but + # this really only has to work with MS MPI on Windows. + # Assume that other MPI's are covered by the compiler wrappers. + if (${lang} STREQUAL CXX) + set(MPI_LIB "MPI_LIB-NOTFOUND" CACHE FILEPATH "Cleared" FORCE) + find_library(MPI_LIB + NAMES mpi++ mpicxx cxx mpi_cxx + HINTS ${_MPI_BASE_DIR} ${_MPI_PREFIX_PATH} + PATH_SUFFIXES lib + NO_DEFAULT_PATH + ) + find_library(MPI_LIB + NAMES mpi++ mpicxx cxx mpi_cxx + ) + if (MPI_LIBRARIES_WORK AND MPI_LIB) + list(APPEND MPI_LIBRARIES_WORK ${MPI_LIB}) + endif() + endif() + + if (NOT MPI_LIBRARIES_WORK) + set(MPI_LIBRARIES_WORK "MPI_${lang}_LIBRARIES-NOTFOUND") + endif() + endif() + + # If we found MPI, set up all of the appropriate cache entries + set(MPI_${lang}_COMPILE_FLAGS ${MPI_COMPILE_FLAGS_WORK} CACHE STRING "MPI ${lang} compilation flags" FORCE) + set(MPI_${lang}_INCLUDE_PATH ${MPI_INCLUDE_PATH_WORK} CACHE STRING "MPI ${lang} include path" FORCE) + set(MPI_${lang}_LINK_FLAGS ${MPI_LINK_FLAGS_WORK} CACHE STRING "MPI ${lang} linking flags" FORCE) + set(MPI_${lang}_LIBRARIES ${MPI_LIBRARIES_WORK} CACHE STRING "MPI ${lang} libraries to link against" FORCE) + mark_as_advanced(MPI_${lang}_COMPILE_FLAGS MPI_${lang}_INCLUDE_PATH MPI_${lang}_LINK_FLAGS MPI_${lang}_LIBRARIES) + + # clear out our temporary lib/header detectionv variable here. + set(MPI_LIB "MPI_LIB-NOTFOUND" CACHE INTERNAL "Scratch variable for MPI lib detection" FORCE) + set(MPI_HEADER_PATH "MPI_HEADER_PATH-NOTFOUND" CACHE INTERNAL "Scratch variable for MPI header detection" FORCE) + endif() + + # finally set a found variable for each MPI language + if (MPI_${lang}_INCLUDE_PATH AND MPI_${lang}_LIBRARIES) + set(MPI_${lang}_FOUND TRUE PARENT_SCOPE) + else() + set(MPI_${lang}_FOUND FALSE PARENT_SCOPE) + endif() +endfunction() + + +# This function attempts to compile with the regular compiler, to see if MPI programs +# work with it. This is a last ditch attempt after we've tried interrogating mpicc and +# friends, and after we've tried to find generic libraries. Works on machines like +# Cray XE6, where the modules environment changes what MPI version cc, CC, and ftn use. +function(try_regular_compiler lang success) + set(scratch_directory ${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}) + if (${lang} STREQUAL Fortran) + set(test_file ${scratch_directory}/cmake_mpi_test.f90) + file(WRITE ${test_file} + "program hello\n" + "include 'mpif.h'\n" + "integer ierror\n" + "call MPI_INIT(ierror)\n" + "call MPI_FINALIZE(ierror)\n" + "end\n") + else() + if (${lang} STREQUAL CXX) + set(test_file ${scratch_directory}/cmake_mpi_test.cpp) + else() + set(test_file ${scratch_directory}/cmake_mpi_test.c) + endif() + file(WRITE ${test_file} + "#include \n" + "int main(int argc, char **argv) {\n" + " MPI_Init(&argc, &argv);\n" + " MPI_Finalize();\n" + "}\n") + endif() + try_compile(compiler_has_mpi ${scratch_directory} ${test_file}) + if (compiler_has_mpi) + set(MPI_${lang}_NO_INTERROGATE ${CMAKE_${lang}_COMPILER} CACHE STRING "Whether to interrogate MPI ${lang} compiler" FORCE) + set(MPI_${lang}_COMPILER ${CMAKE_${lang}_COMPILER} CACHE STRING "MPI ${lang} compiler" FORCE) + set(MPI_${lang}_COMPILE_FLAGS "" CACHE STRING "MPI ${lang} compilation flags" FORCE) + set(MPI_${lang}_INCLUDE_PATH "" CACHE STRING "MPI ${lang} include path" FORCE) + set(MPI_${lang}_LINK_FLAGS "" CACHE STRING "MPI ${lang} linking flags" FORCE) + set(MPI_${lang}_LIBRARIES "" CACHE STRING "MPI ${lang} libraries to link against" FORCE) + endif() + set(${success} ${compiler_has_mpi} PARENT_SCOPE) + unset(compiler_has_mpi CACHE) +endfunction() + +# End definitions, commence real work here. + +# Most mpi distros have some form of mpiexec which gives us something we can reliably look for. +find_program(MPIEXEC + NAMES ${_MPI_EXEC_NAMES} + PATHS ${_MPI_PREFIX_PATH} + PATH_SUFFIXES bin + DOC "Executable for running MPI programs.") + +# call get_filename_component twice to remove mpiexec and the directory it exists in (typically bin). +# This gives us a fairly reliable base directory to search for /bin /lib and /include from. +get_filename_component(_MPI_BASE_DIR "${MPIEXEC}" PATH) +get_filename_component(_MPI_BASE_DIR "${_MPI_BASE_DIR}" PATH) + +set(MPIEXEC_NUMPROC_FLAG "-np" CACHE STRING "Flag used by MPI to specify the number of processes for MPIEXEC; the next option will be the number of processes.") +set(MPIEXEC_PREFLAGS "" CACHE STRING "These flags will be directly before the executable that is being run by MPIEXEC.") +set(MPIEXEC_POSTFLAGS "" CACHE STRING "These flags will come after all flags given to MPIEXEC.") +set(MPIEXEC_MAX_NUMPROCS "2" CACHE STRING "Maximum number of processors available to run MPI applications.") +mark_as_advanced(MPIEXEC MPIEXEC_NUMPROC_FLAG MPIEXEC_PREFLAGS MPIEXEC_POSTFLAGS MPIEXEC_MAX_NUMPROCS) + + +#============================================================================= +# Backward compatibility input hacks. Propagate the FindMPI hints to C and +# CXX if the respective new versions are not defined. Translate the old +# MPI_LIBRARY and MPI_EXTRA_LIBRARY to respective MPI_${lang}_LIBRARIES. +# +# Once we find the new variables, we translate them back into their old +# equivalents below. +foreach (lang C CXX) + # Old input variables. + set(_MPI_OLD_INPUT_VARS COMPILER COMPILE_FLAGS INCLUDE_PATH LINK_FLAGS) + + # Set new vars based on their old equivalents, if the new versions are not already set. + foreach (var ${_MPI_OLD_INPUT_VARS}) + if (NOT MPI_${lang}_${var} AND MPI_${var}) + set(MPI_${lang}_${var} "${MPI_${var}}") + endif() + endforeach() + + # Special handling for MPI_LIBRARY and MPI_EXTRA_LIBRARY, which we nixed in the + # new FindMPI. These need to be merged into MPI__LIBRARIES + if (NOT MPI_${lang}_LIBRARIES AND (MPI_LIBRARY OR MPI_EXTRA_LIBRARY)) + set(MPI_${lang}_LIBRARIES ${MPI_LIBRARY} ${MPI_EXTRA_LIBRARY}) + endif() +endforeach() +#============================================================================= + + +# This loop finds the compilers and sends them off for interrogation. +foreach (lang C CXX Fortran) + if (CMAKE_${lang}_COMPILER_WORKS) + # If the user supplies a compiler *name* instead of an absolute path, assume that we need to find THAT compiler. + if (MPI_${lang}_COMPILER) + is_file_executable(MPI_${lang}_COMPILER MPI_COMPILER_IS_EXECUTABLE) + if (NOT MPI_COMPILER_IS_EXECUTABLE) + # Get rid of our default list of names and just search for the name the user wants. + set(_MPI_${lang}_COMPILER_NAMES ${MPI_${lang}_COMPILER}) + set(MPI_${lang}_COMPILER "MPI_${lang}_COMPILER-NOTFOUND" CACHE FILEPATH "Cleared" FORCE) + # If the user specifies a compiler, we don't want to try to search libraries either. + set(try_libs FALSE) + endif() + else() + set(try_libs TRUE) + endif() + + find_program(MPI_${lang}_COMPILER + NAMES ${_MPI_${lang}_COMPILER_NAMES} + PATHS "${MPI_HOME}/bin" "$ENV{MPI_HOME}/bin" ${_MPI_PREFIX_PATH}) + interrogate_mpi_compiler(${lang} ${try_libs}) + mark_as_advanced(MPI_${lang}_COMPILER) + + # last ditch try -- if nothing works so far, just try running the regular compiler and + # see if we can create an MPI executable. + set(regular_compiler_worked 0) + if (NOT MPI_${lang}_LIBRARIES OR NOT MPI_${lang}_INCLUDE_PATH) + try_regular_compiler(${lang} regular_compiler_worked) + endif() + + if (regular_compiler_worked) + find_package_handle_standard_args(MPI_${lang} DEFAULT_MSG MPI_${lang}_COMPILER) + else() + find_package_handle_standard_args(MPI_${lang} DEFAULT_MSG MPI_${lang}_LIBRARIES MPI_${lang}_INCLUDE_PATH) + endif() + endif() +endforeach() + + +#============================================================================= +# More backward compatibility stuff +# +# Bare MPI sans ${lang} vars are set to CXX then C, depending on what was found. +# This mimics the behavior of the old language-oblivious FindMPI. +set(_MPI_OLD_VARS FOUND COMPILER INCLUDE_PATH COMPILE_FLAGS LINK_FLAGS LIBRARIES) +if (MPI_CXX_FOUND) + foreach (var ${_MPI_OLD_VARS}) + set(MPI_${var} ${MPI_CXX_${var}}) + endforeach() +elseif (MPI_C_FOUND) + foreach (var ${_MPI_OLD_VARS}) + set(MPI_${var} ${MPI_C_${var}}) + endforeach() +else() + # Note that we might still have found Fortran, but you'll need to use MPI_Fortran_FOUND + set(MPI_FOUND FALSE) +endif() + +# Chop MPI_LIBRARIES into the old-style MPI_LIBRARY and MPI_EXTRA_LIBRARY, and set them in cache. +if (MPI_LIBRARIES) + list(GET MPI_LIBRARIES 0 MPI_LIBRARY_WORK) + set(MPI_LIBRARY ${MPI_LIBRARY_WORK} CACHE FILEPATH "MPI library to link against" FORCE) +else() + set(MPI_LIBRARY "MPI_LIBRARY-NOTFOUND" CACHE FILEPATH "MPI library to link against" FORCE) +endif() + +list(LENGTH MPI_LIBRARIES MPI_NUMLIBS) +if (MPI_NUMLIBS GREATER 1) + set(MPI_EXTRA_LIBRARY_WORK ${MPI_LIBRARIES}) + list(REMOVE_AT MPI_EXTRA_LIBRARY_WORK 0) + set(MPI_EXTRA_LIBRARY ${MPI_EXTRA_LIBRARY_WORK} CACHE STRING "Extra MPI libraries to link against" FORCE) +else() + set(MPI_EXTRA_LIBRARY "MPI_EXTRA_LIBRARY-NOTFOUND" CACHE STRING "Extra MPI libraries to link against" FORCE) +endif() +#============================================================================= + +# unset these vars to cleanup namespace +unset(_MPI_OLD_VARS) +unset(_MPI_PREFIX_PATH) +unset(_MPI_BASE_DIR) +foreach (lang C CXX Fortran) + unset(_MPI_${lang}_COMPILER_NAMES) +endforeach() diff --git a/cmake/modules/FindNumPy.cmake b/cmake/modules/FindNumPy.cmake new file mode 100644 index 0000000..410fc18 --- /dev/null +++ b/cmake/modules/FindNumPy.cmake @@ -0,0 +1,80 @@ +# - Find NumPy +# Find the native NumPy includes +# This module defines +# NUMPY_INCLUDE_DIR, where to find numpy/arrayobject.h, etc. +# NUMPY_VERSION, The string version of the numpy version +# NUMPY_VERSION_MAJOR, The first number of the numpy version +# NUMPY_VERSION_MINOR, The second number of the numpy version +# NUMPY_VERSION_MICRO, The third number of the numpy version +# NUMPY_FOUND, If false, do not try to use NumPy headers. + +#============================================================================= +# Copyright (C) 2010 Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +if(NUMPY_INCLUDE_DIR) + # in cache already + set(NUMPY_FIND_QUIETLY TRUE) +endif(NUMPY_INCLUDE_DIR) + +execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import numpy; print(numpy.get_include())" + OUTPUT_VARIABLE NUMPY_INCLUDE_DIR + RESULT_VARIABLE NUMPY_NOT_FOUND + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + +if(NUMPY_INCLUDE_DIR) + set(NUMPY_FOUND TRUE) + set(NUMPY_INCLUDE_DIR ${NUMPY_INCLUDE_DIR} CACHE STRING "NumPy include path") +else(NUMPY_INCLUDE_DIR) + set(NUMPY_FOUND FALSE) +endif(NUMPY_INCLUDE_DIR) + +if(NUMPY_FOUND) + execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import numpy; print(numpy.version.version)" + OUTPUT_VARIABLE NUMPY_VERSION + RESULT_VARIABLE NUMPY_NOT_FOUND + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + string(REPLACE "." ";" NUMPY_VERSION_LIST ${NUMPY_VERSION}) + list(GET NUMPY_VERSION_LIST 0 NUMPY_VERSION_MAJOR) + list(GET NUMPY_VERSION_LIST 1 NUMPY_VERSION_MINOR) + list(GET NUMPY_VERSION_LIST 2 NUMPY_VERSION_MICRO) + if(NOT NUMPY_FIND_QUIETLY) + message(STATUS "NumPy header version ${NUMPY_VERSION} found") + endif(NOT NUMPY_FIND_QUIETLY) +else(NUMPY_FOUND) + if(NUMPY_FIND_REQUIRED) + message(FATAL_ERROR "NumPy headers missing") + endif(NUMPY_FIND_REQUIRED) +endif(NUMPY_FOUND) + +mark_as_advanced(NUMPY_INCLUDE_DIR, NUMPY_VERSION, NUMPY_VERSION_MAJOR, + NUMPY_VERSION_MINOR, NUMPY_VERSION_MICRO) diff --git a/cmake/modules/FindPETSc.cmake b/cmake/modules/FindPETSc.cmake new file mode 100644 index 0000000..80faffd --- /dev/null +++ b/cmake/modules/FindPETSc.cmake @@ -0,0 +1,229 @@ +# - Try to find PETSc +# Once done this will define +# +# PETSC_FOUND - system has PETSc +# PETSC_INCLUDE_DIRS - include directories for PETSc +# PETSC_LIBRARY_DIRS - library directories for PETSc +# PETSC_LIBRARIES - libraries for PETSc +# PETSC_STATIC_LIBRARIES - libraries for PETSc (static linking, undefined if not required) +# PETSC_VERSION - version for PETSc +# PETSC_VERSION_MAJOR - First number in PETSC_VERSION +# PETSC_VERSION_MINOR - Second number in PETSC_VERSION +# PETSC_VERSION_SUBMINOR - Third number in PETSC_VERSION +# PETSC_INT_SIZE - sizeof(PetscInt) +# +#============================================================================= +# Copyright (C) 2010-2016 Garth N. Wells, Anders Logg and Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +# Outline: +# 1. Get flags from PETSc-generated pkg-config file +# 2. Test compile and run program using shared library linking +# 3. If shared library linking fails, test with static library linking + +# Load pkg-config module (provided by CMake) +find_package(PkgConfig REQUIRED) + +# Find PETSc pkg-config file. Note: craypetsc_real is on Cray systems +set(ENV{PKG_CONFIG_PATH} "$ENV{CRAY_PETSC_PREFIX_DIR}/lib/pkgconfig:$ENV{PETSC_DIR}/$ENV{PETSC_ARCH}/lib/pkgconfig:$ENV{PETSC_DIR}/lib/pkgconfig:$ENV{PKG_CONFIG_PATH}") +pkg_search_module(PETSC craypetsc_real PETSc) + +# Extract major, minor, etc from version string +if (PETSC_VERSION) + string(REPLACE "." ";" VERSION_LIST ${PETSC_VERSION}) + list(GET VERSION_LIST 0 PETSC_VERSION_MAJOR) + list(GET VERSION_LIST 1 PETSC_VERSION_MINOR) + list(GET VERSION_LIST 2 PETSC_VERSION_SUBMINOR) +endif() + +# Configure PETSc IMPORT (this involves creating an 'imported' target +# and attaching 'properties') +if (PETSC_FOUND AND NOT TARGET PETSC::petsc) + add_library(PETSC::petsc INTERFACE IMPORTED) + + # Add include paths + set_property(TARGET PETSC::petsc PROPERTY + INTERFACE_INCLUDE_DIRECTORIES ${PETSC_INCLUDE_DIRS}) + + # Add libraries + unset(_libs) + foreach (lib ${PETSC_LIBRARIES}) + find_library(LIB_${lib} NAMES ${lib} PATHS ${PETSC_LIBRARY_DIRS} NO_DEFAULT_PATH) + list(APPEND _libs ${LIB_${lib}}) + endforeach() + set_property(TARGET PETSC::petsc PROPERTY INTERFACE_LINK_LIBRARIES "${_libs}") +endif() + +# Configure PETSc 'static' IMPORT (this involves creating an +# 'imported' target and attaching 'properties') +if (PETSC_FOUND AND NOT TARGET PETSC::petsc_static) + add_library(PETSC::petsc_static INTERFACE IMPORTED) + + # Add libraries (static) + unset(_libs) + foreach (lib ${PETSC_STATIC_LIBRARIES}) + find_library(LIB_${lib} ${lib} HINTS ${PETSC_STATIC_LIBRARY_DIRS}) + list(APPEND _libs ${LIB_${lib}}) + endforeach() + set_property(TARGET PETSC::petsc_static PROPERTY INTERFACE_LINK_LIBRARIES "${_libs}") +endif() + +# Attempt to build and run PETSc test program +if (DOLFIN_SKIP_BUILD_TESTS) + + # Assume PETSc works + set(PETSC_TEST_RUNS TRUE) + +elseif (PETSC_FOUND) + + # Create PETSc test program + set(PETSC_TEST_LIB_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/petsc_test_lib.cpp") + file(WRITE ${PETSC_TEST_LIB_CPP} " +#include \"petscts.h\" +#include \"petsc.h\" +int main() +{ + PetscErrorCode ierr; + TS ts; + int argc = 0; + char** argv = NULL; + ierr = PetscInitialize(&argc, &argv, PETSC_NULL, PETSC_NULL);CHKERRQ(ierr); + ierr = TSCreate(PETSC_COMM_WORLD,&ts);CHKERRQ(ierr); + ierr = TSSetFromOptions(ts);CHKERRQ(ierr); + ierr = TSDestroy(&ts);CHKERRQ(ierr); + ierr = PetscFinalize();CHKERRQ(ierr); + return 0; +} +") + + # Add MPI variables if MPI has been found + if (MPI_C_FOUND) + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${MPI_C_INCLUDE_PATH}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${MPI_C_LIBRARIES}) + set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${MPI_C_COMPILE_FLAGS}") + endif() + + # Try to run test program (shared linking) + try_run( + PETSC_TEST_LIB_EXITCODE + PETSC_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${PETSC_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + LINK_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} PETSC::petsc + COMPILE_OUTPUT_VARIABLE PETSC_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE PETSC_TEST_LIB_OUTPUT) + + # Check program output + if (PETSC_TEST_LIB_COMPILED AND PETSC_TEST_LIB_EXITCODE EQUAL 0) + + message(STATUS "Test PETSC_TEST_RUNS with shared library linking - Success") + set(PETSC_TEST_RUNS TRUE) + + # Static libraries not required, so unset + set_property(TARGET PETSC::petsc_static PROPERTY INTERFACE_LINK_LIBRARIES) + + else() + + message(STATUS "Test PETSC_TEST_RUNS with shared library linking - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run PETSc test with shared library linking:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "PETSC_TEST_LIB_EXITCODE: ${PETSC_TEST_LIB_EXITCODE}\n" + "PETSC_TEST_LIB_COMPILED: ${PETSC_TEST_LIB_COMPILED}\n" + "PETSC_TEST_LIB_COMPILE_OUTPUT: ${PETSC_TEST_LIB_COMPILE_OUTPUT}\n" + "PETSC_TEST_LIB_OUTPUT: ${PETSC_TEST_LIB_OUTPUT}\n\n") + + # Add MPI variables if MPI has been found + if (MPI_C_FOUND) + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${MPI_C_INCLUDE_PATH}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${MPI_C_LIBRARIES}) + set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${MPI_C_COMPILE_FLAGS}") + endif() + + # Try to run test program (static linking) + try_run( + PETSC_TEST_LIB_EXITCODE + PETSC_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${PETSC_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + LINK_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} PETSC::petsc PETSC::petsc_static + COMPILE_OUTPUT_VARIABLE PETSC_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE PETSC_TEST_LIB_OUTPUT) + + if (PETSC_TEST_LIB_COMPILED AND PETSC_TEST_LIB_EXITCODE EQUAL 0) + message(STATUS "Test PETSC_TEST_RUNS static linking - Success") + set(PETSC_TEST_RUNS TRUE) + else() + message(STATUS "Test PETSC_TEST_RUNS static linking - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run PETSc test with static library linking:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "PETSC_TEST_LIB_EXITCODE: ${PETSC_TEST_LIB_EXITCODE}\n" + "PETSC_TEST_LIB_COMPILED: ${PETSC_TEST_LIB_COMPILED}\n" + "PETSC_TEST_LIB_COMPILE_OUTPUT: ${PETSC_TEST_LIB_COMPILE_OUTPUT}\n" + "PETSC_TEST_LIB_OUTPUT: ${PETSC_TEST_LIB_OUTPUT}\n\n") + + set(PETSC_TEST_RUNS FALSE) + endif() + + endif() +endif() + +# Check sizeof(PetscInt) +if (PETSC_INCLUDE_DIRS) + include(CheckTypeSize) + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${PETSC_INCLUDE_DIRS}) + set(CMAKE_EXTRA_INCLUDE_FILES petscsys.h) + check_type_size("PetscInt" PETSC_INT_SIZE) + + unset(CMAKE_EXTRA_INCLUDE_FILES) + unset(CMAKE_REQUIRED_INCLUDES) +endif() + +# Standard package handling +include(FindPackageHandleStandardArgs) +if (PETSC_FOUND) + find_package_handle_standard_args(PETSc + REQUIRED_VARS PETSC_FOUND PETSC_TEST_RUNS VERSION_VAR PETSC_VERSION + FAIL_MESSAGE "PETSc could not be configured.") +else() + find_package_handle_standard_args(PETSc + REQUIRED_VARS PETSC_FOUND + FAIL_MESSAGE "PETSc could not be found. Be sure to set PETSC_DIR.") +endif() diff --git a/cmake/modules/FindPETSc4py.cmake b/cmake/modules/FindPETSc4py.cmake new file mode 100644 index 0000000..7b13280 --- /dev/null +++ b/cmake/modules/FindPETSc4py.cmake @@ -0,0 +1,112 @@ +# - Try to find petsc4py +# Once done this will define +# +# PETSC4PY_FOUND - system has petsc4py +# PETSC4PY_INCLUDE_DIRS - include directories for petsc4py +# PETSC4PY_VERSION - version of petsc4py +# PETSC4PY_VERSION_MAJOR - first number in PETSC4PY_VERSION +# PETSC4PY_VERSION_MINOR - second number in PETSC4PY_VERSION + +# Based on FindNumPy.cmake + +#============================================================================= +# Copyright (C) 2013 Lawrence Mitchell +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +message(STATUS "Checking for package 'PETSc4Py'") + +if(PETSC4PY_INCLUDE_DIRS) + # In cache already + set(PETSC4PY_FIND_QUIETLY TRUE) +endif(PETSC4PY_INCLUDE_DIRS) + +execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import petsc4py; print(petsc4py.get_include())" + OUTPUT_VARIABLE PETSC4PY_INCLUDE_DIRS + RESULT_VARIABLE PETSC4PY_NOT_FOUND + ERROR_QUIET + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + +if(PETSC4PY_INCLUDE_DIRS) + set(PETSC4PY_FOUND TRUE) + set(PETSC4PY_INCLUDE_DIRS ${PETSC4PY_INCLUDE_DIRS} CACHE STRING "petsc4py include path") +else(PETSC4PY_INCLUDE_DIRS) + set(PETSC4PY_FOUND FALSE) +endif(PETSC4PY_INCLUDE_DIRS) + +if(PETSC4PY_FOUND) + execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import petsc4py; print(petsc4py.__version__)" + OUTPUT_VARIABLE PETSC4PY_VERSION + RESULT_VARIABLE PETSC4PY_NOT_FOUND + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + string(REPLACE "." ";" PETSC4PY_VERSION_LIST ${PETSC4PY_VERSION}) + list(GET PETSC4PY_VERSION_LIST 0 PETSC4PY_VERSION_MAJOR) + list(GET PETSC4PY_VERSION_LIST 1 PETSC4PY_VERSION_MINOR) + if(NOT PETSC4PY_FIND_QUIETLY) + message(STATUS "petsc4py version ${PETSC4PY_VERSION} found") + endif(NOT PETSC4PY_FIND_QUIETLY) +else(PETSC4PY_FOUND) + if(PETSC4PY_FIND_REQUIRED) + message(FATAL_ERROR "petsc4py missing") + endif(PETSC4PY_FIND_REQUIRED) +endif(PETSC4PY_FOUND) + +mark_as_advanced(PETSC4PY_INCLUDE_DIRS, PETSC4PY_VERSION, PETSC4PY_VERSION_MAJOR, PETSC4PY_VERSION_MINOR) + +if (PETSc4py_FIND_VERSION) + # Check if version found is >= required version + if (NOT "${PETSC4PY_VERSION}" VERSION_LESS "${PETSc4py_FIND_VERSION}") + set(PETSC4PY_VERSION_OK TRUE) + endif() +else() + # No specific version requested + set(PETSC4PY_VERSION_OK TRUE) +endif() +mark_as_advanced(PETSC4PY_VERSION_OK) + +# Standard package handling +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(PETSc4py + "PETSc4py could not be found. Be sure to set PYTHONPATH appropriately." + PETSC4PY_INCLUDE_DIRS PETSC4PY_VERSION PETSC4PY_VERSION_OK) + +# Check petsc4py.i for PETSC_INT +if(PETSC4PY_INCLUDE_DIRS) + file(STRINGS "${PETSC4PY_INCLUDE_DIRS}/petsc4py/petsc4py.i" PETSC4PY_INT) + string(REGEX MATCH "SWIG_TYPECHECK_INT[0-9]+" PETSC4PY_INT "${PETSC4PY_INT}") + string(REPLACE "SWIG_TYPECHECK_INT" "" PETSC4PY_INT "${PETSC4PY_INT}") + math(EXPR PETSC_INT "${PETSC_INT_SIZE}*8") + if(NOT PETSC_INT STREQUAL PETSC4PY_INT) + message(STATUS "PETSC_INT = ${PETSC4PY_INT} ${PETSC_INT}") + message(STATUS " - does not match") + set(PETSC4PY_FOUND FALSE) + endif() +endif() \ No newline at end of file diff --git a/cmake/modules/FindParMETIS.cmake b/cmake/modules/FindParMETIS.cmake new file mode 100644 index 0000000..c88e59a --- /dev/null +++ b/cmake/modules/FindParMETIS.cmake @@ -0,0 +1,153 @@ +# - Try to find ParMETIS +# Once done this will define +# +# PARMETIS_FOUND - system has ParMETIS +# PARMETIS_INCLUDE_DIRS - include directories for ParMETIS +# PARMETIS_LIBRARIES - libraries for ParMETIS +# PARMETIS_VERSION - version for ParMETIS + +#============================================================================= +# Copyright (C) 2010 Garth N. Wells, Anders Logg and Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +if (MPI_CXX_FOUND) + find_path(PARMETIS_INCLUDE_DIRS parmetis.h + HINTS ${PARMETIS_DIR}/include $ENV{PARMETIS_DIR}/include ${PETSC_INCLUDE_DIRS} + DOC "Directory where the ParMETIS header files are located" + ) + + find_library(PARMETIS_LIBRARY parmetis + HINTS ${PARMETIS_DIR}/lib $ENV{PARMETIS_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "Directory where the ParMETIS library is located" + ) + find_library(PARMETIS_LIBRARY parmetis + DOC "Directory where the ParMETIS library is located" + ) + + find_library(METIS_LIBRARY metis + HINTS ${PARMETIS_DIR}/lib $ENV{PARMETIS_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "Directory where the METIS library is located" + ) + find_library(METIS_LIBRARY metis + DOC "Directory where the METIS library is located" + ) + + set(PARMETIS_LIBRARIES ${PARMETIS_LIBRARY}) + if (METIS_LIBRARY) + set(PARMETIS_LIBRARIES ${PARMETIS_LIBRARIES} ${METIS_LIBRARY}) + endif() + + # Try compiling and running test program + if (DOLFIN_SKIP_BUILD_TESTS) + set(PARMETIS_TEST_RUNS TRUE) + set(PARMETIS_VERSION "UNKNOWN") + set(PARMETIS_VERSION_OK TRUE) + elseif (PARMETIS_INCLUDE_DIRS AND PARMETIS_LIBRARY) + + # Set flags for building test program + set(CMAKE_REQUIRED_INCLUDES ${PARMETIS_INCLUDE_DIRS} ${MPI_CXX_INCLUDE_PATH}) + set(CMAKE_REQUIRED_LIBRARIES ${PARMETIS_LIBRARIES} ${MPI_CXX_LIBRARIES}) + set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} ${MPI_CXX_COMPILE_FLAGS}) + + # Check ParMETIS version + set(PARMETIS_CONFIG_TEST_VERSION_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/parmetis_config_test_version.cpp") + file(WRITE ${PARMETIS_CONFIG_TEST_VERSION_CPP} " +#define MPICH_IGNORE_CXX_SEEK 1 +#include +#include \"parmetis.h\" + +int main() { +#ifdef PARMETIS_SUBMINOR_VERSION + std::cout << PARMETIS_MAJOR_VERSION << \".\" + << PARMETIS_MINOR_VERSION << \".\" + << PARMETIS_SUBMINOR_VERSION; +#else + std::cout << PARMETIS_MAJOR_VERSION << \".\" + << PARMETIS_MINOR_VERSION; +#endif + return 0; +} +") + + try_run( + PARMETIS_CONFIG_TEST_VERSION_EXITCODE + PARMETIS_CONFIG_TEST_VERSION_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${PARMETIS_CONFIG_TEST_VERSION_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE PARMETIS_CONFIG_TEST_VERSION_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE PARMETIS_CONFIG_TEST_VERSION_OUTPUT + ) + + if (PARMETIS_CONFIG_TEST_VERSION_EXITCODE EQUAL 0) + set(PARMETIS_VERSION ${PARMETIS_CONFIG_TEST_VERSION_OUTPUT} CACHE TYPE STRING) + mark_as_advanced(PARMETIS_VERSION) + endif() + + if (ParMETIS_FIND_VERSION) + # Check if version found is >= required version + if (NOT "${PARMETIS_VERSION}" VERSION_LESS "${ParMETIS_FIND_VERSION}") + set(PARMETIS_VERSION_OK TRUE) + endif() + else() + # No specific version requested + set(PARMETIS_VERSION_OK TRUE) + endif() + mark_as_advanced(PARMETIS_VERSION_OK) + + # Build and run test program + include(CheckCXXSourceRuns) + check_cxx_source_runs(" +#define MPICH_IGNORE_CXX_SEEK 1 +#include +#include + +int main() +{ + // FIXME: Find a simple but sensible test for ParMETIS + + return 0; +} +" PARMETIS_TEST_RUNS) + + endif() +endif() + +# Standard package handling +find_package_handle_standard_args(ParMETIS + "ParMETIS could not be found/configured." + PARMETIS_LIBRARIES + PARMETIS_TEST_RUNS + PARMETIS_INCLUDE_DIRS + PARMETIS_VERSION + PARMETIS_VERSION_OK) diff --git a/cmake/modules/FindPythonModule.cmake b/cmake/modules/FindPythonModule.cmake new file mode 100644 index 0000000..02194b4 --- /dev/null +++ b/cmake/modules/FindPythonModule.cmake @@ -0,0 +1,30 @@ +# Find if a Python module is installed +# Found at http://www.cmake.org/pipermail/cmake/2011-January/041666.html +# To use do: find_python_module(PyQt4 REQUIRED) + +# Modified to give PY_FOO_FOUND global scope + +function(find_python_module module) + string(TOUPPER ${module} module_upper) + if(NOT PY_${module_upper}_path) + if(ARGC GREATER 1 AND ARGV1 STREQUAL "REQUIRED") + set(${module}_FIND_REQUIRED TRUE) + endif() + # A module's location is usually a directory, but for binary modules + # it's a .so file. + execute_process(COMMAND "${PYTHON_EXECUTABLE}" "-c" + "import re, ${module}; print(re.compile('/__init__.py.*').sub('',${module}.__file__))" + RESULT_VARIABLE _${module}_status + OUTPUT_VARIABLE _${module}_location + ERROR_QUIET + OUTPUT_STRIP_TRAILING_WHITESPACE) + if(NOT _${module}_status) + set(PY_${module_upper}_path ${_${module}_location} CACHE STRING + "Location of Python module ${module}") + endif(NOT _${module}_status) + endif(NOT PY_${module_upper}_path) + find_package_handle_standard_args(PY_${module} DEFAULT_MSG PY_${module_upper}_path) + + # Raise scope (make PY_FOO_FOUND global) + SET(PY_${module_upper}_FOUND ${PY_${module_upper}_FOUND} PARENT_SCOPE) +endfunction(find_python_module) \ No newline at end of file diff --git a/cmake/modules/FindSCOTCH.cmake b/cmake/modules/FindSCOTCH.cmake new file mode 100644 index 0000000..fa25bca --- /dev/null +++ b/cmake/modules/FindSCOTCH.cmake @@ -0,0 +1,354 @@ +# - Try to find SCOTCH +# Once done this will define +# +# SCOTCH_FOUND - system has found SCOTCH +# SCOTCH_INCLUDE_DIRS - include directories for SCOTCH +# SCOTCH_LIBARIES - libraries for SCOTCH +# SCOTCH_VERSION - version for SCOTCH +# +# Variables used by this module, they can change the default behaviour and +# need to be set before calling find_package: +# +# SCOTCH_DEBUG - Set this to TRUE to enable debugging output +# of FindScotchPT.cmake if you are having problems. +# Please enable this before filing any bug reports. + +#============================================================================= +# Copyright (C) 2010-2011 Garth N. Wells, Johannes Ring and Anders Logg +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +set(SCOTCH_FOUND FALSE) + +message(STATUS "Checking for package 'SCOTCH-PT'") + +# Check for header file +find_path(SCOTCH_INCLUDE_DIRS ptscotch.h + HINTS ${SCOTCH_DIR}/include $ENV{SCOTCH_DIR}/include ${PETSC_INCLUDE_DIRS} + PATH_SUFFIXES scotch + DOC "Directory where the SCOTCH-PT header is located" + ) + +# Check for scotch +find_library(SCOTCH_LIBRARY + NAMES scotch + HINTS ${SCOTCH_DIR}/lib $ENV{SCOTCH_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "The SCOTCH library" + ) +find_library(SCOTCH_LIBRARY + NAMES scotch + DOC "The SCOTCH library" + ) + +# Check for scotcherr +find_library(SCOTCHERR_LIBRARY + NAMES scotcherr + HINTS ${SCOTCH_DIR}/lib $ENV{SCOTCH_DIR}/lib + NO_DEFAULT_PATH + DOC "The SCOTCH-ERROR library" + ) +find_library(SCOTCHERR_LIBRARY + NAMES scotcherr + DOC "The SCOTCH-ERROR library" + ) + +# Check for ptscotch +find_library(PTSCOTCH_LIBRARY + NAMES ptscotch + HINTS ${SCOTCH_DIR}/lib $ENV{SCOTCH_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "The PTSCOTCH library" + ) +find_library(PTSCOTCH_LIBRARY + NAMES ptscotch + DOC "The PTSCOTCH library" + ) + +# Check for ptesmumps +find_library(PTESMUMPS_LIBRARY + NAMES ptesmumps esmumps + HINTS ${SCOTCH_DIR}/lib $ENV{SCOTCH_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "The PTSCOTCH-ESMUMPS library" + ) +find_library(PTESMUMPS_LIBRARY + NAMES ptesmumps esmumps + DOC "The PTSCOTCH-ESMUMPS library" + ) + +# Check for ptscotcherr +find_library(PTSCOTCHERR_LIBRARY + NAMES ptscotcherr + HINTS ${SCOTCH_DIR}/lib $ENV{SCOTCH_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "The PTSCOTCH-ERROR library" + ) +find_library(PTSCOTCHERR_LIBRARY + NAMES ptscotcherr + DOC "The PTSCOTCH-ERROR library" + ) + +set(SCOTCH_LIBRARIES ${PTSCOTCH_LIBRARY}) +if (PTESMUMPS_LIBRARY) + set(SCOTCH_LIBRARIES ${SCOTCH_LIBRARIES} ${PTESMUMPS_LIBRARY}) +endif() +set(SCOTCH_LIBRARIES ${SCOTCH_LIBRARIES} ${PTSCOTCHERR_LIBRARY}) + +# Basic check of SCOTCH_VERSION which does not require compilation +if (SCOTCH_INCLUDE_DIRS) + file(STRINGS "${SCOTCH_INCLUDE_DIRS}/ptscotch.h" PTSCOTCH_H) + string(REGEX MATCH "SCOTCH_VERSION [0-9]+" SCOTCH_VERSION "${PTSCOTCH_H}") + string(REGEX MATCH "[0-9]+" SCOTCH_VERSION "${SCOTCH_VERSION}") +endif() + +# If SCOTCH_VERSION was not found in ptscotch.h, look in scotch.h +if (SCOTCH_INCLUDE_DIRS AND NOT SCOTCH_VERSION) + file(STRINGS "${SCOTCH_INCLUDE_DIRS}/scotch.h" SCOTCH_H) + string(REGEX MATCH "SCOTCH_VERSION [0-9]+" SCOTCH_VERSION "${SCOTCH_H}") + string(REGEX MATCH "[0-9]+" SCOTCH_VERSION "${SCOTCH_VERSION}") +endif() + +# For SCOTCH version > 6, need to add libraries scotch and ptscotch +if (NOT "${SCOTCH_VERSION}" VERSION_LESS "6") + set(SCOTCH_LIBRARIES ${PTSCOTCH_LIBRARY} ${SCOTCH_LIBRARY} ${PTSCOTCHERR_LIBRARY}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${SCOTCH_LIBRARY}) +endif() + +# Try compiling and running test program +if (DOLFIN_SKIP_BUILD_TESTS) + message(STATUS "Found SCOTCH (version ${SCOTCH_VERSION})") + set(SCOTCH_TEST_RUNS TRUE) +elseif (SCOTCH_INCLUDE_DIRS AND SCOTCH_LIBRARIES) + if (SCOTCH_DEBUG) + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "location of ptscotch.h: ${SCOTCH_INCLUDE_DIRS}/ptscotch.h") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "location of libscotch: ${SCOTCH_LIBRARY}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "location of libptscotch: ${PTSCOTCH_LIBRARY}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "location of libptscotcherr: ${PTSCOTCHERR_LIBRARY}") + endif() + + # Set flags for building test program + set(CMAKE_REQUIRED_INCLUDES ${SCOTCH_INCLUDE_DIRS}) + set(CMAKE_REQUIRED_LIBRARIES ${SCOTCH_LIBRARIES}) + #set(CMAKE_REQUIRED_LIBRARIES ${SCOTCH_LIBRARY} ${SCOTCHERR_LIBRARY}) + + # Add MPI variables if MPI has been found + if (MPI_CXX_FOUND) + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${MPI_CXX_INCLUDE_PATH}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${MPI_CXX_LIBRARIES}) + set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${MPI_CXX_COMPILE_FLAGS}") + endif() + + set(SCOTCH_CONFIG_TEST_VERSION_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/scotch_config_test_version.cpp") + file(WRITE ${SCOTCH_CONFIG_TEST_VERSION_CPP} " +#define MPICH_IGNORE_CXX_SEEK 1 +#include +#include +#include +#include +#include + +int main() { + std::cout << SCOTCH_VERSION << \".\" + << SCOTCH_RELEASE << \".\" + << SCOTCH_PATCHLEVEL; + return 0; +} +") + + try_run( + SCOTCH_CONFIG_TEST_VERSION_EXITCODE + SCOTCH_CONFIG_TEST_VERSION_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${SCOTCH_CONFIG_TEST_VERSION_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE OUTPUT + ) + + # Set version number + if (SCOTCH_CONFIG_TEST_VERSION_EXITCODE EQUAL 0) + set(SCOTCH_VERSION ${OUTPUT} CACHE TYPE STRING) + message(STATUS "Found SCOTCH (version ${SCOTCH_VERSION})") + endif() + + # PT-SCOTCH was first introduced in SCOTCH version 5.0 + # FIXME: parallel graph partitioning features in PT-SCOTCH was first + # introduced in 5.1. Do we require version 5.1? + if (NOT ${SCOTCH_VERSION} VERSION_LESS "5.0") + set(SCOTCH_TEST_LIB_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/scotch_test_lib.cpp") + file(WRITE ${SCOTCH_TEST_LIB_CPP} " +#define MPICH_IGNORE_CXX_SEEK 1 +#include +#include +#include +#include +#include +#include + +int main() { + int provided; + SCOTCH_Dgraph dgrafdat; + + MPI_Init_thread(0, 0, MPI_THREAD_MULTIPLE, &provided); + + if (SCOTCH_dgraphInit(&dgrafdat, MPI_COMM_WORLD) != 0) { + if (MPI_THREAD_MULTIPLE > provided) { + std::cout << \"MPI implementation is not thread-safe:\" << std::endl; + std::cout << \"SCOTCH should be compiled without SCOTCH_PTHREAD\" << std::endl; + exit(1); + } + else { + std::cout << \"libptscotch linked to libscotch or other unknown error\" << std::endl; + exit(2); + } + } + else { + SCOTCH_dgraphExit(&dgrafdat); + } + + MPI_Finalize(); + + return 0; +} +") + + message(STATUS "Performing test SCOTCH_TEST_RUNS") + try_run( + SCOTCH_TEST_LIB_EXITCODE + SCOTCH_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${SCOTCH_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE SCOTCH_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE SCOTCH_TEST_LIB_OUTPUT + ) + + if (SCOTCH_TEST_LIB_COMPILED AND SCOTCH_TEST_LIB_EXITCODE EQUAL 0) + message(STATUS "Performing test SCOTCH_TEST_RUNS - Success") + set(SCOTCH_TEST_RUNS TRUE) + else() + message(STATUS "Performing test SCOTCH_TEST_RUNS - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run SCOTCH test:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "SCOTCH_TEST_LIB_EXITCODE: ${SCOTCH_TEST_LIB_EXITCODE}\n" + "SCOTCH_TEST_LIB_COMPILED: ${SCOTCH_TEST_LIB_COMPILED}\n" + "SCOTCH_TEST_LIB_COMPILE_OUTPUT: ${SCOTCH_TEST_LIB_COMPILE_OUTPUT}\n" + "SCOTCH_TEST_LIB_OUTPUT: ${SCOTCH_TEST_LIB_OUTPUT}\n\n") + + if (SCOTCH_DEBUG) + # Output some variables + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_TEST_LIB_COMPILED = ${SCOTCH_TEST_LIB_COMPILED}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_TEST_LIB_COMPILE_OUTPUT = ${SCOTCH_TEST_LIB_COMPILE_OUTPUT}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_TEST_LIB_EXITCODE = ${SCOTCH_TEST_LIB_EXITCODE}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_TEST_LIB_OUTPUT = ${SCOTCH_TEST_LIB_OUTPUT}") + endif() + endif() + + # If program does not run, try adding zlib library and test again + if(NOT SCOTCH_TEST_RUNS) + if (NOT ZLIB_FOUND) + find_package(ZLIB) + endif() + + if (ZLIB_INCLUDE_DIRS AND ZLIB_LIBRARIES) + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${ZLIB_INCLUDE_DIRS}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${ZLIB_LIBRARIES}) + + message(STATUS "Performing test SCOTCH_ZLIB_TEST_RUNS") + try_run( + SCOTCH_ZLIB_TEST_LIB_EXITCODE + SCOTCH_ZLIB_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${SCOTCH_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE SCOTCH_ZLIB_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE SCOTCH_ZLIB_TEST_LIB_OUTPUT + ) + + # Add zlib flags if required and set test run to 'true' + if (SCOTCH_ZLIB_TEST_LIB_COMPILED AND SCOTCH_ZLIB_TEST_LIB_EXITCODE EQUAL 0) + message(STATUS "Performing test SCOTCH_ZLIB_TEST_RUNS - Success") + set(SCOTCH_INCLUDE_DIRS ${SCOTCH_INCLUDE_DIRS} ${ZLIB_INCLUDE_DIRS}) + set(SCOTCH_LIBRARIES ${SCOTCH_LIBRARIES} ${ZLIB_LIBRARIES}) + set(SCOTCH_TEST_RUNS TRUE) + else() + message(STATUS "Performing test SCOTCH_ZLIB_TEST_RUNS - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run SCOTCH test with zlib:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "SCOTCH_ZLIB_TEST_LIB_EXITCODE: ${SCOTCH_ZLIB_TEST_LIB_EXITCODE}\n" + "SCOTCH_ZLIB_TEST_LIB_COMPILED: ${SCOTCH_ZLIB_TEST_LIB_COMPILED}\n" + "SCOTCH_ZLIB_TEST_LIB_COMPILE_OUTPUT: ${SCOTCH_ZLIB_TEST_LIB_COMPILE_OUTPUT}\n" + "SCOTCH_ZLIB_TEST_LIB_OUTPUT: ${SCOTCH_ZLIB_TEST_LIB_OUTPUT}\n\n") + + if (SCOTCH_DEBUG) + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_ZLIB_TEST_LIB_COMPILED = ${SCOTCH_ZLIB_TEST_LIB_COMPILED}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_ZLIB_TEST_LIB_COMPILE_OUTPUT = ${SCOTCH_ZLIB_TEST_LIB_COMPILE_OUTPUT}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_TEST_LIB_EXITCODE = ${SCOTCH_TEST_LIB_EXITCODE}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SCOTCH_TEST_LIB_OUTPUT = ${SCOTCH_TEST_LIB_OUTPUT}") + endif() + endif() + + endif() + endif() + endif() +endif() + +# Standard package handling +find_package_handle_standard_args(SCOTCH + "SCOTCH could not be found. Be sure to set SCOTCH_DIR." + SCOTCH_LIBRARIES + SCOTCH_INCLUDE_DIRS + SCOTCH_TEST_RUNS) diff --git a/cmake/modules/FindSLEPc.cmake b/cmake/modules/FindSLEPc.cmake new file mode 100644 index 0000000..327cffc --- /dev/null +++ b/cmake/modules/FindSLEPc.cmake @@ -0,0 +1,216 @@ +# - Try to find SLEPC +# Once done this will define +# +# SLEPC_FOUND - system has SLEPc +# SLEPC_INCLUDE_DIRS - include directories for SLEPc +# SLEPC_LIBRARY_DIRS - library directories for SLEPc +# SLEPC_LIBARIES - libraries for SLEPc +# SLEPC_STATIC_LIBARIES - ibraries for SLEPc (static linking, undefined if not required) +# SLEPC_VERSION - version of SLEPc +# SLEPC_VERSION_MAJOR - First number in SLEPC_VERSION +# SLEPC_VERSION_MINOR - Second number in SLEPC_VERSION +# SLEPC_VERSION_SUBMINOR - Third number in SLEPC_VERSION + + +#============================================================================= +# Copyright (C) 2010-2016 Garth N. Wells, Anders Logg and Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +# Load CMake pkg-config module +find_package(PkgConfig REQUIRED) + +# Find SLEPc pkg-config file +set(ENV{PKG_CONFIG_PATH} "$ENV{SLEPC_DIR}/$ENV{PETSC_ARCH}/lib/pkgconfig:$ENV{SLEPC_DIR}/lib/pkgconfig:$ENV{PKG_CONFIG_PATH}") +set(ENV{PKG_CONFIG_PATH} "$ENV{PETSC_DIR}/$ENV{PETSC_ARCH}/lib/pkgconfig:$ENV{PETSC_DIR}/lib/pkgconfig:$ENV{PKG_CONFIG_PATH}") +set(ENV{PKG_CONFIG_PATH} "$ENV{PETSC_DIR}/$ENV{PETSC_ARCH}:$ENV{PETSC_DIR}:$ENV{PKG_CONFIG_PATH}") +pkg_search_module(SLEPC crayslepc_real SLEPc) + +# Extract major, minor, etc from version string +if (SLEPC_VERSION) + string(REPLACE "." ";" VERSION_LIST ${SLEPC_VERSION}) + list(GET VERSION_LIST 0 SLEPC_VERSION_MAJOR) + list(GET VERSION_LIST 1 SLEPC_VERSION_MINOR) + list(GET VERSION_LIST 2 SLEPC_VERSION_SUBMINOR) +endif() + +# Configure SLEPc IMPORT (this involves creating an 'imported' target +# and attaching 'properties') +if (SLEPC_FOUND AND NOT TARGET SLEPC::slepc) + add_library(SLEPC::slepc INTERFACE IMPORTED) + + # Add include paths + set_property(TARGET SLEPC::slepc PROPERTY + INTERFACE_INCLUDE_DIRECTORIES ${SLEPC_INCLUDE_DIRS}) + + # Add libraries + unset(_libs) + foreach (lib ${SLEPC_LIBRARIES}) + find_library(LIB_${lib} NAMES ${lib} PATHS ${SLEPC_LIBRARY_DIRS} NO_DEFAULT_PATH) + list(APPEND _libs ${LIB_${lib}}) + endforeach() + set_property(TARGET SLEPC::slepc PROPERTY INTERFACE_LINK_LIBRARIES "${_libs}") +endif() + +if (SLEPC_FOUND AND NOT TARGET SLEPC::slepc_static) + add_library(SLEPC::slepc_static INTERFACE IMPORTED) + + # Add libraries (static) + unset(_libs) + foreach (lib ${SLEPC_STATIC_LIBRARIES}) + find_library(LIB_${lib} ${lib} HINTS ${SLEPC_STATIC_LIBRARY_DIRS}) + list(APPEND _libs ${LIB_${lib}}) + endforeach() + set_property(TARGET SLEPC::slepc_static PROPERTY INTERFACE_LINK_LIBRARIES "${_libs}") + +endif() + + +# Compile and run test +if (DOLFIN_SKIP_BUILD_TESTS) + + # Assume SLEPc works + set(SLEPC_TEST_RUNS TRUE) + +elseif (SLEPC_FOUND) + + # Create SLEPc test program + set(SLEPC_TEST_LIB_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/slepc_test_lib.cpp") + file(WRITE ${SLEPC_TEST_LIB_CPP} " +#include \"petsc.h\" +#include \"slepceps.h\" +int main() +{ + PetscErrorCode ierr; + int argc = 0; + char** argv = NULL; + ierr = SlepcInitialize(&argc, &argv, PETSC_NULL, PETSC_NULL); + EPS eps; + ierr = EPSCreate(PETSC_COMM_SELF, &eps); CHKERRQ(ierr); + //ierr = EPSSetFromOptions(eps); CHKERRQ(ierr); + ierr = EPSDestroy(&eps); CHKERRQ(ierr); + ierr = SlepcFinalize(); CHKERRQ(ierr); + return 0; +} +") + + # Add MPI variables if MPI has been found + if (MPI_C_FOUND) + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${MPI_C_INCLUDE_PATH}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${MPI_C_LIBRARIES}) + set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${MPI_C_COMPILE_FLAGS}") + endif() + + # Try to run test program (shared linking) + try_run( + SLEPC_TEST_LIB_EXITCODE + SLEPC_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${SLEPC_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + LINK_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} PETSC::petsc SLEPC::slepc + COMPILE_OUTPUT_VARIABLE SLEPC_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE SLEPC_TEST_LIB_OUTPUT + ) + + if (SLEPC_TEST_LIB_COMPILED AND SLEPC_TEST_LIB_EXITCODE EQUAL 0) + + message(STATUS "Test SLEPC_TEST_RUNS with shared library linking - Success") + set(SLEPC_TEST_RUNS TRUE) + + # Static libraries not required, so unset + set_property(TARGET SLEPC::slepc_static PROPERTY INTERFACE_LINK_LIBRARIES) + + else() + + message(STATUS "Test SLEPC_TEST_RUNS with shared library linking - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run SLEPc test with shared library linking:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "SLEPC_TEST_LIB_EXITCODE: ${SLEPC_TEST_LIB_EXITCODE}\n" + "SLEPC_TEST_LIB_COMPILED: ${SLEPC_TEST_LIB_COMPILED}\n" + "SLEPC_TEST_LIB_COMPILE_OUTPUT: ${SLEPC_TEST_LIB_COMPILE_OUTPUT}\n" + "SLEPC_TEST_LIB_OUTPUT: ${SLEPC_TEST_LIB_OUTPUT}\n\n") + + # Add MPI variables if MPI has been found + if (MPI_C_FOUND) + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${MPI_C_INCLUDE_PATH}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${MPI_C_LIBRARIES}) + set(CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS} ${MPI_C_COMPILE_FLAGS}") + endif() + + # Try to run test program (static linking) + try_run( + SLEPC_TEST_STATIC_LIBS_EXITCODE + SLEPC_TEST_STATIC_LIBS_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${SLEPC_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + LINK_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} SLEPC::slepc SLEPC::slepc_static + COMPILE_OUTPUT_VARIABLE SLEPC_TEST_STATIC_LIBS_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE SLEPC_TEST_STATIC_LIBS_OUTPUT + ) + + if (SLEPC_TEST_STATIC_LIBS_COMPILED AND SLEPC_TEST_STATIC_LIBS_EXITCODE EQUAL 0) + message(STATUS "Test SLEPC_TEST__RUNS with static linking - Success") + set(SLEPC_TEST_RUNS TRUE) + else() + message(STATUS "Test SLEPC_TETS_RUNS with static linking - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run SLEPc test with static library linking:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "SLEPC_TEST_STATIC_LIB_EXITCODE: ${SLEPC_TEST_STATIC_LIB_EXITCODE}\n" + "SLEPC_TEST_STATIC_LIB_COMPILED: ${PETSC_TEST_STATIC_LIB_COMPILED}\n" + "SLEPC_TEST_STATIC_LIBS_COMPILE_OUTPUT: ${SLEPC_TEST_STATIC_LIBS_COMPILE_OUTPUT}\n" + "SLEPC_TEST_STATIC_LIBS_OUTPUT: ${SLEPC_TEST_STATIC_LIBS_OUTPUT}\n\n") + + set(SLEPC_TEST_RUNS FALSE) + endif() + endif() +endif() + +# Standard package handling +include(FindPackageHandleStandardArgs) +if (SLEPC_FOUND) + find_package_handle_standard_args(SLEPc + REQUIRED_VARS SLEPC_FOUND SLEPC_TEST_RUNS + VERSION_VAR SLEPC_VERSION + FAIL_MESSAGE "SLEPc could not be configured.") +else() + find_package_handle_standard_args(SLEPc + REQUIRED_VARS SLEPC_FOUND + FAIL_MESSAGE "SLEPc could not be found. Be sure to set SLEPC_DIR.") +endif() diff --git a/cmake/modules/FindSLEPc4py.cmake b/cmake/modules/FindSLEPc4py.cmake new file mode 100644 index 0000000..b5e0f55 --- /dev/null +++ b/cmake/modules/FindSLEPc4py.cmake @@ -0,0 +1,99 @@ +# - Try to find slepc4py +# Once done this will define +# +# SLEPC4PY_FOUND - system has slepc4py +# SLEPC4PY_INCLUDE_DIRS - include directories for slepc4py +# SLEPC4PY_VERSION - version of slepc4py +# SLEPC4PY_VERSION_MAJOR - first number in SLEPC4PY_VERSION +# SLEPC4PY_VERSION_MINOR - second number in SLEPC4PY_VERSION + +# Based on FindPETSc4py.cmake + +#============================================================================= +# Copyright (C) 2013 Lawrence Mitchell +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +message(STATUS "Checking for package 'SLEPc4Py'") + +if(SLEPC4PY_INCLUDE_DIRS) + # In cache already + set(SLEPC4PY_FIND_QUIETLY TRUE) +endif(SLEPC4PY_INCLUDE_DIRS) + +execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import slepc4py; print(slepc4py.get_include())" + OUTPUT_VARIABLE SLEPC4PY_INCLUDE_DIRS + RESULT_VARIABLE SLEPC4PY_NOT_FOUND + ERROR_QUIET + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + +if(SLEPC4PY_INCLUDE_DIRS) + set(SLEPC4PY_FOUND TRUE) + set(SLEPC4PY_INCLUDE_DIRS ${SLEPC4PY_INCLUDE_DIRS} CACHE STRING "slepc4py include path") +else(SLEPC4PY_INCLUDE_DIRS) + set(SLEPC4PY_FOUND FALSE) +endif(SLEPC4PY_INCLUDE_DIRS) + +if(SLEPC4PY_FOUND) + execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import slepc4py; print(slepc4py.__version__)" + OUTPUT_VARIABLE SLEPC4PY_VERSION + RESULT_VARIABLE SLEPC4PY_NOT_FOUND + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + string(REPLACE "." ";" SLEPC4PY_VERSION_LIST ${SLEPC4PY_VERSION}) + list(GET SLEPC4PY_VERSION_LIST 0 SLEPC4PY_VERSION_MAJOR) + list(GET SLEPC4PY_VERSION_LIST 1 SLEPC4PY_VERSION_MINOR) + if(NOT SLEPC4PY_FIND_QUIETLY) + message(STATUS "slepc4py version ${SLEPC4PY_VERSION} found") + endif(NOT SLEPC4PY_FIND_QUIETLY) +else(SLEPC4PY_FOUND) + if(SLEPC4PY_FIND_REQUIRED) + message(FATAL_ERROR "slepc4py missing") + endif(SLEPC4PY_FIND_REQUIRED) +endif(SLEPC4PY_FOUND) + +mark_as_advanced(SLEPC4PY_INCLUDE_DIRS, SLEPC4PY_VERSION, SLEPC4PY_VERSION_MAJOR, SLEPC4PY_VERSION_MINOR) + +if (SLEPc4py_FIND_VERSION) + # Check if version found is >= required version + if (NOT "${SLEPC4PY_VERSION}" VERSION_LESS "${SLEPc4py_FIND_VERSION}") + set(SLEPC4PY_VERSION_OK TRUE) + endif() +else() + # No specific version requested + set(SLEPC4PY_VERSION_OK TRUE) +endif() +mark_as_advanced(SLEPC4PY_VERSION_OK) + +# Standard package handling +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(SLEPc4py + "SLEPc4py could not be found. Be sure to set PYTHONPATH appropriately." + SLEPC4PY_INCLUDE_DIRS SLEPC4PY_VERSION SLEPC4PY_VERSION_OK) diff --git a/cmake/modules/FindSUNDIALS.cmake b/cmake/modules/FindSUNDIALS.cmake new file mode 100644 index 0000000..383d78c --- /dev/null +++ b/cmake/modules/FindSUNDIALS.cmake @@ -0,0 +1,190 @@ +# - Try to find SUNDIALS +# Once done this will define +# +# SUNDIALS_FOUND - system has SUNDIALS +# SUNDIALS_INCLUDE_DIRS - include directories for SUNDIALS +# SUNDIALS_LIBRARIES - libraries for SUNDIALS +# SUNDIALS_VERSION - version for SUNDIALS + +#============================================================================= +# Copyright (C) 2010 Garth N. Wells, Anders Logg and Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +if (MPI_CXX_FOUND) + find_path(SUNDIALS_INCLUDE_DIRS + NAMES cvode/cvode.h + HINTS ${SUNDIALS_DIR}/include $ENV{SUNDIALS_DIR}/include ${PETSC_INCLUDE_DIRS} + DOC "Directory where the SUNDIALS CVODE header files are located" + ) + find_library(SUNDIALS_LIBRARY + NAMES sundials_cvode + HINTS ${SUNDIALS_DIR}/lib $ENV{SUNDIALS_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "Directory where the SUNDIALS CVODE library is located" + ) + find_library(SUNDIALS_NVECTOR_SERIAL_LIBRARY + NAMES sundials_nvecserial + HINTS ${SUNDIALS_DIR}/lib $ENV{SUNDIALS_DIR}/lib ${PETSC_LIBRARY_DIRS} + NO_DEFAULT_PATH + DOC "Directory where the SUNDIALS CVODE library is located" + ) + + set(SUNDIALS_LIBRARIES ${SUNDIALS_LIBRARY}) + set(SUNDIALS_LIBRARIES ${SUNDIALS_LIBRARIES} ${SUNDIALS_NVECTOR_PARALLEL_LIBRARY}) + set(SUNDIALS_LIBRARIES ${SUNDIALS_LIBRARIES} ${SUNDIALS_NVECTOR_SERIAL_LIBRARY}) + + # Try compiling and running test program + if (DOLFIN_SKIP_BUILD_TESTS) + set(SUNDIALS_TEST_RUNS TRUE) + set(SUNDIALS_VERSION "UNKNOWN") + set(SUNDIALS_VERSION_OK TRUE) + elseif (SUNDIALS_INCLUDE_DIRS AND SUNDIALS_LIBRARIES) + + # Set flags for building test program + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${MPI_CXX_INCLUDE_PATH}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${MPI_CXX_LIBRARIES}) + set(CMAKE_REQUIRED_FLAGS ${CMAKE_REQUIRED_FLAGS} ${MPI_CXX_COMPILE_FLAGS}) + + set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${SUNDIALS_INCLUDE_DIRS}) + set(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${SUNDIALS_LIBRARIES}) + + # Check SUNDIALS version + set(SUNDIALS_CONFIG_TEST_VERSION_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/sundials_config_test_version.cpp") + file(WRITE ${SUNDIALS_CONFIG_TEST_VERSION_CPP} " +#define MPICH_IGNORE_CXX_SEEK 1 +#include +#include \"cvode/cvode.h\" + +int main() { +#ifdef SUNDIALS_VERSION + std::cout << SUNDIALS_VERSION; +#elif defined(SUNDIALS_PACKAGE_VERSION) + std::cout << SUNDIALS_PACKAGE_VERSION; +#else + std::cout << SUNDIALS_VERSION_MAJOR << \".\" + << SUNDIALS_VERSION_MINOR; +#endif + return 0; +} +") + + try_run( + SUNDIALS_CONFIG_TEST_VERSION_EXITCODE + SUNDIALS_CONFIG_TEST_VERSION_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${SUNDIALS_CONFIG_TEST_VERSION_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE SUNDIALS_CONFIG_TEST_VERSION_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE SUNDIALS_CONFIG_TEST_VERSION_OUTPUT + ) + + if (SUNDIALS_CONFIG_TEST_VERSION_EXITCODE EQUAL 0) + set(SUNDIALS_VERSION ${SUNDIALS_CONFIG_TEST_VERSION_OUTPUT} CACHE TYPE STRING) + mark_as_advanced(SUNDIALS_VERSION) + endif() + + if (SUNDIALS_FIND_VERSION) + string(REPLACE "." ";" VERSION_LIST ${SUNDIALS_VERSION}) + list(GET VERSION_LIST 0 SUNDIALS_VERSION_MAJOR) + list(GET VERSION_LIST 1 SUNDIALS_VERSION_MINOR) + # Check if version found is >= required version + if (NOT "${SUNDIALS_VERSION_MAJOR}" VERSION_LESS "3") + set(SUNDIALS_VERSION_OK TRUE) + endif() + else() + # No specific version requested + set(SUNDIALS_VERSION_OK TRUE) + endif() + mark_as_advanced(SUNDIALS_VERSION_OK) + + # Build and run test program + set(SUNDIALS_TEST_LIB_CPP "${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/sundials_test_lib.cpp") + file(WRITE ${SUNDIALS_TEST_LIB_CPP} " +#define MPICH_IGNORE_CXX_SEEK 1 +#define NEQ 10 +#include +#include +#include + +int main(int argc, char** argv) +{ + int my_pe, npes; + long int local_N, nperpe, nrem; + N_Vector u; + + u = N_VNew_Serial(NEQ); + N_VDestroy_Serial(u); + + return 0; +}") + + + + message(STATUS "Performing test SUNDIALS_TEST_RUNS") + try_run( + SUNDIALS_TEST_LIB_EXITCODE + SUNDIALS_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${SUNDIALS_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE SUNDIALS_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE SUNDIALS_TEST_LIB_OUTPUT + ) + + if (SUNDIALS_TEST_LIB_COMPILED AND SUNDIALS_TEST_LIB_EXITCODE EQUAL 0) + message(STATUS "Performing test SUNDIALS_TEST_RUNS - Success") + set(SUNDIALS_TEST_RUNS TRUE) + else() + message(STATUS "Performing test SUNDIALS_TEST_RUNS - Failed") + if (SUNDIALS_DEBUG) + # Output some variables + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SUNDIALS_TEST_LIB_COMPILED = ${SUNDIALS_TEST_LIB_COMPILED}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SUNDIALS_TEST_LIB_COMPILE_OUTPUT = ${SUNDIALS_TEST_LIB_COMPILE_OUTPUT}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SUNDIALS_TEST_LIB_EXITCODE = ${SUNDIALS_TEST_LIB_EXITCODE}") + message(STATUS "[ ${CMAKE_CURRENT_LIST_FILE}:${CMAKE_CURRENT_LIST_LINE} ] " + "SUNDIALS_TEST_LIB_OUTPUT = ${SUNDIALS_TEST_LIB_OUTPUT}") + endif() + endif() + endif() +endif() +# Standard package handling +find_package_handle_standard_args(SUNDIALS + "SUNDIALS could not be found/configured." + SUNDIALS_LIBRARIES + SUNDIALS_TEST_RUNS + SUNDIALS_INCLUDE_DIRS + SUNDIALS_VERSION + SUNDIALS_VERSION_OK) diff --git a/cmake/modules/FindSphinx.cmake b/cmake/modules/FindSphinx.cmake new file mode 100644 index 0000000..f8616de --- /dev/null +++ b/cmake/modules/FindSphinx.cmake @@ -0,0 +1,78 @@ +# - Try to find Sphinx (sphinx-build) + +# Once done this will define +# +# SPHINX_FOUND - system has Sphinx +# SPHINX_EXECUTABLE - full path to the Sphinx documentation generator tool +# SPHINX_VERSION - the version of Sphinx which was found, e.g. "1.0.7" + +#============================================================================= +# Copyright (C) 2011 Marie Rognes and Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +message(STATUS "Checking for package 'Sphinx'") + +# Make sure Python is available +if (NOT PYTHON_EXECUTABLE) + find_package(PythonInterp) +endif() + +# Try to find sphinx-build +find_program(SPHINX_EXECUTABLE sphinx-build + HINTS ${SPHINX_DIR} $ENV{SPHINX_DIR} + PATH_SUFFIXES bin + DOC "Sphinx documentation generator tool" +) + +if (SPHINX_EXECUTABLE) + # Try to check Sphinx version by importing Sphinx + execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import sphinx; print(sphinx.__version__)" + OUTPUT_VARIABLE SPHINX_VERSION + OUTPUT_STRIP_TRAILING_WHITESPACE) + + if (Sphinx_FIND_VERSION) + # Check if version found is >= required version + if (NOT "${SPHINX_VERSION}" VERSION_LESS "${Sphinx_FIND_VERSION}") + set(SPHINX_VERSION_OK TRUE) + endif() + else() + # No specific version of Sphinx is requested + set(SPHINX_VERSION_OK TRUE) + endif() +endif() + +mark_as_advanced( + SPHINX_EXECUTABLE + SPHINX_VERSION + SPHINX_VERSION_OK +) + +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(Sphinx DEFAULT_MSG + SPHINX_EXECUTABLE SPHINX_VERSION_OK) diff --git a/cmake/modules/FindUFC.cmake b/cmake/modules/FindUFC.cmake new file mode 100644 index 0000000..a6381ba --- /dev/null +++ b/cmake/modules/FindUFC.cmake @@ -0,0 +1,81 @@ +# - Try to find UFC +# +# Once done this will define +# +# This module defines +# +# UFC_FOUND - system has UFC with correct version +# UFC_INCLUDE_DIRS - where to find ufc.h +# UFC_VERSION - UFC version +# UFC_SIGNATURE - UFC signature + +#============================================================================= +# Copyright (C) 2010 Johannes Ring +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in +# the documentation and/or other materials provided with the +# distribution. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. +#============================================================================= + +execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import ffc, sys; sys.stdout.write(ffc.backends.ufc.get_include_path())" + OUTPUT_VARIABLE UFC_INCLUDE_DIR + ) + +if (UFC_INCLUDE_DIR) + set(UFC_INCLUDE_DIRS ${UFC_INCLUDE_DIR} CACHE STRING "Where to find ufc.h") + mark_as_advanced(UFC_INCLUDE_DIRS) + + execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import ffc, sys; sys.stdout.write(ffc.__version__)" + OUTPUT_VARIABLE UFC_VERSION + ) + mark_as_advanced(UFC_VERSION) + + if (UFC_FIND_VERSION) + # Check if version found is >= required version + if (NOT "${UFC_VERSION}" VERSION_LESS "${UFC_FIND_VERSION}") + set(UFC_VERSION_OK TRUE) + endif() + else() + # No specific version requested + set(UFC_VERSION_OK TRUE) + endif() + mark_as_advanced(UFC_VERSION_OK) + + execute_process( + COMMAND ${PYTHON_EXECUTABLE} -c "import ffc, sys; sys.stdout.write(ffc.ufc_signature())" + OUTPUT_VARIABLE UFC_SIGNATURE + ) + mark_as_advanced(UFC_SIGNATURE) + +endif() + +# Standard package handling +find_package_handle_standard_args(UFC + "UFC could not be found." + UFC_INCLUDE_DIRS + UFC_VERSION + UFC_VERSION_OK + UFC_SIGNATURE) diff --git a/cmake/modules/FindUMFPACK.cmake b/cmake/modules/FindUMFPACK.cmake new file mode 100644 index 0000000..33a3800 --- /dev/null +++ b/cmake/modules/FindUMFPACK.cmake @@ -0,0 +1,174 @@ +# - Try to find UMFPACK +# Once done this will define +# +# UMFPACK_FOUND - system has UMFPACK +# UMFPACK_INCLUDE_DIRS - include directories for UMFPACK +# UMFPACK_LIBRARIES - libraries for UMFPACK + +message(STATUS "Checking for package 'UMFPACK'") + +# Find packages that UMFPACK depends on +#set(CMAKE_LIBRARY_PATH ${BLAS_DIR}/lib $ENV{BLAS_DIR}/lib ${CMAKE_LIBRARY_PATH}) +find_package(AMD QUIET) +find_package(BLAS QUIET) +find_package(CHOLMOD QUIET) + +# Check for header file +find_path(UMFPACK_INCLUDE_DIRS umfpack.h + HINTS ${UMFPACK_DIR}/include $ENV{UMFPACK_DIR}/include ${PETSC_INCLUDE_DIRS} $ENV{PETSC_DIR}/include + PATH_SUFFIXES suitesparse ufsparse + DOC "Directory where the UMFPACK header is located") +mark_as_advanced(UMFPACK_INCLUDE_DIRS) + +# Check for UMFPACK library +find_library(UMFPACK_LIBRARY umfpack + HINTS ${UMFPACK_DIR}/lib $ENV{UMFPACK_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The UMFPACK library") +mark_as_advanced(UMFPACK_LIBRARY) + +# Check for SUITESPARSE library on Apple +if (APPLE) + find_library(SUITESPARSE_LIBRARY SuiteSparse + HINTS ${UMFPACK_DIR}/lib $ENV{UMFPACK_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The SUITESPARSE library") + mark_as_advanced(SUITESPARSE_LIBRARY) +endif() + +# Check for SUITESPARSECONFIG library +find_library(SUITESPARSECONFIG_LIBRARY suitesparseconfig + HINTS ${UMFPACK_DIR}/lib $ENV{UMFPACK_DIR}/lib ${PETSC_LIBRARY_DIRS} $ENV{PETSC_DIR}/lib + DOC "The SUITESPARSE library") +mark_as_advanced(SUITESPARSECONFIG_LIBRARY) + +# Collect libraries +if (AMD_FOUND) + set(UMFPACK_LIBRARIES ${UMFPACK_LIBRARY} ${AMD_LIBRARIES}) +endif() +if (BLAS_FOUND) + set(UMFPACK_LIBRARIES ${UMFPACK_LIBRARIES} ${BLAS_LIBRARIES}) +endif() +if (CHOLMOD_FOUND) + set(UMFPACK_LIBRARIES ${UMFPACK_LIBRARIES} ${CHOLMOD_LIBRARIES}) +endif() + +if (SUITESPARSE_LIBRARY) + set(UMFPACK_LIBRARIES ${UMFPACK_LIBRARIES} ${SUITESPARSE_LIBRARY}) +endif() +if (SUITESPARSECONFIG_LIBRARY) + set(UMFPACK_LIBRARIES ${UMFPACK_LIBRARIES} ${SUITESPARSECONFIG_LIBRARY}) +endif() + +find_program(GFORTRAN_EXECUTABLE gfortran) +if (GFORTRAN_EXECUTABLE) + execute_process(COMMAND ${GFORTRAN_EXECUTABLE} -print-file-name=libgfortran.so + OUTPUT_VARIABLE GFORTRAN_LIBRARY + OUTPUT_STRIP_TRAILING_WHITESPACE) + if (EXISTS "${GFORTRAN_LIBRARY}") + set(UMFPACK_LIBRARIES ${UMFPACK_LIBRARIES} ${GFORTRAN_LIBRARY}) + endif() +endif() + +# Try compiling and running test program +if (DOLFIN_SKIP_BUILD_TESTS) + set(UMFPACK_TEST_RUNS TRUE) +elseif (UMFPACK_INCLUDE_DIRS AND UMFPACK_LIBRARIES AND AMD_LIBRARIES) + + # Set flags for building test program + set(CMAKE_REQUIRED_INCLUDES ${UMFPACK_INCLUDE_DIRS}) + set(CMAKE_REQUIRED_LIBRARIES ${UMFPACK_LIBRARIES}) + + set(UMFPACK_TEST_LIB_CPP + "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/umfpack_test_lib.cpp") + file(WRITE ${UMFPACK_TEST_LIB_CPP} " +/* Test program umfpack-ex1.c */ + +#include + +int main() +{ + int n = 5; + double x[5]; + void *Symbolic, *Numeric; + int i; + + int Ap[] = { 0, 2, 5, 9, 10, 12 }; + int Ai[] = { 0, 1, 0, 2, 4, 1, 2, 3, 4, 2, 1, 4 }; + double Ax[] = { 2, 3, 3, -1, 4, 4, -3, 1, 2, 2, 6, 1 }; + double b[] = { 8, 45, -3, 3, 19 }; + + umfpack_di_symbolic(n, n, Ap, Ai, Ax, &Symbolic, NULL, NULL); + umfpack_di_numeric(Ap, Ai, Ax, Symbolic, &Numeric, NULL, NULL); + umfpack_di_free_symbolic(&Symbolic); + + umfpack_di_solve(UMFPACK_A, Ap, Ai, Ax, x, b, Numeric, NULL, NULL); + umfpack_di_free_numeric(&Numeric); + + return 0; +} +") + + try_run(UMFPACK_TEST_LIB_EXITCODE + UMFPACK_TEST_LIB_COMPILED + ${CMAKE_CURRENT_BINARY_DIR} + ${UMFPACK_TEST_LIB_CPP} + CMAKE_FLAGS + "-DINCLUDE_DIRECTORIES:STRING=${CMAKE_REQUIRED_INCLUDES}" + "-DLINK_LIBRARIES:STRING=${CMAKE_REQUIRED_LIBRARIES}" + COMPILE_OUTPUT_VARIABLE UMFPACK_TEST_LIB_COMPILE_OUTPUT + RUN_OUTPUT_VARIABLE UMFPACK_TEST_LIB_OUTPUT + ) + + if (UMFPACK_TEST_LIB_COMPILED AND UMFPACK_TEST_LIB_EXITCODE EQUAL 0) + message(STATUS "Performing test UMFPACK_TEST_RUNS - Success") + set(UMFPACK_TEST_RUNS TRUE) + else() + message(STATUS "Performing test UMFPACK_TEST_RUNS - Failed") + + file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log + "Failed to run UMFPACK test:\n" + "CMAKE_REQUIRED_INCLUDES: ${CMAKE_REQUIRED_INCLUDES}\n" + "CMAKE_REQUIRED_LIBRARIES: ${CMAKE_REQUIRED_LIBRARIES}\n" + "CMAKE_REQUIRED_FLAGS: ${CMAKE_REQUIRED_FLAGS}\n" + "UMFPACK_TEST_LIB_EXITCODE: ${UMFPACK_TEST_LIB_EXITCODE}\n" + "UMFPACK_TEST_LIB_COMPILED: ${UMFPACK_TEST_LIB_COMPILED}\n" + "UMFPACK_TEST_LIB_COMPILE_OUTPUT: ${UMFPACK_TEST_LIB_COMPILE_OUTPUT}\n" + "UMFPACK_TEST_LIB_OUTPUT: ${UMFPACK_TEST_LIB_OUTPUT}\n\n") + endif() + + # Build and run test program + include(CheckCXXSourceRuns) + check_cxx_source_runs(" +/* Test program umfpack-ex1.c */ + +#include + +int main() +{ + int n = 5; + double x[5]; + void *Symbolic, *Numeric; + int i; + + int Ap[] = { 0, 2, 5, 9, 10, 12 }; + int Ai[] = { 0, 1, 0, 2, 4, 1, 2, 3, 4, 2, 1, 4 }; + double Ax[] = { 2, 3, 3, -1, 4, 4, -3, 1, 2, 2, 6, 1 }; + double b[] = { 8, 45, -3, 3, 19 }; + + umfpack_di_symbolic(n, n, Ap, Ai, Ax, &Symbolic, NULL, NULL); + umfpack_di_numeric(Ap, Ai, Ax, Symbolic, &Numeric, NULL, NULL); + umfpack_di_free_symbolic(&Symbolic); + + umfpack_di_solve(UMFPACK_A, Ap, Ai, Ax, x, b, Numeric, NULL, NULL); + umfpack_di_free_numeric(&Numeric); + + return 0; +} +" UMFPACK_TEST_RUNS) +endif() + +# Standard package handling +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(UMFPACK + "UMFPACK could not be found. Be sure to set UMFPACK_DIR." + UMFPACK_LIBRARIES UMFPACK_INCLUDE_DIRS AMD_LIBRARIES BLAS_LIBRARIES + UMFPACK_TEST_RUNS) diff --git a/cmake/post-install/CMakeLists.txt b/cmake/post-install/CMakeLists.txt new file mode 100644 index 0000000..7ae46de --- /dev/null +++ b/cmake/post-install/CMakeLists.txt @@ -0,0 +1,22 @@ +install(CODE "MESSAGE( +\"---------------------------------------------------------------------------- +DOLFIN has now been installed in + + ${CMAKE_INSTALL_PREFIX} + +and the demo programs have been installed in + + ${CMAKE_INSTALL_PREFIX}/${DOLFIN_SHARE_DIR}/demo + +Before rushing off to try the demos, don't forget to update your +environment variables. This can be done easily using the helper file +'dolfin.conf' which sets the appropriate variables (for users of the +Bash shell). + +To update your environment variables, run the following command: + + source ${CMAKE_INSTALL_PREFIX}/${DOLFIN_SHARE_DIR}/dolfin.conf + +For future reference, we recommend that you add this command to your +configuration (.bashrc, .profile or similar). +----------------------------------------------------------------------------\")") diff --git a/cmake/scripts/copy-test-demo-data.py b/cmake/scripts/copy-test-demo-data.py new file mode 100644 index 0000000..e300032 --- /dev/null +++ b/cmake/scripts/copy-test-demo-data.py @@ -0,0 +1,70 @@ +# Copyright (C) 2013 Johan Hake +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Copy all data, tests and demo to a given directory relative to the top dolfin +# source directory + +import os +import sys +import re +import shutil + +# Subdirectories +sub_directories = ['demo', 'test', 'bench'] + +# Copy all files with the following suffixes +suffix_patterns = ["py", "h", "cpp", "cpp.rst", "ufl", "ufl.rst", "xdmf", + "xml", "xml.gz", "off", "inp", "msh", "supp", "rst", + "py.rst", "ele", "node", "grid", "edge", "sh"] + +suffix_pattern = re.compile("(%s)," % ("|".join("[\w-]+\.%s" % pattern + for pattern in suffix_patterns))) + +script_rel_path = os.sep.join(__file__.split(os.sep)[:-1]) +script_rel_path = script_rel_path or "." +dolfin_dir = os.path.abspath(os.path.join(script_rel_path, os.pardir, os.pardir)) + + +def copy_data(top_destdir): + + abs_destdir = top_destdir if os.path.isabs(top_destdir) else os.path.join(dolfin_dir, top_destdir) + + if abs_destdir == dolfin_dir: + raise RuntimeError("destination directory cannot be the same as " + "the dolfin source directory") + + if not os.path.isdir(abs_destdir): + raise RuntimeError("%s is not a directory." % abs_destdir) + + for subdir in sub_directories: + + top_dir = os.path.join(dolfin_dir, subdir) + for dirpath, dirnames, filenames in os.walk(top_dir): + destdir = dirpath.replace(dolfin_dir, abs_destdir) + if not os.path.isdir(destdir): + os.makedirs(destdir) + for f in re.findall(suffix_pattern, " ".join("%s," % f for f in filenames)): + srcfile = os.path.join(dirpath, f) + shutil.copy(srcfile, destdir) + + +if __name__ == "__main__": + # Expecting a destination argument + if len(sys.argv) != 2: + raise RuntimeError("Expecting 1 argument with the destination directory") + + copy_data(sys.argv[-1]) diff --git a/cmake/scripts/generate-cmakefiles.py b/cmake/scripts/generate-cmakefiles.py new file mode 100644 index 0000000..ba57baf --- /dev/null +++ b/cmake/scripts/generate-cmakefiles.py @@ -0,0 +1,177 @@ +# Copyright (C) 2010-16 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Generate CMakeLists.txt files in demo and test directories +# This script should be run from the top level directory. +# +# Modified by Anders Logg 2013, 2014 + +import os +import subprocess + +cmakelists_str = \ +"""# This file is automatically generated by running +# +# cmake/scripts/generate-cmakefiles +# +# Require CMake 3.5 +cmake_minimum_required(VERSION 3.5) + +set(PROJECT_NAME %(project_name)s) +project(${PROJECT_NAME}) + +# Set CMake behavior +cmake_policy(SET CMP0004 NEW) + +# Get DOLFIN configuration data (DOLFINConfig.cmake must be in +# DOLFIN_CMAKE_CONFIG_PATH) +find_package(DOLFIN REQUIRED) + +include(${DOLFIN_USE_FILE}) + +# Default build type (can be overridden by user) +if (NOT CMAKE_BUILD_TYPE) + set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING + "Choose the type of build, options are: Debug MinSizeRel Release RelWithDebInfo." FORCE) +endif() + +# Do not throw error for 'multi-line comments' (these are typical in +# rst which includes LaTeX) +include(CheckCXXCompilerFlag) +CHECK_CXX_COMPILER_FLAG("-Wno-comment" HAVE_NO_MULTLINE) +if (HAVE_NO_MULTLINE) + set(CMAKE_CXX_FLAGS "-Wno-comment ${CMAKE_CXX_FLAGS}") +endif() + +# Executable +%(executables)s + +# Target libraries +%(target_libraries)s + +# Test targets +set(test_parameters -np 3 ${MPIEXEC_PARAMS} "./${PROJECT_NAME}") +add_test(NAME ${PROJECT_NAME}_mpi COMMAND "mpirun" ${test_parameters}) +add_test(NAME ${PROJECT_NAME}_serial COMMAND ${PROJECT_NAME}) +""" + +executable_str = "add_executable(%s %s)" +target_link_libraries_str = "target_link_libraries(%s dolfin)" + +# Subdirectories +sub_directories = ['demo', 'bench'] +# Prefix map for subdirectories +executable_prefixes = dict(demo="demo_", + bench="bench_") + +# Main file name map for subdirectories +main_file_names = dict(demo=set(["main.cpp", "main.cpp.rst"]), + bench=set(["main.cpp"])) + +# Projects that use custom CMakeLists.txt (shouldn't overwrite) +#exclude_projects = [os.path.join('demo', 'undocumented', 'plot-qt')] +exclude_projects = [] + +def generate_cmake_files(subdirectory, generated_files): + """Search for C++ code and write CMakeLists.txt files""" + cwd = os.getcwd() + executable_prefix = executable_prefixes[subdirectory] + main_file_name = main_file_names[subdirectory] + for root, dirs, files in os.walk(cwd + "/" + subdirectory): + + executable_names = set() + + # For 'cpp' directories, get list of .cpp files + if "cpp" in dirs: + cpp_files = set() + program_dir = root + "/cpp" + program_name = os.path.split(root)[-1] + + skip = False + for exclude in exclude_projects : + if exclude in root : + skip = True + + if skip : + print("Skipping custom CMakeLists.txt file:", root) + continue + + if executable_prefix == "bench_": + program_name = program_dir[program_dir.find("bench")+6:].replace(os.path.sep, "_") + + name_forms = dict( + project_name=executable_prefix + program_name, + executables="NOT_SET", + target_libraries="NOT_SET") + for f in os.listdir(program_dir): + filename, extension = os.path.splitext(f) + if extension == ".cpp": + cpp_files.add(f) + if ".cpp.rst" in f: + cpp_files.add(filename) + + # If no .cpp continue + if not cpp_files: + continue + + # Ensure deterministic output across py2/py3 + cpp_files = sorted(cpp_files) + + # Name of demo and cpp source files + if not main_file_name.isdisjoint(cpp_files): + + # If directory contains a main file we assume that + # only one executable should be generated for this + # directory and all other .cpp files should be linked + # to this + name_forms["executables"] = executable_str % \ + ("${PROJECT_NAME}", + ' '.join(cpp_files)) + name_forms["target_libraries"] = target_link_libraries_str % \ + "${PROJECT_NAME}" + else: + # If no main file in source files, we assume each + # source should be compiled as an executable + name_forms["executables"] = "\n".join(\ + executable_str % (executable_prefix + f.replace(".cpp", ""), f) \ + for f in cpp_files) + name_forms["target_libraries"] = "\n".join(\ + target_link_libraries_str % (\ + executable_prefix + f.replace(".cpp", "")) \ + for f in cpp_files) + + # Check for duplicate executable names + if program_name not in executable_names: + executable_names.add(program_name) + else: + print("Warning: duplicate executable names found when generating CMakeLists.txt files.") + + # Write file + filename = os.path.join(program_dir, "CMakeLists.txt") + generated_files.append(filename) + with open(filename, "w") as f: + f.write(cmakelists_str % name_forms) + + +# Generate CMakeLists.txt files for all subdirectories +generated_files = [] +for subdirectory in sub_directories: + generate_cmake_files(subdirectory, generated_files) + +# Print list of generated files +print("The following files were generated:") +print("\n".join(generated_files)) diff --git a/cmake/scripts/generate-demo-files.py b/cmake/scripts/generate-demo-files.py new file mode 100644 index 0000000..8e0ac20 --- /dev/null +++ b/cmake/scripts/generate-demo-files.py @@ -0,0 +1,56 @@ +# Copyright (C) 2016 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Recompile all ffc forms (use when FFC has been updated) +# This script should be run from the top level directory. + +import os, sys + +# Directories to scan +subdirs = ["demo"] + +# Check that we can find pylint.py +parser = "./utils/pylit/pylit.py" +if os.path.isfile(parser): + pass +else: + raise RuntimeError("Cannot find pylit.py. Are you running from the top level directory") + +# Get absolute path to parser +parser = os.path.abspath(parser) + +# Generate .py files from all .py.rst files +topdir = os.getcwd() +for subdir in subdirs: + for root, dirs, files in os.walk(subdir): + + # Check for .py.rst files + rstfiles = [f for f in files if len(f) > 7 and f[-7:] == ".py.rst"] + if len(rstfiles) == 0: + continue + + # Compile files + os.chdir(root) + print("Converting rst files in in {} ...".format(root)) + for f in rstfiles: + command = sys.executable + " " + parser + " " + os.path.abspath(f) + #print(" " + command) + ret = os.system(command) + if not ret == 0: + raise RuntimeError("Unable to convert rst file to a .py ({})".format(f)) + + os.chdir(topdir) diff --git a/cmake/scripts/generate-form-files.py b/cmake/scripts/generate-form-files.py new file mode 100644 index 0000000..651a820 --- /dev/null +++ b/cmake/scripts/generate-form-files.py @@ -0,0 +1,93 @@ +# Copyright (C) 2005-2010 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Recompile all ffc forms (use when FFC has been updated) +# This script should be run from the top level directory. + +import os +import ffc + +# Forms that need special options +use_error = ["AdaptivePoisson.ufl", + "AdaptiveNavierStokes.ufl", +] + +use_representation = {"HyperElasticity.ufl": "uflacs", + "CahnHilliard2D.ufl": "uflacs", + "CahnHilliard3D.ufl": "uflacs", +} + +use_split = ["Poisson2D_1.ufl", + "Poisson2D_2.ufl", + "Poisson2D_3.ufl", + "Poisson2D_4.ufl", + "Poisson2D_5.ufl", + "Poisson3D_1.ufl", + "Poisson3D_2.ufl", + "Poisson3D_3.ufl", + "Poisson3D_4.ufl", + "Poisson3D_5.ufl", + "CahnHilliard2D.ufl", + "CahnHilliard3D.ufl", +] + +# Forms for which we don't want to generate functions for evaluating +# the basis +skip_basis = ["Poisson2D_5.ufl", "Poisson3D_4.ufl"] + +# Directories to scan +subdirs = ["demo", "bench", "test"] + +# Compile all form files +topdir = os.getcwd() +for subdir in subdirs: + for root, dirs, files in os.walk(subdir): + # Check for .ufl files + formfiles = [f for f in files if f[-4:] == ".ufl"] + if not formfiles: + continue + + # Compile files + os.chdir(root) + print("Compiling %d forms in %s..." % (len(formfiles), root)) + for f in formfiles: + args = ["-l", "dolfin"] + args.append("-s") + args.append("-O") + + args.append("-r") + args.append(use_representation.get(f, "auto")) + + if f in use_split: + args.append("-fsplit") + + if f in use_error: + args.append("-e") + + if f in skip_basis: + args.append("-fno-evaluate_basis") + args.append("-fno-evaluate_basis_derivatives") + + args.append(f) + + command = "ffc " + " ".join(args) # + " >> compile.log" + print(command) + + ret = ffc.main(args) + if ret != 0: + raise RuntimeError("Unable to compile form: %s/%s" % (root, f)) + os.chdir(topdir) diff --git a/cmake/templates/DOLFINConfig.cmake.in b/cmake/templates/DOLFINConfig.cmake.in new file mode 100644 index 0000000..346b2d5 --- /dev/null +++ b/cmake/templates/DOLFINConfig.cmake.in @@ -0,0 +1,55 @@ +# - Build details for DOLFIN: Dynamic Object-oriented Library for +# - FINite element computation +# +# This file has been automatically generated. + +# FIXME: Check that naming conforms to CMake standards + +if (POLICY CMP0011) + cmake_policy(SET CMP0011 NEW) +endif() + +if (POLICY CMP0012) + cmake_policy(SET CMP0012 NEW) +endif() + +# Compute path +get_filename_component(DOLFIN_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) + +# Library dependencies (contains definitions for IMPORTED targets) +# NOTE: DOLFIN demo CMakeLists.txt are written to be stand-alone, as +# well as the build system building the demo. Therefore, we need the +# below guard to avoid exporting the targets twice. +if (NOT TARGET dolfin) + include("${DOLFIN_CMAKE_DIR}/DOLFINTargets.cmake") +endif() + +# Compilers +set(DOLFIN_CXX_COMPILER "@CMAKE_CXX_COMPILER@") + +# Compiler defintions +set(DOLFIN_CXX_DEFINITIONS "-DDOLFIN_VERSION=\"@DOLFIN_VERSION@\";@DOLFIN_CXX_DEFINITIONS@") + +# Compiler flags +set(DOLFIN_CXX_FLAGS "@CMAKE_CXX_FLAGS@") + +# Linker flags +set(DOLFIN_LINK_FLAGS "@CMAKE_EXE_LINKER_FLAGS@") + +# Include directories +set(DOLFIN_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/@DOLFIN_INCLUDE_DIR@") + +# Third party include directories +set(DOLFIN_3RD_PARTY_INCLUDE_DIRS "@DOLFIN_DEP_INCLUDE_DIRECTORIES@;@DOLFIN_DEP_SYSTEM_INCLUDE_DIRECTORIES@") + +# DOLFIN library +set(DOLFIN_LIBRARIES dolfin) + +# Version +set(DOLFIN_VERSION_MAJOR "@DOLFIN_VERSION_MAJOR@") +set(DOLFIN_VERSION_MINOR "@DOLFIN_VERSION_MINOR@") +set(DOLFIN_VERSION_MICRO "@DOLFIN_VERSION_MICRO@") +set(DOLFIN_VERSION_STR "@DOLFIN_VERSION@") + +# The location of the UseDOLFIN.cmake file +set(DOLFIN_USE_FILE "${DOLFIN_CMAKE_DIR}/UseDOLFIN.cmake") diff --git a/cmake/templates/DOLFINConfigVersion.cmake.in b/cmake/templates/DOLFINConfigVersion.cmake.in new file mode 100644 index 0000000..1d3a16c --- /dev/null +++ b/cmake/templates/DOLFINConfigVersion.cmake.in @@ -0,0 +1,16 @@ +set(PACKAGE_VERSION "@DOLFIN_VERSION@") +set(PACKAGE_VERSION_MAJOR "@DOLFIN_VERSION_MAJOR@") +set(PACKAGE_VERSION_MINOR "@DOLFIN_VERSION_MINOR@") +set(PACKAGE_VERSION_PATCH "@DOLFIN_VERSION_MICRO@") + +# FIXME: When should versions be defined as compatible? +# This version is compatible only with matching major.minor versions. +if ("${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}" VERSION_EQUAL "${PACKAGE_FIND_VERSION_MAJOR}.${PACKAGE_FIND_VERSION_MINOR}") + # This version is compatible with equal or lesser patch versions. + if (NOT "${PACKAGE_VERSION_PATCH}" VERSION_LESS "${PACKAGE_FIND_VERSION_PATCH}") + set(PACKAGE_VERSION_COMPATIBLE 1) + if ("${PACKAGE_VERSION_PATCH}" VERSION_EQUAL "${PACKAGE_FIND_VERSION_PATCH}") + set(PACKAGE_VERSION_EXACT 1) + endif() + endif() +endif() diff --git a/cmake/templates/UseDOLFIN.cmake.in b/cmake/templates/UseDOLFIN.cmake.in new file mode 100644 index 0000000..bd0d896 --- /dev/null +++ b/cmake/templates/UseDOLFIN.cmake.in @@ -0,0 +1,60 @@ +# +# This file sets up include directories, link directories, and +# compiler settings for a project to use DOLFIN. It should not be +# included directly, but rather through the DOLFIN_USE_FILE setting +# obtained from DOLFINConfig.cmake. +# + +if (NOT DOLFIN_USE_FILE_INCLUDED) + set(DOLFIN_USE_FILE_INCLUDED 1) + + if(POLICY CMP0012) + cmake_policy(SET CMP0012 NEW) + endif() + + # Require and use C++11 + set(CMAKE_CXX_STANDARD 11) + set(CMAKE_CXX_STANDARD_REQUIRED ON) + set(CMAKE_CXX_EXTENSIONS OFF) + + # Add DOLFIN-installed FindFoo.cmake files to path + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}") + + # Check for Boost + set(BOOST_ROOT $ENV{BOOST_DIR} $ENV{BOOST_HOME}) + if (BOOST_ROOT) + set(Boost_NO_SYSTEM_PATHS on) + endif() + + # Prevent FindBoost.cmake from looking for system Boost{foo}.cmake + # files + set(Boost_NO_BOOST_CMAKE true) + + set(Boost_USE_MULTITHREADED $ENV{BOOST_USE_MULTITHREADED}) + find_package(Boost 1.48 QUIET REQUIRED COMPONENTS + @DOLFIN_BOOST_COMPONENTS_PUBLIC@) + + if (@PETSC_FOUND@) + if (NOT PETSC::petsc) + set(DOLFIN_SKIP_BUILD_TESTS TRUE) + find_package(PETSc REQUIRED QUIET) + endif() + endif() + + if (@SLEPC_FOUND@) + if (NOT SLEPC::slepc) + set(DOLFIN_SKIP_BUILD_TESTS TRUE) + find_package(SLEPc REQUIRED QUIET) + endif() + endif() + + # Add include directories needed to use DOLFIN + include_directories(${DOLFIN_INCLUDE_DIRS}) + + # Add compiler flags needed to use DOLFIN + #set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${DOLFIN_CXX_FLAGS}") + #set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${DOLFIN_LINK_FLAGS}") + #set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${DOLFIN_LINK_FLAGS}") + #set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${DOLFIN_LINK_FLAGS}") + +endif() diff --git a/cmake/templates/cmake_uninstall.cmake.in b/cmake/templates/cmake_uninstall.cmake.in new file mode 100644 index 0000000..1c6a9e1 --- /dev/null +++ b/cmake/templates/cmake_uninstall.cmake.in @@ -0,0 +1,21 @@ +if (NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt\"") +endif() + +file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program( + "@CMAKE_COMMAND@" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval + ) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() diff --git a/cmake/templates/dolfin-get-demos.in b/cmake/templates/dolfin-get-demos.in new file mode 100644 index 0000000..a3cbe10 --- /dev/null +++ b/cmake/templates/dolfin-get-demos.in @@ -0,0 +1,34 @@ +#!/bin/bash +# +# Utility script for installing demos in user's home directory + +DEMO_DIR=@CMAKE_INSTALL_PREFIX@/@DOLFIN_SHARE_DIR@/demo +INSTALL_DIR=$HOME/dolfin-demos +URL="http://fenicsproject.org/documentation/doc_"`echo @DOLFIN_VERSION@ | cut -d'+' -f1`".html" + +echo "This script will install the DOLFIN demos in your home directory:" +echo +echo " $INSTALL_DIR" +echo +echo -n "Do you want to install the DOLFIN demos in your home directory? [y] " +read answer + +if [[ $answer == "y" || $answer == "" ]]; then + echo "Installing demos..." + cp -r $DEMO_DIR $INSTALL_DIR + echo + echo "The demos have now been installed in $INSTALL_DIR." + echo + echo "-------------------------------------------------------------------------------" + echo "To get started, enter the following command:" + echo + echo " cd $INSTALL_DIR/pde" + echo + echo "The documentation can be found at the following address:" + echo + echo " $URL" + echo "-------------------------------------------------------------------------------" + echo +else + echo "ok, demos not installed" +fi diff --git a/cmake/templates/dolfin-version.in b/cmake/templates/dolfin-version.in new file mode 100644 index 0000000..488c39a --- /dev/null +++ b/cmake/templates/dolfin-version.in @@ -0,0 +1,4 @@ +#!/bin/bash + +# Helper script to print the version of DOLFIN +echo @DOLFIN_VERSION@ diff --git a/cmake/templates/dolfin.conf.in b/cmake/templates/dolfin.conf.in new file mode 100644 index 0000000..94626a1 --- /dev/null +++ b/cmake/templates/dolfin.conf.in @@ -0,0 +1,10 @@ +# Helper file for setting non-default DOLFIN environment variables + +# Common Unix variables +export @OS_LIBRARY_PATH_NAME@=@CMAKE_INSTALL_PREFIX@/@DOLFIN_LIB_DIR@:$@OS_LIBRARY_PATH_NAME@ +export PATH=@CMAKE_INSTALL_PREFIX@/@DOLFIN_BIN_DIR@:$PATH +export PKG_CONFIG_PATH=@CMAKE_INSTALL_PREFIX@/@DOLFIN_PKGCONFIG_DIR@:$PKG_CONFIG_PATH +export MANPATH=@CMAKE_INSTALL_PREFIX@/@DOLFIN_MAN_DIR@:$MANPATH + +# Special Mac variables +export DYLD_FRAMEWORK_PATH=/opt/local/Library/Frameworks:$DYLD_FRAMEWORK_PATH diff --git a/cmake/templates/dolfin.pc.in b/cmake/templates/dolfin.pc.in new file mode 100644 index 0000000..3faf2c3 --- /dev/null +++ b/cmake/templates/dolfin.pc.in @@ -0,0 +1,17 @@ +# pkg-config configuration for DOLFIN +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=@CMAKE_INSTALL_PREFIX@ +libdir=${exec_prefix}/@DOLFIN_LIB_DIR@ +includedir=${prefix}/@DOLFIN_INCLUDE_DIR@ +compiler=@CMAKE_CXX_COMPILER@ +definitions=@PKG_DEFINITIONS@ +extlibs=@DOLFIN_EXT_LIBS@ +boost_includedir=@BOOST_INCLUDE_DIR@ + +Name: DOLFIN +Description: Dynamic Object-oriented Library for FINite element computation +Version: @DOLFIN_VERSION@ +Requires: @PKG_REQUIRES@ +Conflicts: +Libs: @PKG_LINKFLAGS@ -L${libdir} -ldolfin +Cflags: @PKG_CXXFLAGS@ -DDOLFIN_VERSION=\"@DOLFIN_VERSION@\" ${definitions} -I${includedir} @PKG_INCLUDES@ diff --git a/cmake/templates/fenics-version.in b/cmake/templates/fenics-version.in new file mode 100644 index 0000000..41549e9 --- /dev/null +++ b/cmake/templates/fenics-version.in @@ -0,0 +1,4 @@ +#!/bin/bash + +# Helper script to print the version of FEniCS +echo @DOLFIN_VERSION@ diff --git a/data/README b/data/README new file mode 100644 index 0000000..8854a9a --- /dev/null +++ b/data/README @@ -0,0 +1,9 @@ +The data in this directory, including example meshes, have been moved +to the FEniCS web server to decrease the size of this repository. For +a selection of meshes, please visit + + http://fenicsproject.org/download/data.html + http://fenicsproject.org/pub/data/meshes/ + +Update 2016: The meshes are now stored again as part of the DOLFIN +repository using Git LFS (https://git-lfs.github.com/). diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt new file mode 100644 index 0000000..495e6c9 --- /dev/null +++ b/demo/CMakeLists.txt @@ -0,0 +1,64 @@ +project(dolfin-demos) + +# Require CMake 2.8 +cmake_minimum_required(VERSION 3.5) + +# Find DOLFIN config file (not used here, but check that the demo will +# be able to find it +#find_package(DOLFIN PATHS ${CMAKE_BINARY_DIR} REQUIRED) +include_directories(${DOLFIN_SOURCE_DIR} ${DOLFIN_SOURCE_DIR}/dolfin ${DOLFIN_BINARY_DIR}) + +# Documented demos +add_subdirectory(documented/auto-adaptive-poisson/cpp) +add_subdirectory(documented/bcs/cpp) +add_subdirectory(documented/biharmonic/cpp) +add_subdirectory(documented/built-in-meshes/cpp) +add_subdirectory(documented/cahn-hilliard/cpp) +add_subdirectory(documented/eigenvalue/cpp) +add_subdirectory(documented/hyperelasticity/cpp) +add_subdirectory(documented/mixed-poisson/cpp) +add_subdirectory(documented/navier-stokes/cpp) +add_subdirectory(documented/neumann-poisson/cpp) +add_subdirectory(documented/nonlinear-poisson/cpp) +add_subdirectory(documented/nonmatching-interpolation/cpp) +add_subdirectory(documented/periodic/cpp) +add_subdirectory(documented/poisson/cpp) +add_subdirectory(documented/singular-poisson/cpp) +add_subdirectory(documented/stokes-iterative/cpp) +add_subdirectory(documented/stokes-taylor-hood/cpp) +add_subdirectory(documented/subdomains/cpp) + +# Undocumented demos +add_subdirectory(undocumented/advection-diffusion/cpp) +add_subdirectory(undocumented/ale/cpp) +add_subdirectory(undocumented/auto-adaptive-navier-stokes/cpp) +add_subdirectory(undocumented/block-matrix/cpp) +add_subdirectory(undocumented/conditional/cpp) +add_subdirectory(undocumented/contact-vi-snes/cpp) +add_subdirectory(undocumented/contact-vi-tao/cpp) +add_subdirectory(undocumented/curl-curl/cpp) +add_subdirectory(undocumented/dg-advection-diffusion/cpp) +add_subdirectory(undocumented/dg-poisson/cpp) +add_subdirectory(undocumented/elasticity/cpp) +add_subdirectory(undocumented/elastodynamics/cpp) +add_subdirectory(undocumented/eval/cpp) +add_subdirectory(undocumented/extrapolation/cpp) +add_subdirectory(undocumented/functional/cpp) +add_subdirectory(undocumented/gmg-poisson/cpp) +add_subdirectory(undocumented/lift-drag/cpp) +add_subdirectory(undocumented/mesh-quality/cpp) +add_subdirectory(undocumented/meshfunction-refinement/cpp) +add_subdirectory(undocumented/multimesh-poisson/cpp) +add_subdirectory(undocumented/multimesh-stokes/cpp) +add_subdirectory(undocumented/nonmatching-projection/cpp) +add_subdirectory(undocumented/parallel-refinement/cpp) +add_subdirectory(undocumented/parameters/cpp) +add_subdirectory(undocumented/poisson1D/cpp) +add_subdirectory(undocumented/poisson1D-in-2D/cpp) +add_subdirectory(undocumented/poisson-disc/cpp) +add_subdirectory(undocumented/refinement/cpp) +add_subdirectory(undocumented/spatial-coordinates/cpp) +add_subdirectory(undocumented/submesh/cpp) +add_subdirectory(undocumented/sym-dirichlet-bc/cpp) +add_subdirectory(undocumented/time-series/cpp) +add_subdirectory(undocumented/waveguide/cpp) diff --git a/demo/README b/demo/README new file mode 100644 index 0000000..6706580 --- /dev/null +++ b/demo/README @@ -0,0 +1,58 @@ +Documenting DOLFIN demos +======================== + +The documentation for the DOLFIN demos is written by hand and located +together with the demos in the DOLFIN source tree. To document a (new) +DOLFIN demo located in the directory foo (for instance pde/poisson), +follow the two steps below. In general, the simplest way is probably +to look at one of the documented demos for instance +(demo/pde/poisson/) and follow the same setup. + +1) Add these 3 files + + * foo/common.txt -- containing common information such as the main + features the demo illustrates and, if applicable, a mathematical + description of the differential equation that is solved. This file + should then be included in the C++ and Python versions. + + * foo/cpp/documentation.rst -- containing the reST source file with + the documentation that is specific to the C++ version of the demo. + + * foo/python/documentation.rst -- containing the reST source file + with the documentation that is specific to the Python version of + the demo. + + If either the C++ or the Python version of the demo does not exist, + feel free to add the version and continue. + +2) Move the directory foo from the directory undocumented/ to the + suitable directory (for instance pde/ or la/). + + +Note + + The demo documentation is automatically included in the complete + DOLFIN documentation when running make doc after building + DOLFIN. While documenting a demo, it may be handy to only run + make doc_demo and then make doc_html_[python|cpp]. + +Note + + Tests for the validity of the code snippets used in the demo + documentation are included in the standard DOLFIN tests. + +C++ and Python specific contents +================================ + +The C++ and Python documentation reST source files should + +* Explain each step of the solution procedure. Do this by including + and explaining code snippets from the demo source code. + +* Include links to the API documentation using the :cpp:class: and + :py:class: directives. Note that for the Python classes, the + full module path is required (for instance + py:class:dolfin.cpp.NewtonSolver) + +* Include the complete set of files needed to run the demo using the + include directive. diff --git a/demo/cmake.local b/demo/cmake.local new file mode 100755 index 0000000..c7516dd --- /dev/null +++ b/demo/cmake.local @@ -0,0 +1,19 @@ +#!/bin/sh + +# Configure for a local install. Build files will be generated in the +# directory $toplevel/local and installation will go in the directory +# $toplevel/build. +# +# This is useful to be able to run demos from within the source tree +# without needing to specify an installation directory. + +# TODO: Add -DCMAKE_BUILD_TYPE=xxxx flag + +INSTALLDIR=`pwd`"/local" + +mkdir -p ../build_demo +cd ../build_demo + +cmake ../demo -DCMAKE_INSTALL_PREFIX=$INSTALLDIR +make + diff --git a/demo/documented/auto-adaptive-poisson/common.txt b/demo/documented/auto-adaptive-poisson/common.txt new file mode 100644 index 0000000..4b7b2b2 --- /dev/null +++ b/demo/documented/auto-adaptive-poisson/common.txt @@ -0,0 +1,138 @@ +In this demo we will use goal oriented adaptivity and error control +which applies a duality technique to derive error estimates taken +directly from the computed solution which then are used to weight +local residuals. To this end, we derive an :math:`\textit{a +posteriori}` error estimate and error indicators. We define a goal +functional :math:`\mathcal{M} : V \rightarrow \mathbb{R}`, which +expresses the localized physical properties of the solution of a +simulation. The objective of goal oriented adaptive error control is +to minimize computational work to obtain a given level of accuracy in +:math:`\mathcal{M}`. + +We will thus illustrate how to: + +* Solve a linear partial differential equation with automatic adaptive mesh refinement +* Define a goal functional +* Use :py:class:`AdaptiveLinearVariationalSolver ` + +The two solutions for u in this demo will look as follows, where the +first is the unrefined while the second is the refined solution: + +.. image:: ../u_unrefined.png + :scale: 75 % + +.. image:: ../u_refined.png + :scale: 75 % + + +Equation and problem definition +------------------------------- + +The Poisson equation is the canonical elliptic partial differential +equation. For a domain :math:`\Omega \subset \mathbb{R}^n` with +boundary :math:`\partial \Omega = \Gamma_{D} \cup \Gamma_{N}`, the +Poisson equation with particular boundary conditions reads: + + +.. math:: + + - \nabla^{2} u &= f \quad {\rm in} \ \Omega, \\ + u &= 0 \quad {\rm on} \ \Gamma_{D}, \\ + \nabla u \cdot n &= g \quad {\rm on} \ \Gamma_{N}. \\ + +Here, :math:`f` and :math:`g` are input data and n denotes the outward +directed boundary normal. The variational form of Poisson equation +reads: find :math:`u \in V` such that + +.. math:: + + a(u, v) = L(v) \quad \forall \ v \in \hat{V}, + +which we will call the continous primal problem, where :math:`V`, +:math:`\hat{V}` are the trial- and test spaces and + + +.. math:: + + a(u, v) &= \int_{\Omega} \nabla u \cdot \nabla v \, {\rm d} x, \\ + L(v) &= \int_{\Omega} f v \, {\rm d} x + \int_{\Gamma_{N}} g v \, {\rm d} s. + +The expression :math:`a(u, v)` is the bilinear form and :math:`L(v)` +is the linear form. It is assumed that all functions in :math:`V` +satisfy the Dirichlet boundary conditions (:math:`u = 0 \ {\rm on} \ +\Gamma_{D}`). + +The above definitions is that of the continuous problem. In the actual +computer implementation we use a descrete formulation which reads: +find :math:`u \in V_h` such that + + +.. math:: + + a(u_h, v) = L(v) \quad \forall \ v \in \hat{V}_h. + +We will refer to the above equation as the discrete primal +problem. Here, :math:`V_h` and :math:`\hat{V_h}` are finite +dimensional subspaces. + +The weak residual is defined as + +.. math:: + + r(v) = L(v) - a(u_h, v). + +By the Galerkin orthogonality, we have + + +.. math:: + + r(v) = L(v) - a(u_h, v) = a(u_h, v) - a(u_h, v) = 0\,\, \forall v \in \hat{V}_{h}, + +which means that the residual vanishes for all functions in +:math:`\hat{V}_{h}`. This property is used further in the derivation +of the error estimates. wish to compute a solution :math:`u_h` to the +discrete primal problem defined above such that for a given tolerance +:math:`\mathrm{TOL}` we have + +.. math:: + + \eta = \left| \mathcal{M}(u_h) - \mathcal{u_h} \right| \leq \mathrm{TOL}. + +Next we derive an :math:`\textit{a posteriori}` error estimate by +defining the discrete dual variational problem: find :math:`z_h \in +V_h^*` such that + +.. :math:: + + a^*(z_h,v) = \mathcal{v}, \quad \forall v \in \hat{V}_h^*. + +Here :math:`V^*, \hat{V}_h^*` are the dual trial- and test spaces and +:math:`a^* : V^* \times \hat{V}^* \rightarrow \mathbb{R}` is the +adjoint of :math:`a` such that :math:`a^*(v,w) = a(w,v)`. We find that + +.. math:: + + \mathcal{M}(u - \mathcal{u_h}) = a^*(z, u - u_h) = a(u - u_h, z) = a(u,z) - a(u_h,z) = L(z) - a(u_h,z) = r(z) + +and by Galerkin orthogonality we have :math:`r(z) = r(z - v_h)\,\, +\forall v_h \in \hat{V}_h`. Note that the residual vanishes if +:math:`z \in \hat{V}_h^*` and has to either be approximated in a +higher order element space or one may use an extrapolation. The choice +of goal functional depends on what quantity you are interested in. +Here, we take the goal functional to be defined as + +.. math:: + + \mathcal{M}(u) = \int_{\Omega} u dx. + + +We use :math:`D\ddot{o}rfler` marking as the mesh marking procedure. + +In this demo, we shall consider the following definitions of the input functions, the domain, and the boundaries: + +* :math:`\Omega = [0,1] \times [0,1]\,` (a unit square) +* :math:`\Gamma_{D} = \{(0, y) \cup (1, y) \subset \partial \Omega\}\,` (Dirichlet boundary) +* :math:`\Gamma_{N} = \{(x, 0) \cup (x, 1) \subset \partial \Omega\}\,` (Neumann boundary) +* :math:`g = \sin(5x)\,` (normal derivative) +* :math:`f = 10\exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02)\,` (source term) + diff --git a/demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl.rst b/demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl.rst new file mode 100644 index 0000000..d650952 --- /dev/null +++ b/demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl.rst @@ -0,0 +1,25 @@ +UFL input for the auto adaptive Poisson problem +=============================================== + +UFL code:: + + element = FiniteElement("CG", triangle, 1) + u = TrialFunction(element) + v = TestFunction(element) + + f = Coefficient(element) + g = Coefficient(element) + + a = dot(grad(u), grad(v))*dx() + L = f*v*dx() + g*v*ds() + M = u*dx() + +Before the form file can be used in the C++ program, it must be +compiled using FFC by running (on the command-line): + +.. code-block:: sh + + ffc -l dolfin -e AdaptivePoisson.ufl + +Parameter ``-e`` ensures that a code for forms used for error control +is generated. diff --git a/demo/documented/auto-adaptive-poisson/cpp/main.cpp.rst b/demo/documented/auto-adaptive-poisson/cpp/main.cpp.rst new file mode 100644 index 0000000..38d7747 --- /dev/null +++ b/demo/documented/auto-adaptive-poisson/cpp/main.cpp.rst @@ -0,0 +1,97 @@ +Auto adaptive Poisson equation (C++) +==================================== + +Implementation +-------------- + +Running this demo requires the files: :download:`main.cpp`, +:download:`AdaptivePoisson.ufl` and :download:`CMakeLists.txt`. + +Under construction. + +.. code-block:: cpp + + #include + #include "AdaptivePoisson.h" + + using namespace dolfin; + + // Source term (right-hand side) + class Source : public Expression + { + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy) / 0.02); + } + }; + + // Normal derivative (Neumann boundary condition) + class dUdN : public Expression + { + void eval(Array& values, const Array& x) const + { values[0] = sin(5*x[0]); } + }; + + // Sub domain for Dirichlet boundary condition + class DirichletBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS; } + }; + + int main() + { + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Create mesh and define function space + auto mesh = std::make_shared(8, 8); + auto V = std::make_shared(mesh); + + // Define boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + auto bc = std::make_shared(V, u0, boundary); + + // Define variational forms + auto a = std::make_shared(V, V); + auto L = std::make_shared(V); + auto f = std::make_shared(); + auto g = std::make_shared(); + L->f = f; + L->g = g; + + // Define Function for solution + auto u = std::make_shared(V); + + // Define goal functional (quantity of interest) + auto M = std::make_shared(mesh); + + // Define error tolerance + double tol = 1.e-5; + + // Solve equation a = L with respect to u and the given boundary + // conditions, such that the estimated error (measured in M) is less + // than tol + std::vector> bcs({bc}); + auto problem = std::make_shared(a, L, u, bcs); + AdaptiveLinearVariationalSolver solver(problem, M); + solver.parameters("error_control")("dual_variational_solver")["linear_solver"] + = "cg"; + solver.parameters("error_control")("dual_variational_solver")["symmetric"] + = true; + solver.solve(tol); + + solver.summary(); + + // Output solution to XDMF for Paraview + XDMFFile("initial_solution.xdmf").write(u->root_node()); + XDMFFile("final_solution.xdmf").write(u->leaf_node()); + + return 0; + } diff --git a/demo/documented/auto-adaptive-poisson/u_refined.png b/demo/documented/auto-adaptive-poisson/u_refined.png new file mode 100644 index 0000000000000000000000000000000000000000..69489da331505d85b07408530e0685fa8acb760a GIT binary patch literal 39800 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 CD~Npn literal 0 HcmV?d00001 diff --git a/demo/documented/auto-adaptive-poisson/u_unrefined.png b/demo/documented/auto-adaptive-poisson/u_unrefined.png new file mode 100644 index 0000000000000000000000000000000000000000..f1373a9bcf24b78ad560f425258f8ba8e4e8b0b9 GIT binary patch literal 31880 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. +# +# First added: 2008-05-23 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation. +# +# Compile these forms with FFC: ffc -l dolfin Poisson.ufl + +element = FiniteElement("Lagrange", tetrahedron, 1) + +v = TestFunction(element) +u = TrialFunction(element) +f = Coefficient(element) + +a = dot(grad(u), grad(v))*dx +L = f*v*dx diff --git a/demo/documented/bcs/cpp/documentation.rst b/demo/documented/bcs/cpp/documentation.rst new file mode 100644 index 0000000..0a1f40e --- /dev/null +++ b/demo/documented/bcs/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for the bcs demo from DOLFIN. + +.. _demo_pde_bcs_cpp_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/bcs/cpp/main.cpp b/demo/documented/bcs/cpp/main.cpp new file mode 100644 index 0000000..889a136 --- /dev/null +++ b/demo/documented/bcs/cpp/main.cpp @@ -0,0 +1,70 @@ +// Copyright (C) 2008 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2008-05-23 +// Last changed: 2012-07-05 +// +// This demo illustrates how to set boundary conditions for meshes +// that include boundary indicators. The mesh used in this demo was +// generated with VMTK (http://www.vmtk.org/). + +#include +#include "Poisson.h" + +using namespace dolfin; + +int main() +{ + // Create mesh and finite element + auto mesh = std::make_shared("../aneurysm.xml.gz"); + + // Define variational problem + auto f = std::make_shared(0.0); + auto V = std::make_shared(mesh); + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + L.f = f; + + // Define boundary condition values + auto u0 = std::make_shared(0.0); + auto u1 = std::make_shared(1.0); + auto u2 = std::make_shared(2.0); + auto u3 = std::make_shared(3.0); + + // Define boundary conditions + DirichletBC bc0(V, u0, 0); + DirichletBC bc1(V, u1, 1); + DirichletBC bc2(V, u2, 2); + DirichletBC bc3(V, u3, 3); + std::vector bcs{{&bc0, &bc1, &bc2, &bc3}}; + + // Set PETSc MUMPS paramter (this is required to prevent a memory + // error in some cases when using MUMPS LU solver). + #ifdef HAS_PETSC + PETScOptions::set("mat_mumps_icntl_14", 40.0); + #endif + + // Compute solution + Function u(V); + solve(a == L, u, bcs); + + // Write solution to file + File file("u.pvd"); + file << u; + + return 0; +} diff --git a/demo/documented/bcs/demo_bcs.png b/demo/documented/bcs/demo_bcs.png new file mode 100644 index 0000000000000000000000000000000000000000..a38b45f81b84e893b9ab18b5a84a86cada9596c1 GIT binary patch literal 62820 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 K;WGa;dGud31pizB literal 0 HcmV?d00001 diff --git a/demo/documented/bcs/python/demo_bcs.py b/demo/documented/bcs/python/demo_bcs.py new file mode 100644 index 0000000..6485199 --- /dev/null +++ b/demo/documented/bcs/python/demo_bcs.py @@ -0,0 +1,79 @@ +"""This demo illustrates how to set boundary conditions for meshes +that include boundary indicators. The mesh used in this demo was +generated with VMTK (http://www.vmtk.org/).""" + +# Copyright (C) 2008-2012 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Martin Alnaes 2012 +# +# First added: 2008-05-23 +# Last changed: 2012-10-16 +# Begin demo + +import matplotlib.pyplot as plt +from dolfin import * + +# Create mesh and define function space +mesh = Mesh("../aneurysm.xml.gz") +V = FunctionSpace(mesh, "CG", 1) + +# Define variational problem +u = TrialFunction(V) +v = TestFunction(V) +f = Constant(0.0) +a = dot(grad(u), grad(v))*dx +L = f*v*dx + +# Define boundary condition values +u0 = Constant(0.0) +u1 = Constant(1.0) +u2 = Constant(2.0) +u3 = Constant(3.0) + +if has_pybind11(): + markers = MeshFunction("size_t", mesh, mesh.topology().dim()-1, 9999) + for (f, v) in mesh.domains().markers(mesh.topology().dim()-1).items(): + markers[f] = v + + # Define boundary conditions + bc0 = DirichletBC(V, u0, markers, 0) + bc1 = DirichletBC(V, u1, markers, 1) + bc2 = DirichletBC(V, u2, markers, 2) + bc3 = DirichletBC(V, u3, markers, 3) +else: + # Define boundary conditions + bc0 = DirichletBC(V, u0, 0) + bc1 = DirichletBC(V, u1, 1) + bc2 = DirichletBC(V, u2, 2) + bc3 = DirichletBC(V, u3, 3) + +# Set PETSc MUMPS paramter (this is required to prevent a memory error +# in some cases when using MUMPS LU solver). +if has_petsc(): + PETScOptions.set("mat_mumps_icntl_14", 40.0) + +# Compute solution +u = Function(V) +solve(a == L, u, [bc0, bc1, bc2, bc3]) + +# Write solution to file +File("u.pvd") << u + +# Plot solution +plot(u) +plt.show() diff --git a/demo/documented/bcs/python/documentation.rst b/demo/documented/bcs/python/documentation.rst new file mode 100644 index 0000000..e6bed96 --- /dev/null +++ b/demo/documented/bcs/python/documentation.rst @@ -0,0 +1,103 @@ +.. Documentation for the bcs demo from DOLFIN. + +.. _demo_pde_bcs_documentation: + + +Set boundary conditions for meshes that include boundary indicators +=================================================================== + +This demo is implemented in a single python file, :download:`demo_bcs.py`, +which contains both the variational form and the solver. + + +.. include:: ../common.txt + +Implementation +-------------- + +This description goes through the implementation (in +:download:`demo_bcs.py`) of a solver for the above described Poisson +equation and how to set boundary conditions for a mesh that includes +boundary indicators. + +First, the :py:mod:`dolfin` module is imported: + +.. code-block:: python + + from dolfin import * + +Then, we import the mesh and create a finite element function space +:math:`V` relative to this mesh. In this case we create a +:py:class:`FunctionSpace` +``V`` consisting of continuous piecewise linear polynomials. + +.. code-block:: python + + # Create mesh and define function space + mesh = Mesh("../aneurysm.xml.gz") + V = FunctionSpace(mesh, "CG", 1) + +Now, we define the trial function u and the test function v, both living in the function space ``V``. We also define our variational problem, a and L. u and v are defined using the classes +:py:class:`TrialFunction ` and +:py:class:`TestFunction`, +respetively, on the :py:class:`FunctionSpace` ``V``. +The source :math:`f` may be defined as a :py:class:`Constant `. +The bilinear and linear forms, ``a`` and ``L`` respectively, are defined using UFL operators. +Thus, the definition of the variational problem reads: + +.. code-block:: python + + # Define variational problem + u = TrialFunction(V) + v = TestFunction(V) + f = Constant(0.0) + a = dot(grad(u), grad(v))*dx + L = f*v*dx + +Before we can solve the problem we must specify the boundary conditions. +We begin with specifying the values of the boundary conditions as :py:class:`Constant `s. +Then we use the class :py:class:`DirichletBC ` to define the Dirichlet boundary conditions: + +.. code-block:: python + + # Define boundary condition values + u0 = Constant(0.0) + u1 = Constant(1.0) + u2 = Constant(2.0) + u3 = Constant(3.0) + + # Define boundary conditions + bc0 = DirichletBC(V, u0, 0) + bc1 = DirichletBC(V, u1, 1) + bc2 = DirichletBC(V, u2, 2) + bc3 = DirichletBC(V, u3, 3) + +:py:class:`DirichletBC ` takes three arguments, the first one is our function space ``V``, +the next is the boundary condition value and the third is the subdomain indicator which is information stored in the mesh. + +At this point we are ready to create a :py:class:`Function ` ``u`` to store the solution and call the solve function with the arguments +``a == L``, ``u``, ``[bc0, bc1, bc2, bc3]``, as follows: + +.. code-block:: python + + # Compute solution + u = Function(V) + solve(a == L, u, [bc0, bc1, bc2, bc3]) + +When we have solved the problem, we save the solution to file and plot it. + +.. code-block:: python + + # Write solution to file + File("u.pvd") << u + + # Plot solution + plot(u, interactive=True) + + +Complete code +------------- + +.. literalinclude:: demo_bcs.py + :start-after: # Begin demo + diff --git a/demo/documented/biharmonic/biharmonic_u.png b/demo/documented/biharmonic/biharmonic_u.png new file mode 100644 index 0000000000000000000000000000000000000000..f2e7fdc45a3856d7c2de380ef0f6624601c6bebb GIT binary patch literal 35721 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 literal 0 HcmV?d00001 diff --git a/demo/documented/biharmonic/cpp/Biharmonic.ufl.rst b/demo/documented/biharmonic/cpp/Biharmonic.ufl.rst new file mode 100644 index 0000000..b57db2e --- /dev/null +++ b/demo/documented/biharmonic/cpp/Biharmonic.ufl.rst @@ -0,0 +1,50 @@ +UFL input for the Biharmonic equation +===================================== + +The finite element space is defined:: + + element = FiniteElement("Lagrange", triangle, 2) + +On the space ``element``, trial and test functions, and the source +term are defined:: + + # Trial and test functions + u = TrialFunction(element) + v = TestFunction(element) + f = Coefficient(element) + + +Next, the outward unit normal to cell boundaries and a measure of the +cell size are defined. The average size of cells sharing a facet will +be used (``h_avg``). The UFL syntax ``('+')`` and ``('-')`` restricts +a function to the ``('+')`` and ``('-')`` sides of a facet, +respectively. The penalty parameter ``alpha`` is made a +:cpp:class:`Constant` so that it can be changed in the program without +regenerating the code. :: + + # Normal component, mesh size and right-hand side + n = FacetNormal(triangle) + h = CellDiameter(triangle) + h_avg = (h('+') + h('-'))/2 + + # Parameters + alpha = Coefficient(FiniteElement("Real", triangle, 0)) + +Finally the bilinear and linear forms are defined. Integrals over +internal facets are indicated by ``*dS``. :: + + # Bilinear form + a = inner(div(grad(u)), div(grad(v)))*dx \ + - inner(avg(div(grad(u))), jump(grad(v), n))*dS \ + - inner(jump(grad(u), n), avg(div(grad(v))))*dS \ + + alpha/h_avg*inner(jump(grad(u), n), jump(grad(v),n))*dS + + # Linear form + L = f*v*dx + +Before the form file can be used in the C++ program, it must be +compiled using FFC by running (on the command-line): + +.. code-block:: sh + + ffc -l dolfin Biharmonic.ufl diff --git a/demo/documented/biharmonic/cpp/main.cpp.rst b/demo/documented/biharmonic/cpp/main.cpp.rst new file mode 100644 index 0000000..a4f5f31 --- /dev/null +++ b/demo/documented/biharmonic/cpp/main.cpp.rst @@ -0,0 +1,219 @@ +Biharmonic equation (C++) +========================= + +This demo illustrates how to: + +* Solve a linear partial differential equation +* Use a discontinuous Galerkin method +* Solve a fourth-order differential equation + +The solution for :math:`u` in this demo will look as follows: + +.. image:: ../biharmonic_u.png + :scale: 75 % + +Equation and problem definition +------------------------------- + +The biharmonic equation is a fourth-order elliptic equation. On the +domain :math:`\Omega \subset \mathbb{R}^{d}`, :math:`1 \le d \le 3`, +it reads + +.. math:: + \nabla^{4} u = f \quad {\rm in} \ \Omega, + +where :math:`\nabla^{4} \equiv \nabla^{2} \nabla^{2}` is the +biharmonic operator and :math:`f` is a prescribed source term. To +formulate a complete boundary value problem, the biharmonic equation +must be complemented by suitable boundary conditions. + +Multiplying the biharmonic equation by a test function and integrating +by parts twice leads to a problem second-order derivatives, which +would requires :math:`H^{2}` conforming (roughly :math:`C^{1}` +continuous) basis functions. To solve the biharmonic equation using +Lagrange finite element basis functions, the biharmonic equation can +be split into two second-order equations (see the Mixed Poisson demo +for a mixed method for the Poisson equation), or a variational +formulation can be constructed that imposes weak continuity of normal +derivatives between finite element cells. The demo uses a +discontinuous Galerkin approach to impose continuity of the normal +derivative weakly. + +Consider a triangulation :math:`\mathcal{T}` of the domain +:math:`\Omega`, where the set of interior facets is denoted by +:math:`\mathcal{E}_h^{\rm int}`. Functions evaluated on opposite +sides of a facet are indicated by the subscripts ':math:`+`' and +':math:`-`'. Using the standard continuous Lagrange finite element +space + +.. math:: + V = \left\{v \in H^{1}_{0}(\Omega)\,:\, v \in P_{k}(K) \ \forall \ K \in \mathcal{T} \right\} + +and considering the boundary conditions + +.. math:: + u &= 0 \quad {\rm on} \ \partial\Omega \\ + \nabla^{2} u &= 0 \quad {\rm on} \ \partial\Omega + +a weak formulation of the biharmonic problem reads: find :math:`u \in +V` such that + +.. math:: + a(u,v)=L(v) \quad \forall \ v \in V, + +where the bilinear form is + +.. math:: + a(u, v) = \sum_{K \in \mathcal{T}} \int_{K} \nabla^{2} u \nabla^{2} v \, {\rm d}x \ + +\sum_{E \in \mathcal{E}_h^{\rm int}}\left(\int_{E} \frac{\alpha}{h_E} [\!\![ \nabla u ]\!\!] [\!\![ \nabla v ]\!\!] \, {\rm d}s + - \int_{E} \left<\nabla^{2} u \right>[\!\![ \nabla v ]\!\!] \, {\rm d}s + - \int_{E} [\!\![ \nabla u ]\!\!] \left<\nabla^{2} v \right> \, {\rm d}s\right) + +and the linear form is + +.. math:: + L(v) = \int_{\Omega} fv \, {\rm d}x + +Furthermore, :math:`\left< u \right> = \frac{1}{2} (u_{+} + u_{-})`, :math:`[\!\![ +w ]\!\!] = w_{+} \cdot n_{+} + w_{-} \cdot n_{-}`, :math:`\alpha \ge +0` is a penalty parameter and :math:`h_E` is a measure of the cell size. + +The input parameters for this demo are defined as follows: + +* :math:`\Omega = [0,1] \times [0,1]` (a unit square) +* :math:`\alpha = 8.0` (penalty parameter) +* :math:`f = 4.0 \pi^4\sin(\pi x)\sin(\pi y)` (source term) + + +Implementation +-------------- + +The implementation is split in two files, a form file containing the +definition of the variational forms expressed in UFL and the solver +which is implemented in a C++ file. + +Running this demo requires the files: :download:`main.cpp`, +:download:`Biharmonic.ufl` and :download:`CMakeLists.txt`. + +UFL form file +^^^^^^^^^^^^^ + +The UFL file is implemented in :download:`Biharmonic.ufl`, and the +explanation of the UFL file can be found at :doc:`here +`. + + +C++ program +^^^^^^^^^^^ + +The DOLFIN interface and the code generated from the UFL input is +included, and the DOLFIN namespace is used: + +.. code-block:: cpp + + #include + #include "Biharmonic.h" + + using namespace dolfin; + +A class ``Source`` is defined for the function :math:`f`, with the +function ``Expression::eval`` overloaded: + +.. code-block:: cpp + + // Source term + class Source : public Expression + { + public: + + void eval(Array& values, const Array& x) const + { + values[0] = 4.0*std::pow(DOLFIN_PI, 4)* + std::sin(DOLFIN_PI*x[0])*std::sin(DOLFIN_PI*x[1]); + } + + }; + +A boundary subdomain is defined, which in this case is the entire +boundary: + +.. code-block:: cpp + + // Sub domain for Dirichlet boundary condition + class DirichletBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return on_boundary; } + }; + +The main part of the program is begun, and a mesh is created with 32 +vertices in each direction: + +.. code-block:: cpp + + int main() + { + // Make mesh ghosted for evaluation of DG terms + parameters["ghost_mode"] = "shared_facet"; + + // Create mesh + auto mesh = std::make_shared(32, 32); + +The source function, a function for the cell size and the penalty term +are declared: + +.. code-block:: cpp + + // Create functions + auto f = std::make_shared(); + auto alpha = std::make_shared(8.0); + +A function space object, which is defined in the generated code, is +created: + +.. code-block:: cpp + + // Create function space + auto V = std::make_shared(mesh); + +The Dirichlet boundary condition on :math:`u` is constructed by +defining a :cpp:class:`Constant` which is equal to zero, defining the +boundary (``DirichletBoundary``), and using these, together with +``V``, to create ``bc``: + +.. code-block:: cpp + + // Define boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, u0, boundary); + +Using the function space ``V``, the bilinear and linear forms are +created, and function are attached: + +.. code-block:: cpp + + // Define variational problem + Biharmonic::BilinearForm a(V, V); + Biharmonic::LinearForm L(V); + a.alpha = alpha; L.f = f; + +A :cpp:class:`Function` is created to hold the solution and the +problem is solved: + +.. code-block:: cpp + + // Compute solution + Function u(V); + solve(a == L, u, bc); + +The solution is then written to a file in VTK format: + +.. code-block:: cpp + + // Save solution in VTK format + File file("biharmonic.pvd"); + file << u; + + return 0; + } diff --git a/demo/documented/built-in-meshes/common.txt b/demo/documented/built-in-meshes/common.txt new file mode 100644 index 0000000..e9f0940 --- /dev/null +++ b/demo/documented/built-in-meshes/common.txt @@ -0,0 +1,15 @@ +This demo illustrates: + +* How to define some of the different built-in meshes in DOLFIN + +Problem definition +------------------ + +The demo focuses on the built-in meshes. We will look at the following +meshes: + +* :py:class:`UnitIntervalMesh ` +* :py:class:`UnitSquareMesh ` +* :py:class:`RectangleMesh ` +* :py:class:`UnitCubeMesh ` +* :py:class:`BoxMesh ` diff --git a/demo/documented/built-in-meshes/cpp/main.cpp.rst b/demo/documented/built-in-meshes/cpp/main.cpp.rst new file mode 100644 index 0000000..fe37077 --- /dev/null +++ b/demo/documented/built-in-meshes/cpp/main.cpp.rst @@ -0,0 +1,57 @@ +Built-in meshes +=============== + +This demo illustrates: + +* How to define some of the different built-in meshes in DOLFIN +* Writing meshes to the XDMF format for viewing in Paraview. + +Implementation +-------------- + +Running this demo requires the files: :download:`main.cpp` and +:download:`CMakeLists.txt`. + + +Under construction + +.. code-block:: cpp + + #include + + using namespace dolfin; + + int main() + { + if (dolfin::MPI::size(MPI_COMM_WORLD) == 1) + { + UnitIntervalMesh interval(10); + XDMFFile("interval.xdmf").write(interval); + } + + UnitSquareMesh square_default(10, 10); + XDMFFile("square_default.xdmf").write(square_default); + + UnitSquareMesh square_left(10, 10, "left"); + XDMFFile("square_left.xdmf").write(square_left); + + UnitSquareMesh square_crossed(10, 10, "crossed"); + XDMFFile("square_crossed.xdmf").write(square_crossed); + + UnitSquareMesh square_right_left(10, 10, "right/left"); + XDMFFile("square_right_left.xdmf").write(square_right_left); + + RectangleMesh rectangle_default(Point(0.0, 0.0), Point(10.0, 4.0), 10, 10); + XDMFFile("rectangle_default.xdmf").write(rectangle_default); + + RectangleMesh rectangle_right_left(Point(-3.0, 2.0), Point(7.0, 6.0), 10, 10, "right/left"); + XDMFFile("rectangle_right_left.xdmf").write(rectangle_right_left); + + UnitCubeMesh cube(10, 10, 10); + XDMFFile("cube.xdmf").write(cube); + + BoxMesh box(Point(0.0, 0.0, 0.0), Point(10.0, 4.0, 2.0), 10, 10, 10); + XDMFFile("box.xdmf").write(box); + + return 0; + } diff --git a/demo/documented/cahn-hilliard/cahn-hilliard_c.png b/demo/documented/cahn-hilliard/cahn-hilliard_c.png new file mode 100644 index 0000000000000000000000000000000000000000..d81f3ee0b5b29ac9394a4c8869b59371d830e01b GIT binary patch literal 93097 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 QU9}3 zpOfVQC<`Mb5GqpUJxdMuY^AD6Flrb@_xgYB_rjP|3>{m2Lg9MHD zq$Br~ebzA7XR4-O=Oi;>#v(?uWkxKED=>;Yt%^0&iSs_IcRa)$5Axtn-t-rJ;DpU% zGqQgC3Vqi(^6EE=z@TPv#B85&%DzfPm6<-OY+3Ni*89(usJ!Dc#z}g(Bx@sWMWir7 zYd?^VPt|TMZ{kj6lE|?~s%l#njc%i*F^Z`^{qeh-A=B=D%|+Lxd$-H5p_g)pL8eNX z5tacF)+&Hd`sTcm{Lu%OBr%Dg2OJO*oO!xjdzIe%2pdfAIPecL^e%-bQue=r$a_7IbFQ<&TgW^k9P)g2g zXGw|sck28|mPTCi6Nb-Rg(Oi)ZX2HHqL0Nj0m8@nN+P3+$FF&|Wr0!$DkUjPk(j7# z*G?>sSv}+Zg2s)$`#)ryc+SUs{)2rLEz1H*qHjvRq(#Jxfq?bSr+-Hs&Eg*GA5I7E zEt^&`H(*dRsHg%qY1O32zEDq52UH26HRhOEA9(XKWM)7J)D?9a_bTegQCHmc5P$q^ z86{UWmqr93DJcP{$z@5+_p)LdQL4aOFH&Idnun4km8jZAi)C+)w9XXAeC_hHqDE%k z_TkUQ=RPIecBfu*v+lLdD^-RiV;Cofsr2c4X6fGRt{9>OV=A@X#?h)9p^HtKL-KfGj9)HzKpkjB)#&P^1*-Aeb%u!;=Jd} zBMUT*PrF2r7_?GFE#&V%=wHj%}K zN49u3^j@nOMQj}4$Id~O*L>I5m{@mt)ZCY)CFfcc38KzPtaUGMI9<&19zO49(C>V{ zIp;~TaigrAW%UfbK(C?>Uc5A0zx`PU>IxgwAbBIUSs5aPz%WvEd?gR;U=*$FM--`) zaa6nI8sA$L8xwCg;3cr6y!F}Auc?GLe?HC6gqQ``=&sQ$c!I%TscY$S?X=@?5$iHE z#GRWa1+NP>iY6BuQ_j~GeAbc%`NnH`&fjUs{76gWiY$xUPPxRE|6j)@Zv-7YRtJXE~r`~ ze76xI-;^;zKNYpnpopC*)K59ieYI_vF~1VZHJds8Nxbtz>E+J~D!lSpg0k0IVq)t& zTNfFRJzqW*n(Q^gQcs?&$IzMp;bV6_^uMZa{;pWiWhLCT#oNL{&aN!>|8Zoo@q>I+ z?$`o~DxbVk>q@G?34OgrL$XSt^$)1IH*NdtAYLeq6Oy|MFs$+YI_DrO==II7og|x9 zv2u#39=+fJD?ywN8va$4Cv_PRQnuRYvl5+_2{me4|ISg4ATfn7p`b=tAgR;h?nAIE z4xngdc>(aUljVp#^;H+QKGh&ZAqc71Qabx;rf3?=RAk%`d&coWg-yG2%`MDLqgFOk z$Gl+<@(zL~D!B1J&OJ#G-tb9%=}~;-CR0tN)CF5!=z%yQLJ&#b9bj>K62-+yS9cQ$ z{mwVjnLiuudr&XCR8QQ8C+*FX_LjvlBJ?VD4zn^Datplrn<9Y_2$erZixWy6uBJ*7 zr-O8wDVt0&kz5g^^N|S4ftK8LQy8s}0}~6nIqk`L3P(q+T^KPOv15^~^91-283;9q ziel)!Y=@L*4P9vxG*7hy+&x?W_%Ac8sJN zGd7qi_55R`5-MR(@sYodRmIUiR~1E6z-xp##7tXtw3SKe7PNwDA|ciH$9t}neGZh_ zfrFeC1*@!u8p$){GmcmVk}_^G>q<0=0x4~e zAc9!Wz?~225qkl=_f)-fGoKrYm9+wG%8axoRiW*#$SH0ajZ`!%in3;oxoKi9S&67+muQjr6mR=wTH{M4G?(PW{Dl`d&U|6N(^jUvgs?HikJVHp6u?3>$rigZQiP|G} zoxD2?*{i3tbkIJB=7jP-3VY6iHHN<6Oi|$-7o=A_M?U)5U39^S#+0HzF0 zMUq)=<;L6l(knv#WIcw~1PC7!>#fhO4&KOg4?$N>i($!*C6f9EZ>6=SkqF|4WTSwR za&!C02;AiL~^C{+2fZGu67N?jne(qIiqs8V}t znwgoX6VR&ShY!2W=Wo9a$`O08 z*{g#HNeSwRZf29H{ODm2zWi@`+F@uwln;DeFMX4MKI^lcK~Y`rrNNN1mQ1!KW!T$tj?}w{01ZppJ8nUXq!&ND#Ld zl~4kEEQX)%AI|BZrNC)dZbfGGQna?Zr~>@pPCex)dDr{nubmx|^6ZnvIzV z7>+q~cltHGz-}vK(<)9onCZS{Vu>-QQSyVlVT{KPLlfKbTY(4F4s9y_#B2hrh1(xu zzxDjnRUEf3OARldiCY)A?_s@f8~=1Ir@yLSF57(?k{Oc%oOb)D4)g+3`+A!5pvR!{ zea)6Jw&ITfLM{i|<~U5A{5ei-?J9ba(!i4n>fGrVEhaSh?L@GFM@gv@G5D)XM;#TI zA9D8=-L~L6{jK-0X%+jg19;`>a`1XkUU6Xzfy2(JB}=kaBUB`by1Ao8K{aXAl3YId zrF7imL~*gv0T}m{;9EZ{W*Fx%8Y4iLz9}Fa^VW3oL2}P@m1}H1GCrfSasfs6`=y5SEEW*W8nsB_9Xx(g~os-5tR@Ge0+!I z`4}NGeX5;BvHBw_mOi8oiE6gX^NkR?m65gXl$X0=41Gll9nJ6Cm6r*Z1F29kC~0xzRVu`6Z@m4%=N;Pcz%sxq+-0 zcr>L2LW($BA~Dun?MrU%H;NV#ViUl184yZGIx9G2ySXS$< ztf19h#X3g^HFZUkAM#=Y5i`P=EyX?w7I!8k_Do!CXx+h*?VTMuvDjRW22bGin#AzlLFZsp~KZJ97fE8uXL z49hJdRi!1AaNN=I?!Qh`)4cE*@;}ZLcBb>rmVMSzS8lNS%tQ8>mn0B_9rbR#b&5%W z@UglkK)6e;l>Zc{1p@OU<_27RJ4ftEuc8;6^eEiBovLzM9qt)%IFx{ZWG*P3*{30c zL?}LW+n$P2np}QN!WBQ%ryeSwxI*7}mi+B^^xe;w%WmiKn{pg8p1_i{ZE}c-nE|6n z73kIUdZgqPzDiJK)X+r62^E5N+MKmWs@bNfY+E3y$5%!rR7h}AQbVYWNvK%AV16>8 zbZ3`d>>L|rJh>~18Z3=-103q)=6iSOK^wyb-%U?DOb*z~)6 zA8N7GuydX#ypY8)v;8!CB-4EvWJhsQ=7;FRer*YnC`nLNRgnn}K33NR2zSX9C0iT? zg50-VH_UPMT|8+YR9P6Yb{0`$;>x?JD(Z?*IaR7_Cl&@01h;_%by8?5mZ@GLP?7Pk zU}1^r%Dvcba6nY#-M_$Pw}Y~F#&_YAwMyGnhmq6}0+mo9m9aE&hl`Ov!`g9lQB)J6 zm_xP6&Q-H)guvySnVn*Kz%VjwsA|&K>t`X**jXWO%8qau1&iovh%Uwc0~Kw~sy!k) z>CZs4K1-3mzgQ37E01y&5dQ36^z0|eTQAc6*UN?P7`@<)eE<<_&0o$4-KJYts4_Rr z(@v0#zy3#Qsw>#(daUwiFAi7Ss_*!m{=+Ne{Vx@icYaAP_!X%u`aNQD?mIU{75Ln1 zq^|hkL;klPy&rYR2b#z@f>Kxh)`OFN5qHueZp0-JdJr9`YGJGd^$`qnI9$l<7cK`3LEVd!x!?!{V4KFx~U6 zn+JDL1vH4D_nxquL^Op|sj3CwOpx#~x+XxlOD?m?CEGoPL65t)Fgrz60c@J}Vp5gd z<5#}wiaI%4GHp$g+v+RHhx%Nc6UnZJoR(s2rj19*6AY~P>y6Kn4}3Gd=r|eF9KRpn z1AE0f6QZ{?j1#H^kt$gvn@Cd0Tr+=(ZQ=YSemcg9&C5qZMMYDbsItVCZi1ti`1lQezz~OtNntKd`yz`6c z?4tyD%d_NGsFo`)A$GiPI@Bt~LV1HvW}hr~!s zpzOZV^@CC5x*xG&j;P%I2zAZa+E5b7nkJE^xQe`DxGW}HvJC5YB|iKs1!5$LB-C=+ z4E*p`dTE_9{x*2;$6x*N`0!00v2EH0&=&?h*3L1E^lDblFx7aCGbSXkX$`-1MUdbn z(hx&LRF#Qk^s&7rK)6dTGuiNjOydx&k!gOsB1=vDpFNhZ?r>n zhDMvTPOc1v_OEmqP&-HaGT126+83X+pQz+6H$c3+G>VMPm#<)$at=MM(C zMkpBtTR&$?QdNplRh$JI%803 z*g2MzykKb}XG}Cnnxx~1rdCZA<;UAvY`f+jML1}KTy_V0tYeh?bfVDDy?}HWVaOke zt~AMy70UQ^+F@#Myjj;Da&3)6S6jMYS_Zkpxp%CWj{R$qXSt;3-FW zzx zuweyjX8igW4DW6HMUtf`!ziP~Fv*h7#1JdQl5+sufRjQ>AwlvE3i*Hk#ha}Erfb3o zcgf}87kp@gWpG^ZZT48DzxQ;xe;Wtv#=rg8W5(<(Y%_g|5J#d?-w})yR=IZ@012Wd z3~FbJLM{_Z(lQE1tqJ-Qm-4hHcuOKSUQW5=LFa`=+xKnvvF~pD%#nVNfA%^3>t7L7Zh1%e?T;!+*RPbL_mz9MDZ+*4Exq6k z(;lOm8DT^d5`u|yRP{1OnBR)!_~HH<_jahr`JYIyd8WMM)A~Qpk?Y^29jwe64I3i;P>9v!e7E2mj#uq#Q3x0(bh zrGiGNqeZ`p2$is7iR}x#=f@#8BWj94l6c@d6BK+*uL%(Dk}GELE2)eG&i^I3qN1uPTcwIqNrQa(dbN+uxbY}+D>nBe zBX{T zs-h?KlyO6?H0me_%#WFGa^o!Aebo9e3Q2=%LPa&mq?P_Lye87T@}KHh?-3a@$! zNAD|5qzdG0Pw9M-tR||WULce_Sy#$c#m+ZH8a?p{f5qpYB34lw^i1Srv2nq3SXAiP zz8ysjFOq3decPv9J`ag;;?q~^Fmk{~5Ps=I88z(yrd9|QzxY-T4drtp36hDNj~cOC z`Uq1ijcR}(8pN~Kmd|sZ8!+fG-!MPUx@f~Bqbu6 zL{)D3%bWji|5{Jh|Ftz?guCRjZ80C2eUj~iJK1dohvy@7}AjPzlb19@P_;q`iPL#EwkVOiCR_NvbI^Y`mopEsgB}l2ihf^A9l( zXLLu5k1;BeX<>xsT(#T~l*jLd!u*h4-~WCpD!VB&ng)VO{?}XAMv=h^BQ!P>vNY;) zZssn2VrRdF+K~#jO;_0aY&2-RS z$-4D5n`X`0Ivg>-#QY+4c5k`AMelyTB=Qo8`7Bjwe{ zFv`dI)~G^uZRBgXJ45`diF80bBS^E(XYk`Bl(+rcU`~9zf1nwpD*)txG$z* z86)ieJ1YF+SGD*XPdQj$_fdWMX@YR)1H9}c`L&Z|+dMdSwu-1tF??uyM*VCVEu2Xo zbz#}vbMH0-Lh04cZ@ztv2H|UO3avLPyI@91jd|Puw5QQ}k+hTc*=4{GabB2;TR5P? zYcEU-BWHv~uyrSGXrnG^{7d5;&v`pjdPNVOJ^PVapw}_#M}&x`b}A_QT>jkm~;xq zwThs3P`ekyCC!u{fxo_ridw*FDlLFs!juFW1nlr3Ke$IvJxHGOWPRVaSz6L_kC#9B zq5`KK%ykcN(Yxl)`n}oA2y^d5_JwMvccROjI*hOrt`E(b0 z$=`(hKa=-twvW9$QgVSXmI)Xt(K<$58WlQ+Jp15mKGG=#Ns=lgnPqfRAbd=(2@vk8tM$uByG5FP=Bqd8FP|X4 z_enkRAhs?tJz#Z(0u@ARNRfbJhVKmB4sHx!@{iPPCMsFxBEMoGD;h*q75VW)x_%`i zB_&45O`Aap84*pID$!`6ND_rxXbTM8n>99O_Rg>VKv&H$HN~|*1mT3oarx#vCp|Gv z)S(T6vHm&Ah#zV5VoDZ_bacE_Jf->HvAGZ_`$dzu9G$XFi4I}<)=daJv|V3%f^1*n z)n|wmXt`dmx{r2JAlOjcoFpL4qCWd2F4mP*&K%v^WC%3n6#?M~ckA2~TNf1=Cq|7w z$zf{y*(JCWiu`y}qO#9VC(nWujDAJd5k%h|`u&0DCGdsqx@3xyRy zLPkNiDLv|u3c*qW)WiVy>>xpM!PSglK}4izt^4lA^niZNQf#9hO8lP5p(GRy!DHB( zJVeZ-dvnU%ao`@+&|2vUNmS+bzrFVV%P-+%{dZXtAly|~acXEllS@NJ$ewx#x8BRU zUm#z&Ru@KWUC=>arUp(5HBVUzN|j2#1Z6Ukw5+gA^(2p}aE4TR>fx3j>BiNPM9w;a z@lZ7zI-1l5d52^|rdJ9jwBuXLi^W`S49owKk6h?5!a>jVx+m_BC~y4?>sB(3)JjmA zu>zspTM%_1%v1?-3Cg88&EJ^q#jCStJV`Xj|Ndn9jk5&d z_Ir6`Cp(9}znhKoX@|(Q4|-X)?Y%R4r`&Xx&ef<$w?yl&o<~oZQzrKvI?V;S=;D-= zHM4A8^#3HLmeSeXh03#L90=9Zul@1jHPMnJkV?}eh;Zp``l_D`ulxJ-f)nMS4G2^> za$BBLUnF9iGH6a_A7ShRBg%2huMpEkQ(=VOU6WBza?rL1v|9CV(5F|?>oJVLyU!}Z zD^KTJH|n#FmR`lSMYb>MC^Bl?TG`~Nvu1fAZQ0kqS3ir7s;g1t+15H})k-VXSnVg4 ztvpxzI_>$TAF=Io_qJ}9l?jaz{%8w>L9SW_5I%bq!$vJ*+HR+m2@N)yybs3Z_R%B~ zdDK0Mm*PVElb__6go?l$&XI*Ni;X*GN7*1++SN-Ef|m(%bE#cvTcDuAFmWv)Ity{^{ixYJ7X!ml?t5v^cEo~ zf~Yl4M0DRhWpUAWTRX@%aOo{t2T0z&RuY+WSQ*+iYDB#!iuzXP_r&-;~?zs{N8PJ} z6h!^R(_UNfY4TYb&EI74nc^DNpHkQHSzWGPhSoS*xOfnDUrn!~-(!?W(Hj<%crCdY zfa@Z37mIIJu(L>urjTOLDuonOLwVej^_X1~Aly|~3p~Ls9uca*UH8hyIS^iStXz1d z0>g&1!1O??o){1k2;w7Ni#jT~fJdjzyaR+%sxWAg3S9*2GC~bB5GuwI4Q^f0(j;!0 znUqRoexa<3l0n5SJRRF->QE48p8~=uhs*Up^vr1U%Zw9Mpi+{ESigbQ2+1|VQWPx1 z@xN5# z^PeX>Zrky-{bwCk&Djz3g})L~?$c;x;T8ogn@uICb>)BWR^4NkuV1G-9)Xit9DCMv z@LI5Uo8&u{0)AEnEIC1?U85LtOp6{Xjf%omx9j8g&2LHo<*Lmbe*nkB{g3FiA}Rm< zU9*gxExLy)e`nPa5K5A`L}-#m4;r;(HN!$l?qd=}`+fR7e(4PEeFPM>0w<~}r?gu+t!0F^T3<;y*lR9Lb$S3?2h##h4TQk3 z@y#{S4(Jik7HfRSgB6pKH=AX4l>xzLu4eeL`L9NT|L7mmv4;raaRDaz1}_#7^Xo=` zH7^m;=^B*0Z;HsH=FxS4un2tx1>G+b0>>UHrT< zWv%f2AM(f|hhH<_ByA#>?KYDXjgmkt-K0Z^HH*^450zA+ibAheg%tyR-MKQqNZqII zgP8wFB19K8t^Db4po%2*)<%n{)_mM4Ql_Wn*$|HQa=e93I<6*L;1kfF^O;L44FdywNqu_%7g(-x>PTz zlzO45Wa^}t#n@;)A#W!^(`oc5h z$bI>z%NaI08p}9Rt5k~Q+Gom)$ke}>$*7wdJMvw}CFB>RW|tN10AZ(X4t$hgM-+YU z7dT>1Hmzd1&s2@6qgC)}e^KcLo^_-T;`rZRr%4=k_d-&dDXzSLC;w`%rQHC0>MxqP z0eh@w-7HBNH4GzL=1IyyYvmm;7MmyeS6|e{5&eNwm9?bXLzD85$!8S9Irp$EyIq@% zk)1L*Rh7V@`^pu!=&6Ux-+eW`<0avm%^bETqI~YPg7S?U^o7R=%Bfr9aLl#))fO&l zhno`O>Lgo>FrJgukf=0CWA4*vQ`W>uA);&N7>#-DFLTXi)~?Ejn|x}scK*;!H?`Zu zhdq5}p&xRWjwaC<6zn%gb>fqltO*eA%F8?y>a`h-uyH{b8#c~)lJYpo`WaPGl%`?Z zBE3Fy0V+bzttFx~ok*8}6#P?ADTD!>Bz0|778bw@rIR6p zUx7w%6ST@)K$CV`_d2i0zh1@T_h~IN^NXyUVI1j2YPVFn9Z{SVO8&;^pmUYHZ;FU^ z?Xno^OQ{hSo2c7I?S6xI0g47yk^R=`g}*M-J*H~=mVoNjJMz1L@WSH+<+nbjuRK+v zvhR(}{D`e5)=63x-f19|EC9GJYWt*yFN{#UcS41!0q4CeplZGtdxt`4RSa#M z4FR!c9zpU@ky1ebcgm<}NMSN`VzO*afN&RHvD-l*a^Nrx8xGyzj?i&r6glHy`PODV zVL!R#P92Wev8cU)P*F#3yfbyw+~k09_o()D&;|h`#kDCWNv$Ce)}B^64RW zhGe!awCy55cAVOqo3c%*prF^G@kln{>djb!%oR83$p`U`ALt989De)4^q0RV+ZNfn zz&MhWbV;*gs9Tp<`OJYxr+p&Br(_h2NKESaYC%LqtG0dO>u=ln_&vC9I}$kaXh6Pq ztGb4tKMbY@m%$f!l%0RN+}Ir2F@zdT7qt$GYT}fcEG9s>ORp9o0xRx`LzNV%#Jw;E zTqvg>DDz_wx$G`o9I|tfP&;5W)>E(278|w?=?M!%q~dKC>dcHI-zb3v#tNB}wGXxk ziIU$5?c8m#j9S)q+t89f3~ztATzw1w>z~pGe4qBFpA9f8AtjR zs|Jjs%#Yai?a|JWE{>TyyYB_U0HPwfz)bs5w8n|A{q6AReR#s2tQhd(<7pC)+sNHp zKzP+(>W1BDRBXC(*P$A`JlWCnJH}BBe%`ue_5c~1y9|=3hM#=uTmMppuN5UX&?lQeZq-oV-$l)v0~)yRey+Ps z7nWEtmL^hJ)e}<3FXL>}tQMI9wg}O}gLHH}LtN`skR;|+%pOiLFQNc%Jw>B(&<0{+ zDf(-L+@z3HqR%-JRbtXqCLbkc`pooAG;}~3NABBBzj97LZhWBNbdSIJuKvQ4?qp`H{7CkrM(xJ$1Lgfh6XQRJlk{pYIGfqu;(GCy)+)Fc@;Jau2a~*FnT=mRSzB7U*RIX+@!sQ3(9*=_1P4Z_>?;)Y0#y6c;;{G78>>PE}I8MwkUt zg-$`M^af-etSM&>sB-&Nar9I<=|CAqO-c?nq4Z+dFa*}S;Qic@5%VfPi>@c?`6rd2IXNiEMh@VFy!$Cd?pv90S5QYVF_CW_{P zQ?YINmw&rkPdE&UNDxrr8#mb7DIffnKH(QcU~$Y|o2UYnJ6GKwWQ^7xbxa&`*Ko%Y zJBB1>P%~_J>TgOA#z}+7R83uxk}C)H+{TGDGlJ;mMYNN~kQ@d5gF&Yg#$GN73HjXC zse0DWUCE{VNh|$iEn5>H+=bWgzhV5R=k@#7HWK9I{o0?K92B6g7}QMlnC>yC=~p_a zI92q)dA206A>&OarP|#FMF@3V=%Avp2s>+E(FA43{zTF;}X3I_!g;T>ju85!gtuRhD*3t7VJ7_QFlXRIb z<-{*VRct7{DuUV!tZ3;!P0QMwh9;vzO2o*;oAsa#EH=y!>G#`NyQyQ4X;dm)fh?Ny zPj!rVHPl?HS%~fw2=kXAjo_sJ@;u(;LtoMIHTN>F+gP%z_{pvW(#X2%nm>w|LXW-hs1UwDFi<@51po?hMb zgS38)j3QN5M_u<**W*fWU#DbcnB-WfW&cX8L8j{(ML6zA8_=UFvUNdEJ4m+dWV+8x zpPxIFQPNL69Fj^zWA2(0Y0G3~9=$jmmKveoCEXgK*>*HbqxnkSdAKed92OcM|1?fn zI#yzytzoRI3O?j7lS0=;Qv#(ne`93aaOZ>cYxZC34{gs?09V|_DAEgP%}M*qrFZG- zSsqy|t(@(j<_t0wQp9=_TiQ)VLCMuY&DU6(2pbn#-GHMY0S!FucuB&0K9PRynFg?0 z3-A4^zT<3}A0f(gpE_V#W6CN(T`?U9(&qW~DmG5BM_|;jIA$g~K$fA5s#sv&uwhuU zG-j!Be5Fy9(D^(FAxF#v5jQ;-)?a+HqV}N)s!d2pNFjOG(S#9B7EFL}S6{2HjVhdS zK>HKTbkI)v-hQC;YF11$Y?vQ0KVrj5Idl_S7W9z^(j$9Sp^!p#gNgZOR571H`vM{_ z3FCQXP}3+V#~#Ru2g|$u6%yb0T3j*fw5AscNka1NsTJVL-_$AHsd(Z{3xu>NsHI~v z*S&xgc;AKT$c>z|zwEQdQLqZW9CEg*u_7T_o60gS=(3?r!pa6FP%*LB&?u_p zC?D@EJo@qS;eSp~Ken7?xcN>!a1ZK=r7??RYN1y#)$6ti0zT|wY{wu0p$=3PjWQfN z@m({MA041XdrE;SP*wD6dKJCKx#o%c%cXbeXr|3Qr(-1UgxX{ZZWk;hl>j#n4@;N> zSRS}?E>zWnU-cf0huq=xVKM7Dx0O2AL5G$WMt- zP71O4z)Uc4Oo$j}SLpR8Q>#-!4nZBo1DhwOyKre9Oj<_)5roF3{ z1mch=g1UYvdGLb)q9S$ySsKlFywBzl$|0M${0>2M(`t{vP8kF2Ad>7dln|W%rTp&L zxkR)4=-JkGQwbHmajWjXUOse*zU7(nzVCwaxGl%`=3>S<|{CTWzJ6`G^hN^gSfXFk51f4@ z+BxLdM2m4Qj)p9jCTJoGO=Q%N5W@0W7FqaNSko93D zDx=1`4u%bj4Qn2bOAW(@&4=~Kw^k+v6-HP9gUm_|2v50Z)UQ;7r1cIz{T}^V78*pd z9fqF*La3~UmsFE;yHvuU&6!dFqkTm?5$I)ia^#+z{}p}lv4S!`WMRbDZqbN5^$_{c z6Wug(eU{M_S3h2ebfLoE25&s~0ZbxUV%37Fx82Jzt2q5QS-nz{>e{tv;@5v( zKKx}}ihS@T(hIrS5rz@7gBmK6ov1;mRD*XVio&=dCAFv2ByPIj`EgPXUf+IV+X|=x zKFT8{4&I@6&DgZwJd)FN(avqA>~%7EKPf4h2wSGoPk?Z;d`*CG7hZLsS7D6mr1z-8 zWxpk56Zh>d;|hg^XqNKuJjRrbixT9_aia}sCuclC-npgrnv2TQ9~|368&&Sx?h_5O z%Y0Fz|n9kh?sRr@53{3azONt8xF4UklWh;-WZ3LT6^3dX77 z2fwRF?d{&vkN&Elyy+tS^%G_1kUdt3DXuR&UcPX<>!K~PiuYQiA{COURgV5CK&VcB z%k^k{EaX~dvm5DC!*(r%EcASF84gjcT-=6dAvp89T$ zP?B)Pm(%G7ari#6=W13>G2LgTN3Zr^&#ELZE*wQ4D&0>sfUEqDcEQ=%hSB`oW zho32fnkJ#Da|4;1Vo>`9B)D%oRitjHYi~jrLtlu{lTsUVQ#X-HjQ{{307*naRBTdG z@*(NA%i9US2uP+%K3>XnQKMxDm*2q?_jPE}-~*4|`~`jE(*8J@U1pS*^#v9?7` zE2Xfv^5w8+HBT$hwN9B#~Q^!dd;n> z%7 z@@{{0uR2|J{y6O%vi*snV+ay4S-aG0Ma-jg%ls2k6|MjD{wr35Ds1`c7yhGvBPVND zT@xVOg;&4Ix?~C2ZGCg86MMy0WhL)e^hKekm`TrGZbeU_kI~`tc z|5|hQ6WO?e-B+<;j;S6N%UM_MuqfK5;7!?u8phnf5EH9sSQvp4gmKJPjts?yZ6-Ee zeg{=em8h*Vvi4_gm|>$f>=8)@LeGuMT@!{(Ro>;vh&5IkZH+3S^Im-PGX32%<@|rq z{nqlchxxnvJD<@DUL?PGG~eA!qimb!=hy1@$BwvJ8qHcj#)kZ+c6%r6g+#HAdiTZT z8et2rA#mcc!QO~7PY$LuBxM|V@d?ca;sBpCsH!F~U35|) zoUG280O78>2EDLyCRcqx0+L+yN?C#Yi#0POdBv7_(+Rf^3As_sK(SJ)>>;=0Vz1`~ zF1|&BPe%2ZXw;%QTm^MuNdcOMCVGhu;X|+BHUG$H%&4K4Y|MqkZkbTq6l@1AaSx~W zxOIfMVpO^AGvmYewv&w2t635K zw|h8b4<9&eH*n6;vToM*^xyfkUU06w?_x#SW2HppH%^o$vF+A0{e<9s9hni9%g9w# zqf1#DZRwzQI@+-NtcYqtqTN%j{}l)3WjAZ3RKk^a`GbmC@1@hQX-6L)JR($i{BPY= zM>Urxi`z(DsILVHBEpqFRN(X10UQATKmfnIfnkH<@SEld?jvM)cw!t*=^dR z{^D(G>e*zG1)3z8g~oxf`Vaa=oUH#2YXXG3>Z+=if|xX_x%{JfH@Bnn->jbd&8<5F zJhYS9sg@2RR8ZHxWe2E(>v%TYwN#I6b8F!Kt!mV*l|}{3@sXGxG92--i$R!QU}?x; ztb-&!T_%*`m$Bo&NH&g&bw78T2sLoS$47^6k{28!E2fwmFx_($+-;7+Z)}x9V+fwi zQedf4>WY5tfY(Ita5sQVoesa8d`*HcT&EHws3*7eK|Cgov0#y1AB}kH zcbl=33uBEH~6 z(X*rfV*sOk5?VR2zuc0Ezn&^FO=EO2OScwAMRX?40;ZPRYg#0oD>GJu0cZPlq$=B&}S(+2=G~aD z5~!3)Ndbvev>T~LB94Dno@{kF^O%?xswKM(iZt4xak13u3@`)FJ4V*eqRMAqC6{jY zFu7NMQa|+)dC$d)vU*yg>L@ZAqqnB?#42K$GHv68g{vi3o+VGJm+X|$95L!x*zL`? z3ZEva>-2#ObY_+-uhN|hy!NU5+fP`(lKBzC*vg@G=D}tXPF}5ZbgV0X4k^>bqKK9h zIy;UGYBoQ}aI6M$_NYJbE&cOf5R`X*MPG5M>{wz@BTxmVdn`39HLRLqs~fjafgq|O zp#e!LDCUSYMmTZGOjf%lK)B1U7Df=NbwX;n1SigdP&pFn}+SNPt(V(4? zgMuQJx`Jobv5vLJeJ#O=i*etWp-Y`3T3PW^SL!ICNkfp3s1+)tp&!tMgyp%c`P(ul z52IYcNlD1MC>?1ux_p|OLx8}A-`3dh++%DaJeS^q3V-rN{rqprOOBDBZ0DRKOb(>Ot^3RMBil7FBWqH(BLMy%X7EZ{SUJV&X?iuiiYmCBH5T2HtOMI+q?T5K384~_R>3Jz zXyGak@j-3dEy*US1A$Ery=)?*BvnOKk%X!=2M8fhysxcsKPS=H^V5!Zqx)1-j<+t2 z3JF!=>bp4YaRARfUJOFs{#kwfS%UKUSIQN4@b<6hKfkQN3J)*n#yJ_(tecUYBMxYE z>9U4XYbpFM+hlT$&^@}eDQhGz5VjB)vt?AHlmg+YXn%itmE6CB@jP`+UHOC%=kdwT zG+u0O3xu6=vK=){xK6n-qs?(uubVb`fQCK84}6P1f1#ZJB|YgtvDnf-_$PhyS<)Ah zP%BNO5<+cWAyxR7Yc|xg(OxsDkb*gb@|51mnyhwBfN)n{o&M-h%3}ebm*3cw0)j+q zot8UJTd~i#{||d_9xmHeRf~_Yc2%9`_UZeOgoHqPAV3;OLkNU`2pW(FiUw>D)Q4b; zKHpD8!RJFjh(AH%aK*BoNZ~3Awqs?K#!#HOKp7&b9Zhdv6dse(zpt zef6DG&OJ@lt~zV3G3FR!ZmETSA535soNCVKF?PYKi2X_f4`r}|C;#r64T5op;w__g(GmTLQ3dY==VYk>Q(2iP3ZT~ z?-grUxeh3f_y+n^LL#de!qal6snvEe1hfV>v^9hAyb6BuI?N9^k?Ih=2T!^k?y&;y%9hLs5x(p;+cGR4vP6X80C|~gSXv%)!R)Dzl=LzAzU#c^Y z0DyU(=57)lxb)nC-V zaV~CI&lU67Hp0Rj<`a6rfYChmM{YT~fT>WUaDKI+ixF_p?IJB4?4ZMm1yFXz{(@5i z&42a=o$^rp(Fb(#FA~5XoKI7GNfYtbZ=$M#1eU)jq=`wA(TQycniay?+F{KK;V!(K z%?o@Md?r&8fVz&adGGJt|EyQ-Nl=zh$&AAqeSkfTGUz*3lXq;8&@Th)o8RJaqV1|o zBSNZ>qKTgAZ@{Oo#$o5+>Ki1s6Atg+hBXT@G?*yUgAqfc`aUb8cp(xo&KT7g=Lm$$ zLa&M$3oP?^%f|-yL~)%MQbJ|nZ)=<(qcOG)u`~pMBlm5qU~UZfITE5Dc_?1{Q9be@ ztc3@bAYx*eWGF!yeY*BFXun3J0|qKmfhKJsM48Tr5(LAx>iEo{R7u2HC(uLY;M$Ia zKe|+}d}>HvUUrFIb$E;J;#VrsxthJ(#y;k7v%f@$X!tERJlfOS#Ds+=1 z=dWAyz^249ZX#U21%u4@Tr~OJ^Y{nn^Y{bNtI+S^b2kAKSi%5Mg^KZ9vUg`Klro_j zt(p^)`$G#HEM-sKDoAFiC}~jtsY;(#$ z0y9v7R=fu;KWT;t3h-eOY=5lEM|v|%0%2tCGzi1XmC6u#Ld3eh)(!aQm+Pfx(x(nZ zdPs_h91m`u@5St%QI5jnRd8%j8I_k2UWG=J;=64ks;Zr1z>;!VA!gMQ7-kG>)IuVz zyEimY#jl_%g*I%FUP%`wbyFyvkv`?ai~h-;`9m{%$-ZFa=F@*N>gvB z#-SLYDlLYlzBAcp zCI08rI9K7Yy&@yjfN>30Pz@tkp`W4<_IyB+p>kf7t)B#LXz0K}B6v~7jAgpdB!flL z>{X0PIQa;?;|l%iQ{rv+Tkq8~Pm06T?_8?iK9>NpA@y+71p_kzh*VJ|KhjBw1_4{H zoI{m{U%KeO<_~hVcGWd2guD1E>J=cYgeifEYP^JiygTA^XBd-CQ`zvCQB_ek+UnV% zMjhgyG?q~AGd6mm1wb`MaliJR!^J-KTg?O3VC~-YNtO$J^iz0UF26=|10*9dSfMho zSaGa8DnF2^{S2G)iqJM|owHR*bW=$fa5#v>&tESBU-&K-2l$nzQo^5Hs+T_n&wM0a z`96L2H~Bl4=#}R&8%7hnyDw={#6=Z2jO@!K_95z+3wkR!=jLJtOmWF6@ z>q3#{TM;YzrdS&)6ypTta8P0*`b9Is#P8gpg`Qv3uvI+cM1J>PTyc|9;?h{78ht~R z(Gx34LM8NsND-K#Mx#|3)9Tq_0tt{Afu6HF|IkkQJ?SX!xl*6IPUoIPuP%T0G5hUj zrN8?Oe&^}9@U$>jDB({(tY12XhwTLj3j-_+@U6S>v`65Jx5q`!h81%#VVvpi0>7l& z#yI&9)R!!e4auh^8|HdkIfsWlf`QBXSmG-`R(*O@6(SR&x6*&-;wD?%4BLs zN;)-akXcG#IQ3_RaJF`~W`%GUUj-2ot$Z{RzsmZ+AKZKXAMFbeIjNUnq&P983|ENK z!s_mgv{ngO7(d^Y)a+>G3)K9lWPzH`0YE^6i$1RBokQPzK7XT5I0&N}EMtV5Dmd2* zW3^AX9n~0RjOvh9jyrJB5ln4G9E5QAHIK?et_eEz>IjdWuODV)LC_$P30Hhqd#u2B z?$)4>L-z!P+t#BtjB8x~J%Bjv2!8HneCKW~k1;R(w*PC$JH`MPV8JI!C0FY1_ z4D7kMhC+%&m(`%30l)Wdz2*Wu z{RI5(B|7gIUiNiBNEMW5N}?fRl3E1ajzEvbIT_bYrW(0uj+gU31YQli0otjj}gM%2? zfG}5uE~cO0Lwvlt)PgBWpnvpl3|_Qbh8cNXsTAU>c`%X{eQWq26;V5`CG_AluPa}; zK??)yw+A4+`U85)3;32#>%3zKpw2jIUyN#uYJB2q9kdsg##m|SWlSy^^9SRBG{$44`p;-wv(8OBbNJwhSwe9||d;2OO6WRO6 z#$-qtwa^2`8A#2f3!=$&^VcR7nX$kWK;7Gc{>pWQqq*>+BEE8?j(rF=Y${`f6Q6fR zLBr+U`L*BUWnTw?FB_{K%wo2eUj@ZXFG>{*0=9j=a#ilX^Y3l8cHcF7Pwd*O9Xrl& z+NBbw(p_dWP)1oY!jSGhZ(Zz$)~1ivZOE2)51Bz@`ABBM;NE#!DSo-Bf}PtT2eNS! zid>`)S%YmO+_h0|kmwaZ0~ymWMm4rgux(s!lj!G-EkL37)oQdd#TwIhN_t#;G2>q| zQ46DtVUB?hTSmBjLwML7!@c?E(wjex(~e-BF`7WYaEzRB?Ol55*;pE3d5m%0)@(N$ z_;o9n3%0XM(X>w6kBAHC|EmHGtAy)sEA7?PnK?y({JArM1QEY-4wZ26SA~T4Uo9nk z^X?)SN^ujgTw`Q7VlN!IH`Xp-%>q_0V9f&dS%rhv;^4J7cr6ZGgZ)-xuNBy15$hJQ zZUxpYV)Z;02O%S>O7HePU(uvwmp89P2F89hN_AH`4|Sh=$6dqj|F-WRphlU+0f;!} zFdE1NCcg9;=}+HdUjKgo-P*VWCA{)|x^X>@I}qQxOH~i4hpHFtMiWIy$;2D)JsDOh zCuJWfl}1;;?T7wnI$Qs*uUR47#aH2=nA&pK@LkQ4B_mBVqp=LJ^8{+2M`1CQB6J+Z z=+@rajVwxFCZpJttu2?i;SC}*ZwMub*fz$k8+5`!>{mgzI#$>^!qOO9$Jjc?(gedA z%XPUk!SW?krZfag)T(s6N$QBDu6Qrpsv33a;{j(|2 zh&wm<2JUoUlW0#UckzEEY4x=BKBU1y;otM zmDqPx)W0?JSUr!`^H?<(nXYrakn)DT#ORYu6d5txi3y~XaKDpV?l+3x)ET9mt6E-^ z_~uPA;NDF@#Y?X=5zjj-{q?^{i2~mIB7(T!WPo_@*90K-kSeS?Ytb+7hp*UAiSm3K zt6-HZ$(=njI5=B7TeG*tF1|WSMV9y#Cg<+jb@?CN;k8gX$&!f%TCtGl4kB#)3EkbQ zV8jlm*WJ{n-SkTM`gKr>l6lkZ67j~5;+{=9^)NOA2i(B^y)D?VjEzHV@j^JpFk_f8 z%9sda!%`i{CL}W*IN02}xUdE$O?f6VQMdSGs&Z$tz+EzfDT^Qjy9|k z9(6GHUx}YMiKB50wDLZdm4KMcsd8&g7tk?ui;&p8P}}7Xgqywu)1YlAhWye9B)s9n zA^7;!bHdsAt-G;YW4XpZU5)o&i;rB7uib@Vjgdta99mq`r5b~N+~)e2A7F6+pS(EN z!@>ZI1FRTelR0-Sx3pQ82`}xfFG|-$&n$e5~Jp6Dv zcgh5kul`5(L;%DK&Z3BK+^T0kI)!5Q@RTZ~9?U`t4OAc^P}C}wTLA6Znynqy>}|1Y zFZXM=aIh(dX-cGk!j76H3wD%upR>1j3LOzj2JbL4V#A8G{mN5Y#w51jBOJvjboI2@NdGXVMpC(2G(My96E*D zv2}C%O4%*gT`VHvk}u#j{}dRj4=oOG+1CI7L`BT^uyTMq9{_;;S7K=#m&+&p#xVB= z*fqbJ1t3mU1vVFCJ8HCqd?Hl}GXrt<$w|aN{EK-xeD%eChtE2>1%)5@CJxyX!|Z;8 zNaaoySYhM16haGJI2I;`yEfyFO_=K=RROXy(C>v()N5qFhq*o$2Us@ph?5Rt zFJW9`G{Gcy4o3by;S{cIc-^)NZby@LsL^=sfGkd$Fc(68A?o*^P<5~OG%))6|um4tNH!( zj*Wy+RruL;X2k6epebM`q!jHv14bF12-<#uK^E935ye1(qPjp6HIqW14*&u|F{axG zQ1hL4<1!LO;QW(g# z2d5W4xkDP4V#dPz!3qsqVD$E+X!)}CcK=cgBW!{QRMe;Myj&tK{;WWVRKokdC?p)T z7g!D)XjGaNSQXLG^ljXTMTzxGEz};DhT_H{HVx6MB2BGVAtn6yNqG8k_|$iG!J{~u z$V#Eg5y=2`D|*9%c0QIjL+2tCc~Q%6$Bah*QM`XEnDD_X^t97y#9Q8PH{2}|FMbLE z%=dBM7H!yubthF0l+_TeN+3;1;w^Wa?n)VdU(QA^&DMjhSs~oD*B!U!woO=S;ZB94 zaLEj4IhAe-?|#C57QASDv|vZssf8i;Xtwpd{l3OdZ_IaU1|nqm95R(7F$BgKjC$2V z8dRt%09dZEJc%eZmt{^2W9wEp7&++_>>ZnhZH?KE9o??AS!!4~JxZtWOE=@!pTsQm z66T#AoWtTA=6e|QV8Zek4=mvs2jD4t$j=aMAuLs)Rl%?jr>(-aNJhcV{n8+;V4%Qn z-Hr%0NI3S$WF!kDy5Y{^MFGBc8$=$kt_%Z~8d!Mzu8R%6|ol9LP;`XiLZ>>E2GBx(WT&|>w z^};$G)4#mTCAE6eF<8F^n}@|ONQ{qPok0UXdgZ=Kkq-f@U=@l|X2y%o)`P9tJ7bq$ zM7vuxJ6EFHwx*W3v)EEpMDI?isAftntc!4T`!dsP>)no5vzt$Ce^g=v6g*F)Hk#;F z2W4OS!pbzLaNWHc)uH(C`sanPX%jY`OJl1Vt*6C@b+f%PWN$5KQffq&=e)m9Hrf zVMcJgXFoQ$)90OAGT(`Jeg^k#!R8URjlxeN(v%!fN=Z{nnIuanN||b(Z~ZX;HfL*B zS+hd8>o0as?krs*Vuyr%v*MsInx%kxYKQz~A&Vx~Wkjm$%5j!8%+2Xwr zW}}mGYVx=VC46~J+C0SOAto8ilcEk)aG|wLNizw-mDqCy)~$#txMCiw7O;8&gC3aho&S#)o`M%X7B^m* zn<`lDG}egiZabV6+Q-vu{SmoYB|Y|${L=L@G9t?Xk-zd23B+Ikk*6LVu*rW8JB85U zV6A|I+tJ8%f$2ef;wE%G3fhDS@)ZkpCJzZ>Vsl$tQ}c=?qwgOP8&B!oiA-!sDIA%aW&O?(L&beNnVC8sgrRj=cezX$`jZucLA8{!=5ueC=~M$ygp^ua#Iek3kQ;DhSf~!IW>$1S3BF-}%N9 zEC}R|cC_4Q+c4{vL$8-znG8cJ={2UR+LSdfb;leJfk&&A&aV%s2W z6rs5(hirM#y1>E4ojDP^_iJ#1wiX)kigO8IH0fYLL{rlq3>3CkfXo@d+Ka4~AoG9d`Pusa#btR9{L`k~at~L6p(zR|2y_ zI9oeevqHG*uf{$f;hP}o-fASI>26_k2Q8T;skE;g`8CbLVym}qEu8XBpxMYexX>{Q zTSS;(O?J#E)lfEO(Ys2h(A2_x&!{#JwQbx6Z8s!dH|(aX$jIF)((Jix5^!kUve!P^ z(xWO{`Nf|yxBS29qmp2TCme}h730_YJ&+}80I?%C7smywfBEqI7f0kNwMa`E?|5$L zUa=0nSuUo?s)E3(hj(9Q=+wL?oJg;fmwirXa2Thk(Nsm9s|)z6r_V8ds_@JK2ZGHP zPp0Z3YB@S&2KqfH;T7jHm)O#H>ATcupg@-QK&LMl7`-6oa81w?eQ*$5zuPM$yE zF?`bLG~&sRqmggC*jzodG{Vw2c+rAK<6!ZzEBBGxC&W8%KHIy4vI@~7?B{zA`~TrD zbhiGVU$a8E%dhQVU(w6#L^ujS&W>iUgF#(ftgV1T!#KC<2}2X;RZ2@MNa@6tHEpMzaF21Ps~TOd zqXL0GJ(zELJ_i;0Rjb;E4}@~GWSA&MB-SNuoJGg+?l0j9>+25GYszr<;_OJ7vVpeN zpewY95WvG9)V1WrG}ZjEfuPu;gu)W0Sj&428tu96Fz1$^X-5OLOt@kSqxF&yLc3kD^8 zfXhd(G0=>NL1Q$eVx>>*L*&dYHd{MivvK z4!-wM$i;Q00(!f$pb!V49nObx2xvQ|<R%MIA{kW~%k0VTiLgk)W&2wAgZ9x7jp!yA z2wLGGHZLPlr$3H1hKRSlCqL)>B;kr{_2uv4z&&u^CJZO-d(0>kK_5Mzl!`~kDu2jJ zpSzeVpGc1zn625`*_ypGc8k>-q`V+R;^=lkYXH9b=ili>%n-SXle=$2##$aRL*JWR z%a=n8$%fIIhGIMNU@dXy#p#~KeYb6;|9rEM0=kL9Z~LFqGlgWPF-WxduYlAYIMSUW zt%5v?r?3+j9^kT6BLFbr?Joj=(~rdZB@8o`GlrSNn#*+-AzMjU%|Dw0u_qeHp2X^Iy` zDprKnG{US7VkV4JLYUm)QRBw=n1Qk3ru+4!TP2{^!xh)ZT#u$lsP=^}F|*SceJWcH zZCtyFCCP|Z?lhhjCYt#9Yhc7#k4qxn{4RUJ`831b8!?(-IDw}jh){~Yql`k5yi-Ui zDJQ7n;+arV^(XnBy?-cwjkC4utyv-59afvz(LkaEB<|>-fVTcrJBlObP5?*P+@mwRx}9P?qE04v#TzdZV+x~ z6WpGcYj@#J*RyQs4so9Fuyoo{%;0j(C&h}eopx;n`1;bs#^*HjzdP3!GsQ;tavBBbtf+SRB=|2tU_Q30!d2Shmtp)!ot(W zubXr{g|)cTfP%WXDVodm%jfVn&SMK|%fsl@!orSvw>V9EY#41tD>ctbR9>N!<@NQ7 zt4xMoC3$!eaq97W_ea!Am`pILao&Y}>fd&G=Iw2eA>H2a?2&%&rK9m*~!EFOcMV5!1$<|(BNyZ@R?;^kC~IBDch zKZ~zBUtWE`eRs^eSk9#cTB&~)pYd9_RI{}+mWtw=?dw0T7oR~8zp{1I#f2?e>H;Pr zgg*#Gc>DcoDoycDP~>AzOdliO2#4%Ta`qcj-i$vVnjU2vgCB1me^5GAtIb7|lXi#FG+`8OJsI z2|Y3Ua91cLh|B;TOsK7bgny(8^V`5(0A&WQP?9ZCzQ%V+mPQ@uJ-%oPI%n8)xkQX} zT1Xhx7#j%mfC{K8B*m<#$bcry;BBsvO%)6Px80BPPvGl68sPjJz}x_lvPJ<|oFmXQ2pJ}FdX!J|N=00!S1*E~nwj+~ zeN{Dm;PMWtOC+0$y~Gn-U;6ht?hxF9g8LivPo$DHT6)#d31)eJs=OX;Hcgy$;vltk zh(uTh1S3v+48MA{{^lZETm%fa+zSEcUN}&S*1AG%sOZa_Gi8*?@ewVAp^rYCKe6rc7V~ac>HT&n6X^9D9}H7=SF~d z!^d>^-Z*-H-gG}M{zZP^m-&Gg^Hs~E$j@xYbabe~!VoriI#uw4#dofe1WS$x$rmp8_AXiH@2<`wY+qvh1~dC z)V_7ybdUvWFwIri|lqHwU+;;TQCgvOjX_yP!kDcHTM=(2TEDcUS{_k_? zL!dSfqW}+U4Qn-H5r@Sx(fSIe3q~!7s0|110TCB}MIzqti4d5+;u4*I&2Xxd+9|{F z2wmSHHm(W5b(Jig!l-tGJ{kw1HwZgky5?5=lwJ2{=Mu%)C9%eXbO%c$+t}RI$1mK7 z7eARV`8z%56#UfV_}s_vcTem@%uIirs)EgI-cB4{vDJ6=qTZ;62s4;a^>oqOGZe{c zW>_)6{%i24L!7QFajwC~P&N0D!EBbJ?!j8H8&mWEG?e7nj;^@JHxnZ#pxY5U^>f zqsI|4RA4}HiUb7BG+`jHe3LSq95>6e{T7X+!} zEh+Dhj#r`(p`ja!D@#J2>Ek{^=fgjDoqp=H7!d{FCtqi;dp<8&s+to|B8?&mB9Yc) z{vj%PXkW$XFE+B|QWS%&6=CdEddy>Z)i<^Oo%-%ANWvZqc*Op==ePla7xg!c450YM zPwcC?+|Z3x>&qfwYTuei@xqpf53ZB%1Y!pD8Q`?zZ`==cq~ zX*JyxZ?CLM{L7E&g{SenV|m`OJoW$_yFb2s6OP|^O8C>FRl!O&rZI3~svuEGM;()p z1jd9yM?xxvu!VyOJDAzGr-j8palv`s=soi2Xy{`}z;X!Q^$%Cx~aR z%!&vz$7h|eh16kUOCCbNaYuxW2rJOPmL?Da5kC49LLBr(V6LY#9*VOb#xss0t5#<0 zAKgkH0|?a)eZo^mgd$5E-N}A!k}H?K*^Z zH0aPmY87_0%Zsv;vIY;Av5ucw%NTA(Jz_RyAeRSFJd1_U>*k&AtO`z5k!~?=**`Wq z$xcOVDrNhPTSnSCj@wf0xi)knw9!wtGaUR*lV8)R%Kr5NKKKoRIP>8V2m0EN3B=p3 z!iA>-#2;>4e#}+Nxp~Z9J5@Ba4pof;s$PWGNI=5z$91N5Fh*IiDsZqQT&u&8cF!m~ zkk~uv6c$pHxf$DJ$byK69>81%CBF5SlM;UNFKoZH+;25s`7Zsh!*l5oc3+E~7$-`0 zOv`)6StlrW3Q$fmUVS5sfbireCjvkF82s3YJo9M0eKN1)qgBFlx%uEdO^t&vNy(IA z`jV>QSAX+|_4hYhyY`w(O2HN@OToN>VaXp{8-6 z#GdCYJn-oug}Na{HFaKVC8A#J(TM4T2@LB0V`9Ql>k8r&;DQbYfp{K^V#1^0>1Lj$%%(BJ$Wt_p4O>zI8*A}wCDJkPYNt3 z&{MX{aYuy7AXYtH_YDn%`@U??I~EV$pKBMeW&zj$w2=Zaj2Gti!Ah!}f{-f4yLGl^ z>jzphM7aB`Mpe-WW_(mVxxH`{K;&*)ax~_LXeq_^l&1r@-R4z*OVK!NXNjX1wL+1_ z?VRWLJ?w3apUrC8ger_HEhw@AF+mel;NUbU?1Xtb8rvQkZkG(+B}ltMO&Yjz5!*)C zHp14C+Xv+iiV%o)gF2hZu?^AJ;a!6lRXGr(@H70y<@(y~IN@MCmLBf%b2+zo%-|9tU?qG?vvu=d?^5pQ_EknpSL^KnN}2|xE1yYW8U^gSJS5MFvVetLPd^+Tg+ zy{L~~YOX&T2Vv>RHd)&t>vWQ!R{_ESV>|T-Jmzp5uoefd!@jE{Qw?1<7?e_^jQTJ_ zbsU7VHCsQ}njym7ak*5a%&cd{k}uh=+y3gy2mRWk5@<@Xi2_CocGQqEr`&`>mLzu* zGU87f3mQv@(pfSTy$t1Z#sR>nu{Mk*i+lI$9(u+s(pVL}4CQ8k*d?2|QBFNC_osFA zGp%GMz#$458v>pJUo)k$DT}Boyy}DcwR0(8FbCDJgsMVq>=iKTz{wPX5yzTpLTXAC zboV-e(~fREk7qxeBL4A<`lZuZ8*)Z@u=pS6aadz?{qWrnnGb3d5U_a}1EVUW#4I2Q zNJjY)XRhDY+Ek48evz9JIHi<%~e)ih9 zG#9?n)^7oTw|q)3K9gI9s55@*Q5fGm9A|v`5eqDMJ>Z~UzG^Fsi{inG8bJ z)2jRJ_nymfjcnLs5xu1IE?+sfXWa>u2}DTaH~!@S%_T>~Td)0bum_bl=xoi_53pv3 zrrl?iJuU!5TOM{6v<8ou$;m{sgj~txGoEmkcbLl5DBa7xpRs+LFj8F*&@cis6QdZL zxHT-Ntz*ALfBGS9 z8)KX?wlWrYhaAqlUG~Zj{yZP@_sOf}6yj??sBheczxud9WW&-JOCv0gF`8gpV>pTX zqY2LX*6`8SZYvL1RpmqKDWidC(!mgu>x($n;b8Ib#W>tH_N*(1*%>a};WM3Q8Y3x6 z_s%a}u@VLj1M!?w`JvxPZ~LqWER8X#QP-H%kf9>ZxMum(uMQt|)v&QlOgRWqQbtkO zQ3!<9lo8iY_TOX|{UX<`z`B*#Z*81TP=SsJo6%IsiH!h)0SDEC5-g3s{gNNv-`;HP z;%kNocb|3pHKT)%oo`EFtCx9@HepVQK%%Lr5{a7*Iq~p&zR|FwRbW9-%<=>e#?T5y zd#~g~w{|ykuR>8YM61$NPipS<(0X)hUg2#*(wGd8{5wShi?zQ5+yGOD`#>5Ev}rnp zh-d9i61Gs#ks%Fg%#PjG={TcT0~HKV9i6mFfjAT1LQ2t(lu?MR zHJ1bXlWIG!6$<922a2TzBqgNM_#{2Cr%B&?uoYNPC1B6k;$5%qe|<4FFGIwizRP~~ ze2RF-6LH{OL583eeFAT>S;~HOn>sXWM*o}VkH=*9+kR&klC88e|60Y;cm62$e^Yo zKA3PcCnZockw&Q!VazgQAz8$&p-gCs%IC5VF}dX%p^@?0|lHoW{&@s8zwh1Dnb;x%z^xN!4zT0n}CP9;<& z^g$)O&1+$6B19nt*r|ovy*JeU2S7U)sTlhT7RQ%w!Z|0Aw3qxiC7ypWM7;SUdi=w% zWf?C$o7qs&ThZtzR0%5YMR#IM3{SdxTQ+>@7JThCU4IYGdiiP-1iXB4`TivtVLh1e zXV2wCNFH!1m{-9JGoXT)lng0qyMakG^I`NUjwtzUSa2M&n9y_>ae5!*&sF@S`S{R4AV-0_V* z3)%4Mr?WOpGA4QXh40cy=MF-lT8M7ZPYH5!p1?8-KA>S@1dSH86oW=>WwgzTyCsA{ zCEYu8K;0a>45S1lJn7_6sT{sPAUyIg-2DKuVbc<-gjI7`Ifp?HgQ{qN0e{{7ia9Pk z`{8)fv0RwrLf+aN1bmGb*lrxM1G$(VXkBeIYLK~6LNLqK9BbNGe3zp z8+~pi?}!HBRMuK+C2UjHQYbj+a(w&A{!#;J~cHO4%O61C-0z{Y9bGzisL_?xy< z8C}#W64^{SXKrUjF*gqhG$&FUYLqZ=Vi?!qrY{*|?a=n-=|og%BTwzdpL%~T;dPf9 zh__s>jZ0WLhkg%pJrGd{)hLWqj0y)2%r*PbCHR7(?9FZ4cNGZrykGSAHXDI zt`9Ph?x4c_0E+`G4lvilpoc*Zi*s0<XGe1ejYQKXL=prhI4c(;Zsl3YQCe7pj?uw_7h?BFZ{x7WIA?+xs*E`?DY}F- z0$Gf*M%Wg@rbx zgjB+1yisii38?&{bd)lrDJ3IRNzEjx-t2HcTmOzVD}=k%y6c+d1CCulBPC(%xU6>m z^?s)IU6RFjr73n4mfeyNmIjomODfei8Lhw+|8-WFRNqg14u*a2)!gg1C!;Oc@8R|E zrd~#_lr2#-Bc+hWD8Y@=Av_J)1BE17JTHV6#tBj{@kOWK6qw?!@QcAlte+ZhL_At% zVU$so4yYr)3W5C4se(@QInkP@5n(w0NF|JGtaw;;PsaKL8a{EQ9d|U}aR>Vei}Tv> z027d;7aipX3uHqgs)RZtF@z_B9%_%fGhARf_p>b_Z^btcs$^)SG@5o$6f%`1jFSXH zbcA>oe%<6n&6~ciQGyB_jEK8y@5C98#I@hS`#-N2KAkeW@dJ`@z*-)@H}+nIeO6=t zHJI;5A@rYJC4WI6U}6|&WT`ghGJH5yFrYRV;o%ANrmRpgp0ZP;GD!Y!sT{4S#PxgZ z&51XnDh>+iY!X8Io@xVBvA|Uh& z?O7Epm^(TYg-d}MDpfF|VZ77!H~(x0tw9YW!lgZrK8d4IbQWFYD8aysZk8*4a@Gru zEZR$JdxvcTOUy}z36Ec&rR-hFm%L9ed*#52BBlYDtx^VU74KX;g;oZHHwe8RgGO}? z@7^E;FzDgW-exa-CO`R2?70Gm?ukS9#DQyZz#6Pu5mm5XJpK|!4(5Q`Fv=KbWK%Os zq}K-%YqbXw&kst1sZ579Z=>o(pIEtKB>*20S*T!3$!HNgnn0hvXB*E88`RWlMjWi1uuqAZzfPuO&@ znkjlAmH_}WU}AONvN12N>*tk|EGEfK6aiZmLWgj&3nsW&w8M-RkQRur82p<;Sfnr= zqPVqBbgN)NpLBM#pTL6iDk3)oW2X>Wsf8^ZENXr4iB4+lcj7?IN}kFV!2+IcbNLlI z`8Y^`VJTy-LP~)6wi}S73h3nJ`VjyCAOJ~3K~z^*zZJjmh^Z2&^0Aq(=fCkE{u_1k z#GlBoU#4wiY#rkdUp*koT->50id*5YrS=M_M2QyfpbT(cG*Mr>26M#op3cu+iNC&7 zlZ;c2;2B5bVf%5v)oQTdAO#k8OMa>`uCa9-GMQl=LYP_r(F1yY)k0OpaY{l(R0#h@ z-4uQU>5h;}DJvCFXf&l8-*X@bNvddRc++#i3QYB_&-nNL^~~0f=$aM6-EGB5zo;l( zIO^bFN8u;{<>WJT1eke85fHoVXsVe9@a9--TiwJ_FNDb)3nFwJfe2f%41l~DBt{yJ z>Rby#7Ak~QKWexoFuUs1!bZ^4;I<1og$U6m-5_uw!qQO?p;t-I8uiDc4kCml^OR99 zy@)zj0l8CJ!_ued2u>A30>CYILBzcqgSRxwd!rJOWTJpm9?g2<=0qfa5~+w&y~rgj z&f~4$0favQ1b;hJZqN5vxkytJlhgwe(f?2SOPZ}8 zp*1UnyWJ{gKD6#PhGuaZF8aFv-5=ibg7cL;3OPAZ2C-#FO)1B8C9g&)#wI2J$N9RsNy>AUl>!ke+M2Kg%A66E8|X^qQwa0J576mZ zhFd$jgry)y0YlX5PLD7g7Y4ILq%3#>TUErOl?SJFdC~CZ!{sDl1`oAr$b~-mX?w== z`Zjb!qfDfO&IGg2^()2ma0N=Z0~NFSL@mw(L^k-||MnY-zX7=LVNsb->RIGbLM_UU=x#aZ-gSimGRK0f4qchtok>6wq zBPD=@6eOsWTz=)$s8mr&O0)#@s0y<}I9vbrH7kU>+q&nPrTvaw0iZyqVnwTV)+7Yb zvZF9DDFG17ifYu|gsCR_O`Fhlo=lAaKuKm+8dGR9FloebKeqPE7jI&ZdFjKcx2G)) zdTUnKBM!z@o|73ZAsZ`$(HoFN3UFX5Mt(2})+IZmx{9FpETb+)o6yUk2gMMCms*$N zv++JkvSi?QPu}myuihg=1=K>Xu%q@MJ;LInC=;N-4}ZqaJeiX^^fFd@gd`*~DO)IQ zk)*;0s%h*wA{3NRRhS3HH7X)o(S8U3F1jf|;e`)tlrHgc(8F4wcFRGHQ61vUN#=%S z+!cX;m(bC?r#lLE?&pS(J@Yx24Sw5pwE0u`$&7Q;zhqi@7@h6EDW%1RE(af zh&q!K&!TY5!I1Fj>(R@2U^&J*mX{c&xUc}}Ko-AFRC_a31r8R1S}(bL#o|Ij3MZzJ zByAWRB+Dj3l~BPdg_XWHD}=N4?^v@!xErn}d89Of$ixQ=T0>z+-FqO{%Ye70Cmw2_ z2zImrYnq8A_RMvB;i(6c(Q>lN8dlcYNa)aPutxw^-w$Bn=tob6Nuw&Snz&LXq&IMe zj_7Idl(plJZL*>rZGLr8#0DZ%_$x|Zv9N%_mj=uP;14OpGEK*{AVNyaW$J~Ofr{Ko zk5KNNU`r&H2vZP7)OFGKgGMIDf9C%iB1yz&9E7Q2U_`HQ9>+63hg1PV)jZ|$?EGP0 zbTcH#aN$wSQ-_3p!a~2uHEWDB#u@7tap)e{IOLWgmL}T#f$_F6?%IS~H{iPO;T3;0 zC&C)-PZ|1=60+%uBRV` z*L+B;RzO4zR6W#1a#aBd%!ubz#W0Gv)Q-zhB~*Zi{Wx1EwK<-r|04~0=$(aCw-o(MMWWG&SF`HnJhEaFezJ*q5)8fz1b`&m-x}`5MgAzb$;bYOQXpo=iaEw z^Qy#bOrB<)KuaO9AKpOur;|Q-YET>xmW-lF=q)kj>717DO0B9+Whw zd`w5DAzGTFEKy`Wk^#bd?~2lR!NDy+tSa;>0GJq>L67SeQ7gdW9xHLo0i5e&&__z> z_0a3F*USIyH`AyNmwnH%8gbVqj5CZFWhfzg6-EZytRJHp@R>@kPK#J{$7tLK0*c3iPUE^sj|`| zjDisZ38!7o_0s*^=j3s|x*GTLys{Dzu{9PF&m>v2^n|F007d_YNQY4a?V`{zG^9nP z?1Y>Q2}S{0KtislGFM7osR?G80+VoF|UsRS7TF~Jn9X@q2! z8Z1JJ7?;YUaU3=lYrJ3AUgco3AVQby2#p8C@vSurK3t90hTAE;Nov5Amlz_93CsWL2 z^b0$&_NZZH6k@G5#MMt+2K@SaSAvOEJTITfvB3_rNES^%f>lrg7JyXWbNqkBAJlB^ z_G?xMch9A^tp)^>$nR4KH+|&Y%1OCWPG*!m!ZUWZ^HU* z*fNTF#S_C=7+X}qTBYC-wJ^*YWi00qd3LW@CdLLNJo{8m43mty40fKBLfB03XrsUh zkL=0*mSut}kVs_!uO(T!<822)l`MROz)I*rf&^!4w*Iv>qeger#gJVTYLrM~!2vs6 z&W<+a!4t!LR8X*^nXJiL7$~*jG0k>PGs$En;I#PfliatLrba=j&ZCWE+h+wQ%snMA zN0mS_z`|;$BDF7VLcrNkBdZXIBHD)prt)RnYah1uh8-VuB}4KnlS_4vfqXux zqOnhuuAWiTt~Mlv0;)i%Hed(z{HR$)QVf^cMLTk zVIt)q-OIs3MMo3ASwYAH5cXWtFxRadH?^ZJih~e9id9TM!>hnKq(lCre>Jo9qq=5@aQ9rT)wZ znlZA$IxDzV17rG9nNHWRqaNz! z2_x+nI4>&Z1`Ec|X{JQQj*pJb-wHJvKME0dY1<*fcCOR3Sf-%?4NJokz@5UA?jHF7 zd2;1y)3AgUqlFM7)`RD4p=5jBumTg!DOSG|aInZu%Bc20geedtdq_R7hfCMz6qlbE5aI5*?!S7= z9>=aO8j?n2nSKzxOrR{$#q1Wg17#EH#2T!TDk9Nx^3fF$y`81X{RkQD7Ee(RJ!ijb zKX^~~*VP+uo_oj>C%NvA=FBX6plC<=>3CKph}p#CR%>@qOt}f^xVMy)paBCo7_DOI zgfTj%3@91aNl=j-P+W9E_GY3(v4D_-!i?C~Ldby6eOgP)#UVkp&s~m4=`t9(!qZhR zF)|{4j%zOiCMJLQ3L@9lJVjl}4&)PC5sk_;D>Pt{@%sB`QUVit;)ge5kB#c}(CbC@ z>M_P-dG?L7pp}JHu?)KiJxeE@4u(eM(>hW>n4z`^?Dok}jZfd@pkDlHph_T1BNOhj zr-0vl>-=EPk}^udlEm;%Fh(7h*60=><$DhL&-@dbtskW|D}=lGY9l2X$sfo&se%Bu ze)jKIoc2Pbs6>z?LMFkC&W@(i((w|QNF?UMj=FFZQN>jHlz>tffwhmV&ZD6g#udi2 z9CqsNgd`(`g^UP6F*1q-1|b0k zD_|4^MU{zNfijQSU?r8L@~BFYO2w3^O5wzIL~I@@BijP=4A=&zRA3ww^L_~o7E&Yx zdJP)QjHch+_niG(U;bEY{q{aR{kSuIyFJx+FLhnrxqZ(*uiadCjb*wLualDTaGLoS~nmzlq&5+EGad*lUL$J zLBK}35f0M91WN^xEi>gQI%y__p(l`zck#o5pFMqGLmin^($FO;VY5q2$Ng8ez zOqk_VZ|J6OL6(8H%!KRg4)65Id@@gr)V$kF*K|`ajI_{5!Qf2md!oey+6=)TMX(!NS=wtqXS^B{W)yC?ctG7J3X18X?)9vPJZ~#Xd3tLsiiHjHwn) zbpKCT%eL_c40N=Co7}9)aN+s9vcu(V#w3O4ejuEauyyT(tz+vrjK5{!qRb_tlY=Kb zNVc(h+&X9w@PGZXMC_)S@he6ztj8ZLq{TrxNH$pPPMZvoI~Z@)AOGMdAryq(`h~v= zZJ}$&|4(SG6I1I%c>h*GSUDL4525k8v20oD^OdHjarEFyeS!VX1i$=(VVWn#7N}I8W?X^L#DIKB4;xMK|2ZY!B#b>*^ zIkm|(7@e}j24ipyED=r%Ug!)kvPN;_&j}A`&=B1;u3N{m#z2S*=atGdN9nQ>uS`hq zX-h>S09@JX)G0>Fup#^mKvrH-;G)9h0MS}rQ>B4il93QYsK$dwE)FN**Z)A(m_sU*TZ((e@Vf{C2KfJx2V$e!pZMY)OzqF65ha2U+_q(;~; zyyw&>|Annj)*H9h6OZ9HGNDP4ydwvYIfVxIkeB6y&Jiy~_GMCPa`>iamn zwM(g+42)2X@Y@u-6jUG!@KXhkDy0!h+GNp3g{v3jpox-+kyK0%K5aS`R1c0#Xow|p z6-pP_f+;(4=Mjk+`{rWnp}u zFlix#(VlZCoH?H{cfwOmSi=1JnyNt#$|$cBVKGV- zIawmq3gl&f^i_B3U(s48qt=P=zOESnWa+g8+RccgKp2A=NG1A3xxy`_b-2SjY%)x8 z(r9iBN3mhO9Yd2SArM0#+@}MfyYBAVv-$<;Ow*Q>V#?&C$iD1_!ImZ7{Nwt>Po`t6 zHdPD4#a(0wFxYC%855x>*@fMoa`s1m;>ExfsiZJBzpz_tts~ZY4&BeCv3Nmg28P@J z&8nN6V!mrUy#- zw#Ju4( zvHTqj)jGa0?=kFb$?%ksg^Ox~F@b?F|6ABNp#Nv7jm@*y3+$`sw6uxK)W=3v9KAs|uCJhzE$N(_6!03p@U+v`{=O~5#;ER@H zz~Zj!Qy%36b{#ZY-|scWqK(YzdrSAV0fA=g$|#SN*bh&&fpaeZAcgry2y*09ebVC7KAx zBy%_PbaAacr}dA%{P_RbtaZX_ZG`uG6=xI(arkYBqd!zdh_H5+)e&QQ&gCDogQk_tXo_H{ z`?U~MgtTK%6fs1E%e`8`i8(Khm0=1ea@rf)K@XdooCRmO1sY{|&MVu_u}hP2Ue^V4 z3?0K?h$V)#y5&}{dSNLmN;~h$SvG*`&wrW5%2Sr@`LiFMUh%={`@Vfwsh14xgp5$G zI&(+ZDPOv*a{UBb>sV?%jqc~V@O$SL|3v__u#dUb`>sGoJ$(K11Ne{M^>uP+Vt09m zCaNQ6!Ne!oQ&V3gm+YV>nADs%X~2A7ns$C@*cm3viBPO@Fx&7RUuF?Wp(5AJ(C8jb zCZN%5&p8o_7{Q6ygGS}{p69%3bio`7#{o<3)`z?ga7O3L9pP*^XK61djb&wN3JH%r zWlnqZL_0Vvd+eCx#mp+h>jpvR@;{04S4+>fF~ydX*g|S;*<4O^3;HN}<=wb>$RUzDY9X}uK3JEfsrT%o z3f5>^hBn#t&N6v#m;SBJLEENn^G;38Rk*9uo$=Wh!o9iq&EBM?-=87M#g5PmKAn9~ zQI=#_LZiyejaX`;4`{UVC>C_eO0*bS`@vQvVmy_{<}ZIDx19V`+rbhwsty=tqyjZQ z>c?o9^7Cb1jK($?q&EOaqYIY9>OKwCa+?^fv1^Y7dIMVQK4o-t#2a-%P7AV37exHM zAJ*5tp3gdy&+F@7?tk}hP9T2rmjK{RZ_%qim2IV$+GohyV?X$# zy71jngHuBP=*#ZLKbo~pTCI)nzAx_gA4?I%&1?JK?<_?^aTA;hHJ%C`oj7pOV5}&G z69bBD#d8TmkmduJ-7mlLyO$q-o$uh2urp1S1J!Fs*xTV}e7etT!ZPL#fOJSWuna65 zQ)4VIvsGv2Vrl2EC(Cs6Tz1yRalw@7s+HK1BZF#tjtHhtiJ^1;UKU8H7nLT(@+uFS z)Tie}TmCYmbKLtDf&-h?R= z=;+H{ns%c;##Z8|eqR6LZ`x1%BHr?IdfV^dl`rA;G}>mK2x%?zd{q-6GAz^Gapn!_ z;Mcz4*#EVxbuw#hg!g%sNZ|TS;caf_fJ=@b&cvs05LGbIUB#D)eWA@>YqONFaM7}~ z4i}Q^H1&0NZQFBAh{ z;+JMSyiP}0j2_JD!~Er1(V^wv_7ZH=5_A@x>`_Lm?ac!sYO~12b};RD*g+Y-`v>*s zUt{qg|NFn=(S74&{FX1}2Oq~{7u7cS+`n=<#z7ZhA);?U8!?0##tZnBe_o^X#XJ4y zvDR7u)<$^$*MLS-EpWT2`Y7+!3xg~}$R2s;UtT0JVJIkSB4i(^U%cR>Upz9 z*r#m}N7b9A<~=x^i%p>xj-&BSEY%iZY{?$xAg5F^ByyX*5K0~4Qc%BK6NZ#95z$3Y zE#fGAq~3?QOx{cF2$6o$qv6R*;eeP33$FBPdofwY3y2x&^fAK?)kNwIsL>S1Ah@?F z#9kLHvP=pv3~GDK&tUq*6x;Xv-#$P(G$aEZU5M`YL+4$P@z1@+gmf1Dx&PCC>gV;H zKcJuZMTz*pKu0{qZk2)_*E%o!nX*;eB40 z-u0M97X(w)KBUn%soe+uma40$m$WT9L>X{vGVf3gg*n5CUR;}MEiKVe7 z6!6K<#g#+sI@%^C!n~xw!DdW^LY_hwuf80`#TMm*vy^bZ3of<)9CP6U@LVh%v2c4? zcES1gOD|aMb3vocW#L{_eP}(?eGh--Yv%j>;(>$!CTYN?F>L>d`{O4&v(+Xhlv$Y=f}`l4(+uqDb`UZWJ} zuBkMaY47IiR3gHefQndxE+)e4d7~xUaGx1_L2-D9FRX2{@z8@w#B3PD6Hc1Z&d^uP zNaoxQXLPhM(mL$IVSElvthHZFnHYZ+>r$`L(1+M@ad$H z;XnO3iTK@j3Zy#@Cv@Rp1KXPj4Mtje0hEYvZ$Y@$TE||i>Gu6!m*4xy*_XaRV%j-J z8c-vq+ugEnftHpjIk_Z}1U)o`0AYl8W2GKBj7S4bF+}Dr7zDA0gz?6f--lc8XKiaZ zFisMhGBC;HCPp_+Tr@mOJi57;HMLV6nc!!p_*9iq<{pVsjC)?D7R%{9bJRhoL)G58 z7`sgiXKR4TvKes@;q>P2wHJ(0&yzK(u;B*fhVT`Sc*XcR0jJ96I)2jyh_tvvkTf82 z7{h%#yy4s;){w?{67fdFz!>Z(&Tls=d5VI?5$0aF+(#Bnnk-Y!j@y;O6nRP1h`quH zX5u^x_E3oczy5FaWnYB9@g4m?{|1xruYOY-(~F*qE7x%50etc6E#B!)28oHJ%!m!p z5DHY7yzRYdYpr#xwN8X5qr!uu=0X}r7SSzgdhE^Wu@7|k1n=;kV!lrG*scxh?VQ8X zEIau!3zs!D@mBZgyY3y@Hg#%hBMoY{s!6^~LZd3RUnwY9gqMYJXyUZX&83x^zD!4# z7Hc!6ip3xHQr3G3&##*Z-~X`k>5m=Z;Kj)DK}OdMDoxF8;X4y?7PEpP+HJL{9QBrX zW(W<9MPs6@z}uy_&H}g0@sR^`t*LI_4s!ARlh=enC|%&9HAIGvzB6srdT1v+7_ew2 zk$>rHl0*A-Z!kGNb_tsePHpnYXTIP82fFybzv(>e42-}gm@;D`JpZ;gAKO2Nwbt6N zwGp0>;=Cyw{xY}T5k~cGb%Pyz3*W+%FN29bQJo$gvCqh4F;iMLm}32TLb5k*hF9MG zejS=R)S=0gWYjjGOLzte-C#{P_rj&+_prR#-&uy5zS5dfda=M`QB8M93Fii*O0gJN zqUg>m4{xKx5Je0r$bd%4#6?H@eYY_VbgGG zgD?CGEy=XyV-5gzRxL$@u^qg8`4#HxC)HYavDVY;>aP2`7)uVC{4u}4d<=ck}spCh`+eGigD^Y@8Mo6&I#P-SbDwlb-mNS8jX3&OST zX046zM3lw~XrD538{#O?FMJ=iAHwt~w1sx?U9d^rfr;n=mj-2K__M^H#4|IeKBDT? zz#F)%&2??-UD(a$GPA{uw@WX0mB+raY;MBryQU~E2ruJSMV6V{Wb~?q*J#Eo?rG{n z8aP9vDDI3?ITY697u4C#o*HmN^l1^^YEY;8R|N z%rK{dIBHbC{cZc@AGI@I0#3jg_<2A4mFKJt4qcg2_-M zQYsVe%e2(U6rdXj!U0mWvdJTz%3$Br5-NUW4+$qh#qY!9ATkX~*-bG*qfo(z8VxxA z7lfP4kuT0I5b5-q&BwD5hT^m}g_-zQy^+81OEO_{eDPOr#yAU(Wi27XNH$<2gybf* z6PJJCJD%Q|zt&nuskITFl$u$i04W%CTTOkHU;DYeLpfxy4u!uY>4bFy^8*=X$(KO` z2zj#pypiC|PdeZBFj~WDU}~T_j7A5{nqZZcHqc3!hnWu|r>V63Zq80n zP}tXjaL^JO%|98-WCGyP4hL(L2%0F|>gvWAZ|>Zsm@L!0PytM|JcmjCWF ztsy9*nZCqz99-*e*LsGXsA67svt;#8s~-R5_adOtiHen8Vx*Nsk(;@JMz+w@7c_d) z`#t=?`+Sn8tUitw=x8hdvk^d1yGaknnUe1HBCIa?GDVijon<-8+<-M&-@otCuk=C8 zN!Cp8VhU~@CZ)2FRQhmML+T}lpkjEUIxCx=3;BGm5{FBwrTkHKN7si@&?DNgo?3-$ zJV`+~L!+}8fBv=&BEpZ_%}1R{>Z zDK1fnTy|2gIvb=UAY6|Oh_l6{cJ<;b*9GBPce~b!@WfPI#m_s!JGl&Uc%Y*_KhZ2D zaTIAV52m9`f(6tFN}IF){wps0+BU|zlE2M@9nX6#fNXvPO+1rv5i%#p{<4eW-7 z5Z$RGF;9@PL?%VS=q6Xa6p7G!kXgGyF`EIBD0g@_`aBVuhiAERwu`vn=*^RY$ir^F zaR*GZ^|obSj7OzV89Hc!JJ}6{lN4Pv>`#O)nAc<(LO?)t)c{`B0AnIVz0+7=nq#no zB8X~qwS`UtgTomQHhmW~kAsn1RWG5l$U%!7V@HPwy!Qio!Al_F)B%3w?fU)q$Q`fw znvIMx(Xt4uau!xW8AC)E+6j1D=oQym>#o$=2v1H?wHZ@xosQr*dXth%giSy;LLzzz zkk|4sIxTW@;BZI{E)_}V#+rJ-cN4p8B4}uc*`cCz6}>01JkL*lH->57?{Puk=#H2OyVD^fTElPus-F^19f$%ZJoG@)Q)kB<#L~9l zRy&;{!qQI2?RI+Cwbr`RTA|UCQrAB8f!TU{prf|AEphaQ^~A5f3n8M2UYKe^$}7}< zFV(1(0e5KXZ}q|EyQ%V+Fj$~S+_GJK=(Q^1XlVI^$XL$ToZ-zUL8Eh`6R>C%Od4uD z?D@7W`ky+7d}83Mvp6KEp@Limji#GgjDuwko)ckkZgL`Ir7~5Dua{$-d$C3b`kG#G z#mKGwS^Rt!5iVtp3+#q7=&rUb}E1HjFAfcB3=A}zy25i*jbEm&`mP9UHgr1dm5+cT5BD>)`{>WRq$m} zIbft6oiB5PgSpV5Fchf`7JEejv4njHcQwdc%!Pr~-R!X2554=$%U`Q0;tUK3E=dh= zQY88)MnFpuMWBW0(&E7=G31^JYLKkr6%oMTNS{DgaV(9d0_-$AYv}CAM&V&iKuJNC z@eosf{Ga|*N$MpZ3`UFr-9*pfMkacuA$sDy7TidNFeKK5W|GH57;=3N)~Lpn41!;Z zR9z?@lM{s_&c8|`-k+EYOGV@2p1v&8J3|yIc4X16491O!s&)2 zosl1lSXSRZV6!j};&Cc>dFW8_psFAQ4a zJj!_k5X8}2H$rWX5F$#iz>utkq9X)%wO@qGNO0J5FPvrI zs!w`j4zLDODDkaRjxI9#E)0T0NMfgZLZcB8MU%w>RWeC(ll8O}b@Pn_GfW!jYaovy zkVsyS=#`no5Ft7NEnc^59*S;eDW8x$o?A_X!o1{5dT2-%%Iq|tQDlcMqnTpLFt09h zL0DHCbvotBc45KOogEIKHE0J3r#67l59K~v#O2Z!$Wgn7*U(M`tqC-EgVs*C)?Kf) z5uTt*MR=^p0-}OF?T?xBzx8_$z3P>mpswT;_7K0D!pJn4jWm^%P!2T^x6srB@Ljjw z<)u?JL-n&<5E_aslajjNIMxtj>LlYaSbkW?BOH?BlbYN}6O6T@xBjKRIIr zYlN84l{-8|%M?AwM0C@}(@@kys-H3ml-R>%idk_uYFiq9dd_WDgd8L@Ho?#`2lDKS z4mJ-gsy5ttm7I7GfGb)=*nAsVWLV9KPFekcg7xweqg z;1CYC`1~(B?a|ANGD^(k9RN)2L^5R}S!(;v|MKacp=+&m)LO|hC#bd``NO>WRw*d% zWFiEz8KlJ)6*gQ8>+0ESG`J5ic_V4Jya4N0FJRhf+q?s*O-#NFyj^Txg4t+0ZB8*v zw?{zk2%{K$nPS1zj9M~-=(vN4+Vh4Vc<0x-B4LArsG`d6UHF>PV>arMERim2k)9)29?g!tRy%s>kG+EkRC9DnQFoP`r~!qza}weC@^jqqeu@G^v0%ospeyM?On zHb--S!bF+Stz_(VEzfL(5FL&%P}Zh>+UHKc^9#2=G7k^^z}cbbXBn3M2OsFV^GQ4*Bk4RE8Il?EIr5k>T$cv)zP2g1aRT8yL#cXJqF6dekQKpLM0lGx1+ z?rc5zr4-QxGeM4QijtSmBDzsZ>Qs@t0~&QX-AK{REOwds=#*Y|DdvML90oLuMper_ zgou!qx{+Ztn&FWVS)4k_5>dq25Kt(|T%pd#OzDYgO_);p1yiPXv|!3im=1ODP!qv) z3t;RZ0rjyU1Zby$4X}yx$1i=s3R$gnZ)$CXC#~W$Z}`jLPKcwI{>?ice8uM^G#a1e zITU8DduZJ(?#_V_6sq0!1I~Ay(=}}#P}ob0pru0GGlUkNnt`+?2^Y|KUOgv5nAPwH zWf)U{!x%r$Y+2++O)0W$q~@^04lA+@0nrc^qi!yD!6kL#Af<#z2UHqN!I>?P(P!hB zuu03DKxd!HG9JD&hT^1pjAbU)7SKGIPgGnNglSDm{xv#QP(K5erAkddIIi%L;H&Ir z;*qipzw?S>oII#@tCZ5mK~hAR)FZjPiJC-VyT!rB2k*v|8c4`+_0u21wA4=%ir*!i-qk&|G|>eum@LUh9K@WW$wW?XPdjXBX_}J(6mX#v3ph%1(4;}RT9fZ6@ee;F@6v=9fAeS9LC%_WJy7f$@MpgD!}+eaPXsoA<;8*4%k;JG zQLU%i2`mCJh~OA{VQlPr?BPD9j zzv2OVTXaE^as*!{O+teNlu8G~;KhWl(G5jZ$@#{yR8WNS9Ae;~gD>Mw4%s_0k2iws zue|HB4$ek1c2XFj6Cnz;KuXQSL58Uv>~zajqB$bAB5vXWWgd+J45E&CqP7&kpbt?w z-=*(rLZc&tDV|bfLq-~~lutj{tuA*mVP=LWkH=y$&`}f^i*fO!V0;5?x@V zs-X~L7Ie#DP9|^C2HF$~dCP~noiH5+V^e+Pqgzo4r1@=Bbxd3-G-RK$K;pa0Fy90QOljBCPLN^>laWD7-bO<1L&N@ zR1@J+q>=K8(Zd!Kq3??>$`(A@o5sWTh0&;+JA1rbwIE!KhC_OhYRGzE=-@ccY%~f5 zKq^o>_8`q}5eveP{P4TjO1YEHGHG+#HJ=6ofK7~pe&zKmWpu53R%;_XfyEpL)3f7_ z&jAmhvh?p63TPqzgWDJc3naX~xeNfm@*Z?YpQ;z8BR0~Dd5|_Kp}Js+?LvJx1DFw%Z2Xt?w%o11TLb zgawf5>K4A^6h^FDJaIuU`sP2~uaO&qEd!X035~k>q7g!ZHYGFMOz;2NJ3TYkTI*=F zHo_BE)46w-nlRA8+pOzuUlLsE3ja@a%QfMwXK&Du)wj&4Z?|iN*B({xaF6X{beFNc zODSI5V{Yjzty@a}zR=fac*VRpM2Rs1uTnias=6S&?;WB37Gpu^ zeOA+ZxvcF)PgIxfaoha`p^F{ETulUgXA=JSQSB!0hj52AKL7coS<+-ck(ZzUylBkv zc3W!+jmG=9;-YKa!&)2RiLCI&8ZM4^*as7ab9IfO5I&I17JqU(s0MB9lfUq`jSv93 zV>(3Ng`;V7io)B-QZxX7l*+;!&0gWk{^=62FByha7!Oa{#Rc<}Mag$S4E^y2C4 z`Ml&r2syS-JmL;H^20sd)G}5{IT03kyEg^Gmn@hCStcjKdG5?HaY3K4{kAlQLJVM2 zd*k5Tz1*#PejSc$8Y5u2&-8(d&aqATtm`;wuGS$Jd`I6=LKFI==}_*pP0(a4Gnf>V zQFG@ne(U@5y|z=3M(#u!FRZoJJ*l-3p2*7Hr3_-Yvt8lgdwy9CxQaWPBb0g$VTj%n zUC<+W{Pt2p0DkG+n6~m=a8u!^E@)TJzp>VY19HqEY>baSK-wBi=kJSJA^-*v?jvEv*z45!~U&Ti|w@_ELKsiIFZ}Iz(r#y%mrcnq|yg7g9-AT^+@E{62fyo z$-L7Jg1pmYkSyK3eI5q^@az{s4h#pjbs}8r-qqR&PiCbS`WV_^lq+&+W1oi^V62?p zXo0?wHt+^*j$(7_*FLC7y6ZcHY`>tn=)|A)E7fXKv1Z9&cF9?buy# zYKtpZ)W7J@sGA+o37SQymgYU>bqhjI4b1kd)<(G2y{z?YJCPM1I#8jbciao36U4H~ zNq`o80D94qMH^h1miV&!fz*ibn2q%O&j485$AxO+e zizR{fj70XU!0CvWh-W2vBAnsP=0?luGe|lGjWQmpI>)Y`r9@;Pduit_+|y*p zmh3}%FExdrf^H(irv(le+&TN+czWw(H(Fue zFy!tZ`H$}Klw51Aqt`kSp3L$w#2w4ww(om8a(=2cVTmYGJCU2h7zdkNen!51Yc-yUY7LHg;HK)L72GcAj{-U zus;#Tqzfyu402*y;G*-bg!#Te_hgE8p$i@Ii9s2~gx#cmD0RbRb`YLCkTIaq%MZRN zp7r9LmQ>dYSQmtA-P2kd;fbtt$11)Ij{_J8caaKuiZS+gkjl!rkn!(JzpbP9@% zn>SjKLW2|JAZ3KPXA%+(bebt((|}A}j9d#!Vkje{ognfZ!do>6DYX{05Ie%j9?m%D zGx`hw03ZNKL_t*Yo+=Ix%r)I`;?XX`4pC;Zp4Si*qV)$;20QZ|LP4lQO^4dO_VctA zCg%akrqWJ0at^-keTF>Wmt(myTWhT&*LuR8)QSsm9S<}L0CG8kT@gV8wX18nrOU=M zCc>kB-U$!FMeKkMZ7MXvwjceXm5E0nf@GQE4;Wje)zuSS>KdtauqUB#&?)W&6&E3H0h!2AAY=6D7Bl6S&EZv6PIA zhDeo{Ai}lS5i&!f>JmVp>Kh>An#>zS#aAEu4y;#YjOJFQcl zY;>3vzcdHCxSr@jH#xxC3kG#a5!)1<4`l5!ne^0Til$COu$!|_v$utkduCRLJD z%$gc%kn%C3Iw5m6iUR27l*?R>PFA*5z@(W{IYXncpmfS8lPwxy956=D&<+AU_&$?- zXI-u>r>Rf5AVh1l16HV1EhEJzJE%n>2C(9yYu)Qw8{tW;_6ctt6XDZ~Gff^ z4KWObVri?L`A*t#lKU3Bolje6BD&dz?G$M(DWig_LqGZak;L}$Bc2s&t#w?rl4VX@ zwdeduT*L$J{nBwBS`J4=wI-QmW~_wcs5bHq(t7)-r=MSZE4t)6c#ltC`3^qSgoj$% zaTu*({%UYrSiVIjVs*izbi!iFq%wWqYZN^jVZZo6^=&wh54%wmBNRS#gryf8G}m%U zE2r`j+YRx)W+v*Oj}~`^*Rw`5xGMg%p%+YAP59%4xUjQ3eV6iyN`NZEHm}U7(hDvX zg!w%}-YHGyJL_GNe9M05&wk^VVlqv}g9=GzPK1{pc#(_0`#=8Xlg=MN-XHn+r*h7% zwbn7z+6YfxrF5{!j>lKK5C4l0p(k$W!=Yrs8ucQM`jMrC0Dyk+AHjt_g{lF42cNbd z{_KSkWc0#C@7c4JY3MDZ&qpNe5gK7KV!91Y{p@8LV!p9z?b~GzMzLpYs4097pa@uX zND^mHxCr>2?MAh<7#;M{qIZ@CfAB@+O}(i%UpncO)PC-59 z9iffHiCZiPZ*afWUxO?|TJl9Dcay_=eSC+!TqY<}5`*93fzv8SSf@w{bPFt09twJ( zTkHdqV#->3f=0n8#DXxQ2n}#JBE&GSIgsScghmO6;O6G;1k7C_Zt2}M@wxUmbl^$4 zv4ln)fVm7ZtzA`En@zCB3GVJvthl=d3KT0)+$mn%io1IY#idZ7I23m;THM{8kV0_D z3IFq)yK{Mxi{#>ync3Odnb~({(<5hi>@*Mv$EiI&5bT3ex*7(Z4xcqn20mr2VJq^H z%{oy;pYN)goR)ehz}(M&uLER&T&DpJ)WznCvYGJllEMG!dv+pC@A83a-Kb===7|MP z?D1m{@e&;5E%XdBCYj!w4$n)b*UD5$We!9c%5q^`Al}_&>2wj)5bz2;IEI|#*ZI?} z_y0&>B~c0@>)lddLq>3Ng#t=!Q8Y+10!!8KGX*2S>F{fS$&C!#%J%V{6FC{FYn6S^ zU~ccY5%*#6_9Y1MOujiJ4jp1P1n4E%r(ai+(D9Fi>2@mhZ)5j-|HZbk<|S20$B>b^ z;u!HX{UJUpZ6O2P1H-2<_2X1Mhbqfg$GX6N@=;ghd!0}B7a@?v!?5~ile_$bEL`j{ zZk>W&OhBU^>uJ8uS%m3*sUMUImy3YBYS@(1GyDn|J>waEuwAAap7{@0T0Glq^)z_* zms6NE41*gfh=@>$d|d7tb+W@}W*_(XH=scM!oKeco!(i+)a$-h1|S*NuSq%5NAYoz zhgnwCUPkXm2;NRps~QDflqWpQ1OMQ6LFG-Y%hl9p7Ht-hXAnNgb&N5{@S!Pa4FkuY zSM@S646)C^7*~VahZf19>RRQMnP2FS9MYwro!kKp+i8rbW7{8I!!fvlDu*V%mh{m@ z{0K}o2ke~WKju#U#T!z^2#O-GER8t*7OY$kl@x^@+~7Hxz)OWIfr72XzJ-*N4n9?o zVjV00oDF*+KPa>dbevu>=5E7KkOlOH(+ZEpT62*s0`;8I3M?3Snq6a%BU7Kc}7vGE^{c%r9X^GMwnY| z@4h-8x&qZSF1Wtxo5uA}7sO=kFW8w6heJmAi%bIidrpCCZ=5grI2`Q?<h)`7E{Vmy7=^Vtt~lPbmDgr?e;xvFkbdkt4z5p8z7 zs!N@Z=M7kuKbZQmKPbR51Dobm1ltBfMzcjyGkLdI!CUy^!-*pwl^ET$#QH4R;1#hD zGx?4%V-u;ipYqK)34|n1vbcw2gdimuiEdUc&96VD)`JJN>1NodJPlZDgdD?>6^hX*~dA^Ik6B!~P_5%a)=~uq-zkbv=9G^rA7( z9G2H;1j$AuPKirB%$^skH64Z02Qxf4ZGu3WT5zS9BRO*|n^p{;xp&WmeYLx~a*lvM z^)gu3>MY0COE*tOp+kK6_@C6+vgqju;w6R)6_QHKf$yx*0;cjghL=Js>%VGoefv6*? z(MORYz*P{HEcBpI6+kMlJ^m&iePu!69E?k zSx4JF0pbKi@>~X@n6C79dWxSjC&qj1C>BKioqfM^MEHs3EU500S{yo5nG5KB>5)e* zIQiQjUy`1>!H`>LZV$_YRklCQ!5ona>Xu*X(TXN|VU5#P+viDLr%=hf+W=UBL)mML z`%f3TB&8;6eIpwt*n_epjoL%Dh52)L)O0;?3#v-4=%P1Mw=bG5px|CEKo?v(h4GDv z{BMcSN4AdoTd&~v_hw(puVd9JRe$hS*^w#P78xhx4C+0~ zLtNRfA_uc@gc`T&XS03f!Z9xj)^FNkTtF?nsD2!P(+x6=KH*TWgEz&uO0#t#99U#If@WPqqE(qf83J`Z+JQpbqc#b#tZ11S9E zF@N|?e9+0Xf86-J5Eksp#u@ygSg2K z7x8VCxO5*v`X?a$8#*D%i4X|7w8ECP9)V^T;6p3zPo}G?hu!pR=9(yl?UI6Z1NuyK z2CB#hdMt%$u@XJptacb!@Y<&H2-1|@HW#4;pAbvLyQXX8QDtLM1*;@!*RlY#yMtq0 zajVo?<%WBAA64S3iLvO!*JtF04xB#~$}rVW(NzkNomOj0-L9V#yhH_f_A&k8h3g?w98#gID(Ip_ugj>g z;H=E?)&BD^?HxXiyo??){zSL&iJpIn^$zGFA4yk=#bOYoE)bEn0TLH7xERO&zNCXAyWtGEL*U~#0C-Sp1Gv<`pE?{p z_ID@5!fh*Mc`44zYkbMTq_vSQ`r2G@GbN6_ogB=m22hCiR(12tXHs2!C_&7PHEC)8 z(-e}qL(6@A1D1N2w)7c-8EjIAPEo^Cr;k#%RB<{sQ)NF#wlG~>IyC!^8Kl}ZfG&*F zazt@@Vc3Kz;qwxCqZ%z+RpESa^UnB`ke>AS6lKL1wz&HL%-n3WdsVVB3r9$(_%k0+ z;+(C`U+#V|-xqf+AI3c>np2`hlsIMmLd$6Cf#bj+$^G_~ce-rgQIHXul_iE-(M!cM z;&$`gy}as1h*J=Drb#-+GIglht$fY%RqLpj*#x7)zOy~>Qz3{2Kc4-D zXz3}_@ZFQ$PvoVGejJsOFKMplll#lA7EwzL^LCDq8_AM8s~v7Y_cpJuHf<(fh%?Zz z&P8TgF}dBskb_tI!&32#265NrklG?Wh1r=U(RnrEU3G~;@Wr%71x4jC+y)&Kth)B^ z_hkMY9~eTItIhHNa>}MLy$x!XHZF!aBChYiGqA#+`w4C(L)%rH{Abl8i9a%sx8h4v zf^6plM34N2uc|WqpQ_Y75I|KQ!-L=`wHd_If>y5PgQAD_>re`gcwI&m=Kw9k4D4YP zh=RxoJ4deCWo6EP%o0LRQu~`1o%|7n?&KTzc+wI-Qp?mvV0qv9%!KGo(5X7lNQz}h zE>DLb1juXP31?uhV#ow=0vuF-fyMte+5*)fXatWsv#q!Ds*28d3d3M!0YtlvpCu}_ zTqPyHj`?>QZH6U3Iu`;NAQ{u!$tX2;MEH z$_p8ubrwG$TyTSihBjyZoa$375{R5VE^{L*zI_WT(u-Y7pZc|ZfLLYv^w{UF)z{*O zl%gOe@m;Jh5F0Iu+G49XV8T!N-qKX@?2%ejG!C$v0>OVQEsz{c1Z-PwG?`ocI_5dQ z^eH=QBA~(&o068f%8*Q+*PvJ9KqkH9yafeRtbgR{Cm(7!RewS-{3hU%{9%<1rXQL5 z|5*;$szUK2PO*A0BmdV`(7Eu1^%+27OL7c(JGpKs5f`;brtwedOe_p+up-w)v++en z*va+Z#Vv+&Nc2tSa?EO}d? zn@HX2bdSvSsYhM^hQXZW>L=TjuAUPZO1{o`w_*@w6p0H|N3M*We?j zXf}hSj()?_yNn%uPR8wm>+2Sm#8ti~GD zDHK^XQw`$BU>g9EC;O_RbVK6BT6h?lrC#e7L5BmY?y}u=UNxw(3)6BghU`IExDh?rV30%*{rygocJt*dpd3 zM18h|0Xo&5ceKR(4Kf4)mw#4eipDPAL*arYz`k4J6aK`s5au3|9v06Bc-vu0G-8oI zniRIFiinCI7~e(<9~UzOvtn9lFt{?lple!Vi20rYnxFgHgB#$i8YBdgyc8L-3026h zT$o&>>7;?G;g_6hAVU@1TpX)H0YQtX2UIuWuEZ)d6 z)xl#27l;4D^ng>HLZV9J%_{EILyJ0PcqOqyYF9TXjR&tuUEN+qDxWVuQr#Pd_@ml* zn^$<)0mF4gh}LrGhEZGY>`aoPPCLT3w5>!Dcyc5gVm9c#Efh%|9zJjDtgQ3&wm(ix zcHHqBoycz5KmHIFUX`ge|2VO(em-d6Q04dW6xgy5praC&3BI!~C@KvmMHlLU7tBZB zl$q6H7=yFRKmQI_qxIsEQSk_S`W@Q7Y zr?aL^Cyy0T|42?1Dl0inm3uVjCPTUs(O5y^~Z?Ak-6a;Y>y|x`UulY?XV4zCWMw6l{&-^ra_=KjJi+2p-SmJOw$P==` zO_v;bC(`K@T|aWaj1p}B3cN2RsTP`x2%>sG=V0#3LVn*Q!*Rz89&8}#$k>Y(q!C)n zrlKhM84pqq*G7A0U-u1N4!ZG`BCPX-d-E#z1UQN7!Y;LTXJiobTz8-zB%og32KJ1tM3-MQf49EQ6HL4owQRKbOJ2hSdQNEzR zN(7$$^(Nf_4N8}z@pLjrXF3{6980i1iuB6&uS3ZG%AOW0_xl+4;q<~?Onu7KPLC@w zuAfjiV{=>EnFfI^?I%ZukoQOF4{1>5d}`MEX+Rw;F)0z|5TUTx24$lxqnPSJ?Wu>6 zpbrDp6K&ByB^4aAeo&~Fm5~|KXa0H*DtNfRXiRz}o}o=QR3MdAh7dI<=hxCs;$+(Y9EwmmbGyPkm znQnwgf*eeU$K>Fl68>*KASvuy>kamWqLIhRlBXnOagOW0m}b+@;+&m5QC~s)HC<8l ziXrHR`7hm}Ho>!RDC4EK6kK6MM|{@nq+TfLb3gdq zmROK-9ZMU!TC{~h$KH8z!mDysd^HXZWu>9_P#twFEI>mPXXsV ze1u}Ur(lG?98FExjMs_@MN0vcv!yjO_iQbqyw{SV~tJo?*gDLt%# z#5)hl8VV%H;llX*pXqC<^rb^0K_%@cIh!x8<*_A?8zpVWAp2jN%ug~@6P?YVB(3WT zzY8B>VN~Yj^o7_)7qTV(�eKICtA?dPM7nu}^ASN8WQh;=4*Sh0PMsg}dv9W0D+; zy2!dYaObuidEla+)`-pSyu*#mMRpyKqHQ>SE7tThYlfs;7E-7iej;vz^E@aGIuA0dKe(T{$A!~R zKI6Dy=;gG5;ogbYVt_1}4k)c)28>61M02E7dqSsPh`Hd(I%oZsGNE!LvZpXB#|1l$ zr!+>ROwuiR1V1zb z_6`pra?_}pjy~AS9>cWheqKkkRei*S@cJ5r17=Ks76rSja}zUwd&&(b%Y^ehVX=G&?1v7!ww zqD73A&bd2`2<|3BzXOuGhydU$fGS>p9QTNG!B-XcsNpWlnZ5PvE|elsm;-r0E*wC} z)3{@9P@oI#q-mK)Oxw}| z9GPH6Jeko#iHw#XVCElDlRIh8i`9F(p!~9X1&%yF>e3kuoQ&(L%lFrU{NnUV*Op*PwJxvS!$OnC`q8C#&t| zA|J7qA+7yK^@(v+D{_#&oi_4<-CkX>Z848GWjat>;UEY^R?hdK912s3kA1(jD)+0A zmxD1y5T&0A;?A-(km!U%8WrU#cl9b^T|cAop8TUHWXtM{V55M~ggF#wAV81EvlU$% z0=GjuT$7|o--;S;rEQfYq^T`%?I2AGhB zJy&WumCcx*ed1HPxf|x8^EckhitC3w-U(~J(Ivq;PWK&+i}prl$&lH{!jqgIy5Y)c z+(XL|h$*=ish4~)hkm1XL|D1ejkO#$U0f&4#H!)2t6pjS9)NTtHoQm7K-j}&$%1(o zLV&%{mly1aN74n+Bq1~vZn-cj3wf2;%$vYWMqV?-J-)(Vy)9a@AQ6^{K7BBtF42+! zW4T@eA{6#~kVeju1xRBvFC{(@phevKjzc*5@>bEv%UVE#tn#l1B|FGa$G+!PVZ(C+ z9kk7)RlskbmA#(Lp~2klxS7@|p`bW6PbV_sP6esQv-(!|Lni!~^73*D=Z=3pAr`sQ z$#8J!XG%aBZN!MhdrHkIgnzT--R-T3%;lEjT(mj;kJ05biF zSHy1SXOh&*ms)klI~K-a^WG=OtU3h+#n|X*iCXT%2y_14X;fNzrEF-2}`TWv)@Cnu+_^QP6WBcH6S_WufPKFz92UDtFB|6JM#fkXfL%zP=KWfLV?5 z_bhw0Y$zr1IEP`=fCZ1GikuuGp0UTYJggUi&j=giun&dcXYN0^(+)MA2k-j~4hov| zwA|Cn9{s9=zEYTMMe6#DlT%+YnS#aKdkv_sXspNCX2D!JzTxkT21l}4zF&^<5$V#o zZZz1Z+D1by4tw?NiD}+&bvuoQ!!bdkv-$BZgq~3^M=?($L!3^jAwuC<&3sjawnCT z7b89z^!(|1(e$ye_PfY0j_=>R-Or`KM>Z`lZ>mlIVmY+Jdav9`2z9{zwrmqoKl3kg z?w04fUkb+R;B5VPELC^C(Wy340yb|3`gQ%ZfeoFvmRZh4>mfD0@7;Ek{HMp8^Lws@ zuJ0tfgz8#*z!t|Q4mV^I&3d6fL$JOa+yaa`c z3iSZr+2aQ1XPN*A9^T&^5qB4L=PxkDv%x$N+Vrpgyv$3VB>?NJkJUf=UX@PfCM!F8 zD3NM)X^AujI668ybKDT#Jl^Y6m-A#;{rpa?YHzy6<(a|=ss@_8Xnpalh6+{tg=(pT zhbdYPIC&XRZjPQczT|X1Ki)Fq$DEv;JnfsAJxMr@`yl^mEh&kN#-@>ErNjINsxzRxv zR_oLzWX;LN04)Y%iRx`8^LQ*381ZGkj8Q^}vo8cEWQY&+KRm1&khdlm!oe9Vt_U_hYU&LUu(#8OhVDoem8ne z7s~(r`#$ShQ7lJTR!gZ4f)?UvN6*1$-)CYc%rw#qrGX;WItz#1XBYw zuFH6844a+S+dOrRT;;X22>Ny}>?}d$$-)$t*5euQ1$A|G)zwb>qiJy8IgM8qFMo*F zXvq28+f`lTD0b2W-kC2{>H`}*PjyVUyB#yBz_KH*s8DEro@BLB(8pwFN=@ z@mQ-WXerh`0OEypX7_&^De%GXwkT@GpRXl&!y+A3^WGq z?P(cZiGSqWN%1BaM7f!I)-tpFzIL(YchR}njTr~kQkN)BXf5sAWv8E%f{Np*<_P~g znl7@@G6Bki*mt9ZK5umB12_CGB&_qe&1IW6EzCUy9amD7i!JJw+$SYSTCP6vj*M4T zRlO9`P=NnXI7bh!G&;l_m1H}Sugy|WqocW*ap!;8L8H%-@bePQRV$tKUUQ9tTBE(C zIU%4>n;_k52erk8o~^a=RsJ_fDPt|Z$jqkOS)N9>%xaGNbNM3I0*j6ZDcw6C-olv7 zG@$mm?V)boM7JBK{|z%-mMQ@O0WTGT>@Sk0_LiWM9^ts*oAcG(e_zC@H@gBJms3e} zQwX-7?yq84$P?6Zgr_&}ms?zmqSt&5a~m5QY5c)5db#WE-j6(-L_|dQ@N!p&lam)d zuzP|0R->u@N?KaqoF8CIMcmMCT3TAW_XYKX7PYSprkfsj_w$XRX`XVizjw`h&epx* z6bAGCLCI+gwx4efsU-a~qB%RjvQS9 zr!-N}-;b)Fz9I&$y|6M)WU3roj&U&;E}8~OxG)><)+C5%gq*h)7h7HKjm+&bxtor~ zRS(C2!Q1_D#2n?7mF!$x`7rsupbVz6YOx5taMezn%vbomv>0}LaSfb2U97pd!Fbpk z`Gz9_nabd?w5ZdAnU^K2m;1wb8PJ;y*ai8L0lxg?R4@w=h9mjqY>B7a@pZw4@!`19 zkr`dx4if!eK2j##E|ZKN$rc0p%PxE%bk&dF9i(#RNxCGHs9to$BBCvVG*P;3Eqk)MBV<4-2v9=QLe0KyHDm6wqQUY8W;)mqk zk@+ohr66hC)l1E~%@WNpTfK3C@>DirzXmjrum*f8;=VK`x2-8wIs6;i-4;*E-Xen}-aI^3)Jphcri{(V+env9IZNW>!S z23H%PVYY7zF0hRK6v~D=xvws>Pl!=QiIH)^P|Mxm_Vmfjiqiq-ml3h1h%Gavj>xYy zOyGXcrJ}wI|AV#&IZkwt*?vzJT%im!>|b*Kpanb@Yb~y{_%F{v*({4SByCQ<1!RAM zmX;B2PpEC0E10gpy?=B!w>Qm_3Vy$C zY7{;q. +# +# Modified by Anders Logg 2011 +# Modified by Martin Alnæs 2014 +# +# The linearised bilinear form a(du, v) and linear form L(v) for +# the Cahn-Hilliard equation. +# +# Compile this form with FFC: ffc -l dolfin -O -f split CahnHilliard2D.ufl + +cell = quadrilateral + +P1 = FiniteElement("Lagrange", cell, 1) +R = FiniteElement("Real", cell, 0) +ME = P1*P1 + +du = TrialFunction(ME) +q, v = TestFunctions(ME) + +u = Coefficient(ME) # current solution +u0 = Coefficient(ME) # solution from previous converged step + +# Split mixed functions +dc, dmu = split(du) +c, mu = split(u) +c0, mu0 = split(u0) + +lmbda = Coefficient(R) # surface energy parameter +dt = Coefficient(R) # time step +theta = Coefficient(R) # time stepping parameter + +# mu_(n+theta) +mu_mid = (1-theta)*mu0 + theta*mu + +# Compute the chemical potential df/dc +c = variable(c) +f = 100*c**2*(1-c)**2 +dfdc = diff(f, c) + +F0 = c*q*dx - c0*q*dx + dt*dot(grad(mu_mid), grad(q))*dx +F1 = mu*v*dx - dfdc*v*dx - lmbda*dot(grad(c), grad(v))*dx +F = F0 + F1 + +J = derivative(F, u, du) diff --git a/demo/documented/cahn-hilliard/cpp/CahnHilliard3D.ufl b/demo/documented/cahn-hilliard/cpp/CahnHilliard3D.ufl new file mode 100644 index 0000000..f2ba9bf --- /dev/null +++ b/demo/documented/cahn-hilliard/cpp/CahnHilliard3D.ufl @@ -0,0 +1,60 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2006-2014 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Anders Logg 2011 +# Modified by Martin Alnæs 2014 +# +# The linearised bilinear form a(du, v) and linear form L(v) for +# the Cahn-Hilliard equation. +# +# Compile this form with FFC: ffc -l dolfin -O -f split CahnHilliard3D.ufl + +cell = tetrahedron + +P1 = FiniteElement("Lagrange", cell, 1) +R = FiniteElement("Real", cell, 0) +ME = P1*P1 + +du = TrialFunction(ME) +q, v = TestFunctions(ME) + +u = Coefficient(ME) # current solution +u0 = Coefficient(ME) # solution from previous converged step + +# Split mixed functions +dc, dmu = split(du) +c, mu = split(u) +c0, mu0 = split(u0) + +lmbda = Coefficient(R) # surface energy parameter +dt = Coefficient(R) # time step +theta = Coefficient(R) # time stepping parameter + +# mu_(n+theta) +mu_mid = (1-theta)*mu0 + theta*mu + +# Compute the chemical potential df/dc +c = variable(c) +f = 100*c**2*(1-c)**2 +dfdc = diff(f, c) + +F0 = c*q*dx - c0*q*dx + dt*dot(grad(mu_mid), grad(q))*dx +F1 = mu*v*dx - dfdc*v*dx - lmbda*dot(grad(c), grad(v))*dx +F = F0 + F1 + +J = derivative(F, u, du) diff --git a/demo/documented/cahn-hilliard/cpp/documentation.rst b/demo/documented/cahn-hilliard/cpp/documentation.rst new file mode 100644 index 0000000..6f23b69 --- /dev/null +++ b/demo/documented/cahn-hilliard/cpp/documentation.rst @@ -0,0 +1,414 @@ +.. Documentation for the Cahn-Hilliard demo from DOLFIN. + +.. _demo_pde_cahn_hilliard_cpp_documentation: + +Cahn-Hilliard equation +====================== + +.. include:: ../common.txt + +Implementation +-------------- + +The implementation is split in three files: two form files containing the +definition of the variational forms expressed in UFL and a C++ file +containing the actual solver. + +Running this demo requires the files: :download:`main.cpp`, +:download:`CahnHilliard2D.ufl`, :download:`CahnHilliard3D.ufl` and +:download:`CMakeLists.txt`. + +UFL form files +^^^^^^^^^^^^^^ + +The UFL code for this problem in two and three dimensions are in +:download:`CahnHilliard2D.ufl` and :download:`CahnHilliard3D.ufl` respectively. +They differ only in the first line setting the cell: + +.. code-block:: python + + cell = quadrilateral + +First, a mixed function spaces of linear Lagrange functions on quadrilaterals +is created: + +.. code-block:: python + + P1 = FiniteElement("Lagrange", cell, 1) + ME = P1*P1 + +On the mixed space, trial and test functions are defined: + +.. code-block:: python + + du = TrialFunction(ME) + q, v = TestFunctions(ME) + +The test functions have been split into components. + +Coefficient functions are now defined for the current solution (the +most recent guess) and the solution from the beginning of the time +step. Further, these functions (and the trial function) are split into +their components: + +.. code-block:: python + + u = Coefficient(ME) # current solution + u0 = Coefficient(ME) # solution from previous converged step + + # Split mixed functions + dc, dmu = split(du) + c, mu = split(u) + c0, mu0 = split(u0) + +Various model parameters can be specified using the class +:py:class:`Constant`. This means that their value can be changed +without recompiling the UFL file. Lastly, the value of +:math:`\mu_{n+\theta}` is computed. + +.. code-block:: python + + lmbda = Constant(cell) # surface energy parameter + dt = Constant(cell) # time step + theta = Constant(cell) # time stepping parameter + + # mu_(n+theta) + mu_mid = (1-theta)*mu0 + theta*mu + +.. index:: automatic differentiation + +The chemical potential :math:`df/dc` will be computed using automated +differentiation: + +.. code-block:: python + + # Compute the chemical potential df/dc + c = variable(c) + f = 100*c**2*(1-c)**2 + dfdc = diff(f, c) + +Here, the first line declares that ``c`` is a variable that some +function can be differentiated with respect to. The next line is the +function :math:`f` defined in the problem statement, and the third +line performs the differentiation of ``f`` with respect to the +variable ``c``. + +The linear forms for the two equations can be summed into one form +``L``. We wish to drive the residual of this form to zero during the +solution process. The directional derivative of ``L`` can be computed +automatically, by calling ``derivative``, to form the bilinear form +``a`` representing the Jacobian matrix: + +.. code-block:: python + + F0 = c*q*dx - c0*q*dx + dt*dot(grad(mu_mid), grad(q))*dx + F1 = mu*v*dx - dfdc*v*dx - lmbda*dot(grad(c), grad(v))*dx + F = F0 + F1 + + J = derivative(F, u, du) + +C++ program +^^^^^^^^^^^ + +The first lines of this solver include the ``DOLFIN`` header files +and the two files generated by the form compiler, and the ``DOLFIN`` +namespace is used: + +.. code-block:: c++ + + #include + #include "CahnHilliard2D.h" + #include "CahnHilliard3D.h" + + using namespace dolfin; + + +The class ``InitialConditions`` defines the initial conditions for the +solver. In the constructor, the random number generator is seeded +using the rank (process number) so that different processes will +generate different sequences when running in parallel. The ``eval`` +function evaluates the initial condition. The first value (``[0]``) +corresponds to :math:`c` and the second value (``[1]``) corresponds to +:math:`\mu`: + +.. code-block:: c++ + + // Initial conditions + class InitialConditions : public Expression + { + public: + + InitialConditions() : Expression(2) + { + dolfin::seed(2 + dolfin::MPI::rank(MPI_COMM_WORLD)); + } + + void eval(Array& values, const Array& x) const + { + values[0]= 0.63 + 0.02*(0.5 - dolfin::rand()); + values[1]= 0.0; + } + }; + + +The next class is a subclass of :cpp:class:`NonlinearProblem`. A +:cpp:class:`NonlinearProblem` object can be passed to a +:cpp:class:`NewtonSolver` to be solved. The requirements of a +:cpp:class:`NonlinearProblem` subclass are that it provides the +function ``void F(GenericVector& b, const GenericVector& x)`` for +computing the residual vector and the function ``void J(GenericMatrix& +A, const GenericVector& x)`` for computing the Jacobian matrix. The +below class is designed to work for two different generated forms (2D +and 3D), with the appropriate form chosen based on the geometric +dimension of the mesh. The makes the class more complicated than would +be the case if it supported a single form type. The class is first +declared as a subclass of cpp:class:`NonlinearProblem`: + +.. code-block:: c++ + + // User defined nonlinear problem + class CahnHilliardEquation : public NonlinearProblem + { + public: + +Its constructor takes the various arguments which are required +to create the forms, and it calls a the templated private member +function ``init``: + +.. code-block:: c++ + + // Constructor + CahnHilliardEquation(std::shared_ptr mesh, + std::shared_ptr dt, + std::shared_ptr theta, + std::shared_ptr lambda) + { + // Initialize class (depending on geometric dimension of the mesh). + // Unfortunately C++ does not allow namespaces as template arguments + dolfin_assert(mesh); + if (mesh->geometry().dim() == 2) + { + init(mesh, dt, theta, lambda); + } + else if (mesh->geometry().dim() == 3) + { + init(mesh, dt, theta, lambda); + } + else + error("Cahn-Hilliard model is programmed for 2D and 3D only."); + } + +The function ``F`` computes the residual vector, which corresponds to +assembly of the form ``L``: + +.. code-block:: c++ + + // User defined residual vector + void F(GenericVector& b, const GenericVector& x) + { + // Assemble RHS (Neumann boundary conditions) + Assembler assembler; + assembler.assemble(b, *L); + } + +The function ``J`` computes the Jacobian matrix, which corresponds to +the assembly of the form ``a``. + +.. code-block:: c++ + + // User defined assemble of Jacobian + void J(GenericMatrix& A, const GenericVector& x) + { + // Assemble system + Assembler assembler; + assembler.assemble(A, *a); + } + +The following two functions are helper functions which allow access to +the solution vectors: + +.. code-block:: c++ + + // Return solution function + Function& u() + { return *_u; } + + // Return solution function + Function& u0() + { return *_u0; } + +The private ``init`` function is responsible for creating the forms +and functions associated with the problem. It is a templated function +so that the 2D and 3D cases can be handled with the same code. +Firstly, a shared pointer to a :cpp:class:`FunctionSpace` (``X``) is +created. Then two shared pointers ``_u`` and ``_u0`` are set to point +to :cpp:class:`Function` s from the space ``V``. A shared pointer is +used so that the function space is not destroyed when the constructor +exits. (The function space will not be destroyed until there are no +more Functions or Forms that point to it.) Using the function space +``V``, bilinear and linear forms are created using ``new``, and the +coefficient functions are attached. These forms are then wrapped in a +shared pointer (using the ``reset`` function) which will take care of +eventually destroying the forms. Finally, ``_u`` is set equal to the +initial condition (by interpolation). + +.. code-block:: c++ + + private: + + template + void init(std::shared_ptr mesh, + std::shared_ptr dt, + std::shared_ptr theta, + std::shared_ptr lambda) + { + // Create function space and functions + std::shared_ptr V(new X(mesh)); + _u.reset(new Function(V)); + _u0.reset(new Function(V)); + + // Create forms and attach functions + Y* _a = new Y(V, V); + Z* _L = new Z(V); + _a->u = _u; + _a->lmbda = lambda; _a->dt = dt; _a->theta = theta; + _L->u = _u; _L->u0 = _u0; + _L->lmbda = lambda; _L->dt = dt; _L->theta = theta; + + // Wrap pointers in a smart pointer + a.reset(_a); + L.reset(_L); + + // Set solution to intitial condition + InitialConditions u_initial; + *_u = u_initial; + } + +The ``CahnHilliardEquation`` class stores the data required for +computing the residual vector and the Jacobian matrix as private data: + +.. code-block:: c++ + + // Function space, forms and functions + std::unique_ptr
a; + std::unique_ptr L; + std::shared_ptr _u; + std::shared_ptr _u0; + }; + +The main program is started, and declared such that it can accept +command line arguments. Such are parsed to ``init``: + +.. code-block:: c++ + + int main(int argc, char* argv[]) + { + init(argc, argv); + + +A mesh is then created with 97 (96 + 1) vertices in each direction: + +.. code-block:: c++ + + // Mesh + auto mesh = std::make_shared( + UnitSquareMesh::create({{96, 96}}, CellType::Type::quadrilateral)); + +A set of constants (required for the assembling of the forms) and two +scalars (to be used in the time stepping) are then declared: + +.. code-block:: c++ + + // Time stepping and model parameters + auto dt = std::make_shared(5.0e-6); + auto theta = std::make_shared(0.5); + auto lambda = std::make_shared(1.0e-2); + + double t = 0.0; + double T = 50*(*dt); + +A ``CahnHilliardEquation`` object is created, which will be used in conjunction +with a Newton solver, and references to solution functions are +declared: + +.. code-block:: c++ + + // Create user-defined nonlinear problem + CahnHilliardEquation cahn_hilliard(mesh, dt, theta, lambda); + + // Solution functions + Function& u = cahn_hilliard.u(); + Function& u0 = cahn_hilliard.u0(); + + +A Newton solver is created which will use a LU linear solver, and various +solver parameters are set: + +.. code-block:: c++ + + // Create nonlinear solver and set parameters + NewtonSolver newton_solver; + newton_solver.parameters["linear_solver"] = "lu"; + newton_solver.parameters["convergence_criterion"] = "incremental"; + newton_solver.parameters["maximum_iterations"] = 10; + newton_solver.parameters["relative_tolerance"] = 1e-6; + newton_solver.parameters["absolute_tolerance"] = 1e-15; + +A file is created for saving the solution at each time step in VTK +format. The data will be compressed to reduce the file size. + +.. code-block:: c++ + + // Save initial condition to file + File file("cahn_hilliard.pvd", "compressed"); + file << u[0]; + +The solution process is based on stepping forward in time. At the +beginning of each time step, time is incremented and :math:`u_{n} +\leftarrow u_{n+1}`. The Newton solver is then used to solve the +nonlinear equation and the first component of the solution (``u[0]``) +is saved to a file, along with the time ``t``. + +.. code-block:: c++ + + // Solve + while (t < T) + { + // Update for next time step + t += *dt; + *u0.vector() = *u.vector(); + + // Solve + newton_solver.solve(cahn_hilliard, *u.vector()); + + // Save function to file + file << std::pair(&(u[0]), t); + } + + return 0; + } + + +Complete code +------------- + +Complete UFL files +^^^^^^^^^^^^^^^^^^ + +.. literalinclude:: CahnHilliard2D.ufl + :start-after: # Compile + :language: python + +.. literalinclude:: CahnHilliard3D.ufl + :start-after: # Compile + :language: python + + +Complete main file +^^^^^^^^^^^^^^^^^^ + +.. literalinclude:: main.cpp + :start-after: // Begin demo + :language: c++ diff --git a/demo/documented/cahn-hilliard/cpp/main.cpp b/demo/documented/cahn-hilliard/cpp/main.cpp new file mode 100644 index 0000000..afa1156 --- /dev/null +++ b/demo/documented/cahn-hilliard/cpp/main.cpp @@ -0,0 +1,163 @@ +// Copyright (C) 2005-2016 Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg 2011 +// +// This program illustrates the use of the DOLFIN nonlinear solver for solving +// the Cahn-Hilliard equation. +// +// The Cahn-Hilliard equation is very sensitive to the chosen parameters and +// time step. It also requires fines meshes, and is often not well-suited to +// iterative linear solvers. + +// Begin demo + +#include +#include "CahnHilliard2D.h" +#include "CahnHilliard3D.h" + +using namespace dolfin; + +// Initial conditions +class InitialConditions : public Expression +{ +public: + + InitialConditions(MPI_Comm comm) : Expression(2) + { dolfin::seed(2 + dolfin::MPI::rank(comm)); } + + void eval(Array& values, const Array& x) const + { + values[0]= 0.63 + 0.02*(0.5 - dolfin::rand()); + values[1]= 0.0; + } + +}; + +// User defined nonlinear problem +class CahnHilliardEquation : public NonlinearProblem +{ + public: + + // Constructor + CahnHilliardEquation(std::shared_ptr F, + std::shared_ptr J) : _F(F), _J(J) {} + + // User defined residual vector + void F(GenericVector& b, const GenericVector& x) + { assemble(b, *_F); } + + // User defined assemble of Jacobian + void J(GenericMatrix& A, const GenericVector& x) + { assemble(A, *_J); } + + private: + + // Forms + std::shared_ptr _F; + std::shared_ptr _J; +}; + + +int main(int argc, char* argv[]) +{ + dolfin::init(argc, argv); + + // Mesh + auto mesh = std::make_shared( + UnitSquareMesh::create({{96, 96}}, CellType::Type::quadrilateral)); + + + // Create function space and forms, depending on spatial dimension + // of the mesh + std::shared_ptr V; + std::shared_ptr F, J; + if (mesh->geometry().dim() == 2) + { + V = std::make_shared(mesh); + F = std::make_shared(V); + J = std::make_shared(V, V); + } + else if(mesh->geometry().dim() == 3) + { + V = std::make_shared(mesh); + F = std::make_shared(V); + J = std::make_shared(V, V); + } + else + error("This demo only supports two or three spatial dimensions."); + + // Create solution Functions (at t_n and t_{n+1}) + auto u0 = std::make_shared(V); + auto u = std::make_shared(V); + + // Set solution to intitial condition + InitialConditions u_initial(mesh->mpi_comm()); + *u0 = u_initial; + *u = u_initial; + + // Time stepping and model parameters + auto dt = std::make_shared(5.0e-6); + auto theta = std::make_shared(0.5); + auto lambda = std::make_shared(1.0e-2); + + // Collect coefficient into groups + std::map> coefficients + = {{"u", u}, {"lmbda", lambda}, {"dt", dt}, {"theta", theta}}; + + // Add extra coefficient for residual + std::map> coefficients_F = coefficients; + coefficients_F.insert({"u0", u0}); + + // Attach coefficients to form + J->set_coefficients(coefficients); + F->set_coefficients(coefficients_F); + + double t = 0.0; + double T = 50*(*dt); + + // Create user-defined nonlinear problem + CahnHilliardEquation cahn_hilliard(F, J); + + // Create nonlinear solver and set parameters + NewtonSolver newton_solver; + newton_solver.parameters["linear_solver"] = "lu"; + newton_solver.parameters["convergence_criterion"] = "incremental"; + newton_solver.parameters["maximum_iterations"] = 10; + newton_solver.parameters["relative_tolerance"] = 1e-6; + newton_solver.parameters["absolute_tolerance"] = 1e-15; + + // Save initial condition to file + File file("cahn_hilliard.pvd", "compressed"); + file << (*u)[0]; + + // Solve + while (t < T) + { + // Update for next time step + t += *dt; + *u0->vector() = *u->vector(); + + // Solve + newton_solver.solve(cahn_hilliard, *u->vector()); + + // Save function to file + file << std::pair(&((*u)[0]), t); + } + + return 0; +} diff --git a/demo/documented/eigenvalue/box_with_dent.xml.gz b/demo/documented/eigenvalue/box_with_dent.xml.gz new file mode 100644 index 0000000..5982a06 --- /dev/null +++ b/demo/documented/eigenvalue/box_with_dent.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4963ae1a73751efdb0033815a27500eeca245ecaaac8bafcbfce6a4200c06a +size 8836 diff --git a/demo/documented/eigenvalue/common.txt b/demo/documented/eigenvalue/common.txt new file mode 100644 index 0000000..ef46c57 --- /dev/null +++ b/demo/documented/eigenvalue/common.txt @@ -0,0 +1,40 @@ + +This demo illustrates how to: + +* Load a mesh from a file +* Solve an eigenvalue problem +* Use a specific linear algebra backend (PETSc) +* Initialize a finite element function with a coefficient vector + +Problem definition +------------------ + +Sometimes one wants to solve an eigenvalue problem such as this one: +find the eigenvalues :math:`\lambda \in \mathbb{R}` and the +corresponding eigenvectors :math:`x \in \mathbb{R}^n` such that + +.. math:: + + A x = \lambda x. + +In the finite element world, the matrix :math:`A` often originates +from some partial differential operator. For instance, :math:`A` can +be the stiffness matrix corresponding to this bilinear form: + +.. math:: + + a(u, v) = \int_{\Omega} \nabla u \cdot \nabla v \ {\rm d} x. + +Here, we will let the space :math:`V` (of dimension :math:`n`) consist +of continuous piecewise linear polynomials defined relative to some +mesh (Lagrange finite elements). For this example, we will consider a +3-D mesh of tetrahedra generated elsewhere. + +With the above input the first eigenfunction will look as follows: + +.. image:: ../eigenvalue_x.png + :scale: 75 + :align: center + +In the following, we show how this eigenvalue problem can be solved. + diff --git a/demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl.rst b/demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl.rst new file mode 100644 index 0000000..783633f --- /dev/null +++ b/demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl.rst @@ -0,0 +1,11 @@ +UFL input for the Poisson bilinear form +======================================= + +The bilinear form for a stiffness matrix (Poisson):: + + element = FiniteElement("Lagrange", tetrahedron, 1) + + v = TestFunction(element) + u = TrialFunction(element) + + a = dot(grad(v), grad(u))*dx diff --git a/demo/documented/eigenvalue/cpp/main.cpp.rst b/demo/documented/eigenvalue/cpp/main.cpp.rst new file mode 100644 index 0000000..1f32f76 --- /dev/null +++ b/demo/documented/eigenvalue/cpp/main.cpp.rst @@ -0,0 +1,65 @@ +A simple eigenvalue solver (C++) +================================ + +We recommend that you are familiar with the demo for the Poisson +equation before looking at this demo. + + +Implementation +-------------- + +Running this demo requires the files: :download:`main.cpp`, +:download:`StiffnessMatrix.ufl` and :download:`CMakeLists.txt`. + + +Under construction + +.. code-block:: cpp + + + #include + #include "StiffnessMatrix.h" + + using namespace dolfin; + + int main() + { + #ifdef HAS_SLEPC + + // Create mesh + auto mesh = std::make_shared("../box_with_dent.xml.gz"); + + // Build stiffness matrix + auto A = std::make_shared(); + auto V = std::make_shared(mesh); + StiffnessMatrix::BilinearForm a(V, V); + assemble(*A, a); + + // Create eigensolver + SLEPcEigenSolver esolver(A); + + // Compute all eigenvalues of A x = \lambda x + esolver.solve(); + + // Extract largest (first, n =0) eigenpair + double r, c; + PETScVector rx, cx; + esolver.get_eigenpair(r, c, rx, cx, 0); + + cout << "Largest eigenvalue: " << r << endl; + + // Initialize function with eigenvector + Function u(V); + *u.vector() = rx; + + // Output eigenfunction to file + XDMFFile("eigenfunction.xdmf").write(u); + + #else + + dolfin::cout << "SLEPc must be installed to run this demo." << dolfin::endl; + + #endif + + return 0; + } diff --git a/demo/documented/eigenvalue/eigenvalue_x.png b/demo/documented/eigenvalue/eigenvalue_x.png new file mode 100644 index 0000000000000000000000000000000000000000..0bb428930ab2b8c02bf54e820c1676ee2939d22e GIT binary patch literal 41085 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 literal 0 HcmV?d00001 diff --git a/demo/documented/hyperelasticity/cpp/HyperElasticity.ufl.rst b/demo/documented/hyperelasticity/cpp/HyperElasticity.ufl.rst new file mode 100644 index 0000000..f0346b7 --- /dev/null +++ b/demo/documented/hyperelasticity/cpp/HyperElasticity.ufl.rst @@ -0,0 +1,83 @@ +UFL input for hyperleasticity +============================= + +The first step is to define the variational problem at hand. We define +the variational problem in UFL terms in a separate form file +:download:`HyperElasticity.ufl`. + +We are interested in solving for a discrete vector field in three +dimensions, so first we need the appropriate finite element space and +trial and test functions on this space:: + + # Function spaces + element = VectorElement("Lagrange", tetrahedron, 1) + R = FiniteElement("Real", tetrahedron, 0) + + # Trial and test functions + du = TrialFunction(element) # Incremental displacement + v = TestFunction(element) # Test function + +Note that ``VectorElement`` creates a finite element space of vector +fields. The dimension of the vector field (the number of components) +is assumed to be the same as the spatial dimension (in this case 3), +unless otherwise specified. + +Next, we will be needing functions for the boundary source ``B``, the +traction ``T`` and the displacement solution itself ``u``:: + + # Functions + u = Coefficient(element) # Displacement from previous iteration + B = Coefficient(element) # Body force per unit volume + T = Coefficient(element) # Traction force on the boundary + +Now, we can define the kinematic quantities involved in the model:: + + # Kinematics + d = len(u) + I = Identity(d) # Identity tensor + F = I + grad(u) # Deformation gradient + C = F.T*F # Right Cauchy-Green tensor + + # Invariants of deformation tensors + Ic = tr(C) + J = det(F) + +Before defining the energy density and thus the total potential +energy, it only remains to specify constants for the elasticity +parameters:: + + # Elasticity parameters + mu = Coefficient(R) + lmbda = Coefficient(R) + +Both the first variation of the potential energy, and the Jacobian of +the variation, can be automatically computed by a call to +``derivative``:: + + # Stored strain energy density (compressible neo-Hookean model) + psi = (mu/2)*(Ic - 3) - mu*ln(J) + (lmbda/2)*(ln(J))**2 + + # Total potential energy + Pi = psi*dx - inner(B, u)*dx - inner(T, u)*ds + + # First variation of Pi (directional derivative about u in the direction of v) + F = derivative(Pi, u, v) + + # Compute Jacobian of F + J = derivative(F, u, du) + +Note that ``derivative`` is here used with three arguments: the form +to be differentiated, the variable (function) we are supposed to +differentiate with respect too, and the direction the derivative is +taken in. + +Before the form file can be used in the C++ program, it must be +compiled using FFC by running (on the command-line): + +.. code-block:: sh + + ffc -l dolfin HyperElasticity.ufl + +Note the flag ``-l dolfin`` which tells FFC to generate +DOLFIN-specific wrappers that make it easy to access the generated +code from within DOLFIN. diff --git a/demo/documented/hyperelasticity/cpp/main.cpp.rst b/demo/documented/hyperelasticity/cpp/main.cpp.rst new file mode 100644 index 0000000..05d2cab --- /dev/null +++ b/demo/documented/hyperelasticity/cpp/main.cpp.rst @@ -0,0 +1,226 @@ +Hyperelasticity (C++) +===================== + + +Background +---------- + +See the section :ref:`hyperelasticity` for some mathematical +background on this demo. + + +Implementation +-------------- + +The implementation is split in two files: a form file containing the +definition of the variational forms expressed in UFL and a C++ file +containing the actual solver. + +Running this demo requires the files: :download:`main.cpp`, +:download:`HyperElasticity.ufl` and :download:`CMakeLists.txt`. + + +UFL form file +^^^^^^^^^^^^^ + +The UFL file is implemented in :download:`Hyperelasticity.ufl`, and +the explanation of the UFL file can be found at :doc:`here +`. + + +C++ program +^^^^^^^^^^^ + +The main solver is implemented in the :download:`main.cpp` file. + +At the top, we include the DOLFIN header file and the generated header +file "HyperElasticity.h" containing the variational forms and function +spaces. For convenience we also include the DOLFIN namespace. + +.. code-block:: cpp + + #include + #include "HyperElasticity.h" + + using namespace dolfin; + +We begin by defining two classes, deriving from :cpp:class:`SubDomain` +for later use when specifying domains for the boundary conditions. + +.. code-block:: cpp + + // Sub domain for clamp at left end + class Left : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return (std::abs(x[0]) < DOLFIN_EPS) && on_boundary; + } + }; + + // Sub domain for rotation at right end + class Right : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return (std::abs(x[0] - 1.0) < DOLFIN_EPS) && on_boundary; + } + }; + +We also define two classes, deriving from :cpp:class:`Expression`, for +later use when specifying values for the boundary conditions. + +.. code-block:: cpp + + // Dirichlet boundary condition for clamp at left end + class Clamp : public Expression + { + public: + + Clamp() : Expression(3) {} + + void eval(Array& values, const Array& x) const + { + values[0] = 0.0; + values[1] = 0.0; + values[2] = 0.0; + } + + }; + + // Dirichlet boundary condition for rotation at right end + class Rotation : public Expression + { + public: + + Rotation() : Expression(3) {} + + void eval(Array& values, const Array& x) const + { + const double scale = 0.5; + + // Center of rotation + const double y0 = 0.5; + const double z0 = 0.5; + + // Large angle of rotation (60 degrees) + double theta = 1.04719755; + + // New coordinates + double y = y0 + (x[1] - y0)*cos(theta) - (x[2] - z0)*sin(theta); + double z = z0 + (x[1] - y0)*sin(theta) + (x[2] - z0)*cos(theta); + + // Rotate at right end + values[0] = 0.0; + values[1] = scale*(y - x[1]); + values[2] = scale*(z - x[2]); + } + }; + +Next: + +.. code-block:: cpp + + int main() + { + +Inside the ``main`` function, we begin by defining a tetrahedral mesh +of the domain and the function space on this mesh. Here, we choose to +create a unit cube mesh with 25 ( = 24 + 1) verices in one direction +and 17 ( = 16 + 1) vertices in the other two directions. With this +mesh, we initialize the (finite element) function space defined by the +generated code. + +.. code-block:: cpp + + // Create mesh and define function space + auto mesh = std::make_shared(24, 16, 16); + auto V = std::make_shared(mesh); + +Now, the Dirichlet boundary conditions can be created using the class +:cpp:class:`DirichletBC`, the previously initialized +:cpp:class:`FunctionSpace` ``V`` and instances of the previously +listed classes ``Left`` (for the left boundary) and ``Right`` (for the +right boundary), and ``Clamp`` (for the value on the left boundary) +and ``Rotation`` (for the value on the right boundary). + +.. code-block:: cpp + + // Define Dirichlet boundaries + auto left = std::make_shared(); + auto right = std::make_shared(); + + // Define Dirichlet boundary functions + auto c = std::make_shared(); + auto r = std::make_shared(); + + // Create Dirichlet boundary conditions + DirichletBC bcl(V, c, left); + DirichletBC bcr(V, r, right); + std::vector bcs = {{&bcl, &bcr}}; + +The two boundary conditions are collected in the container ``bcs``. + +We use two instances of the class :cpp:class:`Constant` to define the +source ``B`` and the traction ``T``. + +.. code-block:: cpp + + // Define source and boundary traction functions + auto B = std::make_shared(0.0, -0.5, 0.0); + auto T = std::make_shared(0.1, 0.0, 0.0); + +The solution for the displacement will be an instance of the class +:cpp:class:`Function`, living in the function space ``V``; we define +it here: + +.. code-block:: cpp + + // Define solution function + auto u = std::make_shared(V); + +Next, we set the material parameters + +.. code-block:: cpp + + // Set material parameters + const double E = 10.0; + const double nu = 0.3; + auto mu = std::make_shared(E/(2*(1 + nu))); + auto lambda = std::make_shared(E*nu/((1 + nu)*(1 - 2*nu))); + +Now, we can initialize the bilinear and linear forms (``a``, ``L``) +using the previously defined :cpp:class:`FunctionSpace` ``V``. We +attach the material parameters and previously initialized functions to +the forms. + +.. code-block:: cpp + + // Create (linear) form defining (nonlinear) variational problem + HyperElasticity::ResidualForm F(V); + F.mu = mu; F.lmbda = lambda; F.u = u; + F.B = B; F.T = T; + + // Create Jacobian dF = F' (for use in nonlinear solver). + HyperElasticity::JacobianForm J(V, V); + J.mu = mu; J.lmbda = lambda; J.u = u; + +Now, we have specified the variational forms and can consider the +solution of the variational problem. + +.. code-block:: cpp + + // Solve nonlinear variational problem F(u; v) = 0 + solve(F == 0, *u, bcs, J); + +Finally, the solution ``u`` is saved to a file named +``displacement.pvd`` in VTK format. + +.. code-block:: cpp + + // Save solution in VTK format + File file("displacement.pvd"); + file << *u; + + return 0; + } diff --git a/demo/documented/hyperelasticity/hyperelasticity.rst b/demo/documented/hyperelasticity/hyperelasticity.rst new file mode 100644 index 0000000..045d82d --- /dev/null +++ b/demo/documented/hyperelasticity/hyperelasticity.rst @@ -0,0 +1,145 @@ +.. _hyperelasticity: + +Hyperelasticity background +========================== + +This example demonstrates the solution of a three-dimensional +elasticity problem. In addition to illustrating how to use +FunctionSpaces, Expressions and how to apply Dirichlet boundary +conditions, it focuses on how to: + +* Minimise a non-quadratic functional +* Use automatic computation of the directional derivative +* Solve a nonlinear variational problem +* Define compiled sub-domains +* Use specific form compiler optimization options + +Equation and problem definition +------------------------------- + +By definition, boundary value problems for hyperelastic media can be +expressed as minimisation problems, and the minimization approach is +adopted in this example. For a domain :math:`\Omega \subset +\mathbb{R}^{d}`, where :math:`d` denotes the spatial dimension, the +task is to find the displacement field :math:`u: \Omega \rightarrow +\mathbb{R}^{d}` that minimises the total potential energy :math:`\Pi`: + +.. math:: + \min_{u \in V} \Pi, + +where :math:`V` is a suitable function space that satisfies boundary +conditions on :math:`u`. The total potential energy is given by + +.. math:: + \Pi = \int_{\Omega} \psi(u) \, {\rm d} x + - \int_{\Omega} B \cdot u \, {\rm d} x + - \int_{\partial\Omega} T \cdot u \, {\rm d} s, + +where :math:`\psi` is the elastic stored energy density, :math:`B` is a +body force (per unit reference volume) and :math:`T` is a traction force +(per unit reference area). + +At minimum points of :math:`\Pi`, the directional derivative of :math:`\Pi` +with respect to change in :math:`u` + +.. math:: + :label: first_variation + + L(u; v) = D_{v} \Pi = \left. \frac{d \Pi(u + \epsilon v)}{d\epsilon} \right|_{\epsilon = 0} + +is equal to zero for all :math:`v \in V`: + +.. math:: + L(u; v) = 0 \quad \forall \ v \in V. + +To minimise the potential energy, a solution to the variational +equation above is sought. Depending on the potential energy +:math:`\psi`, :math:`L(u; v)` can be nonlinear in :math:`u`. In such a +case, the Jacobian of :math:`L` is required in order to solve this +problem using Newton's method. The Jacobian of :math:`L` is defined as + +.. math:: + :label: second_variation + + a(u; du, v) = D_{du} L = \left. \frac{d L(u + \epsilon du; v)}{d\epsilon} \right|_{\epsilon = 0} . + + + +Elastic stored energy density +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +To define the elastic stored energy density, consider the deformation +gradient :math:`F` + +.. math:: + + F = I + \nabla u, + +the right Cauchy-Green tensor :math:`C` + +.. math:: + + C = F^{T} F, + +and the scalars :math:`J` and :math:`I_{c}` + +.. math:: + J &= \det(F), \\ + I_{c} &= {\rm trace}(C). + +This demo considers a common neo-Hookean stored energy model of the form + +.. math:: + \psi = \frac{\mu}{2} (I_{c} - 3) - \mu \ln(J) + \frac{\lambda}{2}\ln(J)^{2}, + +where :math:`\mu` and :math:`\lambda` are the Lame parameters. These +can be expressed in terms of the more common Young's modulus :math:`E` +and Poisson ratio :math:`\nu` by: + +.. math:: + \lambda = \frac{E \nu}{(1 + \nu)(1 - 2\nu)}, \quad \quad + \mu = \frac{E}{2(1 + \nu)} . + + +Demo parameters +^^^^^^^^^^^^^^^ + +We consider a unit cube domain: + +* :math:`\Omega = (0, 1) \times (0, 1) \times (0, 1)` (unit cube) + +We use the following definitions of the boundary and boundary conditions: + +* :math:`\Gamma_{D_{0}} = 0 \times (0, 1) \times (0, 1)` (Dirichlet boundary) + +* :math:`\Gamma_{D_{1}} = 1 \times (0, 1) \times (0, 1)` (Dirichlet boundary) + +* :math:`\Gamma_{N} = \partial \Omega \backslash \Gamma_{D}` (Neumann boundary) + +* On :math:`\Gamma_{D_{0}}`: :math:`u = (0, 0, 0)` + +* On :math:`\Gamma_{D_{1}}` + .. math:: + u = (&0, \\ + &(0.5 + (y - 0.5)\cos(\pi/3) - (z - 0.5)\sin(\pi/3) - y)/2, \\ + &(0.5 + (y - 0.5)\sin(\pi/3) + (z - 0.5)\cos(\pi/3) - z))/2) + +* On :math:`\Gamma_{N}`: :math:`T = (0.1, 0, 0)` + +These are the body forces and material parameters used: + +* :math:`B = (0, -0.5, 0)` + +* :math:`E = 10.0` + +* :math:`\nu = 0.3` + +With the above input the solution for :math:`u` will look as follows: + +.. image:: ../hyperelasticity_u0.png + :scale: 75 + :align: center + +.. image:: ../hyperelasticity_u1.png + :scale: 75 + :align: center diff --git a/demo/documented/hyperelasticity/hyperelasticity_u0.png b/demo/documented/hyperelasticity/hyperelasticity_u0.png new file mode 100644 index 0000000000000000000000000000000000000000..4d3ce4d768640a9002159176c5587c95f1cb6450 GIT binary patch literal 40841 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 literal 0 HcmV?d00001 diff --git a/demo/documented/hyperelasticity/hyperelasticity_u1.png b/demo/documented/hyperelasticity/hyperelasticity_u1.png new file mode 100644 index 0000000000000000000000000000000000000000..568e87b14bb0442fd27d5a6661dff596e2796cbd GIT binary patch literal 42794 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 literal 0 HcmV?d00001 diff --git a/demo/documented/mixed-poisson/cpp/MixedPoisson.ufl.rst b/demo/documented/mixed-poisson/cpp/MixedPoisson.ufl.rst new file mode 100644 index 0000000..e936795 --- /dev/null +++ b/demo/documented/mixed-poisson/cpp/MixedPoisson.ufl.rst @@ -0,0 +1,44 @@ +UFL input for mixed formulation of Poisson Equation +=================================================== + +First we define the variational problem in UFL which we save in the +file called :download:`MixedPoisson.ufl`. + +We begin by defining the finite element spaces. We define two finite +element spaces :math:`\Sigma_h = BDM` and :math:`V_h = DG` separately, +before combining these into a mixed finite element space: :: + + BDM = FiniteElement("BDM", triangle, 1) + DG = FiniteElement("DG", triangle, 0) + W = BDM * DG + +The first argument to :py:class:`FiniteElement` specifies the type of +finite element family, while the third argument specifies the +polynomial degree. The UFL user manual contains a list of all +available finite element families and more details. The * operator +creates a mixed (product) space ``W`` from the two separate spaces +``BDM`` and ``DG``. Hence, + +.. math:: + + W = \{ (\tau, v) \ \text{such that} \ \tau \in BDM, v \in DG \}. + +Next, we need to specify the trial functions (the unknowns) and the +test functions on this space. This can be done as follows :: + + (sigma, u) = TrialFunctions(W) + (tau, v) = TestFunctions(W) + +Further, we need to specify the source :math:`f` (a coefficient) that +will be used in the linear form of the variational problem. This +coefficient needs be defined on a finite element space, but none of +the above defined elements are quite appropriate. We therefore define +a separate finite element space for this coefficient. :: + + CG = FiniteElement("CG", triangle, 1) + f = Coefficient(CG) + +Finally, we define the bilinear and linear forms according to the equations: :: + + a = (dot(sigma, tau) + div(tau)*u + div(sigma)*v)*dx + L = - f*v*dx diff --git a/demo/documented/mixed-poisson/cpp/main.cpp.rst b/demo/documented/mixed-poisson/cpp/main.cpp.rst new file mode 100644 index 0000000..8255d46 --- /dev/null +++ b/demo/documented/mixed-poisson/cpp/main.cpp.rst @@ -0,0 +1,276 @@ +Mixed formulation for Poisson equation (C++) +============================================ + +This demo illustrates how to solve Poisson equation using a mixed +(two-field) formulation. In particular, it illustrates how to + +* Use mixed and non-continuous finite element spaces +* Set essential boundary conditions for subspaces and H(div) spaces +* Define a (vector-valued) expression using additional geometry information + + +Equation and problem definition +------------------------------- + +An alternative formulation of Poisson equation can be formulated by +introducing an additional (vector) variable, namely the (negative) +flux: :math:`\sigma = \nabla u`. The partial differential equations +then read + +.. math:: + \sigma - \nabla u &= 0 \quad {\rm in} \ \Omega, \\ + \nabla \cdot \sigma &= - f \quad {\rm in} \ \Omega, + +with boundary conditions + +.. math:: + u = u_0 \quad {\rm on} \ \Gamma_{D}, \\ + \sigma \cdot n = g \quad {\rm on} \ \Gamma_{N}. + +The same equations arise in connection with flow in porous media, and +are also referred to as Darcy flow. + +After multiplying by test functions :math:`\tau` and :math:`v`, +integrating over the domain, and integrating the gradient term by +parts, one obtains the following variational formulation: find +:math:`\sigma \in \Sigma` and :math:`v \in V` satisfying + +.. math:: + \int_{\Omega} (\sigma \cdot \tau + \nabla \cdot \tau \ u) \ {\rm d} x + &= \int_{\Gamma} \tau \cdot n \ u \ {\rm d} s + \quad \forall \ \tau \in \Sigma, \\ + + \int_{\Omega} \nabla \cdot \sigma v \ {\rm d} x + &= - \int_{\Omega} f \ v \ {\rm d} x + \quad \forall \ v \in V. + +Here :math:`n` denotes the outward pointing normal vector on the +boundary. Looking at the variational form, we see that the boundary +condition for the flux (:math:`\sigma \cdot n = g`) is now an +essential boundary condition (which should be enforced in the function +space), while the other boundary condition (:math:`u = u_0`) is a +natural boundary condition (which should be applied to the variational +form). Inserting the boundary conditions, this variational problem can +be phrased in the general form: find :math:`(\sigma, u) \in \Sigma_g +\times V` such that + +.. math:: + + a((\sigma, u), (\tau, v)) = L((\tau, v)) + \quad \forall \ (\tau, v) \in \Sigma_0 \times V + +where the variational forms :math:`a` and :math:`L` are defined as + +.. math:: + + a((\sigma, u), (\tau, v)) &= + \int_{\Omega} \sigma \cdot \tau + \nabla \cdot \tau \ u + + \nabla \cdot \sigma \ v \ {\rm d} x \\ + L((\tau, v)) &= - \int_{\Omega} f v \ {\rm d} x + + \int_{\Gamma_D} u_0 \tau \cdot n \ {\rm d} s + +and :math:`\Sigma_g = \{ \tau \in H({\rm div}) \text{ such that } \tau \cdot n|_{\Gamma_N} = g \}` +and :math:`V = L^2(\Omega)`. + +To discretize the above formulation, two discrete function spaces +:math:`\Sigma_h \subset \Sigma` and :math:`V_h \subset V` are needed +to form a mixed function space :math:`\Sigma_h \times V_h`. A stable +choice of finite element spaces is to let :math:`\Sigma_h` be the +Brezzi-Douglas-Marini elements of polynomial order :math:`k` and let +:math:`V_h` be discontinuous elements of polynomial order :math:`k-1`. + +We will use the same definitions of functions and boundaries as in the +demo for Poisson's equation. These are: + +* :math:`\Omega = [0,1] \times [0,1]` (a unit square) +* :math:`\Gamma_{D} = \{(0, y) \cup (1, y) \in \partial \Omega\}` +* :math:`\Gamma_{N} = \{(x, 0) \cup (x, 1) \in \partial \Omega\}` +* :math:`u_0 = 0` +* :math:`g = \sin(5x)` (flux) +* :math:`f = 10\exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02)` (source term) + +With the above input the solution for :math:`u` and :math:`\sigma` will look as +follows: + +.. image:: ../mixed-poisson_u.png + :scale: 75 + :align: center + +.. image:: ../mixed-poisson_sigma.png + :scale: 75 + :align: center + + +Implementation +-------------- + +The implementation is split in two files, a form file containing the definition +of the variational forms expressed in UFL and the solver which is implemented +in a C++ file. + +Running this demo requires the files: :download:`main.cpp`, +:download:`MixedPoisson.ufl` and :download:`CMakeLists.txt`. + + +UFL form file +^^^^^^^^^^^^^ + +The UFL file is implemented in :download:`MixedPoisson.ufl`, and the +explanation of the UFL file can be found at :doc:`here `. + + +C++ program +^^^^^^^^^^^ + +The solver is implemented in the :download:`main.cpp` file. + +At the top we include the DOLFIN header file and the generated header +file containing the variational forms. For convenience we also +include the DOLFIN namespace. + +.. code-block:: cpp + + #include + #include "MixedPoisson.h" + + using namespace dolfin; + +Then follows the definition of the coefficient functions (for +:math:`f` and :math:`G`), which are derived from the DOLFIN +:cpp:class:`Expression` class. + +.. code-block:: cpp + + // Source term (right-hand side) + class Source : public Expression + { + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy) / 0.02); + } + }; + + // Boundary source for flux boundary condition + class BoundarySource : public Expression + { + public: + + BoundarySource(const Mesh& mesh) : Expression(2), mesh(mesh) {} + + void eval(Array& values, const Array& x, + const ufc::cell& ufc_cell) const + { + dolfin_assert(ufc_cell.local_facet >= 0); + + Cell cell(mesh, ufc_cell.index); + Point n = cell.normal(ufc_cell.local_facet); + + const double g = sin(5*x[0]); + values[0] = g*n[0]; + values[1] = g*n[1]; + } + + private: + + const Mesh& mesh; + + }; + + +Then follows the definition of the essential boundary part of the +boundary of the domain, which is derived from the +:cpp:class:`SubDomain` class. + +.. code-block:: cpp + + // Sub domain for essential boundary condition + class EssentialBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[1] < DOLFIN_EPS or x[1] > 1.0 - DOLFIN_EPS; + } + }; + +Inside the ``main()`` function we first create the ``mesh`` and then +we define the (mixed) function space for the variational +formulation. We also define the bilinear form ``a`` and linear form +``L`` relative to this function space. + +.. code-block:: cpp + + int main() + { + // Create mesh + auto mesh = std::make_shared(32, 32); + + // Construct function space + auto W = std::make_shared(mesh); + MixedPoisson::BilinearForm a(W, W); + MixedPoisson::LinearForm L(W); + +Then we create the source (:math:`f`) and assign it to the linear form. + +.. code-block:: cpp + + // Create source and assign to L + auto f = std::make_shared(); + L.f = f; + +It only remains to prescribe the boundary condition for the +flux. Essential boundary conditions are specified through the class +:cpp:class:`DirichletBC` which takes three arguments: the function +space the boundary condition is supposed to be applied to, the data +for the boundary condition, and the relevant part of the boundary. + +We want to apply the boundary condition to the first subspace of the +mixed space. This space can be accessed through the `sub` member +function of the :cpp:class:`FunctionSpace` class. + +Next, we need to construct the data for the boundary condition. An +essential boundary condition is handled by replacing degrees of +freedom by the degrees of freedom evaluated at the given data. The +:math:`BDM` finite element spaces are vector-valued spaces and hence +the degrees of freedom act on vector-valued objects. The effect is +that the user is required to construct a :math:`G` such that :math:`G +\cdot n = g`. Such a :math:`G` can be constructed by letting :math:`G += g n`. This is what the derived expression class ``BoundarySource`` +defined above does. + +.. code-block:: cpp + + // Define boundary condition + auto G = std::make_shared(*mesh); + auto boundary = std::make_shared(); + DirichletBC bc(W->sub(0), G, boundary); + +To compute the solution we use the bilinear and linear forms, and the +boundary condition, but we also need to create a :cpp:class:`Function` +to store the solution(s). The (full) solution will be stored in the +:cpp:class:`Function` ``w``, which we initialise using the +:cpp:class:`FunctionSpace` ``W``. The actual computation is performed +by calling ``solve``. + +.. code-block:: cpp + + // Compute solution + Function w(W); + solve(a == L, w, bc); + +Now, the separate components ``sigma`` and ``u`` of the solution can +be extracted by taking components. These can then be written to XDMF +files. + +.. code-block:: cpp + + // Extract sub functions (function views) + Function& sigma = w[0]; + Function& u = w[1]; + + XDMFFile("sigma.xdmf").write(sigma); + XDMFFile("u.xdmf").write(u); + + return 0; + } diff --git a/demo/documented/mixed-poisson/mixed-poisson_sigma.png b/demo/documented/mixed-poisson/mixed-poisson_sigma.png new file mode 100644 index 0000000000000000000000000000000000000000..87ec57231b3d217d1f7a5d01040d85180880d107 GIT binary patch literal 78506 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

JPN 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 avuh@e=6v`uX4BpXw688*L$WVM-u({}L?ZM6 literal 0 HcmV?d00001 diff --git a/demo/documented/singular-poisson/common.txt b/demo/documented/singular-poisson/common.txt new file mode 100644 index 0000000..fbf8e45 --- /dev/null +++ b/demo/documented/singular-poisson/common.txt @@ -0,0 +1,78 @@ +This demo illustrates how to: + +* Solve a linear partial differential equation +* Apply non-zero Neumann boundary conditions +* Define Expressions +* Define a FunctionSpace +* Use the Krylov solver +* Solve singular problems + +The solution for :math:`u` in this demo will look as follows: + +.. image:: ../singular_u.png + :scale: 75 % + +Equation and problem definition +------------------------------- + +The Poisson equation is the canonical elliptic partial differential +equation. For a domain :math:`\Omega \in \mathbb{R}^n` with boundary +:math:`\Gamma = \partial \Omega`, the Poisson equation with pure +Neumann boundary conditions reads: + +.. math:: + + -\nabla^{2} u &= f \quad {\rm in} \ \Omega \\ + \nabla u \cdot n &= g \quad {\rm on} \ \Gamma \\ + +Since only Neumann conditions are applied, :math:`u` is only +determined up to a constant by the above equations. An addition +constraint is thus required, for instance + +.. math:: + \int u \, {\rm d} x = 0 + +The most standard variational form of the Poisson equation reads: find +:math:`u \in V` such that + +.. math:: + a(u, v) = L(v) \quad \forall \ v \in V, + +where :math:`V` is a suitable function space and + +.. math:: + a(u, v) &= \int_{\Omega} \nabla u \cdot \nabla v \, {\rm d} x, \\ + L(v) &= \int_{\Omega} f v \, {\rm d} x + + \int_{\Gamma} g v \, {\rm d} s. + +The expression :math:`a(u, v)` is the bilinear form and :math:`L(v)` +is the linear form. + +If we make the Ansatz that :math:`u` can be expressed as a linear +combination of the basis functions of :math:`V`, and discretize the +equation, we can write our problem as a linear system: + +.. math:: + AU = b, + +where :math:`U` gives the coefficient for the basis functions expressing :math:`u`. + +Since we have pure Neumann boundary conditions, the matrix :math:`A` +is singular. There exists a non-trival vector :math:`e` such that + +.. math:: + Ae=0. + +span :math:`\{ e \}` is the null space of A. Consequently, the matrix +:math:`A` is rank deficient and the right-hand side vector :math:`b` +may fail to be in the column space of :math:`A`. We therefore need +to remove the components of :math:`b` that do not lie in the column +space to make the system solvable. + +In this demo, we shall consider the following definitions of the input +functions, the domain, and the boundaries: + +* :math:`\Omega = [0,1] \times [0,1]` (a unit square) +* :math:`\Gamma = \partial \Omega` (boundary) +* :math:`g = -\sin(5x)` (normal derivative) +* :math:`f = 10\exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02)` (source term) diff --git a/demo/documented/singular-poisson/cpp/Poisson.ufl b/demo/documented/singular-poisson/cpp/Poisson.ufl new file mode 100644 index 0000000..b13ceff --- /dev/null +++ b/demo/documented/singular-poisson/cpp/Poisson.ufl @@ -0,0 +1,32 @@ +# Copyright (C) 2012 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Last changed: +# +# The bilinear form a(u, v) and linear form L(v) for Poisson's equation. +# +# Compile this form with FFC: ffc -l dolfin Poisson.ufl. + +V = FiniteElement("Lagrange", triangle, 1) + +u = TrialFunction(V) +v = TestFunction(V) +f = Coefficient(V) +g = Coefficient(V) + +a = inner(grad(u), grad(v))*dx +L = f*v*dx + g*v*ds diff --git a/demo/documented/singular-poisson/cpp/documentation.rst b/demo/documented/singular-poisson/cpp/documentation.rst new file mode 100644 index 0000000..db88c1e --- /dev/null +++ b/demo/documented/singular-poisson/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for the singular Poisson demo from DOLFIN. + +.. _demo_singular_poisson_cpp_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/singular-poisson/cpp/main.cpp b/demo/documented/singular-poisson/cpp/main.cpp new file mode 100644 index 0000000..7bc26ed --- /dev/null +++ b/demo/documented/singular-poisson/cpp/main.cpp @@ -0,0 +1,141 @@ +// Copyright (C) 2012-2016 Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This demo program illustrates how to solve Poisson's equation +// +// - div grad u(x, y) = f(x, y) +// +// on the unit square with pure Neumann boundary conditions: +// +// du/dn(x, y) = -sin(5*x) +// +// and source f given by +// +// f(x, y) = 10*exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02) +// +// Since only Neumann conditions are applied, u is only determined up to +// a constant c by the above equations. An addition constraint is thus +// required, for instance +// +// \int u = 0 +// +// This is accomplished in this demo by using a Krylov iterative solver +// that removes the component in the null space from the solution vector. + +#include +#include "Poisson.h" + +using namespace dolfin; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy) / 0.02); + } +}; + +// Boundary flux (Neumann boundary condition) +class Flux : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = -sin(5*x[0]); + } +}; + +int main() +{ + #ifdef HAS_PETSC + // Create mesh and function space + auto mesh = std::make_shared(128, 128); + auto V = std::make_shared(mesh); + + // Define variational problem + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + auto f = std::make_shared(); + auto g = std::make_shared(); + L.f = f; + L.g = g; + + // Assemble system + auto A = std::make_shared(); + PETScVector b; + assemble(*A, a); + assemble(b, L); + + // Create constant vector that spans null space (normalised) + auto null_space_vector = b.copy(); + *null_space_vector = sqrt(1.0/null_space_vector->size()); + + // Create null space basis object and attach to PETSc matrix + VectorSpaceBasis null_space({null_space_vector}); + A->set_nullspace(null_space); + + // Orthogonalize b with respect to the null space (this gurantees + // that a solution exists) + null_space.orthogonalize(b); + + // Set PETSc solve type (conjugate gradient) and preconditioner + // (algebraic multigrid) + PETScOptions::set("ksp_type", "cg"); + PETScOptions::set("pc_type", "gamg"); + + // Since we have a singular problem, use SVD solver on the multigrid + // 'coarse grid' + PETScOptions::set("mg_coarse_ksp_type", "preonly"); + PETScOptions::set("mg_coarse_pc_type", "svd"); + + // Set the solver tolerance + PETScOptions::set("ksp_rtol", 1.0e-8); + + // Print PETSc solver configuration + PETScOptions::set("ksp_view"); + PETScOptions::set("ksp_monitor"); + + // Create PETSc Krylov solver and attach operator + PETScKrylovSolver solver; + solver.set_operator(A); + + // Set PETSc options on the solver + solver.set_from_options(); + + // Create solution Function + Function u(V); + + // Solve + solver.solve(*u.vector(), b); + + // Check residual + Vector residual(*u.vector()); + A->mult(*u.vector(), residual); + residual.axpy(-1.0, b); + info("Norm of residual: %lf", residual.norm("l2")); + + // Write out solution to XDMF file. + XDMFFile("u.xdmf").write(u); + + #else + cout << "This demo requires DOLFIN to be confugured with PETSc." << endl; + #endif + + return 0; +} diff --git a/demo/documented/singular-poisson/singular_u.png b/demo/documented/singular-poisson/singular_u.png new file mode 100644 index 0000000000000000000000000000000000000000..4d49913b292df12672816825846d30aa32b8b8d4 GIT binary patch literal 45179 zcmeFY<9A+P)Gi#Gjcqoz&BjR^+fEwWwr#Vq)h20d+iYwnXXp2vXN>nhc)y$v8F#YB zy4POQb6wX=xT3ryA{;Ip2nYzGw3L`K2nd)u2nc8#3>fg_O)Y#91cVqwT1@!6Th?ip z=dFpjGsE-viePPgXr2VWftwNpB$+Bs@cI&`?;Ugg5DTHraH zOf+fl=L$OZ|F_`(>EZuZf5^s5)p1$=IY{uZG$`QGvhK2K*YhUNwH;Jh)BWsn{xad( zofy`ATg)goV%K>!FsmT=79Z=i*LC52A&SJkH(%p(cQBrL@hkA$oY-_@!yEAK;NI+h z6JXaRgV5@#D*T`QsG)=&M}M*OyzZCHYBU-SUT-FSx4?QF&p0|;G-4-;=&gupU^*){#T{pcSI^3oRP_;i_ zmyOBj`!u@vOUJVhk<)D$+2=A)lK-F5Aim?6&AI2ClH}X#p97J2j{4CQI!~b2L6sstgVRNo=|FP7~_ zXIoSCbI%0#VHQ~|-*wIVznU1He`UjJv7T$YNL*Wf4U+=ASU!L_?z5R2x7BvuC%^EW zFgk-?CDN^x0j`9<)L-|h)Qnek1b-0g^B9s4bhFO!={`nUJ1UPE0^wZmguP=z2 zo_CX%dVh&rX7|V2#pdK?lo{Xd?X1G4Q7r%7D$(1Kkq*BLd8)H zfK+r^g|fK-sD_1R6VTM#s<^hxvdM+VVh7<>m}DoQFuupFK*sLJotDmhdaK1>Z~xSK z+81>_QKvK5ttdORJ5sCit=(itjKKPL<=<;u^AOtwOY20sWQe^Kf*i zX-`H(FH2e**O&&ve}Fg23%=bVdmo8LdYlj7*?HYJjALR&7`2O@_SQ__nE*$+hmUCdD}mRPk$8z z{*oK%xeR7JZQ1mZ4^ji{s*-b^MD%_cn)~s3NOWHty8ie7bDHX=!dL;1z7WJzJ)btL z4X0T-JD;1(&!uP<=0nm{+2q{F0lTq+@6I)z>&2kWrd`jds~m*>Tv_nFl0+s`yX0k|v>w*8>O&i7?i@ckB{Lsb>={;x#iJ*&RD2$EHev}4ezd}fnk ziT_&UGI}`Tf)t@ByaD7AAa$nzmuwjypf$mhO^*GDsd8K4M zCXEpj6NoWhW`V9c&@CjPCu9Phv8cFcBG%lJ@ObUJLoeOTJ^2<%o2L&L<>d zOecPh{Vl8bUO0V_zAW#Y-#<g_55L0ir zO~&q}j*1}|-diqXrJWVrV?6xw^anM~AKSPJn2m&oUj_YC4aub$(Xx1duA^=)s~4Ij zWU=t2JM7^#qz+exLI;l2VQ)#CZ}?S!AT#CD~gZKMr%70#L@UrXe+xC?i z7krDdvx#C)r$DIW6!-L*o-HPc20Bc0i29-5*C>CVfTh^-!&?QAZuL_-b(hYU-Hr+f z2;4$DVer7|yv9A+IFymtLy|jLUa&BH;qvlu%y2BvmFXKKGSJN#CZDrLz~CGrfbZ6J zx*bwo6nh{M`?dI~?-NsGQWcjel?s`NfhZ@)=5g1fkM)yl#&u|FWMh>c%nH+7+kILB z_S0x4{aO<`vw3w)@@|ONjAV5>%`w+mR21GZrnpKl^J*GogstPO@X2!ggc$jdO-%K7 zPn?^I+Uk$#yAd_EDx_Y&w?F;c>6+Kb!E9YdN~c>NEs0BT?|K;Ev<4cr@3RlK2&7Gp9DXf%{^G;z zel4~28O#)RuslgMY(jJW1ydUZJ#oBbKOB|PoJgccf-=>qR;J}j`rWRc0aZ+*{1<6N zRM{;ZM0G3ax!Qj%qI(gaM7(D-2W$G*J2D6{5nNqA!K@ok6pDf+4OQ)|DU3eh1sThC&Q#S%lnsw%R&@`EYNimUW3Oi9R4u;t1NeCi@qt)6dr6^)}{oL zmDMom)qGqp=<8h%`fta8kN5Hy_8o~d)USQsU*{05MV|~1$jc}@v6eZ-eu@qb&(l$bG_e|mt#-{#s)y996AxWTInTopRF5u?)%OP<2;!f{l3NXhtM<4{*3pD*Q#dF0AmQ%FmNBDr*G zOQ2|CD3~a<=Do3(gHZl(PL(R@)7kK7Wb#(HbKCb01D?hk_!*35y^OhU`gJyNlm0)z zA{fLD7q}z`VG?O3QOj;n1a_@T(`EOjQC7rg1}H@l^7m{7xozQsK%*|9WXhon<;l#U zl=sGx23)K$%y$IFaIgx{eS2DK?FWBe^_;fTBR_86WQTh>}`bcZSjZ|QfnGc>aC)m1;7Oi|NZbKl0GRTs2#glnk4huikLi| z+KD;UVV~RS4bzW~tq@8!U)C>d9pxKHyk)(F-<4i{fQK};eDEZ02(j{rLGdpz<}`)A z(lk}o(d+4j8iUf`S$=6)l-@r81G{`)@0aqgB8j--e%lO?LQnI?`r%gY zH`E0sR8%Si7w(~c3!lj`#msm@2ho(?I_%{CGs2o5EEAZ<5b0mo9+_!|obw zvHW-1#jeFt0xPTuV{SAapkRTqMpmuJ=V*)NyltMTB4gnIp_vWyRYx(x6e}2d+Rc1S zUqCK$vFP>>IVMhFx>Fq!Ld62i&uN40=Bw(9O)D+Jb0y^WV?zTVI+(WNSdmGTF{Jt- z-iW_L*Oo|!rK493Uq_EKz||8gk7+#B1S>IzPKpUdONlxYWuTBFqR5?#7XNnZVB`v; zVlGBATVhSramrIBgyWaAN6(IXP;1=^tf!Rm2s73Wa%qIYHGGW)5>j=+r#|cKr&f_| zzRHp}kN=8Vq9c_+$Zua3#w2E)b;Bv-#|%O1qFzv<5+{X6p)hK-CkoN|UjCJSBRiQi zJsE>Q3idIBjM{*!SyomtFSJh`c1@jUPqR#(AS|&-Ch>t^E{T+hPM4NQSBs&qcj2?a zIi=>>8voFcior#5R&t(83k&BR7n(Z4W~v|O(537=4JE; z28ErSCJ2jT(x43|oL9VmG3bR!OPG5s6GrQ3uD{~imSk#e9gRy^W_A9H<4BZHx|-?DA~~ptGBadjvCly+p)D&75l5~+ zMPewN&eVQQTLeScI@Po*4fqb^XR=tud8ro63bPoP!#=8j$-LBFgb1g+Al)Iyp%n{n(w znMI0Wg}G#`F0X_V6k(n;l3Bzk!F#@y=>>9FcbE;mog$@BMDfm8oO8>W0uessGf;T9 z1iStX%X@CgvzFkXIcJoUeCJm90&RwGI`hl(Z%O~CluC{yP_}6Tq(F!N_;pnj47ThI z-?4e1(ZC>s&`tN=oW!fD;yuPfy`$aBvD?VmQ1R^~X{0^IIyS*n3a9v)B2h$7;Vc|b z`YwxOCTVM{EB>csbY!mkk37?{QW3?l>dLpoF*Z20pcJuqjz3-FbUYFq^9+^3KqR!L+$@PP&G|4|}MZTwq4!9K>cvRJlYF?|6w6MRAE3PPLIS@D-3)Nco)0 zrLDxE&Vz1EZ|1yzhs8r>Vm}34-9C)bfHwFu5X9Xi7J5Kg1l3B?=$zp{CkuztQsN$D zKncl9utFKcp5M7YI_`%XcxNJ8i-ne9!X7-?n$BjnS(+^M=gJW7hktiQS=T9(p>Sd( zbD~~-r0L7QG>r=)N*TAzxxPkYC(-8!*1~=<(}kGCuhaHzSH)H?t0|$LGv0QZbabS2 zYd1f8umlMVyOQQ$iba+D3CKwb>86=S!sfz%5Pa(6eo~ea!Na7BncHY zkVFV-t{qmu7Lm9_sztHGJQMU6Iz@GDIm7o8LwL;ZIuxVP2|w%;%VF8sL%~eF5f5&> zUb9rOpB{hR=Y9J*tqzB9(W<6a{I%^zbg|SGi>~?Ci9KpOef@rtu(`&P%bk-*_|z|- zp*;!r;Qk(O4&L==N83*^NT|ODM&nEPwUIIg_I9BmyUj}8V5H?tzQ;S=sA9^t#5GdD z{NhqQ!*>2%D1uTuS(qihhz`IeYOi&8kU{etl%KJ<$QXe6rYVw?t^Tc03$(ZUJPrN3hB_ zTn4oFgAh-<(LR3Xnh$k4>(zQ_KrgtSe24Bl!>;zwld$Gv{n>64^^cic{i<#zcDj$CMI?cZ|>S)JE|PB(h;C%fdBrVf?SbYz?y1xk^e6rsm?53&!kJv84{R?PAms)`7Rw8NbTvhuI$ zg`f|jxcf9yn#89yw9AizkZ^P|LRo;-QO+S>WoMtkze|M)QJGmvHrqv!te_egz zprykBu1XImr|-8P&4a8tH9Vz(9gZYRl-B24NKP1h^~179h;&)dPP=W~Ni=^QIYX0S z^hAy;&>Ak&*}pP^Ha>TiuBW#XbWMh5Z=`uh<`&vX(@{i~F;nOdbQZd;Hj}b zw}pbw)3Ng1{C9II7NA(#_Wo-62cO_ttoxYJ{hH%sAF|-22%7 z$CH)0=|@ovR5WU_{2X)U;|F$gJx70nboOsU)Fx|@$W)6F%56#V1quo8pX}$gx3Ena z9wOosxCp!zlA#fs(<$5XUw@TvGC;;xu+KynAHW3hq8ngNpqrC%sFTB&ij5hVT0`^v(-ls-Ho*Oqg51ohncI)lVfUJLB09aDNYX@!8 zeZsM`H(rwP=@Z*7N|Yb*+QTN9|V8cG{w}H!s}LjpPbngPo8VU`#}g;6-_0FJn?ZuBgNN_Wx-wv?N7pfnqRIvx>U74 zts8uQ+x&Pt1mH&ghc%UNJ^&ai0Ep%Jx=Zvy<$Fz~wR*A@h%5kLc@z8(+RJOT27Q~a zyJ~4*u_8WYH?`90E`!ZPBVT7jCYa3qg5diy~Bwu_d zQdCc9EP++1vej`*~=a6`f=_b6H*eGRes< z@%hY{tP|bf^*03AD>H@_WJ?IE3tT3+ThTg}(JU$V<-0;Pl7+ovHl(d9OkLSG^Pg_G zR>g5vV5%USC8FfgwsnOnOAf}Ty&@)zU6h(q?|-={IfIH+=NbCVCt?Ox+s$m*I^`C; zg{LR+EdMN)cSBL(T~@Y4Mn9LtN376vSRqPEcXDRB(R=-?XT4PWM+4<|AmMG^tUT`- zU|#(T@A)oU02jXSI^>=7xo_y&OP};Q2*%P)`}+DxS&)R{*Ej9z`aJEc={V0fQ$$H(EA8^#7fB<7``Si?JlOJjmb;X9cZ{Q2Fh8J)3=reRzW#v9kot~QT? zns#`ENKT79rX%ph|F8ZmuJN=D3bP})@DJi+VX4y^%Db?nI^Ohr3=nB3@zCr_B)mF{ zK?%!-vC3o#lc%acu(+U+0C6r$SCc*I1RfsgFC_>9AeA<1vNh=8-l@A^YeJ?}*)*V|hREetc2-axDro!6(+OhH7g>u&& zcWU{_m}z`I40XpJ(FKq%_-i^a|CA0K#}0qBf2XMzc<4|r!v6r9b|<~yy48bgRBGb9 z(C45j@r0$P6s9qZQGqEd8xAXHB;cb>Idi<9M>0ETRZ?|u0_*dlq3kG{Ho@n zSc+re6lHDcgy7c}JRF8K)pNFeGrF$}qtFsMcC!PM1lN8HZTLVe(&OBs2VR~&g?7fz zBk>PBvB`8U_Yjm_8T6cn+?PMUXKPVSyTKgm8XlrNae+v2p%ZF_I4we4f4u7uP9`^(^h{dVoX$p#XI+q^|q z7(@F}!6$R3>hhUbFY8mg5PsWsoVgqqrwSYiBPU$%0;MPR<1v=#CT$Sk^RzD3W3KT1 zis<7i+RkeiAgVqXfy`mGaD==3$+qN&5f3R!fPlG@;gx@%_tlH8pxYX08xy*71y6^?zc z!!v1|jfiO0E#1ITByk90_>V8yb~UCL>%fpyt$7k1L*=F}H!Nn55w-p}%?4}#Qi}GK%Pp-E9 zB=eI2XpnHA`~ZpM`Z~48tLN>$<8dc)^Le4gcDa84;{E*M{F7A5S9v@d_gv3^c14}s zybJlnmV1#RbdY#dZx(`5r23^er3e263x6kImAVF}gC|W{l?aXGn_(9hP7yXBH?vfr z#?&?3E@XIAx3GBJ$}hqcpuMH+_-$Sv3@5htU7gIYdJq%;*gwyOZkLZx6(6zspfakt z>WnTkpdmwhDwu(Y8v}~{06$7ho-JWN4?fzk?uSm8zVHXWG`eO^ppwlX;wU}h1t}^I zkP@J@LsIjWG{u16dLz=l!-6pu#qYo`xicUb{Fqy>5U)^r-h- ztmiT5x#1WpZy-tBdkxr~s|w$KZKO|+;iOw#J$S5zfUp8I8YLbZ<;q+-PqH<~STn_M z#@3ovfK?O{pvQSAiU3l?mibPbe(~4#a-4CkJgXDJ(`=-rVTH7Pi8@bfK zN9#%J@K;($0~ydV(eLX%+2ojW4w!S!sTp8_bMWTR-v%ZZs$d@oLphnB(5por@40}6 z`{|w%wD@0oQx{#>-04cB#oe$KHer7!N3=T{tn5;&MR`}qm&@S--=|dHWmXu1Shs#MKq?*(vux*uLV$I~ z$0b8?-2!;qq7|SKsQ!ypc%GJB>)J1L`Uc#jUt1 zC6CHT1!tIg74SXjk4B{iGb8y}&^qSX2ujoX zyX3yCQBh&>xB$ZlpDbkL*8&~4?cfB)pF<>}UME_c&p>y`T7J1a>ErSN5WE~3@DXJKSRFY3Ml0y`X ziW$_`TH?wuYYm7efiP7TUZ-4`J5jKew>_CcA}T|0$5t3a7}_Y$#)p42t_YbDGf6a) zNnpkly}%`Bguok~#D|l#S5IzVNX|fbDQrWVG&exQiZS#LC3OyEV`HwUN*~_IT?Rvl zk=7QW2ky<)@S1jTjmoopO(>r0@#rf_jxMFgB4}QS5qLgA#N!A%k++|fZ2zn5d=}6t%0>O_P!H-_7?yU}O_x)sGF2L*DF&AF{4CoscfAPOR?mA|E zHUkPg$3<%0*U3IpYCX^MnVgak2cIDVG+%O>OUH_TSc1<2mwkB%t2KzlQn69kB0z+r zjY$yGNs!aG(P=W^$Rq}K^fE#>T)zpk)f3VjlURdtz+W`N?P?aH8iGG+dC^0lH@D&% z|5Sn}iYCqo!wRM*y~Ji5NqCPZlVVRp!!_9@$?hw#N@3Y{f9Ad;jrxmA_7Am)CJFuW zfo(rdX*HN08>8(Hi8>ppp41V~{NY?^@Fh-cw(v7tV%c;s46fY*Vk@e-rPy1@oea9L zBhV$_15+=bN$r!<{;ZG%kqkT!YmPNt_bb4pOeHkFz296q#Dw)mC&0e@TmzltBVNxH z-seEYXD9XflMi&=SUrz_ff*5u-vEJL4_q+tfF{(0(Q_FT*kC&t%ja`?W+pM`wp_v6 z(!>PvcN5TIJZ^`6>`@820~To9^m);77^d)jF7AEh)O+0lu1F4{&mVv2JvXa& zf8srkC!b)#N5a6b;x<6P>B`#Swhc`fU?0Z?QR2}ELJIe)j0Lq=Co5@aqhAI=7xSBq zZ>!Habe2H|4|G@EN^Fn8DMP$CteO`0)xwv$VkT7L7JbRbFP4SbW*$_#@70a#%1@OY zT!v#$aW%LtsT^iv-;M1=Xi-Y)ZeCnuyqoXZUhEezYUenP3psl6u&$_qVy$xJ;W%2% zb@PYZRX3_FW5=jW9-uek9k?!1r{w8;{#VIqyXFRr-+We*&w+||=MxTK7~tdm#WVOX z%uJ?j`>~Ck=PDrY_Gj`%_FU?V;kzEXJ6YU3(S5jvQ`2?d2f}gzNX5Ir+{6>(YcC_d z_w96z$9$#3?f7SHUa=_6cHMCQxMuut*aF50fUXS~pg0MVyg&gi{iDJ6e!DjJmTa=2 zQ4;9?6gQppo%y`u$h}F2yXhc0it%ti#IwsJ(ut+jrWXFP0M|J(c%;ameY!Y7{^+5N z9#HCwE130j3H<@53DXm73DkLKmCCZTC`8>s8j+JZW@#0pu~M1&r}d*ms3!9{W+ecPxi87H>fz-{N)n8AH7xYhe_7nD?sg zifXqTF_<`P0fv1I7chgMXyZ$lNNG_TqKzf1>9okKEE5K+Slj^Hpa838_?rxmnk8BM z8?hwuxQ7)-DXy@PRAFG|SQo^;VEQ6#Ek;*|L!Ld9Rizk+Ysjw=C?PHh!|5cpWt{0D zvge})epJ^OM6w0)dOl*Q*LaDSC<*<5DrI^Z2Rw}@jTN_BbtQZdp8TJ;qSzZj8PhtH zJ^eNo2&Jh@Bu*EnQhyAdkZS813y$J-i8c1J;^iZUmIW|IN>*ILg@X|B)L`61rwt6g z0%X+MoB0bqQ8O*7=$)@S)Nc9 z)H-;0Q__DrZ%Nk$JsaUg_;lZ5OolnrKoc~uP}x_G#*A-;i@qpEM~Ok4OAmb`>Y!DO zV~I{t*s1LA;1q|{hkyPAkCj>msCEHq~Gl#u|GYCFSqLz zvQ3UM$%YVDg_bHYAYRIujb!?5H#D0`;e8o}y>s0;uOgDUL>dun6AEM}r#H|5fv28jkTQ zmvdgoNoSf>VFsrZ4@FC7Ckr``5#`l9{DWV9Jw7y9ogyJFvT6zD{6v$Ji{2($| z06EubB04f6_%QRLdp zB|2oC{fQ6WMr}Y$bSVY_rXO&($p$%l>hObOKnYa+q9&)#q?9_+!xnmM#*F1*3|DD8 zI-4f%fXPlEsfdRUQt(zRmTlv{uHA{&yw6e&f@f6!Cf( zRA(~HRv6U$y8B;vEz-Q%!g&W`d+P`f+4l+&^QYzwzR-Jbx4o0unnwG($L32n5jh=D ze?$}((>J3d!Lj6v^2>kyXk}W*sHhzN<;~N+j$K8TdycB&+Xm0jA4;rD_k9$LGuygC zZ>E;`Gr)DH2nSo0;PrbMI54EG55E~Zn_$i%3#@BF=E@IqC6CKtU)^fJ-=nw`u-x#S z*dRgBQrNa=?+M0O5E)Y_4bqqMY}YI4N8;lC{Aazun+OR3+jT2XI8$Eo{YUgn@t>$L zsd&YCi+Y)*Ml|ZW?AcR5ooFfWNXuY~XYlBjeU?JLHUN}-*MYhTgr^kM3TZv59?STwT8%B(c zw~ou?=rSAkWZt?W4FsRz7A=N4`I=9si>{v-W&GSv7pHG#JZbLKPJ%p1GG5NaTS1T- zO{tR>ek$uQE3PhebTAA}S^V0M!@bxG8=LjeS5Rj2&xDEfiafv+TbO7nOlIeJYjC)f zua^$d(ewNm&&ij{e`drG{o7v z^2%FrOlcb@~%DT#EQXAS%682+_+BrMEzC>jl*v8zt+NB1wV-uS0yh0G0fAL9)r#B;E z<>=D-I`Gv+t|*|VkxSgq^1ba#iAHiFH%o}QKGlMjA%>pm7Z@B{v`RoCF-{9kl|MeGWM(WCwy;q0ma&zkF2k)R1j) z-pDE#B(kL$tO|qq*2^VM&5h!`t;Ivd;kxBP$!v~2T-t#?q~$jZy-N;<{CQzcA6sA- zl`|o^X{t?gaNlIyp%7QUlu1OFfc{|4h;s2r4--Voh#boZ^|6||s;$-V~)OD?xhZ^P;@C(Zy>ny;jthk-7h%yA4o^4kq; z!B1Hy4pULNDQzVfUKDlu!cQw2adN0&ekDbT4e%$27G_bcLnRZ(<2>7J-A#;L_AKIo zW2?mVUTyj=ui{E0&Z)i7nVh7ZE^zYLdS~o%~i6v)nQ;Jlb)`4W-Kkw zoDwO_Z=SS}#a+oCOLDOcz8W=VaOTtJ2j^zDj}0O!=$pq>OcQ!yeh#s`BQoG*Ap|@nGx_8!_=f}$N9nxznNl>4&b(;c7hwG_4l394ngEC zzA#KbZxJW)P|{uNO2{{dWqkXM&-e`&yDaP9t;G#K&fjN?n9O6RFPt^Bh*%HUY@i+Q z`o?X)!S7-$2W6nlHWcmXq@kVvr1lsJr3fMRUdnCPr0}G3Ys{xuaIjis5HUS0i%3b3 znd!2yp`~ePzV-O{x&H3z5mc_T8D)(Avv!dYd0jJct+PXrqVKe(8}S?uXhhR;@fy;?j%$ zmT~92a{lWky6Pql0m)eu0ZZ1D<}La|oiON;cwgyblJZ~SQJ1im9x2}jnVabUAzQh` zIZp@DfmR=~A+3l&W~!*oW=9gltvgR389Fm^3&=g-rpBQsNz0si4?)N{d8q>8&4${}gI*C_V;u^>iD8rwe z*10|}GOA`ke4FY=kL)~%ln1F1w2+93_EmRsb1m=+3SI>{d+&G-k1wE(M(zy>zXA_I zm=>04yS}N}x;SFJ9>GzR>m67tU?W29AIsSZwXf|E+TdA3NwPfa6#X?hN^6F>4(LVNt<|B zD+yy>fv-({CF@gfDTbkE6d|vi0yRa)*ms*`byz-k!)_j6ddne2Cg7g;r${UZo^ldx z*mQKNMbhNkSo_p-whP9)p=^$sa*+9X45E*%f_&I4BRCLDS^hs)v?7o$xB(AT66*NK z@xCQWlhrvN)Wl(dYZOs-(B+ctM_W$iMkq`($b8Lu)mKhPDsU31wNQbN9viyzm&Uo4 z9%7TB`nLw-vpO9_-bP-68yJrZ zBd-0QzaQpNrC$aVOGlZjlZO)6J|;tGyRT2e@)@tY)~&-?-fqvX^iS}!Rm)&&tbu`( zj}?ud+x$@CL95V>gH|BehbG0n@7=tMkQV=3g(WC=G1<{DhbE^bm`hmIYol4Ar?kHHw=r-&$xu`ME#N7=khDm1+n?MK`)BMfppAQ5rMHp2V)} zE@Nt-+(tdUlRZabBdfTUc9|3BqeYQzOWSAK@9}q0Wl#L($hPpXEhSldlc9}t(oEp; z+$!|bDr#oRPD>ZLw$0#Hbqx3x%hgsfJYkFHA7#gwxUAZBD8T#h)ESl?Yg9vYV zjNvVyR3hz>)=Wiot?Z6wkx-Jf6uE^^7TS08kf%573!a=qlz&@x}MZn?<2e_nr~E`cewXPcVj& zQ;Nh^#HH9HK781!i#;AdfSREboc99`jJZYBlYY-P?Bl{pOut3`TG~@-YUkiLUbT#w zQR+Nvrm+$48(aqwPS?=US2D(jmS&8-JP{rpvWs*^)|7h?E*(^nQl}i5YwmGG)TRxm z?);!;OnTrvHd(TtgDBU2sacno=akOd64kC1lHz(Vrjs;G7AW&BS{)l)@~Zqg-XYo5z75qsRYwcCYmUN z<)g-{@e@Zg(C?SBk$|9%N2WNtWe~Lt`>20hj(N>@KMRGl)3DR{0+uE6oTaiFC+L_U z?EQnI5W<+HoR_NZ3qxOzB3 zeqK%Q$*V5%jB9d$@m&D%o#~_!{RA_fJC9kdnN$)Ch3$@uH99K20} zBESpl*dQx&V^v@!VY47jz^*uz6f>Y~G+R_)+J{FbWxdKLwWtd72a5a#&b;dXFhu${ z@Uf5|a+veU3czK?q0Ls+#2C`bewdJwRD72w&zMIRLQsTPg>ObXFS-STTgtE)hl=mg z0E^fAa7zwyN+?*&l8qV>{bOcmlx&In*2{sbJXCdi(C^pZ`W}QqURn_S1^L+GK(|L4R%}x}kdDey%#aiY5 z2>Mipi>&?IVvNX<^=bRfHb`4R*E)xImOTReUAwH^Dlo@6 z%=z*+GLgtbq%bh6Jk#%o1jHjnFzl5HO?i$SqQ7zoHAmd(LgCpdn^_YcFky> z$XDz^Y&{-}_|ZRNn)hYf^HEG$A!n=MiZXYe&wMlU)OSMsCk@-q@)mlyaQhIvr5lu# zv-00|f^M8hJHLxW(yCbIJbN~%=qWk1&gOXqt-_zbj^4NwL~l2IrTrLTUS2O}=q|{k zuA$JAtG{^r={0>l9B$<}C%bX$Q{t|L!^~lEhvu}yR&OW~*-+d1@x6fR+iu;Ax&6P` z@2OdxusCG$qu@yv>4N<9%?=x!!$eG-@i!B-58D0*!ZaHQ-_GC#SBLv`iL+nfT4%($tz1i#}d0Q2^tVx(} zH7zAi-#7ONts262lpD%bXO9KnGvmjn6V$1|3lJ%FLMF z6w1imzduq&No1_ZWJ7V^$-U%wx#cr1kIG3_yv+s^v?-n-nEsQc1FfVZsm;C^j@Yci%j&kN^rEI+igLk~!Nmfrh2t(NF|*+EuuOy4Jw?!suUrs3)jndh=K zw`*ET*ztDw+*_R&X3y*A`x=wR{)63xng4%h0d$GI)8vm~CBCQ}%-Y#7P!&|4?%yE0 zKMCcQua(LF zCAXb$CVG!H~ZrToCNnua0eGwLvNb&_}())+( zDd`OrV@i&b10`GNaRno`ZI%eS5)Cx9D zr0@g&oktU1l=!Q^MkuUU8mb0~ryU-RN`^A}M4<-Rz91egQuVPIsdef2ilJ)(*fQ@X zpYp)63_%tlB>0bEY&RwR&=D6GqdIQfSskuzZr{g@XCz5o?Ir$2=#uGt6<>oLrhj2& z_&s34cFTd-^w?M)-_NA{30c6&+PW*?oMfslhCE7230bv#Wv921La$M6IWG|}in`?0 z_akNHrO>%C+^=)Tyt+kAX)>Wg*0JsjI*k|_U9#rmP7@DSScbV+Oz{807rV<3j)ban zQLpt3E5%#8qq-qHJe%!N~7LGfF_*|n$+HL>1rs)hnHZ}~0_QsF%v37v z)Ebn-s&(1d=I26&AP0lAjKonUGolrO0o&XtywtZ9itv(B>2lDjOG$aislkSO9Hl3HGq_gXV2V2#7<&OyGtp{WvcWtV-U%9?l#tJojM#DfdJQw*(2W|kz9Z@n|ZUzB6misc= z`NwtIXyB?8i|rh4e(<<5+$ku+%#b%_-Fq((t|N9S7u&!!r8b)nY$^Tnas>mV-#aeE z!6*BT4x7Vyo>p#xQ$?QEdPbPC;k4wD5qv{crAP9Ti$d-MA zs3=!X6m^8R73OH9DZAkS#3;+*xrUY075dH7h081pO|8ktw)TR3Z=UsPomsJKrDvpp zM8R{4xkrD0KdEMDWK)_g4n}x&-z19Wo8xFnP{d%w4>AA_K~Ws9hKo3-9O6Y`^As{r zdM&~Nwbine|9&J$q^Wc~f-rR%HA6GQq?}=X-=TV|+wa&^o?P|5WV`}P0aJxTbGeJXusrSwOtLrd;xJH!uIh-LJz@Zn{*dflt5Al&~uz$oCD^{8@~c6Ow; zRz7Ua(H$vgh=vNUQuT$L-nSYx<2>s74JoS;8s-O3K}BjavdCw<9Dn(u!`qneEMD@Z z>FP^1Ry<0|7$XVWVwP>3C4;JOc692{H6l>1BE`!moSCG^HzQ1qDQcQIr$xw)(=G#= z&5ji8wLun99GXe+dA*`)zPe#JtT8O9uthx9V?DyUG?D#ppc2|)gS%DXR*{YUGG`Ml zh+8Rx6nSvTqA$5)!M?sx&LJ;WtI)#B!i*(Kv`xD)vG5P*Z8Wi9&)|1E92UXN<p}vL;8lv1sKYi5+l~6R25U~t&9SM1I=^ndU&gNgDi;wT zXzY2@n(q>r9EUSvjb-mAvRNvE?H})3iEw`T*TXonkms=e!Kto9!iWBHAJDvfHTI91 zu@TQgOvQ-)aQnc9Z*oYbyyNK>e-PU|%_l|t-1v|Dwi6Bt8!O?Y<^~}m3-&qpJjnrb zcnw$YIqQ04xbiK9xo;_0uyQ=&2OB%wuR_$!LgQ;{7yU%+=})+(DpRQ(sHF*mIut(w za}!9vTa!y3FgT!ABL7i>t&-?EO|Kts%*arkj;fNa!YJ=J*Mgjjwr53PMHcVn>a0n` zg`P|EZ?Bm%HQ%_l zJbo52IgP}4m|K$Yl`Go0K11@@u1pv}iQGn7N=VR-Iw*{3lz&m;mmr9#TO=RF$Z3Grb#T79Y`v#Lk!DitQ=a=r3Y$;3QNjYI5(>%RI zKoX{TLFP4OH~F;EW~(Rf+WWgYZp>FFXksFRm`H{<@O@f@^Ul@|ED70u4>|87KCf6$jnDQe*dvG@ zipom{CY7N}I%c0TmGtY$iDnBN2bl345Ll!btIgBzi!`5cZ*cE7bf|svYIQv1=fu!| zCiwl?_5MzxjV-?dcZrq;RT#CCOY1jT1VHb~_lr9)k4MgX1F+8}BdC{N!bcMHw!qW$ z$=?3mqfzT&@fLCr@_@{{hx}!Ey}Z7q3ki3y3Y65Ql}ST%s~_J_g!%w9&WxF2B96B) zP=Y`1wj=>|xh|&8@ilvLNS1AC;vTo25Rso>ysz5!dbJ%46&=a|1H5JqM_XKrAg9H8 zVto(WFOk_l-w^uG7}m57n--*{iSdHd^#?UV56LEVndTRaW!QOjinHmoX^w+Ldf1;? zgalNq5-tU&*vuW_XAoqrjMP}GrbT(ypV8Y{vM&=2Tbv@I_++9AROcAi50_dp&}#D<=k_@e)fafw<*w7~-9Tr) zFYXSRr|Gq2Mg?1fgFqZ>J}q-!wuXVH!_DHzq&I|9NU}veSd^N|#o(@=iy6PuKeL;P zQ2cVOFLLSZu;{kvzsVB1$1%PN-^F_IjbL8iE@p@u@!P9&T6ln3z?*kth+JQE3|QBi z&OJL>$l!DR&~d{E_Fya=C`I~Jd@^U3*Ye~`x8-dgK+n8|1bJ;79tHgGuUxP)gVlnB zD(mQRZhLk7DSHXOOwgr$FOnZyj?e1C2#Sg}ooDbxzHyXu#ftHxo3>;ZSx00a)v=WZ zNc2`Wh~!n8Sc-e=IpWG z3E07wVpIrexmkdv=+UX(dZ^KVk^NhuCY_M`9lAo3YtelaeTgC@W28 zYe~f>#z{8Q(>paAyBJZ6za~U(vYxB*rsYKH@ZEnKcMM_me@XMqRG39AwQtb`N+rey z*Zy5pV1%x(CkS9~R*@9M*A|!O@_hlD@riNFQD~MDHO~0bB<`&khd!allvY9xlTb`jBWT*I#kRD8 z^Jej3`7e&!z9MOK(OD}?6>|#J3SLL|0Q46HhfekfV?sM4XcOHiJ_}TTC=5Bj$%wW< zQnUmWfs;a}(40{yvOc3oa<^fMz&i%tlaRLKd2W=1E7QCK{Ly5hdk-t5`w>DiJxv5U z9BLa8p<3l9O|A6@Nx*o))bin;Sxj}%Hsf|=+@15FTaCaFI65=2Yj*#KuVH!@leM7g ze)b7T^YFnF(?wX_bKPC0I~DpBNEYJ~_H?zoYg@^U>_p0)X}q^5h+q$GN0VJyeS7l7w!ezVFqTwdmlBaDsG-5awKmv1YtY)RFU_VFvKrrkldPQ=gV@ zMR}Va3x1y2<(~tk}>gjc3&-s?A%l?Wv zg?vk9uFn4vIv|GN6VQKxnRD$Bmr?pm>R6~0@oa!NGuFb!dbUL8t>R1ywCQNQ|j<-e00-7Qgv;(?L@CJ;!=X-~K-^W06 z4qANTK1#{Y&|P2%HkQfKg@Q3Tj}`{otZfHh@p=0xRqYjj=VUEfvW+|l(RF-Isc*F$ zru&@ku9D`5aJLz)1mx_{=snk??*LHNtb$Aa8Cz|OTj2|!Dzf8EAS*g`RZS)^&#s!xOMVf;;@e{#(*wMr`w^+b8y*}07_ zBw)n}#A8a(gmi90!f(fP7hQcwv~xa@`_`%ZFHoEgyn9{$Oeks}G`s&5HRu`=5tpt1 z1zD1sHhCadR}832hC>)?PKECmq&WNZ7HWvx1`#WB5Z})qn_o$+^lTguB+rvb*oKwR z@s_guWfh0yiGQjm&}mLEsSAH53~;wEpv9}nAJE`GYcCP-Lgx7k4r^nLuAn7Jos|(XQtX-5jVDjsU5-GVH9NI3F_7|$n1vysLq9G_ zp%lF~0bhkeX>D>(Q|M%_6o!nBSWrWa0{P7IQ*-t3N+`RTcK68)Q-)xqvEwh~<7<1= z=PK#&4nLd1E+sUm$u`0Z=xP3vQH=y_=s7e$CIX8i`F53Mmaqq~pI z>=Fj2_7>ys$8dM!Hcqg?>+3TcQ;d@~u=2WIwY=!h0nXID4>p#vn1ozZ@MzYx9bnRpUJe($^gZW=T&+zr-l;cb<;&*#_izHA~+4p2*hWj3q?Cw9A4I0X} z*DwqX=gRFwf(C7;I%siIk0}*jT=1<9%7z%Q7!S(K#vr74$ zpDFl#>7`9f^ulXln>(GZG5+}etpb$k}A;ul8`{*7{>_218-1pj6@l8M7>zn?n%z4*WOia zrQBBC#^S__Kx5`~dWkQ8W;6ASE65vS>k{TpXQJZCr=fPbxS%) zAg6RQqI7VAhxR=Wbq0pwy2B&%iz~#RmYG%3ZQhs)tN$72&%KD7sLL5GQD2M8qU9mb(;VMfp~beVH8N_6{_s7D)0`K{ z1FigE=6Ac-bag4N*YXKclOT;OVZ~zJPq#6v;HY7O(`+ULwbNglLsL(q6#qGZf~g_lss_Oau-E zZ%_NHKVq&g)SJ-F1&UJkjW3R-H?m43k&E<%6|ih+T=zq{n2AM5(6O&=GL+tV<6%nV z5&g`ew6)UaJ3koVUSrvQRn3y(_@_JK`neR zs)72_7K%kVZnL}^F6#|__9{7TbX-_x7}dlKEr_hu)#r3eX+1(;*mdJ6)P#LF+vmY; zn(c=VV21O8N<2#7o|`o~ggGqf6BIjvHEs1~ft?)k0GRyxo%1sRH7BJFZHld(y~lxQ z0it*O0$x)P=T`F+sBf><6(JN8=l(x4mt( z2%ME{Gt#gQN>nTCI#}|@qE}Ap(Lb|F7IKjnTG4WML)aJ(I+?lkF( z#-?^Zv>6QSBwrE6TzJ?}9~o#CB$mnavoMMIwhXC0uU4`L3&0TosZo z!>3XxspB4pmhNlQ31m+ZbM77J97SxX6e55a=xH3@WV)qlFZNMzv@_>Dm-J5)%R6fV zGqz}a#OI$jyOIfnyuJz{u)jXbY?zu{hN#Jyu1t*-vhf7harK`hJ zt?td-lcTy2S^+hhD{*_D#CMlSfpURqH^MH`-=eT&Hhu)3F!EEx^CS>D+{~XA`PR3k zD>9C=*pF<%rOmMHYm;R7r;^jUpsVMQ<4C2Q9Jxl=jrItFZ=Pu_H9EX=cpL_#UBAzo z(#q5y6*YA>>{SOD-xH7KOe4XTXWlTFkL6Q2{R&A(?sc`xg*n7$Z&R^6H7%w0R4P4e zcjE18jN{>_@-tgjV64(^FNID=-2sjxo{^yUe0txn-%Z<9qY<@I z#M{*jXn`X5(%HIYCLQgJLKN<>%aXio7xUmR9vZOxp~;nuv=q$L?EQfXg|k91QNBFn zp;N|J;1hubn!CtoHWJ)z|IyJG{I-`*rT-BR?FVtb5W=Br6B0ItIH@$*PJ_!3@s{D< zahADl%ViS6-V#5yk3xV_LnW_4%$Y9-F&*Mpc!~n|>bm{^#qG3wT6$R9N0IsH;0>e? zJe!qM6qGJ$GB1NQ#%8k$WfYbTQ}iBQh*^7;clS+&Ye^~WXXvtBdB(AL<;yrZ$pxHc zOVTMT614(nI+cH#*(RsZ>J%Eh(TS`j(`vvZugIfL*xMg*axq|bsZ(6ZEbiTazT%(t ze3C@6X}^<^I6uYcVTGTzG+Uo9b5Pwo27g7TzW;;XI#Ncg_^`jE6vqoF*YQhM_BN7z zXJg4MHw|Yk6Et%EM%AUg6e|#XW}EMUzy<{}$U4{N+lJNyxxX45D9M~&v>7&)IF!GJ zWEu5$XWHtzwIGa3`N8wvZauURz2fxz+DQI%83?x>cpcZ|s0U{VfqlOdd8|!LOkhY6 zI-eGNH~e-z3}G%FAobO^S2aib_wO`$1VN_atrx4C#mgW6y7h2hr=*CVfN zT=ZqJ?TuuM*lMoAq&Y2LXlPkuzuk>KNwR?BDSpl~T2Qy*1n=mYPMpFw!)1cVo(tBA zDI{y%O`8OrQW)7yaZxkIk}yv?2A~GK@BXzt{!#JOILeuA+6{z4lo_IzgaJp(qO;hs zDWvGychRf6YahXZOq4YNMYVKrOjt6kmLu%~*g*E=-`JQve|xlMd|nZIbDo;#*}q zLjtEP2Aysj%{C?G)0yD^W(vf5=`tTr%CU1fO4VXE?0(AoILot~%{8F^-=o~zd1&o> zo9yFG!He<|k4n633Xa30W*2Pfw$zAH-p z{#KAcV(SM=3!7OlKBn>u)?-krVocTd4|6U!8B-N4H$QVHn;4NneJn3jg&IXcl7y#5 z5TRAB9b}{JoRG*WyeUy(3Cw)iqD$@8HURE=FHJ%fcz47CWs~Cwo>%ZiGOuTQ-(@Z6 zJqrcbbWkeWu5v= z9jXY8G@_+4=ni#$@y-8#7eGyw5rmp*I!sz6g!%XFM@O$#YzkC3d%~g0Tmm6WT9Rsz zJkZ}yYCA~W?e74>E`(RU@_+2|dv5D{|MOo&m4bqTuH~bS$cEi&CR-vJC&&NgtamVp zO71^idX(4~1&|Aw1ZRt7EIN&c|H;+NGw1EtS8D^&+e}XbDxU7hKc&7nC**am$l(Lf z{b|u)U0qW+T2z*@m{Z@BhrhQb?da<*NULak|M*k6bl1n}QYKpt=nIan7r({TwVKju zj4C@vCByMffr5H{5Qak>BTV{&i&5^vtU0T32IX=M7wokS`g<(fpWCNe80~Pff6HLl z412NZO3X(q*i8xU*mS9E2d%Sc3pNF)5PGd^p`R2IpU+u*Sw(u=->@KP-LB0IDswd}Z9|bZ#%-@(bh`!^4I`UFq(MpXPMB}!@Qa6pX<3?RGEg-bQM^bB%s=uk_A8tsVBjVRGi8Gizc zCg*R{fB@N3wY+@th%8usB~5q=ZyY4Ll^m0P9x>iuE8-c&qC|(@Sl!0T34L2U_=a#< zU!S;XQGfBA->vfkmhVQ7tA+bae!mVv7kBCL%><-8~6?cDQ^ns^sqKaC$`0 z!~~%Pa`LD*+J)=%%u|6D7@D<_mqgVT3WuwdB+f+z0%I(?okp z#R_?MVIXdOx>=k~v-Lb=&^>)L&7!6A(yhnrY8Adm#imT_pGJhDW{Hvt4q?UAw#$yv z+L}`j$!z>6zSD7E&CbrGWTQz!jzehpn+kHM@(Wn4TE?4PT(XV=`D^%yG5Y3^DKc1ETsxS(*}vgC88$iX{WF`i=BIOA zh9Tuv>HX+JpJnXB1b^>elSJ27tkq8j9zlL><=%l0`=a>_ensEhGnYSQl8RVHr_u49 zAi2bAv-2ky1t}jA>CFM&M8yx^d9v83;_SB^x+juu2MpzKUJALejcc4x_iKB`3r zT(lW=mF#}JUe#F{*(d8XSrUEwJMizn9s`gN&$iYRM3d(<8;KD^6Tkxa-z4V&`u__Y zBQv-EQgHNH{BMo@_P;mzvG+d?M=6KboyHQ}3M9`C{BPLn2&noJ)&VsML!U>jQhUlB zQtmA}5`?RHQ}209F-volP9%dR>vUflw#$8Br?=O>+*nlIrm!i%N7vNM!1)`BhPjO3>HJ773X_F&|2gc$*>2}&1gpdLiDQ_!|?<;9c zdbQm*6A)Cs1n@Tv(t!YmRso?z{T%2+sUy!j4~$`?c3>ZhL9CP`|sJO)FX_H6<)&Q zsaR+@dhJupvibNyTQcxGS;a~}rbaUYc0MYo7xzsW4JElOD>={_ePA)U8S|Q+p@Tq9 zVolNKbCd^_+=)vQx~rk~X{sPKdhHRDB!(m)=tHkN%O_fx@ca3Vc@zDs!hI<=h>N3w zKzDkaW=Gsg@TiXouY?o9bRCtTKouqT#y?2+Q;Er$>{Rgz`Vc6({Phv~Dme7P7b>9~ z_ha1Lsq9cf@gGORn{-cV=x&AG?_cd0rK_sin8~RX+Ts=_f+g+2zxx~rfO=$MywTwjI-9`Q<96k61~<` zt^0+DvgpsjrTf}GJXICty2gv;>$(ztQ5x77K-E1GQJdn%$`|bN8da>M3YGq9lgtk( z8lz-AAp+q(B#hu*t=z(?5P9gr`sk0^>|yObW=GUxM81YG+z4{;@D7qPC*kJCQpLcC!Ie3cSskI+y4l#&GacqW%YWPtW>Ml=J3CnEb%3g z?c2?UY?cNZSCacZ5n~+uMG3C(*laX^9l=p@LuHwyU)V@zW;e~Gj!p9Ur~AEvdyyEg ze$zx-3EHba-Id5#P%&@eMlZ8~LdSlFf(0%ZYd0AcFC9+h#4k9|MOG39HeckAkBlK0 zuAp^?9r>V2m4#qQlyY-UvkOUnc~2!Ku5}SMZ{tE3kgP)2eSpOugD{De#7M-zPk16r3Hp8c)DZ!*j_7BYh3wc-fZzR!UER6>BM{_&1L-rueMH6H#9iQzkoBL0 z0g)6=Sp2V}A?!!4&v^yJ;#1}Ef;4IAhPWXsb9loL5`zJd&g*`zIAv>(A^v56P2caU zfinM7F41QW>g9VWzN3o7qr{x^Qtd!#Hi4=o+7Z6H=p?4ZBBexs^E)jkeU7h2} z;^7+3g2B{;>fn*3u?&_HP#>o7%5x{~UVsZ#Ey zuuhl1M>qt!SOH{BH$7@6Xwv)~I{6jc$s4-~^gro5Cxysc1JIrNk*Q|G-tqvLH!O;g z_?c150 z5idj;l-rw^B6)}G){s%mQ9#>;=pZLk85|JtA}4)$4SLiBpk&-;#yVLy5Y8lVMwV2> z7LZn~Im)c7Wf`reQLriW3|}kOK;FnRuCdZ*p~2;?u!^+N;UNJ4RET3kw~7Axn{575 zh71aHHA?wYM^@0fFjX^p263j$xkht;5vFp~Zsp0;s z6nF1RxrrdK2ju5!8`#P63n4MYAX9?)mW>vZ&EFgErXbCTx{U{dalu0Y+8;aH{z|Pu z2s45j0oqj@ zM}?lmI_J-)-!m0C-PEcOMQ+Tt*KkXERaGVf-V9CND5(JSqLpfg%%dzyNFJJe&Wj$= zztA@j9-{!d(1RYlwJDp8%gVdvHo>TEk?wO%1X0sUY1%(K5tK#G(F@E>MV%%uS=;DP zt5Q^V+^IBoRfzJSVGA@^Ck~(RmAkk|q0MDoG{@0$M&wD)u{p;R?F#3JEf=m>W#BgG z!4~r^RC&8BsJ6um{wHx*yHXQ?wGprz6gFmEY%HJO`?WV&~ zkk2l?l7k^+)d@sr`UmNq;{(yko^PZ`{O+C(;sgF`iUhGji6K3mAPeK%{i@Nw&A#`| z-RBw43DaUeL2+~w<2qATI}wFYNn-%&rhC$*RFUM}zf;VuCZd+qtlS_HV^w@x=Fq5T zes^cJ0?FOJ`4FdqB4(xJmhhs=1iMC#u_lA<&(3Snf*8*q-iX>YQkC8NSOpZiLP`*i zHZHXCXVe+gH}C=1Up0_kjy~`uGuKn(q=;fdbd#ED9BrcrId!DC_a2~19zw9J0ZSKi zD)+@#g7Fs!Ygz#B1hL0mHXW`+p8*RyJ%vxkTFG}TP`F}ibqZ%0wwsHa#U>dM*!!|B zARQD1QDayjrA6zegIG>U|I^A3H282K<8{e4U{(QJbpLw-E(4+|Jkl zy;g=L69x@UD~Yl%xz=7w0nD?Dp);jgzxh`ua?`c3eV9|IQ~g!XC2+Xo_~v5@SB4mb zSYRz?WHN+V2F`>a*?WY_(DP7=z~6b5pZC4Xsd!eADm81E)pzz;M2+-Ql74@PgjFOL zfL|+3lO0=`A9oWMOcpf6^vK025i!2Tlni>;WGrRy5-Fsil`x&}(&kF41*x}II?2-= zA~4?;VWpwZ*)NTa%--an$=s0yw104XWt7RsJqQ9)_?d!Wsseav(JCxsm5-WSPG@D= zdGehLS}6QEpT*(k;Eb9HWO>G4So*L3lvhnz@AJ<_g!~*PT^=pKm{RT6hulS}xPQgwv!H3-k!_4`f}DI-;Cs!$Bi z8{^Y;O-10=XP`zPzg?KVw!|6*ioswwKbd>T-?U1V!^Gb|bGv+UX$zS7i#Qf&c+x8p z+cOhnGXgVBAl3i)))6{;5hik-DiDxef6}3#S%UGin#;3Bm`-6P=@_gE7AOs)$H$0a zOk9m+K=VJgJ8VOLx2-RyRI-u%ZU9aB$)Ymq88RQFs*r^VECeEXlcA zDmX!?4$Z5SQqBEa>rQblC2QGT$mIZ{Xb_-tf>vgs)j6G=g?`ivB%YPJV)dPZBTnw{ zS2P(Ihdu9xqHf<5c8nKmqxm`UH(c#Zq`fbyx}_wmCMIt~EjnXXE@RH_IK2+h^6%CK z+0{5PE>>Bkex9RhisA3aZe&(lA+1!x(xq?h#ovU<=pS|S`>2U!`_gWbO@{4NC&wK< zud?G{VJ9r(AFbX#!@3r9Tk_<{RlHR21V!HbB&UqSI*#!*OhtWqEsPnDz|Mye?-;%VX)JpHr=*~2c(lf_X z*zflyNs>;XjVCFA$tEsM%T_F%C298=(E^wa>t!Rd)S{L8)oH-Cb5&>M*>3(onXhJtYASA|CwY2!bm)40GZRO=`L|W673Uyd)7IbF)$uilP_yZ8Ez>5 z2FIV!q^UNvfIbVYPw3SqIGXNRew{4Cgq~ZS4d{K{C9AI^jc`gbZ9kU_S)VdGuDHdgZ>tM-BJU--hwqmimK9|v z>5w9=b_A`vX$hhO`WE)6kL!QEgLDKsI+CMAK8AiC~zb*$a z%p_{5kU9%T0M$sT)LDQ0P^O4bn%7Q1{bqT|fvByY6vvf80f_BR2@{@beIZw6hGx)e z>_HRO8QMr`r4zt7>3=YLj@n}S0oN7Ti1+8C(jz!&D)TgxvhH>%YqU_j)V8Ub(T>oN0wwAX3Xqlxw?<{7i5XgW3Rcvd zefW^Vq8kdWUnN=M>yt8p11-|XU0yjis1!?%PGf*Q4w@-$q}X;C#luRty3RgaBbq@@ ztH)w+s(i%;TAg@4{9`n~?z1f8NVNd`ND0$PJ4K1!PD6rI7cA4g25+Ip?xP(K6uhnqIH%zZID`Hn6qN zwaDFjQr_qOyj=cCv|f|GjR5{$N!h7@nKVSNAAX!*YdjJ-H(Ec@e?Gu?O?J;XEENWe zU#Xn)vVjP2eWw=|XBSI3KV14uI_4o*e%qjpjjHH;DVFG#&jMX(BoAIu;XtLESXI@d z_|pY)B*v^(B(`v$3WpoU91lA*B3o0P+8JP%6II46^5du_=^&C6#yP9lNZ4gO-_3a; z71`Xtl}Ny-udWzP(r&KoCRJ~0dqhFqcIHL|1cu*G!+gtQoey{wum1%rg1%=y>a@H( z6=sP`Ky{P6$1{U00`@vXe3c`38O1&oGpaT#)zaTx5to6QT06P0)7{OzAD6Evk!n^z zz1MwPT#iOhQ#it~!Ki#mkZb~c{!Rsmga)?^k|SCmXyNFUq;|e5V`s@4r$$!7sSIb+ z@RZ;juzpH5Noo>F<(B7*d~f4Fopkyom^{?&^H^Xe9IKO*MSjK1%&>eZvEEj&@(mQb zU(J_2#kqoi4_oq5kSEm|KFOpu0Z8AMd~b1j z#l2CyRe%Ji1#BfCDaR4%8hORp`nfZC;xF6E2b}lSg2jko_IDK%L)0r0xhSq0qTby% zOisAFRIDv=m4h%Pgh~wrV2bq4z0bw8^c@t%a=jtqHlf*lZG_e=m*UET;8Z5X# zLC?E^L)6MsH)5?{Ww?&#zjGsw?QYVfm)M?+paV+CNtS5K?_lG1!)LP*~0tK2S zW-Gig)!(k0(t!7ZfBA(S<&<0>-B!eXt!d{Ff}>OqGhOP2oyX$6l?&BqsL)yTYoU8P z9YfdQRukrsmxD@&L<%H|8WYq9G`Ho;{s~uF1j5?3nM3K>H<0S}|Mt41(UIRuuoa^x zH@~K~BpyU9?-Lz_noH2bHXE$5iWN2{Cx<*R0IRZwmd0a zB7}VzTSY-0JTy=K_B^_ zyO}9sr4eQD#V*`SuSVt%Eox^*GvA`G)%&v4u=$R8_xi6zsPb5lq7>4Z59#sz67Ajl zFUov`^sFSg^PRSg=nyb4U`~XASLRbqFc+heYW0wAK?8k0G}tn<3(GUjy_~&8cTuvC zUm_5yipWh+qRRs(xj1Q*jk2;!)(!QAEyke!XISAw=uUG-I=Ki_-qC&rNye=>P!yZA zvQ!0gmq6UMS;2JKoQ51LmmFD-DQ1XRS#Pkq9`k7M&i;?MIC(|oVB;y*f>xw?>C)C) zL@3_7W7(FZTtBICBUTY?q;Eamm^^_>Ne7mfT)m-UF#SXhvZfqD~~zo27n1|I;L&HC11Fp`Rtc z-BRRSa6pQ$HOQC4uU=63z;{gB`>mvTA&5r$t9EIiJrSJhHZ=-xALB67k~EcN7-8G` zZ@da=*9z}7xUn=QAs(GE_@=gInkqN z8G_T_5&3GT(iQjav%}(OIl&s-xX3Bs)$f|@8`a$*im~el#GzC9{4(<@iTt*h5j-mH z>6igChNX+;=EN@pe%eZO?y>I{s_$*w8HGR6gc0X87W*YEKd}}jbEDuy=Qe~+#-201 zA!z&yQvFdIL|rRojtXn4@D7zyoC z{8M6Ftn`&Z#x(;CT#}C32C;nsBO0l>Rm_{rp%p!{J<8un(ubE3yeE?LD7o{uBn?^= z6{?R)0+%vv$0GoPnQ;`}4pXie7DCL|}s!@iEPgNrtkUg4%xq(!b3_c4h zkTrppZ4b>UUVDzlrsOu10K?uVjVGVunk0Qwfo{BoZu+@v=+M~P50o8DU&;Bp16v}Q zt@$BQaX^?bbBst}2MzjHm_nDlvWsAmx6PtB(1?!T8O_OED4$h+_>S#psMAscH0ljn z9<(Qq*#09S9y}$vtI9SmunOrn@Y&6Vv@m6g_>+s-#|i##GS&=qaXdV@B>`f;WTg9q z^#VBo$|Lyr@VCrk`U_y7xd?a#zm!0xV@^Jvv5|h15UFYGwtY$}o)e%}*W9?fKHP~5 zQ?hw%S?&*OqNqW9{*MCO^m3|}WVf^={L4ujJb=VqmE;N?XJs}}XpE$~gCQJS_>IK} zrJ#S2saK$oAu^YpOu#mHxz>&YXGP&JZV~;=~{G+#bzO%XJ0- z5)e5-hyaU43%_eo;nqZ}KymxOJtr~X_g!;iCDW(3rG{Kl$Qg?piWW2R)Q8f{!y4`v zvEF{yoHES)KBm?oHYn*6Td;cCpe4}gQq)FTR!7rzs?r415l1 zmxHkz#&k6)*Hv@S8t!|W-vv9yE|0hW!c9)c#;sJDF99W`_2k@PySh-BbV2mTMa!A|_WePQ+v(P7=2sCef~aQxK-|DE-zDYMq6T(|ZU7 zqP*sr$VuJ}Tic^DM1WTn`4*dgNHmBo3JoaKU$`TKVdQfK!&0*a17S7?osMubkVW!d zbJ4aqvLg#rq)bDr5!DpAg3$?cl3G>>26N)v6JkBmzA%-E51oEFtqWE#8E;4LCl^^l z(pGA-^mOtVi0XV*rcr-NZO=f);DnWYDh>6CT3sZVB$Re*q}qVlC9)l_qgKx}v_Sp; zy8u7bu96uD;YwYQrJqu>|D@Am7PcQKr+F|G>!LK-<1Q1O%8?@Zetba=u7lFyo0!Cb zGRAq_0R*x00mImJ(l=IXj@)7` z2$v@m9Du5PA?TYR0T+jr!APtps7sD!EYKj~^1hZKX)6>a=ux@Mxzgt|gVa#6NDX92 zV?f2Tr3ss`%woG1`U#3jv6-ZNO4lP88AW2qB~BodjKrZ|5$KGS=%fYra{J0|$i6P7 z7MA#V3G8Ilh4zoW{XBTW53+$Uhu=O1GbnZRA zKl1qW*9`2Ih`1J%pCeVW5E)8J^iS1)P~-Z@mEPMI(@~){67T+LRLEC)u0?S+n;ww294K9 zvmCS<`V%AalZKe7dtII$Ds%Op9?{(r+2gz@)j`EIXlHjz;llpnc-!W>DrtRN#fWhC z0&EnNYetq7N9_x|)k`hQ#Qe_~!q|I=E?-SI@2*SEPdFE8NlnOGa(F}N6AuS(g}dQD zOZl+R%YuX`#lZDDy=?(?2-B!Xr?cfMphhp%6gAwv!Z;(t@<` zK>+wn9$TYHp}coISZFY0^7BRQ9cX<~Sv%qi_|mz+9{g7wp(RXhys#EP8*Qg&9}yd# zE2Pe4gUV(`Ko$jFm?hDWkok8MdFf3wkXzFk(N@_LMKE1Smo{6vl_iE4m6^y3EcBCE zZB5Hky)KND*3la!=Z6xRt@xTzq<=AU^WK1`-V*1dfCwDRQo$f8v+!L?Gdl$EpXi6$7$S^qR{4qP=D&_7qh z<6!$m7>;bbeWey{(*Pl!hq39&b&|yoQ(IP6V2J3TCKyB$#_K*nW3iALrx7N|`+R0i zO|2_Pmqe7!M@5;~2WO0Vl%TsyQ#FSx_6dx0`_rrFFKZ z{HUhPY{1ZQ1tA%lX<4zpqk^l3JuP@%pf7`OUc-}G`K(*hLeb#{Q!`jr{Eg1jTA*df z_TNNwF7@+9_dO`TMACEf&e995_)1Zda@mzqS7o}v{ErUW)<-3ooxek7g zI$1G!uF6%W#k8yXr+D$=Z&U9-^s*(iMA>X6dND1C@cTh|S?EYGrZS4=ayH{s;jAB@IqznwYpFdCDn;-RnF$m(Ke#Uu2PDe+O?g3DMI73Ma zjykVz23EwJCY00D2H_esif~B}2kseozwEh1ID$3+fu~8#=h_NHia%}bp~3$$f|_rr zW#0<*^ZK~4B{UHZ9jLIlGz6@$Ll36?<(OxQ%rPZOdUz=YtHe5VWZh>9($hsUEDeNX znFs;G_{u+hKZ9i&6KIeHNom8?4w_&i2+xBrqb;B^C!Gj^AuyB^R2}u^rljc7?BrE_ z`v2G5S4LGCbzxq*TR=*>Q=|leOSg1)DGEp<4VOl`q*Ej=4Fb{#(%p@sbSf!5=YHRs z`7yI*eh-TutoOa^y@!4F+3(r=?B{t@E823}1MC6IEeR%SV+37y*BH|Nc(Zb;U2OJ= z9Z%}4^6t2CwSg`Qr0A{4;mWPeR_X8Jq^V+fQ6_KydAaA=j6FvzhF%6{TxzC9W+uC? zSYnEf&v=uxwO#)QxzF@(|8W{CZ|bFQlDJn*Y4!2f*=V~e=~VoRS>V{KKc*oWPA%Qk zF?SI$%uQvmL|%V6mMQ#AfjKxF>P;5b!ym+@{y{cDSp%2u)h{Rd+SQNb`2|ToTg^0)`JjRFNbRoT0wFFy9a zbZ7+D6rLr!#(vcEo_zF1B|F{8Eu~S{29J~Z6<@&Cr@YcEz0tVTn~7$e*@L~W^>wXv zQb`V3zdDRrxCO;DQmdHw6rGq>c1J2J-ecJ+m#u%~+4lN^9zhteQb z8a~zHyzJb}dhz+64Fb(lO;gt?q-V)QX51udY)b{LN|bIzx3UK`4q@<5!czhvqP0_| z#HHCb%f)%MKL)Ti?+QfL`GdU9E1pG}bI%gjq?2raE*q>^q#h$1qR-D@^r1sxe*CDG zqdbNIX`}GU#$GDevQGznSW&jcf@-Hun1aocgP$ZI;F~|;!h1rA?yip5^&wu|SLPbp zId1i-1iAVzY8NrqNp|S#;Z^unrn}Q=sv*J3j7)gt8^t_tr({XLOkbER4@j_(k1{(| zG0vLkV%fs+il$mA6~mV7IpLA2Y9uqQHsKb~RwMg<3K-ARA1_mV6&*-zQTW|xBIpXd zuJcz$JnytdP=C$JSc+A%JeMIMB7u%kGonOs&%c4DdpC90T^o6KLb39Yf@LeFv4Z$F zP*+%yn5cu86pNB#9*%L2!=OKV8Nt3ng^-8K&VbP9)J(srfwT=PMOLt7$fxn?2TEH} z-I5OOLr4x6aovIHxaOxzw734}by&Tl%{C44|Tn8_xjGOq} zRjz{?r>dE+SulNj%E<7nB7vDSDk@_t=qgqJ*OsK6s8~I;7d1pWk%G@96ZNgyQxuDE z+;WMV&g&xsx*8dTYjcEiN=l~t)6GP~Eq!8J%qVCr(MT=rE1-gDo*xW@} zNvVBb`&RedA~7log4wn%FbFTQ#i9x#)~LTeRZ+P5i+X{#@rMYV1sySJFST`PO%LkX zGM}q}n@NH_$1Q7}k^otd3Z6|sstrjVKW37@2xRNY>iS1U zTWCyfo4P+1HFwz~=CLrh4WglFSspW)0_YH*B5LS!<1Lgu{vQ<2g+qd-Pf0Z88I+md zGayYRr#%p0qIyzDg~C=t*5Ts>W~Xn&j%vC~$#kX_7u*^-_@eWzk)s6O=)XUGb5fxL zk9yOA>N}E+&9$T;(R5u`?R^e}ifCj$3L`5-W#SDI!l!YefxDteqmoYFzH#uV^e{-T z`lGOJDbGiFG!op{7_())XBN=WVMxdnmTEFq#?sJY`6`oSgY$(@BPDX0;o$=sg{@$Q z4nJf#t~pduU_|6GG)iRiEDARv*T_#{8y^)}EDF4J-t{=oZlhN>50J9W?w;i1y|&P8 zn$*Q>f=LX{))>B@lI;lU^A|xWQ#W&9w3W?^5}&hW*qe3FFeuJ<)uJ{DfN#8dH~LjZ z-J31hAv?5Ny01e}`FXU$d;yo%(MT^Hx@A*Erdh~_19TAy>$9vxe$`ePiy^|S!7-RA5Ep2s6=t&yiG;^ylkYnar|S{U z{9J^ekHjij*}(Yr#jF%<(;|Dyn%`+3Dx9G>U`wB~cjnbViv&US_g)QH2^OdPh$v}+M^+^oia6Q3axQrw?l7=5dyUhI1nYzVd{P7 zpX~36xgiqo=Wo@%6;aMBWoxAljit26p?qgs=pcdg(_qM@q{%Xv!)P?zow`p$;&l4i zbmd=8f-N%=FLU^aO`l4u!9{_{gYvn9kEUaRjvj_wKG$L>D*NC27Db4m>ph^~$=|^F zU`?Fce7_G2r-bO_zyyY)XuG!3hZgD{SiZn+$6~cah7WJLEdM=(eZuAg`q3P(&Cff; ze-rD*x?;x4rx1#(#;Dy&PBvoi{mn;4h|aVXaV zXZ>uvy04_4fpqi%llXN*>p%7On>s!!MabKz;K8BSp$T+Eyd-J$3wFJ{292rPKegD5 z+mH^1XbUxpZAGx-Ze7+TJQ*QVzORVM(5UQZ7Q#3uEvQM0 zw4BS|G}(G8m^H!8{m%Q5Y$yf06iYBJ2Oj+-gekZfTW0m2c?UL3Dd<)jbr_X}CtTfx z-|M{FarTcxQN+&po+k;moBQ*3&rqzNLDf8T+~PlBXw-8XYVQolnlg8dE96~oLQxU) z|xdKl5_S(!djt1i;<&@vNZz|$AI1)>Q#FNfmpiX%F5KZLA zq^lBASR2Y5yMKch^W5~V%C7IaK0TNy@^C~I#@wd;_5+%3<9h0b{~^ra=ZEPy-_#WE zm$8swf!=B{@R}w5AeJD4M2kg&{HBc!Y3rAX-%;niAS$viIbvARh+)-BSob?7yha%h zUdb0daPjxhO%vAC8uoL%Y=^r%s$l#B^srxgLM` zP1?K3ng9ZGxVP|M*^H}yD3?x!8gr)BmKdr|ZHsar2k3%Fj$~ePas|f^5x*HbQ36J5 z&Ey3s?C%a2stZ#Y%~0>~^W5B}I?d z*6wHJ1;J-}X(>}I=nb!|%)V#3@nO2VL6Q57c=YQU{#w14qR_gEgtY0wSGAgD2K`_& z3jveGFFQn(2yz{V6|o41k`|{>h>(ieUwpWF6qP0srb>+b_8=X?M^9SM5p-bn)b-Q~ zQ&ky})}7=RV6z&>5WEOH$VVeJ!befC)@%P5wRJm99Tg`xqgeaWZ|2-E^KYBtXj6%jYtb0bLJ1V9f z`R4{z&4wC%1Ig}vuh4XPLZ2A3nSXs53B^tSdBRadi_gH#P9{t7Z15tqJ1*)y#B<*T zh5l~uVjK)(4lxYo{|uw$JE^;lgv- z==`~2qZ|CY?2RSjVHsC{-Gc>+NleY-)DE6>-WuxJ=sbO#ncWYoLtzYj_1Yg<_y&&` zb^5-+;M*K7$RC_Xeu;2Vgx2he<%K~l{164eOFk3-T9*RNuz7JjL9KD(X97!$5^#IG zqOy`#X@Fy=>RBE~WBp_fYC_DHpsp;N%7TB$Qj2o0*5{D^_{7b7m6MfC2AGJjeKPd< zl9}&JUl+sJ5Zp5B%7+BoAYvIUB^*`G1Spg^A7RG7=#Qv1u;CJ^G)M_TtKLshks*ZM zp|HWozTQnn!6BD;rRimL`-}xG)3o(WMT)w2UZLU0VO-6Q`YdzsFU*=wlOE{mRJBj9 zq+j=&2F}{n6pa|fA8K#ism-{Q9i`85(_>_~7F71L>?gjRDyVz{(P1#rSt1@lF0x|W zbdWRiNpXgxz#y~G53-6td-V+_Y9EDs^c)TcOO}#kSlFshzu!B4`8tExyic54gKNY!uy0 z(blMmeG7y;Ng39FAZ5oNg8QEYH3XekS)I-0yuh7Q9xoaNX1G z@jQOpAtlzFvp(UDzd(t-dAB&L_+?HDXqHCEL@wKTfllBGqlUdG)?AU}wo`fQh*VDf zj{EcKhh)jCLG`Gm1LRm zV{pPng-PC0;uLmdX?KQNm4f7oX zGI}70{=e~B!HMG2s0D@eWxy*kuUFdP78no-bT3J4uK%wMEObLnU7GT1wXZ;d&nEf3w(1K}60bWO$o5k`SOs z^ZS!D?IrJ$1;?gU&;81#HP>P8W$+n;Hm|=c&2H)<>!CSM-W`MR!6)=s!dufvmjrq| zP(5tF`t>p4B+Ab=cYlqlrMNIKd#`Aj@>w+FpADr>L~<%prQIxy&87V-xN|nBr^9YY z8_*JLFTNhDK}(IPpe%P%gYkrPGtYc_nKiU_(g-n5jTxU;Y%vioa1ihGzREak$2;J5 zSo!K=V`H<{=B;+s=6#CLjkN3uPXpcJV)Lg10|N+6-ph6%8wrFXn~bjzVA=CII3ZKBbu1YD>N3qlVtKmSg%jI^{`yWjwMM1@`&TcUhB(!Br)RphFc9^CVGzVFpivS zR6VJGJqIzLdV3dc2YE75{v^p&HP-SmCGuNg&DQ4^h=&N>mQa6uw;E~+RYRs+xEsHp z>9Vr%$y9auD`*=Sh5FplET9kH?*S$r2Cx&zU7+nh>!dqSjF|r!B~Sa=6mWZqiv{Zl zYS#gvY}tbFbnwr883JJVbMRSp$-6UP>T3E&mKI!zd2MVod-G(wn!(5i{s;^d zZzVy*BLql)BT*q2^hhfJA#}$07p_;EX$XMl)yXCXt)H{@6$n{Z2vJ?oVNUDy6DB6S zvW93Tk4c>OYl+9PXS56>|E+d#pLXnONigdeLU|)vaiO+xm5{@|yRlcuwD?8+hW1Zz zo?cW zr$y*?Bg_aiMVp+L0j>-I6=-Tdbj-UNc}>RqZeI0a4=B`jK%Lv=utARGAOV3nSaZDqT7uGx|j11jurfXzH@Lar8g& zl~Ni}QI%!!QL!dJma`?IZiV#{!u6($BXqb*$M$fN%tauXTC+^3qxf7Uu5}LGF$pfi z@gZoeB9S{=0Fi%tGTh#s1rRd`-FbxOcPSeL~7eS~i-TH{fRZM*w)W9(;#d2ZJrLm(*w&9?nI#8|j7SZ=pSz zh>ZMVo&^a(=_VFO?&$j1MoF;aW}2hg@{jYr5$|t^W^OY zKC9pLfn%wk?|hc}b3i=o%W{o&foqZAnnbC8M2_T)V8$z93a4!y`?vGPyS|))(Iqwf zgGoHK*ij4QJFCfi@*c0WoYAL*Yzv#;qW;O1uCa-UF{YK^HgL{n{OrD0R>EWQ)%kpH z*68b->Hjcx+#LsY@-X<^Uu~z!M$>#pL|Ft7_O;|q#z(}P9IPn^1}idNvljr23>?8_ zp2w=1;iCag3~!Nsz&9!pd%Ss8lI2Kcb0oQ0!KKNZnI|Jf3rz+_%axLg_18wek;@{> zhXq1jOE23xWPUJS-{|OAwFgn@z5Z5NGE%IO81o{V!`e^^4?-9opS#pN)g{skRH(sL zqtp9z3n)!H9=TU$mO>ze=t{CuIxEebdKF*qE|&AWw=y<|(`W(EFatpK+oI*aHX}<2qXxBm>FP<3iKrQGVlHmElZr^87}*cUtfm6C@j}s-Fma(%Woz0aXw1 z@TYb}UcO*yoY!$GRcULB=C#X@0-abvv+PQ@(RncQN9bAgCRMT+nanWJt2)x^ca94k z&bYK;!}0Xms7|AFb0KSvW{%NJ?$7VT(sEt{TQ(^t-vm;dq1E2>C= zjsZ1Vi#h1l>02;N36aTq$(s3gM0WekK9y5%kw$?p`P{HJV|U2Zi^dUiMg_=j8(FiQ zrs6agf5@UTU7+N1`+UkqrQ(vdHT#HaD_^MA^C;X<%%j_fe$YVMp(xbg#L+8?~RL$%_$0&IByRhOG_I`q>!Oqu=y~xxbJ`d=67`!Ax`mc8LDrhGjW>wZQ3UbxbULS3NqIl zY3vwBY-A^Eog0P5i)F<3SwhUxg+@JcKV3SFwq94C?S4`%BM!^1IUY32vNSu-ZR~+s zxFRw&rvh~}y( z&SBI(v6Gfgi!A!6l6XoMlx^fQZ=(B(xm~n5(z+b_1T-tkEY=oD<}ob-Q@5j{<$}D< z>Uaod%KogGt8aVbSI;TA_T}BwdXrAmZWc*zEi)Rf$CwaAT@Gu*BM*+_bA{{6@lSBP zjqsotoq;8xSa}SR%W4Q2L=GL`WCS7e?;@)Zt z(kMtWV1eGS$rEJLn}1uBT;54?#K`d!J1#=k%aU_1No2<9sP+~_b@ks7!CBsmjcsbo z*XwysRlQ-oQNq9=z;^^SzM$P_2kYg4aX@{(Frft=Cu&rwX1=gSN7=7ckwc?9pYkYm z&W)@b+cb5NQxqvE{2c8Xzt(!~`=LIeW_q5FQ;h{3A0=pxxWPS{&ZAuAH>|;ff9k+C zMX|0zxAXTEPu>&w;Tas!LZyj6dl_|9@40}vNH0Lwc`n<}r1HGlU)_uv7`R)M|WzQsqKl8&1MQL-%U-)aaWpz6HX%#^_Z)!Tbrl z+eL6FK2a$yOFNAoR91V4W(1~QRz*!CrCsTdZQm>DlKQ!B)KIpyw5+Xs=cr(*4m1Y_ zt(itxBYA*IVt2<%K(~Z86Pl)1jbsxttCu`HarvIn`bJ%z8d2 z5kaTO*xx8HQ)z@#@HEooVF^0T(m!+f%rxg&`JQl3=JRr~^!ssXyjdxIDe@QgZ6Q5x z*#!mrt*nt9=K^FP1LJ-czVlBo52*4hZyY&ZEFRnMoQILZ@j*(s82 zT8l9nNfoztzxI1>uk@M_=p zEVVyhnZq!f=>^D`nBd@9HQ8w>a6^d4v7PZELrI!&NhgKV}5Rv*&XZrrj z1)8U6MuX}ImEglH1_`&FUql8F3B7IM%Q+&o-9p@V`kGbkm>+6|a zs$W;NC$OyMzU(3Tdu& z-@vyfN|5h5R2Hg=^-h>adPD{~G4F9y--0ND+)D8#d_Jtb^Kc1u>GZ})q|R{R^Q50f zGU(^YpB@S};)4X;9`yTc(_*R$#b7YRSY&j4@4;_d)=kV_Rve-ABy0Yt3vCY}#PEnf z*>5x>5|i}pyVxefRArf%t1T(e2!%z33;eE@7gwNUT*_}%eD4PTi_g)tc|D(0&B?d!UFi3d&yCJG55H+f@*A0IY3{!MmZ*aM{|=CVpMEyUuFIbDq@ zV%WaeZ~Dwi^`V008mWtGvf*aw9qnA%!D^KQOJ=f0!kGkp3a()l2^9@h0l>Lz@C z)x5@VJxtU^fZ5)x+{5#GLnZ`rwfM6WaU|~-3hT<1$qXg z)#9nAOD?R-rtham*2R`{PoQ}If2L)?+2rf!A;hsWvXW+TKAAT$?=E`vX)BZt0Ts-0fPMu4RDGKVHIx zaz!_xfVORMf4=(1->v7{ zzvIO4Yi-Mno!UJ>odbi$eIo0}?Uqx(X;$m|iCXCc2_oxhF5u!GLprpGwY)b11!y#Yum^Vd0tl!&C0K-H7 zV;$(gb6Sv%fuf#*b^!SPC!ogJv+mqF`r~ih`;lDn8$haXO8qz5{1zGVk;|}<`4W(x ze8Zq^Ge)N|2ABiHjIjORi$TkF_YKwlhgGdd*GKO=%e$*A0EL=yql3~QgUXY@+rKjS z&uyA;MH?e6G7xj6VbJQy4FUOCJv*Ym7N?I=9#0dNs5%_gKB!B9XutNN!AeH_JRbhty~ztYu-e- zDtYI>UcjexjxWH^f704{)0!z&DsnQwDEw{(6J+Xz=rof5^I_8^>UqYDpAke$AeZ4W zZmcNt1NpC7oDhIxDe`$YA}@zZh1&W#t4uFW*_ zj=~T?K_&*N0i+2aZ6zW?_~{R?-?8t1_%~fNgZc(wg}a-iy_<|95S1WOsXzlOTDIqZ zOFjSJ>Er2>Lqwpg(s?S@c{(9OfZ&=t-5ND+cHIQ);}R6jE-)njNew10 zBue$O_c`lkfqw+^fc^#WK^!tJk=s8#m&;C_<~I%IHxm&OXA9QxSJ?j@X5s2pd?wBseNcfcI~K@e+bhQz6ZJ?wwu5dijqHON;+1VTBuq7?goM7aNJ lDEptG@;~nM|L-Gi1Ix83ewt%y%Rs=7lH5z#Drt-0{{gy1X. +# +# First added: 2005 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and Linear form L(v) for the Stokes +# equations using a mixed formulation (Taylor-Hood elements). +# The sign of the pressure has been flipped for symmetry. +# +# Compile this form with FFC: ffc -l dolfin Stokes.ufl + +P2 = VectorElement("Lagrange", hexahedron, 2) +P1 = FiniteElement("Lagrange", hexahedron, 1) +TH = P2 * P1 + +(u, p) = TrialFunctions(TH) +(v, q) = TestFunctions(TH) + +f = Coefficient(P2) + +a = (inner(grad(u), grad(v)) + div(v)*p + div(u)*q)*dx +L = dot(f, v)*dx diff --git a/demo/documented/stokes-iterative/cpp/StokesPreconditioner.ufl b/demo/documented/stokes-iterative/cpp/StokesPreconditioner.ufl new file mode 100644 index 0000000..25b9899 --- /dev/null +++ b/demo/documented/stokes-iterative/cpp/StokesPreconditioner.ufl @@ -0,0 +1,35 @@ +# Copyright (c) 2011 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2011-01-05 +# Last changed: +# +# The bilinear form a(u, v) for a Stokes preconditioner matrix +# (Taylor-Hood elements). +# +# Compile this form with FFC: ffc -l dolfin StokesPreconditioner.ufl + +P2 = VectorElement("Lagrange", hexahedron, 2) +P1 = FiniteElement("Lagrange", hexahedron, 1) +TH = P2 * P1 + +(u, p) = TrialFunctions(TH) +(v, q) = TestFunctions(TH) + +f = Coefficient(P2) + +a = inner(grad(u), grad(v))*dx + p*q*dx diff --git a/demo/documented/stokes-iterative/cpp/documentation.rst b/demo/documented/stokes-iterative/cpp/documentation.rst new file mode 100644 index 0000000..c2bb76a --- /dev/null +++ b/demo/documented/stokes-iterative/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for the DOLFIN iterative Stokes demo + +.. _demo_pde_iterative_stokes_python_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/stokes-iterative/cpp/main.cpp b/demo/documented/stokes-iterative/cpp/main.cpp new file mode 100644 index 0000000..69d1fec --- /dev/null +++ b/demo/documented/stokes-iterative/cpp/main.cpp @@ -0,0 +1,173 @@ +// Copyright (C) 2011 Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2011-01-05 +// Last changed: 2012-07-05 +// +// This demo solves the Stokes equations using an iterative linear solver. +// Its also demonstrates how to use a precontioner matrix that is different +// from the matrix being solved. +// +// Note that the sign for the pressure has been flipped for symmetry. +// + +#include +#include "Stokes.h" +#include "StokesPreconditioner.h" + +using namespace dolfin; + +#if defined(HAS_PETSC) || defined(HAS_TRILINOS) + +int main() +{ + // Sub domain for left-hand side + class Left : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS; + } + }; + + // Sub domain for right-hand side + class Right : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return std::abs(1.0 - x[0]) < DOLFIN_EPS; + } + }; + + // Sub domain for top and bottom + class TopBottom : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return std::abs(1.0 - x[1]) < DOLFIN_EPS || std::abs(x[1]) < DOLFIN_EPS; + } + }; + + // Function for inflow boundary condition for velocity + class Inflow : public Expression + { + public: + + Inflow() : Expression(3) {} + + void eval(Array& values, const Array& x) const + { + values[0] = -sin(x[1]*DOLFIN_PI); + values[1] = 0.0; + values[2] = 0.0; + } + + }; + + // Check for available preconditioners + if (!has_krylov_solver_preconditioner("amg")) + { + info("Sorry, this demo is only available when DOLFIN is compiled with AMG " + "preconditioner, Hypre or ML."); + return 0; + } + + // Check for available Krylov solvers + std::string krylov_method; + if (has_krylov_solver_method("minres")) + krylov_method = "minres"; + else if (has_krylov_solver_method("tfqmr")) + krylov_method = "tfqmr"; + else + { + info("Default linear algebra backend was not compiled with MINRES or TFQMR " + "Krylov subspace method. Terminating."); + return 0; + } + + // Create mesh + auto mesh = std::make_shared( + UnitCubeMesh::create({{16, 16, 16}}, CellType::Type::hexahedron)); + + // Create function space and subspaces + auto W = std::make_shared(mesh); + + // Set-up infow boundary condition + auto inflow_prfofile = std::make_shared(); + auto right = std::make_shared(); + auto inflow = std::make_shared(W->sub(0), inflow_prfofile, + right); + + // Set-up no-slip boundary condition + auto zero_vector = std::make_shared(0.0, 0.0, 0.0); + auto top_bottom = std::make_shared(); + auto noslip = std::make_shared(W->sub(0), zero_vector, + top_bottom); + + // Create forms for the Stokes problem + auto f = std::make_shared(0.0, 0.0, 0.0); + Stokes::BilinearForm a(W, W); + Stokes::LinearForm L(W); + L.f = f; + + // Create solution function + Function w(W); + + // Create form for the Stokes preconditioner + StokesPreconditioner::BilinearForm a_P(W, W); + + // Assemble precondtioner system (P, b_dummy) + auto P = std::make_shared(); + Vector b; + assemble_system(*P, b, a_P, L, {inflow, noslip}); + + // Assemble Stokes system (A, b) + auto A = std::make_shared(); + assemble_system(*A, b, a, L, {inflow, noslip}); + + // Create Krylov solver with specified method and preconditioner + KrylovSolver solver(krylov_method, "amg"); + + // Set operator (A) and precondtioner matrix (P) + solver.set_operators(A, P); + + // Solve system + solver.solve(*w.vector(), b); + cout << "Soln norm: " << w.vector()->norm("l2") << endl; + + // Split solution + Function u = w[0]; + Function p = w[1]; + + // Save solution in VTK format + File ufile_pvd("velocity.pvd"); + ufile_pvd << u; + File pfile_pvd("pressure.pvd"); + pfile_pvd << p; + + return 0; +} + +#else + +int main() +{ + info("DOLFIN has not been configured with Trilinos or PETSc. Exiting."); + return 0; +} + +#endif diff --git a/demo/documented/stokes-taylor-hood/common.txt b/demo/documented/stokes-taylor-hood/common.txt new file mode 100644 index 0000000..231771a --- /dev/null +++ b/demo/documented/stokes-taylor-hood/common.txt @@ -0,0 +1,79 @@ +This demo illustrates how to: + +* Read mesh and subdomains from file +* Use mixed function spaces + +The mesh and subdomains look as follows: + +.. image:: ../plot_mesh.png + +.. image:: ../plot_mesh_boundaries.png + +and the solution of u and p, respectively: + +.. image:: ../plot_u.png + +.. image:: ../plot_p.png + +Equation and problem definition +------------------------------- + +Strong formulation +^^^^^^^^^^^^^^^^^^ + +.. math:: + - \nabla \cdot (\nabla u + p I) &= f \quad {\rm in} \ \Omega, \\ + \nabla \cdot u &= 0 \quad {\rm in} \ \Omega. \\ + + +.. note:: + The sign of the pressure has been flipped from the classical + definition. This is done in order to have a symmetric (but not + positive-definite) system of equations rather than a + non-symmetric (but positive-definite) system of equations. + +A typical set of boundary conditions on the boundary :math:`\partial +\Omega = \Gamma_{D} \cup \Gamma_{N}` can be: + +.. math:: + u &= u_0 \quad {\rm on} \ \Gamma_{D}, \\ + \nabla u \cdot n + p n &= g \, \quad\;\; {\rm on} \ \Gamma_{N}. \\ + + +Weak formulation +^^^^^^^^^^^^^^^^ + +The Stokes equations can easily be formulated in a mixed variational +form; that is, a form where the two variables, the velocity and the +pressure, are approximated simultaneously. Using the abstract +framework, we have the problem: find :math:`(u, p) \in W` such that + +.. math:: + a((u, p), (v, q)) = L((v, q)) + +for all :math:`(v, q) \in W`, where + +.. math:: + + a((u, p), (v, q)) + &= \int_{\Omega} \nabla u \cdot \nabla v + - \nabla \cdot v \ p + + \nabla \cdot u \ q \, {\rm d} x, \\ + L((v, q)) + &= \int_{\Omega} f \cdot v \, {\rm d} x + + \int_{\partial \Omega_N} g \cdot v \, {\rm d} s. \\ + +The space :math:`W` should be a mixed (product) function space +:math:`W = V \times Q`, such that :math:`u \in V` and :math:`q \in Q`. + +Domain and boundary conditions +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +In this demo, we shall consider the following definitions of the input functions, the domain, and the boundaries: + +* :math:`\Omega = [0,1]\times[0,1] \backslash {\rm dolphin}` (a unit cube) +* :math:`\Gamma_D =` +* :math:`\Gamma_N =` +* :math:`u_0 = (- \sin(\pi x_1), 0.0)` for :math:`x_0 = 1` and :math:`u_0 = (0.0, 0.0)` otherwise +* :math:`f = (0.0, 0.0)` +* :math:`g = (0.0, 0.0)` diff --git a/demo/documented/stokes-taylor-hood/cpp/Stokes.ufl b/demo/documented/stokes-taylor-hood/cpp/Stokes.ufl new file mode 100644 index 0000000..4f33cc2 --- /dev/null +++ b/demo/documented/stokes-taylor-hood/cpp/Stokes.ufl @@ -0,0 +1,36 @@ +# Copyright (c) 2005-2007 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and Linear form L(v) for the Stokes +# equations using a mixed formulation (Taylor-Hood elements). +# +# Compile this form with FFC: ffc -l dolfin Stokes.ufl + +P2 = VectorElement("Lagrange", triangle, 2) +P1 = FiniteElement("Lagrange", triangle, 1) +TH = P2 * P1 + +(u, p) = TrialFunctions(TH) +(v, q) = TestFunctions(TH) + +f = Coefficient(P2) + +a = (inner(grad(u), grad(v)) - div(v)*p + div(u)*q)*dx +L = dot(f, v)*dx diff --git a/demo/documented/stokes-taylor-hood/cpp/documentation.rst b/demo/documented/stokes-taylor-hood/cpp/documentation.rst new file mode 100644 index 0000000..72d0391 --- /dev/null +++ b/demo/documented/stokes-taylor-hood/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for the DOLFIN Stokes problem with Taylor-Hood elements demo + +.. _demo_pde_stokes-taylor-hood_python_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/stokes-taylor-hood/cpp/main.cpp b/demo/documented/stokes-taylor-hood/cpp/main.cpp new file mode 100644 index 0000000..e7945f2 --- /dev/null +++ b/demo/documented/stokes-taylor-hood/cpp/main.cpp @@ -0,0 +1,107 @@ +// Copyright (C) 2006-2008 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2006-02-09 +// Last changed: 2012-07-05 +// +// This demo solves the Stokes equations, using quadratic elements for +// the velocity and first degree elements for the pressure +// (Taylor-Hood elements). The sub domains for the different boundary +// conditions used in this simulation are computed by the demo program +// in src/demo/mesh/subdomains. + +#include +#include "Stokes.h" + +using namespace dolfin; + +int main() +{ + // Function for no-slip boundary condition for velocity + class Noslip : public Expression + { + public: + + Noslip() : Expression(2) {} + + void eval(Array& values, const Array& x) const + { + values[0] = 0.0; + values[1] = 0.0; + } + + }; + + // Function for inflow boundary condition for velocity + class Inflow : public Expression + { + public: + + Inflow() : Expression(2) {} + + void eval(Array& values, const Array& x) const + { + values[0] = -sin(x[1]*DOLFIN_PI); + values[1] = 0.0; + } + + }; + + // Read mesh and sub domain markers + auto mesh = std::make_shared("../dolfin_fine.xml.gz"); + auto sub_domains = std::make_shared>(mesh, "../dolfin_fine_subdomains.xml.gz"); + + // Create function space + auto W = std::make_shared(mesh); + + // Create functions for boundary conditions + auto noslip = std::make_shared(); + auto inflow = std::make_shared(); + auto zero = std::make_shared(0.0); + + // No-slip boundary condition for velocity + DirichletBC bc0(W->sub(0), noslip, sub_domains, 0); + + // Inflow boundary condition for velocity + DirichletBC bc1(W->sub(0), inflow, sub_domains, 1); + + // Collect boundary conditions + std::vector bcs = {{&bc0, &bc1}}; + + // Define variational problem + auto f = std::make_shared(0.0, 0.0); + Stokes::BilinearForm a(W, W); + Stokes::LinearForm L(W); + L.f = f; + + // Compute solution + Function w(W); + solve(a == L, w, bcs); + Function u = w[0]; + Function p = w[1]; + + // Save solution in VTK format + File ufile_pvd("velocity.pvd"); + ufile_pvd << u; + File pfile_pvd("pressure.pvd"); + pfile_pvd << p; + + File pfile_mf("mf.pvd"); + pfile_mf << *sub_domains; + + return 0; +} diff --git a/demo/documented/stokes-taylor-hood/cpp/plot.py b/demo/documented/stokes-taylor-hood/cpp/plot.py new file mode 100644 index 0000000..c5efa01 --- /dev/null +++ b/demo/documented/stokes-taylor-hood/cpp/plot.py @@ -0,0 +1,9 @@ +from dolfin import * + +# Plot velocity +u = Function("velocity.xml") +plot(u) + +# Plot pressure +p = Function("pressure.xml") +plot(p) diff --git a/demo/documented/stokes-taylor-hood/dolfin_fine.xml.gz b/demo/documented/stokes-taylor-hood/dolfin_fine.xml.gz new file mode 100644 index 0000000..d70c0e2 --- /dev/null +++ b/demo/documented/stokes-taylor-hood/dolfin_fine.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b833101b1751853dc6c52be42ea1134b91ac54a9df087191e7f45b7b00a2822 +size 88283 diff --git a/demo/documented/stokes-taylor-hood/dolfin_fine_subdomains.xml.gz b/demo/documented/stokes-taylor-hood/dolfin_fine_subdomains.xml.gz new file mode 100644 index 0000000..a9a47ab --- /dev/null +++ b/demo/documented/stokes-taylor-hood/dolfin_fine_subdomains.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ff147d8ecb3172e08ab41ac6b5029e3a191804be77c73a9a9c4e52da010ede +size 42459 diff --git a/demo/documented/stokes-taylor-hood/plot_mesh.png b/demo/documented/stokes-taylor-hood/plot_mesh.png new file mode 100644 index 0000000000000000000000000000000000000000..8801fc8492aaa15a8de36513b0cde9c7407eea95 GIT binary patch literal 35671 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 CbJqv} literal 0 HcmV?d00001 diff --git a/demo/documented/stokes-taylor-hood/plot_u.png b/demo/documented/stokes-taylor-hood/plot_u.png new file mode 100644 index 0000000000000000000000000000000000000000..4f3c0cfa0f6543f076e0e3c90bc9b45066013606 GIT binary patch literal 95531 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

{PSp6epn2Y3k`w%7iUpW;?IFk? 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 U*VgS40Ra3-ODKp}iW&v}A0Pa4wg3PC literal 0 HcmV?d00001 diff --git a/demo/documented/subdomains/common.txt b/demo/documented/subdomains/common.txt new file mode 100644 index 0000000..91ab07b --- /dev/null +++ b/demo/documented/subdomains/common.txt @@ -0,0 +1,29 @@ + +This demo illustrates: + +* How to mark subdomains of a mesh +* How to store subdomain markers as a mesh function to DOLFIN XML files and VTK files + +Problem definition +------------------ + +In this demo, we focus on how to mark subdomains, so we do not have +any equations to solve. The mesh we will work on is a unit square +where the shape of a dolphin is removed from the middle of the square. +This mesh and the subdomain markers produced by this demo program are +the ones used for the Stokes demo programs. We will mark the +boundaries so that the boundary to the right (:math:`x = 1`) is +inflow, the boundary to the left (:math:`x = 0`) is outflow, and the +top, bottom and the interior boundary around the dolphin will be +noslip. We thus have + +.. math:: + \partial \Omega &= \Gamma_{\mathrm{inflow}} \cup \Gamma_{\mathrm{outflow}} \cup \Gamma_{\mathrm{noslip}}, \\ + \Gamma_{\mathrm{inflow}} &= (1, y), \\ + \Gamma_{\mathrm{outflow}} &= (0, y), \\ + \Gamma_{\mathrm{noslip}} &= \partial \Omega \backslash (\Gamma_{\mathrm{inflow}} \cup \Gamma_{\mathrm{outflow}}). \\ + +The mesh with marked boundaries looks as follows: + +.. image:: ../plot_subdomains.png + :scale: 75% diff --git a/demo/documented/subdomains/cpp/documentation.rst b/demo/documented/subdomains/cpp/documentation.rst new file mode 100644 index 0000000..79780f7 --- /dev/null +++ b/demo/documented/subdomains/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for subdomains demo from DOLFIN. + +.. _demo_pde_subdomains_python_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/subdomains/cpp/main.cpp b/demo/documented/subdomains/cpp/main.cpp new file mode 100644 index 0000000..044a2f2 --- /dev/null +++ b/demo/documented/subdomains/cpp/main.cpp @@ -0,0 +1,107 @@ +// Copyright (C) 2007-2008 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2007-04-24 +// Last changed: 2011-01-25 +// +// This demo program demonstrates how to mark sub domains +// of a mesh and store the sub domain markers as a mesh +// function to a DOLFIN XML file. +// +// The sub domain markers produced by this demo program +// are the ones used for the Stokes demo programs. + +#include + +using namespace dolfin; + +int main() +{ + set_log_level(1); + + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Sub domain for no-slip (everything except inflow and outflow) + class Noslip : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary; + } + }; + + // Sub domain for inflow (right) + class Inflow : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] > 1.0 - DOLFIN_EPS && on_boundary; + } + }; + + // Sub domain for outflow (left) + class Outflow : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS && on_boundary; + } + }; + + // Read mesh + auto mesh = std::make_shared("../dolfin_fine.xml.gz"); + + // Create mesh functions over the cell facets + MeshFunction sub_domains(mesh, mesh->topology().dim() - 1); + MeshFunction sub_domains_double(mesh, mesh->topology().dim() - 1); + MeshFunction sub_domains_bool(mesh, mesh->topology().dim() - 1); + + // Mark all facets as sub domain 3 + sub_domains = 3; + + // Mark no-slip facets as sub domain 0, 0.0 + Noslip noslip; + noslip.mark(sub_domains, 0); + noslip.mark(sub_domains_double, 0.0); + + // Mark inflow as sub domain 1, 0.1 + Inflow inflow; + inflow.mark(sub_domains, 1); + inflow.mark(sub_domains_double, 0.1); + + // Mark outflow as sub domain 2, 0.2 + Outflow outflow; + outflow.mark(sub_domains, 2); + outflow.mark(sub_domains_double, 2); + + // Save sub domains to file + File file("subdomains.xml"); + file << sub_domains; + + // Save sub domains to file + // FIXME: Not implemented + //File file_bool("subdomains_bool.xml"); + //file_bool << sub_domains_bool; + + // Save sub domains to file + File file_double("subdomains_double.xml"); + file_double << sub_domains_double; +} diff --git a/demo/documented/subdomains/dolfin_fine.xml.gz b/demo/documented/subdomains/dolfin_fine.xml.gz new file mode 100644 index 0000000..d70c0e2 --- /dev/null +++ b/demo/documented/subdomains/dolfin_fine.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b833101b1751853dc6c52be42ea1134b91ac54a9df087191e7f45b7b00a2822 +size 88283 diff --git a/demo/documented/subdomains/plot_subdomains.png b/demo/documented/subdomains/plot_subdomains.png new file mode 100644 index 0000000000000000000000000000000000000000..18aea822b3a6ea13c36918abbae8b379978510e0 GIT binary patch literal 27143 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 D6r&Lu literal 0 HcmV?d00001 diff --git a/demo/undocumented/advection-diffusion/cpp/AdvectionDiffusion.ufl b/demo/undocumented/advection-diffusion/cpp/AdvectionDiffusion.ufl new file mode 100644 index 0000000..200fd59 --- /dev/null +++ b/demo/undocumented/advection-diffusion/cpp/AdvectionDiffusion.ufl @@ -0,0 +1,40 @@ +# Copyright (C) 2006-2007 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2006-02-09 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# convection-diffusion using cG(1)cG(1). +# +# Compile this form with FFC: ffc -l dolfin AdvectionDiffusion.ufl + +scalar = FiniteElement("Lagrange", triangle, 1) +vector = VectorElement("Lagrange", triangle, 2) + +u = TrialFunction(scalar) +v = TestFunction(scalar) +u0 = Coefficient(scalar) +b = Coefficient(vector) +f = Coefficient(scalar) + +c = 0.005 +k = 0.05 + +a = u*v*dx + 0.5*k*(dot(b, grad(u)*v)*dx + c*dot(grad(u), grad(v))*dx) +L = u0*v*dx - 0.5*k*(dot(b, grad(u0)*v)*dx + c*dot( grad(u0), grad(v))*dx) \ + + k*f*v*dx diff --git a/demo/undocumented/advection-diffusion/cpp/Velocity.ufl b/demo/undocumented/advection-diffusion/cpp/Velocity.ufl new file mode 100644 index 0000000..65e1625 --- /dev/null +++ b/demo/undocumented/advection-diffusion/cpp/Velocity.ufl @@ -0,0 +1,25 @@ +# Copyright (C) 2009 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-03-07 +# Last changed: 2009-05-15 +# +# A continuous P2 vector element +# +# Compile this form with FFC: ffc -l dolfin Velocity.form + +element = VectorElement("Lagrange", triangle, 2) diff --git a/demo/undocumented/advection-diffusion/cpp/main.cpp b/demo/undocumented/advection-diffusion/cpp/main.cpp new file mode 100644 index 0000000..6835942 --- /dev/null +++ b/demo/undocumented/advection-diffusion/cpp/main.cpp @@ -0,0 +1,106 @@ +// Copyright (C) 2006-2008 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2006-02-09 +// Last changed: 2013-03-21 +// +// This demo solves the time-dependent advection-diffusion equation +// by a least-squares stabilized cG(1)cG(1) method. The velocity field +// used in the simulation is the output from the Stokes (Taylor-Hood) +// demo. The sub domains for the different boundary conditions are +// computed by the demo program in src/demo/subdomains. + +#include +#include "AdvectionDiffusion.h" +#include "Velocity.h" + +using namespace dolfin; + +int main(int argc, char *argv[]) +{ + // Read mesh + auto mesh = std::make_shared("../dolfin_fine.xml.gz"); + + // Create velocity FunctionSpace + auto V_u = std::make_shared(mesh); + + // Create velocity function + auto velocity = std::make_shared(V_u); + File file_u(mesh->mpi_comm(), "../dolfin_fine_velocity.xml.gz"); + file_u >> *velocity; + + // Read sub domain markers + auto sub_domains = std::make_shared>(mesh, + "../dolfin_fine_subdomains.xml.gz"); + + // Create function space + auto V = std::make_shared(mesh); + + // Source term and initial condition + auto f = std::make_shared(0.0); + auto u = std::make_shared(V); + + // Set up forms + AdvectionDiffusion::BilinearForm a(V, V); + a.b = velocity; + AdvectionDiffusion::LinearForm L(V); + L.u0 = u; L.b = velocity; L.f = f; + + // Set up boundary condition + auto g = std::make_shared(1.0); + DirichletBC bc(V, g, sub_domains, 1); + + // Linear system + std::shared_ptr A(new Matrix); + Vector b; + + // Assemble matrix + assemble(*A, a); + bc.apply(*A); + + // LU solver + LUSolver lu(A); + + // Parameters for time-stepping + const double T = 2.0; + const double k = 0.05; + double t = k; + + // Output file + File file("results/temperature.pvd"); + + // Time-stepping + Progress p("Time-stepping"); + while (t < T) + { + // Assemble vector and apply boundary conditions + assemble(b, L); + bc.apply(b); + + // Solve the linear system (re-use the already factorized matrix A) + lu.solve(*u->vector(), b); + + // Save solution in VTK format + file << std::pair(u.get(), t); + + // Move to next interval + p = t/T; + t += k; + } + + return 0; +} diff --git a/demo/undocumented/advection-diffusion/dolfin_fine.xml.gz b/demo/undocumented/advection-diffusion/dolfin_fine.xml.gz new file mode 100644 index 0000000..d70c0e2 --- /dev/null +++ b/demo/undocumented/advection-diffusion/dolfin_fine.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b833101b1751853dc6c52be42ea1134b91ac54a9df087191e7f45b7b00a2822 +size 88283 diff --git a/demo/undocumented/advection-diffusion/dolfin_fine_subdomains.xml.gz b/demo/undocumented/advection-diffusion/dolfin_fine_subdomains.xml.gz new file mode 100644 index 0000000..a9a47ab --- /dev/null +++ b/demo/undocumented/advection-diffusion/dolfin_fine_subdomains.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ff147d8ecb3172e08ab41ac6b5029e3a191804be77c73a9a9c4e52da010ede +size 42459 diff --git a/demo/undocumented/advection-diffusion/dolfin_fine_velocity.xml.gz b/demo/undocumented/advection-diffusion/dolfin_fine_velocity.xml.gz new file mode 100644 index 0000000..592d5bd --- /dev/null +++ b/demo/undocumented/advection-diffusion/dolfin_fine_velocity.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8f30020552a45e7fd018b16bb19d07bdd12f66813a92a9ecf4d4241ccb2493 +size 375382 diff --git a/demo/undocumented/ale/cpp/main.cpp b/demo/undocumented/ale/cpp/main.cpp new file mode 100644 index 0000000..eefe155 --- /dev/null +++ b/demo/undocumented/ale/cpp/main.cpp @@ -0,0 +1,59 @@ +// Copyright (C) 2008-2009 Solveig Bruvoll and Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2008-05-02 +// Last changed: 2012-07-05 +// +// This demo demonstrates how to move the vertex coordinates +// of a boundary mesh and then updating the interior vertex +// coordinates of the original mesh by suitably interpolating +// the vertex coordinates (useful for implementation of ALE +// methods). + +#include + +using namespace dolfin; + +int main() +{ + // Create mesh + auto mesh = std::make_shared(20, 20); + + // Create boundary mesh + BoundaryMesh boundary(*mesh, "exterior"); + + // Move vertices in boundary + MeshGeometry& geometry = boundary.geometry(); + + std::vector x(2); + for (VertexIterator v(boundary); !v.end(); ++v) + { + std::size_t i = v->index(); + x[0] = geometry.x(i, 0)*3.0; + x[1] = geometry.x(i, 1) + 0.1*sin(5.0*x[0]); + geometry.set(i, x.data()); + } + + // Move mesh + ALE::move(mesh, boundary); + + // Write mesh to file + File file("mesh_deformed.pvd"); + file << *mesh; + + return 0; +} diff --git a/demo/undocumented/auto-adaptive-navier-stokes/channel_with_flap.xml.gz b/demo/undocumented/auto-adaptive-navier-stokes/channel_with_flap.xml.gz new file mode 100644 index 0000000..c2e3a1e --- /dev/null +++ b/demo/undocumented/auto-adaptive-navier-stokes/channel_with_flap.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6980079408e4e684c9ee39a502bae9a9a6c5ec3b0476513705203171f12ef8f +size 10417 diff --git a/demo/undocumented/auto-adaptive-navier-stokes/cpp/AdaptiveNavierStokes.ufl b/demo/undocumented/auto-adaptive-navier-stokes/cpp/AdaptiveNavierStokes.ufl new file mode 100644 index 0000000..cd32381 --- /dev/null +++ b/demo/undocumented/auto-adaptive-navier-stokes/cpp/AdaptiveNavierStokes.ufl @@ -0,0 +1,52 @@ +# Copyright (C) 2010 Marie E. Rognes +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2010-11-01 +# Last changed: 2011-06-29 +# +# Compile with ffc -e -l dolfin AdaptiveNavierStokes.ufl + +cell = triangle +V = VectorElement("CG", cell, 2) +Q = FiniteElement("CG", cell, 1) +R = FiniteElement("Real", cell, 0) +W = V * Q + +w = Coefficient(W) +(u, p) = (as_vector((w[0], w[1])), w[2]) +(v, q) = TestFunctions(W) + +# Prescribed pressure +T = FiniteElement("CG", cell, 1) +p0 = Coefficient(T) + +# Prescribed viscosity +nu = Coefficient(R) + +# Define FacetNormal +n = FacetNormal(cell) + +# Define variational form +L = (nu*inner(grad(u), grad(v)) - p*div(v) + div(u)*q + + inner(v, grad(u)*u))*dx() \ + + p0*dot(v, n)*ds() + +# Define goal functional +M = w[0]*ds(0) + +# NB: Label the unknown +unknown = w diff --git a/demo/undocumented/auto-adaptive-navier-stokes/cpp/main.cpp b/demo/undocumented/auto-adaptive-navier-stokes/cpp/main.cpp new file mode 100644 index 0000000..ca85f3e --- /dev/null +++ b/demo/undocumented/auto-adaptive-navier-stokes/cpp/main.cpp @@ -0,0 +1,137 @@ +// Copyright (C) 2010 Marie E. Rognes +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg 2011 +// +// First added: 2010-08-19 +// Last changed: 2012-07-05 + +#include +#include "AdaptiveNavierStokes.h" + +using namespace dolfin; + +// No-slip boundary +class Noslip : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return ((x[1] < DOLFIN_EPS || x[1] > 1.0 - DOLFIN_EPS) || + (on_boundary && std::abs(x[0] - 1.5) < 0.1 + DOLFIN_EPS)); + } +}; + +// Subdomain on which goal function should be defined +class Outflow : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] > 4.0 - DOLFIN_EPS; + } +}; + +// Applied pressure (Neumann boundary condition) +class Pressure : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = (4.0 - x[0])/4.0; + } +}; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + parameters["allow_extrapolation"] = true; + parameters["refinement_algorithm"] = "plaza_with_parent_facets"; + + // Create mesh and function space + auto mesh = std::make_shared("../channel_with_flap.xml.gz"); + auto W = std::make_shared(mesh); + + // Unknown field + auto w = std::make_shared(W); + + // Define boundary condition + auto u0 = std::make_shared(0.0, 0.0); + Noslip noslip; + auto noslip_markers = std::make_shared>(mesh, mesh->topology().dim()-1, 1); + noslip.mark(*noslip_markers, 0); + auto W0 = W->sub(0); + auto bc = std::make_shared(W0, u0, noslip_markers, 0); + + // Create variational formulation and assign coefficients + auto nu = std::make_shared(0.02); + auto F = std::make_shared(W); + auto p0 = std::make_shared(); + F->p0 = p0; + F->nu = nu; + F->w = w; + + // Initialize Jacobian dF + auto dF = std::make_shared(W, W); + dF->nu = nu; + dF->w = w; + + // Define goal functional + auto M = std::make_shared(mesh); + M->w = w; + Outflow outflow; + auto outflow_markers = std::make_shared>(mesh, mesh->topology().dim()-1, 1); + outflow.mark(*outflow_markers, 0); + M->ds = outflow_markers; + + // Define error tolerance + double tol = 1.e-5; + + // If no more control is wanted, do: + // solve(F == 0, w, bc, dF, tol, M); + // return 0; + + // Define variational problem from the variational form F, specify + // the unknown Function w and the boundary condition bc + std::vector> bcs {bc}; + auto pde = std::make_shared(F, w, bcs, dF); + + // Define solver + AdaptiveNonlinearVariationalSolver solver(pde, M); + + // Set (precomputed) reference in adaptive solver to evaluate + // quality of error estimates and adaptive refinement + solver.parameters["reference"] = 0.40863917; + + // Solve problem with goal-oriented error control to given tolerance + solver.solve(tol); + + // Show solver summary + solver.summary(); + + // Show all timings + list_timings(TimingClear::clear, { TimingType::wall }); + + // Output solutions + Function solution = w->leaf_node(); + XDMFFile("velocity.xdmf").write(solution[0]); + XDMFFile("pressure.xdmf").write(solution[1]); + + return 0; +} diff --git a/demo/undocumented/block-matrix/cpp/StiffnessMatrix.ufl b/demo/undocumented/block-matrix/cpp/StiffnessMatrix.ufl new file mode 100644 index 0000000..f2ca796 --- /dev/null +++ b/demo/undocumented/block-matrix/cpp/StiffnessMatrix.ufl @@ -0,0 +1,31 @@ +# Copyright (c) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005-06-05 +# Last changed: 2011-03-09 +# +# The bilinear form for a stiffness matrix (Poisson). + +element = FiniteElement("Lagrange", triangle, 1) + +x = SpatialCoordinate(triangle) + +u = TrialFunction(element) +v = TestFunction(element) + +a = dot(grad(u), grad(v))*dx +L = sin(x[0])*v*dx diff --git a/demo/undocumented/block-matrix/cpp/main.cpp b/demo/undocumented/block-matrix/cpp/main.cpp new file mode 100644 index 0000000..59f1bf0 --- /dev/null +++ b/demo/undocumented/block-matrix/cpp/main.cpp @@ -0,0 +1,69 @@ +// Copyright (C) 2008 Kent-Andre Mardal +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg, 2008. +// Modified by Garth N. Wells, 2010-2011. +// +// First added: 2008-12-12 +// Last changed: 2012-11-12 +// +// This demo illustrates basic usage of block matrices and vectors. + +#include +#include "StiffnessMatrix.h" + +using namespace dolfin; + +int main() +{ + // Create mesh + auto mesh = std::make_shared(32, 32); + + // Create a simple stiffness matrix and vector + auto V = std::make_shared(mesh); + + StiffnessMatrix::BilinearForm a(V, V); + std::shared_ptr A(new Matrix); + assemble(*A, a); + + StiffnessMatrix::LinearForm L(V); + std::shared_ptr x(new Vector); + assemble(*x, L); + + // Create a block matrix + BlockMatrix AA(2, 2); + AA.set_block(0, 0, A); + AA.set_block(1, 0, A); + AA.set_block(0, 1, A); + AA.set_block(1, 1, A); + + // Create block vector + BlockVector xx(2); + xx.set_block(0, x); + xx.set_block(1, x); + + // Create another block vector + std::shared_ptr y(new Vector); + A->init_vector(*y, 0); + BlockVector yy(2); + yy.set_block(0, y); + yy.set_block(1, y); + + // Multiply + AA.mult(xx, yy); + info("||Ax|| = %g", y->norm("l2")); +} diff --git a/demo/undocumented/conditional/cpp/Conditional.ufl b/demo/undocumented/conditional/cpp/Conditional.ufl new file mode 100644 index 0000000..3991f0b --- /dev/null +++ b/demo/undocumented/conditional/cpp/Conditional.ufl @@ -0,0 +1,44 @@ +# Copyright (C) 2010 Kristian B. Oelgaard +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation where spatial coordinates are used to define the source +# term. However, the source term is only active in a part of the domain and +# a Conditional is used to handle this. +# +# Compile this form with FFC: ffc -l dolfin Conditional.ufl + +element = FiniteElement("Lagrange", triangle, 2) + +u = TrialFunction(element) +v = TestFunction(element) + +x = SpatialCoordinate(triangle) +c0 = conditional(le( (x[0]-0.33)**2 + (x[1]-0.67)**2, 0.015), -1.0, 5.0) +c = conditional( le( (x[0]-0.33)**2 + (x[1]-0.67)**2, 0.025), c0, 0.0 ) + +t0 = conditional(ge( x[0], 0.55), -1.0, 0.0) +t1 = conditional(le( x[0], 0.95), t0, 0.0) +t2 = conditional(ge( x[1], 0.05), t1, 0.0) +t3 = conditional(le( x[1], 0.45), t2, 0.0) +t = conditional(ge( x[1] - x[0] - 0.05 + 0.55, 0.0), t3, 0.0) + +f = c + t + +a = inner(grad(u), grad(v))*dx +L = f*v*dx + diff --git a/demo/undocumented/conditional/cpp/main.cpp b/demo/undocumented/conditional/cpp/main.cpp new file mode 100644 index 0000000..3c3a538 --- /dev/null +++ b/demo/undocumented/conditional/cpp/main.cpp @@ -0,0 +1,72 @@ +// Copyright (C) 2010 Kristian B. Oelgaard +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-07-23 +// Last changed: 2012-11-12 +// +// This demo program solves Poisson's equation +// +// - div grad u(x, y) = f(x, y) +// +// on the unit square with source f given by +// +// f(x, y) = -1.0 if (x - 0.33)^2 + (y - 0.67)^2 < 0.015 +// 5.0 if 0.015 < (x - 0.33)^2 + (y - 0.67)^2 < 0.025 +// -1.0 if (x,y) in triangle( (0.55, 0.05), (0.95, 0.45), (0.55, 0.45) ) +// 0.0 otherwise +// +// and homogeneous Dirichlet boundary conditions. + +#include +#include "Conditional.h" + +using namespace dolfin; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary; + } +}; + +int main() +{ + // Create mesh and function space + auto mesh = std::make_shared(64, 64); + auto V = std::make_shared(mesh); + + // Define boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, u0, boundary); + + // Define variational problem + Conditional::BilinearForm a(V, V); + Conditional::LinearForm L(V); + + // Compute solution + Function u(V); + solve(a == L, u, bc); + + // Save solution in VTK format + File file("conditional.pvd"); + file << u; + + return 0; +} diff --git a/demo/undocumented/contact-vi-snes/circle_yplane.geo b/demo/undocumented/contact-vi-snes/circle_yplane.geo new file mode 100644 index 0000000..ac9370c --- /dev/null +++ b/demo/undocumented/contact-vi-snes/circle_yplane.geo @@ -0,0 +1,15 @@ +// Gmsh input file for unit radius circle with mesh symmetry line on y-axis +cl__1 = 0.05; +Point(1) = {0, 1, 0, cl__1}; +Point(2) = {1, 0, 0, cl__1}; +Point(3) = {0, -1, 0, cl__1}; +Point(4) = {-1, 0, 0, cl__1}; +Point(6) = {0, 0, 0, cl__1}; +Circle(1) = {1, 6, 4}; +Circle(2) = {4, 6, 3}; +Circle(3) = {3, 6, 2}; +Circle(4) = {2, 6, 1}; +Line Loop(7) = {1, 2, 3, 4}; +Plane Surface(7) = {7}; +Line(8) = {1, 3}; +Line{8} In Surface {7}; \ No newline at end of file diff --git a/demo/undocumented/contact-vi-snes/circle_yplane.xml.gz b/demo/undocumented/contact-vi-snes/circle_yplane.xml.gz new file mode 100644 index 0000000..2df2456 --- /dev/null +++ b/demo/undocumented/contact-vi-snes/circle_yplane.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186e9ef9fd4f309a55ffdf1d3501dfac69a90255fe0c87c05e69c789ca2cdc09 +size 73289 diff --git a/demo/undocumented/contact-vi-snes/cpp/HyperElasticity.ufl b/demo/undocumented/contact-vi-snes/cpp/HyperElasticity.ufl new file mode 100644 index 0000000..901186f --- /dev/null +++ b/demo/undocumented/contact-vi-snes/cpp/HyperElasticity.ufl @@ -0,0 +1,63 @@ +# Copyright (C) 2009-2010 Harish Narayanan and Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Anders Logg 2011 +# +# First added: 2009-09-29 +# Last changed: 2011-06-28 +# +# The bilinear form a(du, v) and linear form L(v) for +# a hyperelastic model. +# +# Compile this form with FFC: ffc -l dolfin -feliminate_zeros -fprecompute_basis_const -fprecompute_ip_const HyperElasticity.ufl + +# Function spaces +element = VectorElement("Lagrange", triangle, 1) +R = FiniteElement("Real", triangle, 0) + +# Trial and test functions +du = TrialFunction(element) # Incremental displacement +v = TestFunction(element) # Test function + +# Functions +u = Coefficient(element) # Displacement from previous iteration +B = Coefficient(element) # Body force per unit volume + +# Kinematics +I = Identity(u.geometric_dimension()) # Identity tensor +F = I + grad(u) # Deformation gradient +C = F.T*F # Right Cauchy-Green tensor + +# Invariants of deformation tensors +Ic = tr(C) +J = det(F) + +# Elasticity parameters +mu = Coefficient(R) +lmbda = Coefficient(R) + +# Stored strain energy density (compressible neo-Hookean model) +psi = (mu/2)*(Ic - 2) - mu*ln(J) + (lmbda/2)*(ln(J))**2 + +# Total potential energy +Pi = psi*dx - inner(B, u)*dx + +# First variation of Pi (directional derivative about u in the direction of v) +F = derivative(Pi, u, v) + +# Compute Jacobian of F +J = derivative(F, u, du) diff --git a/demo/undocumented/contact-vi-snes/cpp/main.cpp b/demo/undocumented/contact-vi-snes/cpp/main.cpp new file mode 100644 index 0000000..4a1aca4 --- /dev/null +++ b/demo/undocumented/contact-vi-snes/cpp/main.cpp @@ -0,0 +1,145 @@ +// Copyright (C) 2012 Corrado Maurini +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Corrado Maurini 2013 +// Modified by Johannes Ring 2013 +// +// First added: 2012-09-03 +// Last changed: 2013-11-21 +// +// This demo program uses the PETSc nonlinear solver for variational +// inequalities to solve a contact mechanics problems in FEniCS. The +// example considers a heavy elastic circle in a box of the same size. + +#include +#include "HyperElasticity.h" + +using namespace dolfin; + +// Sub domain for symmetry condition +class SymmetryLine : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { return (std::abs(x[0]) < DOLFIN_EPS); } +}; + +// Lower bound for displacement +class LowerBound : public Expression +{ +public: + LowerBound() : Expression(2) {} + void eval(Array& values, const Array& x) const + { + const double xmin = -1.0 - DOLFIN_EPS; + const double ymin = -1.0; + values[0] = xmin - x[0]; + values[1] = ymin - x[1]; + } +}; + +// Upper bound for displacement +class UpperBound : public Expression +{ +public: + UpperBound() : Expression(2) {} + void eval(Array& values, const Array& x) const + { + const double xmax = 1.0 + DOLFIN_EPS; + const double ymax = 2.0; + values[0] = xmax - x[0]; + values[1] = ymax - x[1]; + } +}; + +int main() +{ +#ifdef HAS_PETSC + + // Read mesh and create function space + auto mesh = std::make_shared("../circle_yplane.xml.gz"); + + // Create function space + auto V = std::make_shared(mesh); + + // Create Dirichlet boundary conditions + auto zero = std::make_shared(0.0); + auto s = std::make_shared(); + auto bc = std::make_shared(V->sub(0), zero, s, "pointwise"); + + // Define source and boundary traction functions + auto B = std::make_shared(0.0, -0.05); + + // Define solution function + auto u = std::make_shared(V); + + // Set material parameters + const double E = 10.0; + const double nu = 0.3; + auto mu = std::make_shared(E/(2*(1 + nu))); + auto lambda = std::make_shared(E*nu/((1.0 + nu)*(1.0 - 2.0*nu))); + + // Create (linear) form defining (nonlinear) variational problem + auto F = std::make_shared(V); + F->mu = mu; F->lmbda = lambda; F->B = B; F->u = u; + + // Create jacobian dF = F' (for use in nonlinear solver). + auto J = std::make_shared(V, V); + J->mu = mu; J->lmbda = lambda; J->u = u; + + // Interpolate expression for upper bound + UpperBound umax_exp; + Function umax(V); + umax.interpolate(umax_exp); + + // Interpolate expression for lower bound + LowerBound umin_exp; + Function umin(V); + umin.interpolate(umin_exp); + + // Set up the non-linear problem + std::vector> bcs = {bc}; + auto problem = std::make_shared(F, u, bcs, J); + problem->set_bounds(umin, umax); + + // Set up the non-linear solver + NonlinearVariationalSolver solver(problem); + solver.parameters["nonlinear_solver"] = "snes"; + solver.parameters("snes_solver")["linear_solver"] = "lu"; + solver.parameters("snes_solver")["maximum_iterations"] = 20; + solver.parameters("snes_solver")["report"] = true; + solver.parameters("snes_solver")["error_on_nonconvergence"] = false; + + // Solve the problems + std::pair out; + out = solver.solve(); + + // Check for convergence. Convergence is one modifies the loading + // and the mesh size + cout << out.second; + if (out.second != true) + { + warning("This demo is a complex nonlinear problem. Convergence is not guaranteed when modifying parameters."); + } + + // Save solution in VTK format + File file("displacement.pvd"); + file << *u; + +#endif + + return 0; +} diff --git a/demo/undocumented/contact-vi-tao/circle_yplane.xml.gz b/demo/undocumented/contact-vi-tao/circle_yplane.xml.gz new file mode 100644 index 0000000..2df2456 --- /dev/null +++ b/demo/undocumented/contact-vi-tao/circle_yplane.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186e9ef9fd4f309a55ffdf1d3501dfac69a90255fe0c87c05e69c789ca2cdc09 +size 73289 diff --git a/demo/undocumented/contact-vi-tao/cpp/Elasticity.ufl b/demo/undocumented/contact-vi-tao/cpp/Elasticity.ufl new file mode 100644 index 0000000..23c45c1 --- /dev/null +++ b/demo/undocumented/contact-vi-tao/cpp/Elasticity.ufl @@ -0,0 +1,46 @@ +# Copyright (c) 2005 Johan Jansson +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Anders Logg 2006-2007 +# Modified by Garth N. Wells 2008 +# +# First added: 2005 +# Last changed: 2011-03-09 +# +# The bilinear form for classical linear elasticity (Navier). +# Compile this form with FFC: ffc -l dolfin Elasticity.ufl + +cell = triangle +element = VectorElement("Lagrange", cell, 1) +R = FiniteElement("Real", cell, 0) + +u = TrialFunction(element) +v = TestFunction(element) +f = Coefficient(element) + +mu = Coefficient(R) +lmbda = Coefficient(R) + +def epsilon(v): + return 0.5*(grad(v) + grad(v).T) + +def sigma(v): + return 2.0*mu*epsilon(v) + lmbda*tr(epsilon(v))*Identity(v.geometric_dimension()) + +a = inner(sigma(u), epsilon(v))*dx +L = inner(f, v)*dx + diff --git a/demo/undocumented/contact-vi-tao/cpp/main.cpp b/demo/undocumented/contact-vi-tao/cpp/main.cpp new file mode 100644 index 0000000..eb9ce5f --- /dev/null +++ b/demo/undocumented/contact-vi-tao/cpp/main.cpp @@ -0,0 +1,125 @@ +// Copyright (C) 2012 Corrado Maurini +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Corrado Maurini 2013 +// +// First added: 2012-09-03 +// Last changed: 2013-04-15 +// +// This demo program uses of the interface to TAO solver for +// variational inequalities to solve a contact mechanics problem in +// FEnics. The example considers a heavy elastic circle in a box of +// the same diameter + +#include +#include "Elasticity.h" + +using namespace dolfin; + +// Lower bound for displacement +class LowerBound : public Expression +{ +public: + LowerBound() : Expression(2) {} + void eval(Array& values, const Array& x) const + { + const double xmin = -1.0 - DOLFIN_EPS; + const double ymin = -1.0; + values[0] = xmin - x[0]; + values[1] = ymin - x[1]; + } +}; + +// Upper bound for displacement +class UpperBound : public Expression +{ +public: + UpperBound() : Expression(2) {} + void eval(Array& values, const Array& x) const + { + const double xmax = 1.0 + DOLFIN_EPS; + const double ymax = 1.0; + values[0] = xmax-x[0]; + values[1] = ymax-x[1]; + } +}; + +int main() +{ +#ifdef HAS_PETSC + + // Read mesh + auto mesh = std::make_shared("../circle_yplane.xml.gz"); + + // Create function space + auto V = std::make_shared(mesh); + + // Create right-hand side + auto f = std::make_shared(0.0, -0.1); + + // Set elasticity parameters + double E = 10.0; + double nu = 0.3; + auto mu = std::make_shared(E / (2*(1 + nu))); + auto lambda = std::make_shared(E*nu / ((1 + nu)*(1 - 2*nu))); + + // Define variational problem + Elasticity::BilinearForm a(V, V); + a.mu = mu; a.lmbda = lambda; + Elasticity::LinearForm L(V); + L.f = f; + Function usol(V); + Function Ulower(V); // Create a function + Function Uupper(V); // Create a function + + // Assemble the matrix and vector for linear elasticity + PETScMatrix A; + PETScVector b; + assemble(A, a); + assemble(b, L); + + // Interpolate expression for Upper bound + UpperBound xu_exp; + Function xu_f(V); + xu_f.interpolate(xu_exp); + + // Interpolate expression for Upper bound + LowerBound xl_exp; + Function xl_f(V); + xl_f.interpolate(xl_exp); + + // Solve the problem with the TAO Solver + TAOLinearBoundSolver TAOSolver("tron", "cg"); + + // Set some parameters + TAOSolver.parameters["monitor_convergence"] = true; + TAOSolver.parameters["report"] = true; + TAOSolver.parameters("krylov_solver")["monitor_convergence"] = false; + + // Solve the problem + TAOSolver.solve(A, *usol.vector(), b, *xl_f.vector(), *xu_f.vector()); + + XDMFFile("u.xdmf").write(usol); + + #else + + cout << "This demo requires DOLFIN to be configured with PETSc version 3.6 or later" << endl; + + #endif + + return 0; +} diff --git a/demo/undocumented/curl-curl/cpp/CurrentDensity.ufl b/demo/undocumented/curl-curl/cpp/CurrentDensity.ufl new file mode 100644 index 0000000..7add808 --- /dev/null +++ b/demo/undocumented/curl-curl/cpp/CurrentDensity.ufl @@ -0,0 +1,34 @@ +# Copyright (C) 2009 Bartosz Sawicki +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-03-30 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# curl operator. +# +# Compile this form with FFC: ffc -l dolfin CurrentDensity.ufl + +EL = VectorElement("CG", tetrahedron, 1) +EN = FiniteElement("Nedelec 1st kind H(curl)", tetrahedron, 1) + +u = TrialFunction(EL) +v = TestFunction(EL) +T = Coefficient(EN) + +a = dot(u, v)*dx +L = dot(curl(T), v)*dx diff --git a/demo/undocumented/curl-curl/cpp/EddyCurrents.ufl b/demo/undocumented/curl-curl/cpp/EddyCurrents.ufl new file mode 100644 index 0000000..69b90ae --- /dev/null +++ b/demo/undocumented/curl-curl/cpp/EddyCurrents.ufl @@ -0,0 +1,34 @@ +# Copyright (C) 2009 Bartosz Sawicki +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-03-30 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# curl-curl eddy currents equation. +# +# Compile this form with FFC: ffc -l dolfin EddyCurrents.ufl + +EN = FiniteElement("Nedelec 1st kind H(curl)", tetrahedron, 1) +EL = VectorElement("Lagrange", tetrahedron, 1) + +u = TrialFunction(EN) +v = TestFunction(EN) +dbdt = Coefficient(EL) + +a = inner(curl(u), curl(v))*dx +L = - inner(dbdt, v)*dx diff --git a/demo/undocumented/curl-curl/cpp/P1Space.ufl b/demo/undocumented/curl-curl/cpp/P1Space.ufl new file mode 100644 index 0000000..5c32c51 --- /dev/null +++ b/demo/undocumented/curl-curl/cpp/P1Space.ufl @@ -0,0 +1,20 @@ +# Copyright (C) 2015 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Compile this form with FFC: ffc -l dolfin P1Space.ufl + +element = FiniteElement("Lagrange", tetrahedron, 1) diff --git a/demo/undocumented/curl-curl/cpp/main.cpp b/demo/undocumented/curl-curl/cpp/main.cpp new file mode 100644 index 0000000..67402a1 --- /dev/null +++ b/demo/undocumented/curl-curl/cpp/main.cpp @@ -0,0 +1,163 @@ +// Copyright (C) 2009-2015 Bartosz Sawicki, Stefano Zampini and Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Eddy currents phenomena in low conducting body can be described +// using electric vector potential and curl-curl operator: +// +// \nabla \times \nabla \times T = - \frac{\partial B}{\partial t} +// +// Electric vector potential defined as: +// +// \nabla \times T = J +// +// Boundary condition +// +// J_n = 0, +// T_t = T_w = 0, \frac{\partial T_n}{\partial n} = 0 +// +// which is naturaly fulfilled for zero Dirichlet BC with Nedelec +// (edge) elements. +// +// This demo uses the auxiliary space Maxwell AMG preconditioner from +// Hypre, via PETSc. It therefore requires PETSc, configured with +// Hypre. + +#include +#include "EddyCurrents.h" +#include "CurrentDensity.h" +#include "P1Space.h" + +using namespace dolfin; + +#if defined(HAS_PETSC) and defined(PETSC_HAVE_HYPRE) + +int main() +{ + // Set PETSc as default linear algebra backend + parameters["linear_algebra_backend"] = "PETSc"; + + // Everywhere on exterior surface + class DirichletBoundary: public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return on_boundary; } + }; + + // Load sphere mesh and refine uniformly + auto mesh = std::make_shared("../sphere.xml.gz"); + mesh = std::make_shared(refine(*mesh)); + + // Homogeneous external magnetic field (dB/dt) + auto dbdt = std::make_shared(0.0, 0.0, 1.0); + + // Dirichlet boundary condition + auto zero = std::make_shared(0.0, 0.0, 0.0); + + // Define function space and boundary condition + auto V = std::make_shared(mesh); + auto boundary = std::make_shared(); + auto bc = std::make_shared(V, zero, boundary); + + // Define variational problem for T + EddyCurrents::BilinearForm a(V, V); + EddyCurrents::LinearForm L(V); + L.dbdt = dbdt; + + // Solution function + auto T = std::make_shared(V); + + // Assemble system + auto A = std::make_shared(); + PETScVector b; + assemble_system(*A, b, a, L, {bc}); + + // Create PETSc Krylov solver + PETScKrylovSolver solver("cg"); + + // Get pointer to PETSc KSP object and set tolerances + KSP ksp = solver.ksp(); + KSPSetTolerances(ksp, 1.0e-8, 1.0e-12, 1.0e10, 1000); + + // Set preconditioner to AMS from HYPRE + PC pc; + KSPGetPC(ksp, &pc); + PCSetType(pc, PCHYPRE); + PCHYPRESetType(pc, "ams"); + + // Build discrete gradient operator and attach to preconditioner + P1Space::FunctionSpace P1(mesh); + auto G = DiscreteOperators::build_gradient(*V, P1); + PCHYPRESetDiscreteGradient(pc, as_type(*G).mat()); + + // Inform preconditioner of constants in the Nedelec space + std::vector constants(3, Function(V)); + constants[0] = Constant(1.0, 0.0, 0.0); + constants[1] = Constant(0.0, 1.0, 0.0); + constants[2] = Constant(0.0, 0.0, 1.0); + + PCHYPRESetEdgeConstantVectors(pc, + as_type(*constants[0].vector()).vec(), + as_type(*constants[1].vector()).vec(), + as_type(*constants[2].vector()).vec()); + + // We are dealing with a zero conductivity problem (no mass term), + // so we need to tell the preconditioner + PCHYPRESetBetaPoissonMatrix(pc, NULL); + + // Set PETSc operators + solver.set_operator(A); + + // Set PETSc Krylov prefix solver and set some options + KSPSetOptionsPrefix(ksp, "eddy_"); + PETScOptions::set("eddy_ksp_monitor_true_residual"); + PETScOptions::set("eddy_ksp_view"); + KSPSetFromOptions(ksp); + + // Solve system + KSPSolve(ksp, b.vec(), as_type(*T->vector()).vec()); + + // Update ghost values in solution vector + T->vector()->apply("insert"); + + // Define variational problem for J + auto V1 = std::make_shared(mesh); + CurrentDensity::BilinearForm a1(V1,V1); + CurrentDensity::LinearForm L1(V1); + L1.T = T; + + // Solve problem using an iterative linear solver + Function J(V1); + Parameters p; + p.add("linear_solver", "cg"); + p.add("symmetric", true); + solve(a1 == L1, J, p); + + File file("current_density.pvd"); + file << J; + + return 0; +} + +#else + +int main() +{ + info("This demo requires DOLFIN to be configured with PETSc (with Hypre)."); + return 0; +} + +#endif diff --git a/demo/undocumented/curl-curl/sphere.xml.gz b/demo/undocumented/curl-curl/sphere.xml.gz new file mode 100644 index 0000000..2733a1f --- /dev/null +++ b/demo/undocumented/curl-curl/sphere.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae5ed1abd1c091d6362d20b6ac2a52e0da51b43b89c672f176e32f324d3f965 +size 139409 diff --git a/demo/undocumented/dg-advection-diffusion/cpp/AdvectionDiffusion.ufl b/demo/undocumented/dg-advection-diffusion/cpp/AdvectionDiffusion.ufl new file mode 100644 index 0000000..604ea62 --- /dev/null +++ b/demo/undocumented/dg-advection-diffusion/cpp/AdvectionDiffusion.ufl @@ -0,0 +1,59 @@ +# Copyright (C) 2007 Kristian B. Oelgaard and Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2007-06-29 +# Last changed: 2011-03-09 +# +# The bilinear form a(phi, v) and linear form L(v) for +# advection-diffusion. Discontinuous formulation with upwinding. + +cell = triangle +scalar = FiniteElement("Discontinuous Lagrange", cell, 1) +vector = VectorElement("Lagrange", cell, 2) +constant = FiniteElement("Discontinuous Lagrange", cell, 0) +R = FiniteElement("Real", cell, 0) + +# Trial and test functions +phi = TrialFunction(scalar) +v = TestFunction(scalar) + +u = Coefficient(vector) +f = Coefficient(scalar) +h = CellDiameter(cell) +h_avg = (h('+') + h('-'))/2 +n = FacetNormal(cell) + +kappa = Coefficient(R) +alpha = Coefficient(R) + +# ( dot(v, n) + |dot(v, n)| )/2.0 +un = (dot(u, n) + abs(dot(u, n)))/2.0 + +# Bilinear form +a_int = dot(kappa*grad(phi) - u*phi, grad(v))*dx + +a_fac = (kappa*(alpha/h_avg)*dot(jump(phi, n), jump(v, n))*dS + - kappa*dot(jump(phi, n), avg(grad(v)))*dS + - kappa*dot(avg(grad(phi)), jump(v, n))*dS) + +a_vel = (dot(un('+')*phi('+') - un('-')*phi('-'), jump(v))*dS + + dot(un*phi, v)*ds) + +a = a_int + a_fac + a_vel + +# Linear form +L = v*f*dx diff --git a/demo/undocumented/dg-advection-diffusion/cpp/Projection.ufl b/demo/undocumented/dg-advection-diffusion/cpp/Projection.ufl new file mode 100644 index 0000000..f849727 --- /dev/null +++ b/demo/undocumented/dg-advection-diffusion/cpp/Projection.ufl @@ -0,0 +1,32 @@ +# Copyright (C) 2008 Kristian B. Oelgaard +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2008-05-05 +# Last changed: 2008-05-05 + +DG = FiniteElement("Discontinuous Lagrange", triangle, 1) +CG = FiniteElement("Lagrange", triangle, 1) + +# Test and trial functions +v = TestFunction(CG) +phi = TrialFunction(CG) + +phi0 = Coefficient(DG) + +a = dot(v, phi)*dx +L = dot(v, phi0)*dx + diff --git a/demo/undocumented/dg-advection-diffusion/cpp/Velocity.ufl b/demo/undocumented/dg-advection-diffusion/cpp/Velocity.ufl new file mode 100644 index 0000000..d703660 --- /dev/null +++ b/demo/undocumented/dg-advection-diffusion/cpp/Velocity.ufl @@ -0,0 +1,26 @@ +# Copyright (c) 2009 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-03-07 +# Last changed: +# +# A continuous P2 vector element +# +# Compile this form with FFC: ffc -l dolfin Velocity.form + +element = VectorElement("Lagrange", triangle, 2) + diff --git a/demo/undocumented/dg-advection-diffusion/cpp/main.cpp b/demo/undocumented/dg-advection-diffusion/cpp/main.cpp new file mode 100644 index 0000000..ce300dc --- /dev/null +++ b/demo/undocumented/dg-advection-diffusion/cpp/main.cpp @@ -0,0 +1,121 @@ +// Copyright (C) 2007-2011 Kristian B. Oelgaard, Anders Logg and Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2007-06-29 +// Last changed: 2013-03-21 +// +// Steady state advection-diffusion equation, discontinuous +// formulation using full upwinding. + +#include + +#include "AdvectionDiffusion.h" +#include "Projection.h" +#include "Velocity.h" + +using namespace dolfin; + +// Dirichlet boundary condition +class BC : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { + values[0] = sin(DOLFIN_PI*5.0*x[1]); + } + +}; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return std::abs(x[0] - 1.0) < DOLFIN_EPS && on_boundary; + } +}; + +int main(int argc, char *argv[]) +{ + // FIXME: Make mesh ghosted + parameters["ghost_mode"] = "shared_facet"; + + // Read simple velocity field (-1.0, -0.4) defined on a 64x64 unit square + // mesh and a quadratic vector Lagrange element + + // Read mesh + auto mesh = std::make_shared("../unitsquare_64_64.xml.gz"); + + // Create velocity FunctionSpace + auto V_u = std::make_shared(mesh); + + // Create velocity function + auto u = std::make_shared(V_u, "../unitsquare_64_64_velocity.xml.gz"); + + // Diffusivity + auto c = std::make_shared(0.0); + + //Source term + auto f = std::make_shared(0.0); + + // Penalty parameter + auto alpha = std::make_shared(5.0); + + // Create function space + auto V = std::make_shared(mesh); + + // Create forms and attach functions + AdvectionDiffusion::BilinearForm a(V, V); + a.u = u; a.kappa = c; a.alpha = alpha; + AdvectionDiffusion::LinearForm L(V); + L.f = f; + + // Set up boundary condition (apply strong BCs) + auto g = std::make_shared(); + auto boundary = std::make_shared(); + DirichletBC bc(V, g, boundary, "geometric"); + + // Solution function + auto phi_h = std::make_shared(V); + + // Assemble and apply boundary conditions + Matrix A; + Vector b; + assemble(A, a); + assemble(b, L); + bc.apply(A, b); + + // Solve system + solve(A, *phi_h->vector(), b); + + // Define variational problem + auto Vp = std::make_shared(mesh); + Projection::BilinearForm ap(Vp, Vp); + Projection::LinearForm Lp(Vp); + Lp.phi0 = phi_h; + + // Compute solution + Function phi_p(Vp); + solve(ap == Lp, phi_p); + + // Save projected solution in VTK format + File file("temperature.pvd"); + file << phi_p; + + return 0; +} diff --git a/demo/undocumented/dg-advection-diffusion/unitsquare_64_64.xml.gz b/demo/undocumented/dg-advection-diffusion/unitsquare_64_64.xml.gz new file mode 100644 index 0000000..1645493 --- /dev/null +++ b/demo/undocumented/dg-advection-diffusion/unitsquare_64_64.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195c40176d2d162514d09bfea1c52922db218493fa7398d0f6d83e8b44c95af3 +size 84425 diff --git a/demo/undocumented/dg-advection-diffusion/unitsquare_64_64_velocity.xml.gz b/demo/undocumented/dg-advection-diffusion/unitsquare_64_64_velocity.xml.gz new file mode 100644 index 0000000..67af276 --- /dev/null +++ b/demo/undocumented/dg-advection-diffusion/unitsquare_64_64_velocity.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f89a8fb254a49a33dbb6baedac57b25c1ed09b8434803ddf7e1362e62e14164 +size 205780 diff --git a/demo/undocumented/dg-poisson/cpp/Poisson.ufl b/demo/undocumented/dg-poisson/cpp/Poisson.ufl new file mode 100644 index 0000000..fc48abc --- /dev/null +++ b/demo/undocumented/dg-poisson/cpp/Poisson.ufl @@ -0,0 +1,55 @@ +# Copyright (C) 2006-2007 Kristian B. Oelgaard and Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation in a discontinuous Galerkin (DG) +# formulation. +# +# Compile this form with FFC: ffc -l dolfin Poisson.ufl + +# Elements +element = FiniteElement("Discontinuous Lagrange", triangle, 1) + +# Trial and test functions +u = TrialFunction(element) +v = TestFunction(element) + +# Source term, Dirichlet term, Neumann term +f = Coefficient(element) +u0 = Coefficient(element) +g = Coefficient(element) + +# Normal component, cell size and right-hand side +h = CellDiameter(triangle) +h_avg = (h('+') + h('-'))/2 +n = FacetNormal(triangle) + +# Parameters +alpha = 4.0 +gamma = 8.0 + +# Bilinear form +a = dot(grad(v), grad(u))*dx \ + - dot(avg(grad(v)), jump(u, n))*dS \ + - dot(jump(v, n), avg(grad(u)))*dS \ + + alpha/h_avg*dot(jump(v, n), jump(u, n))*dS \ + - dot(grad(v), u*n)*ds(1) \ + - dot(v*n, grad(u))*ds(1) \ + + (gamma/h)*v*u*ds(1) + +# Linear form +L = v*f*dx - u0*dot(grad(v), n)*ds(1) + (gamma/h)*u0*v*ds(1) + g*v*ds(2) diff --git a/demo/undocumented/dg-poisson/cpp/main.cpp b/demo/undocumented/dg-poisson/cpp/main.cpp new file mode 100644 index 0000000..ef7ecf3 --- /dev/null +++ b/demo/undocumented/dg-poisson/cpp/main.cpp @@ -0,0 +1,132 @@ +// Copyright (C) 2006-2011 Anders Logg and Kristian B. Oelgaard +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This demo program solves Poisson's equation, +// +// - div grad u(x, y) = f(x, y) +// +// on the unit square with source f given by +// +// f(x, y) = -100*exp(-((x - 0.5)^2 + (y - 0.5)^2)/0.02) +// +// and boundary conditions given by +// +// u(x, y) = u0 on x = 0 and x = 1 +// du/dn(x, y) = g on y = 0 and y = 1 +// +// where +// +// u0 = x + 0.25*sin(2*pi*x) +// g = (y - 0.5)**2 +// +// using a discontinuous Galerkin formulation (interior penalty method). + +#include +#include "Poisson.h" + +using namespace dolfin; + +int main() +{ + // Source term + class Source : public Expression + { + void eval(Array& values, const Array& x) const + { + const double dx = x[0] - 0.5; + const double dy = x[1] - 0.5; + values[0] = -100.0*exp(-(dx*dx + dy*dy)/0.02); + } + }; + + // Dirichlet term + class BoundaryValue : public Expression + { + void eval(Array& values, const Array& x) const + { + values[0] = x[0] + 0.25*sin(2*M_PI*x[1]); + } + }; + + // Neumann term + class BoundaryDerivative : public Expression + { + void eval(Array& values, const Array& x) const + { + const double dx = x[0] - 0.5; + values[0] = dx*dx; + } + }; + + // Sub domain for Dirichlet boundary condition, x = 1 and x = 0 + class DirichletBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return on_boundary and near(x[0]*(1 - x[0]), 0); } + }; + + // Sub domain for Neumann boundary condition, y = 1 and y = 0 + class NeumannBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return on_boundary and near(x[1]*(1 - x[1]), 0); } + }; + + + // FIXME: Make mesh ghosted + parameters["ghost_mode"] = "shared_facet"; + + // Create mesh + auto mesh = std::make_shared(24, 24); + + // Create functions + auto f = std::make_shared(); + auto u0 = std::make_shared(); + auto g = std::make_shared(); + + // Create funtion space + auto V = std::make_shared(mesh); + + // Mark facets of the mesh + NeumannBoundary neumann_boundary; + DirichletBoundary dirichlet_boundary; + + auto boundaries = std::make_shared>(mesh, mesh->topology().dim()-1, 0); + neumann_boundary.mark(*boundaries, 2); + dirichlet_boundary.mark(*boundaries, 1); + + // Define variational problem + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + L.f = f; + L.u0 = u0; + L.g = g; + + // Attach marked facets to bilinear and linear form + a.ds = boundaries; + L.ds = boundaries; + + // Compute solution + Function u(V); + solve(a == L, u); + + // Save solution in VTK format + File file("poisson.pvd"); + file << u; + + return 0; +} diff --git a/demo/undocumented/dg-poisson/cpp/plot.py b/demo/undocumented/dg-poisson/cpp/plot.py new file mode 100644 index 0000000..96fa7b0 --- /dev/null +++ b/demo/undocumented/dg-poisson/cpp/plot.py @@ -0,0 +1,4 @@ +from dolfin import * + +u = Function("poisson.xml") +plot(u) diff --git a/demo/undocumented/elasticity/cpp/Elasticity.ufl b/demo/undocumented/elasticity/cpp/Elasticity.ufl new file mode 100644 index 0000000..6732f49 --- /dev/null +++ b/demo/undocumented/elasticity/cpp/Elasticity.ufl @@ -0,0 +1,55 @@ +# Copyright (c) 2005 Johan Jansson +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Anders Logg 2006-2007 +# Modified by Garth N. Wells 2008 +# +# First added: 2005 +# Last changed: 2011-03-09 +# +# The bilinear form for classical linear elasticity (Navier). +# Compile this form with FFC: ffc -l dolfin Elasticity.ufl + +cell = tetrahedron +element = VectorElement("Lagrange", cell, 1) +R = FiniteElement("Real", cell, 0) + +u = TrialFunction(element) +v = TestFunction(element) +f = Coefficient(element) + +mu = Coefficient(R) +lmbda = Coefficient(R) + +def epsilon(v): + return 0.5*(grad(v) + grad(v).T) + +def sigma(v): + return 2.0*mu*epsilon(v) + lmbda*tr(epsilon(v))*Identity(v.geometric_dimension()) + +a = inner(sigma(u), epsilon(v))*dx +L = inner(f, v)*dx + +element_s = TensorElement("Discontinuous Lagrange", cell, 0) +stress = TrialFunction(element_s) +w = TestFunction(element_s) +disp = Coefficient(element) + +a_s = inner(stress, w)*dx +L_s = inner(sigma(disp), w)*dx + +forms = [a, L, a_s, L_s] diff --git a/demo/undocumented/elasticity/cpp/main.cpp b/demo/undocumented/elasticity/cpp/main.cpp new file mode 100644 index 0000000..6af2c3d --- /dev/null +++ b/demo/undocumented/elasticity/cpp/main.cpp @@ -0,0 +1,214 @@ +// Copyright (C) 2014 Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This demo solves the equations of static linear elasticity for a +// pulley subjected to centripetal accelerations. The solver uses +// smoothed aggregation algerbaric multigri + +#include +#include "Elasticity.h" + +using namespace dolfin; + +// Function to compute the near nullspace for elasticity - it is made +// up of the six rigid body modes +dolfin::VectorSpaceBasis build_near_nullspace(const dolfin::FunctionSpace& V, + const GenericVector& x) +{ + // Get subspaces + auto V0 = V.sub(0); + auto V1 = V.sub(1); + auto V2 = V.sub(2); + + // Create vectors for nullspace basis + std::vector> basis(6); + for (std::size_t i = 0; i < basis.size(); ++i) + basis[i] = x.copy(); + + // x0, x1, x2 translations + V0->dofmap()->set(*basis[0], 1.0); + V1->dofmap()->set(*basis[1], 1.0); + V2->dofmap()->set(*basis[2], 1.0); + + // Rotations + V0->set_x(*basis[3], -1.0, 1); + V1->set_x(*basis[3], 1.0, 0); + + V0->set_x(*basis[4], 1.0, 2); + V2->set_x(*basis[4], -1.0, 0); + + V2->set_x(*basis[5], 1.0, 1); + V1->set_x(*basis[5], -1.0, 2); + + // Apply + for (std::size_t i = 0; i < basis.size(); ++i) + basis[i]->apply("add"); + + // Create vector space and orthonormalize + VectorSpaceBasis vector_space(basis); + vector_space.orthonormalize(); + return vector_space; +} + + +int main() +{ + #ifdef HAS_PETSC + + // Set backend to PETSC + parameters["linear_algebra_backend"] = "PETSc"; + + // Inner surface subdomain + class InnerSurface : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + const double r = 3.75 - x[2]*0.17; + return (x[0]*x[0] + x[1]*x[1]) < r*r and on_boundary; + } + }; + + // Centripetal loading function + class CentripetalLoading : public Expression + { + public: + + CentripetalLoading() : Expression(3) {} + void eval(Array& values, const Array& x) const + { + const double omega = 300.0; + const double rho = 10.0; + values[0] = rho*omega*omega*x[0];; + values[1] = rho*omega*omega*x[1]; + values[2] = 0.0; + } + }; + + // Read mesh + auto mesh = std::make_shared(); + XDMFFile file("../pulley.xdmf"); + file.read(*mesh); + + // Create right-hand side loading function + auto f = std::make_shared(); + + // Set elasticity parameters + double E = 10.0; + double nu = 0.3; + auto mu = std::make_shared(E/(2.0*(1.0 + nu))); + auto lambda = std::make_shared(E*nu/((1.0 + nu)*(1.0 - 2.0*nu))); + + // Create function space + auto V = std::make_shared(mesh); + + // Define variational problem + Elasticity::Form_a a(V, V); + a.mu = mu; a.lmbda = lambda; + Elasticity::Form_L L(V); + L.f = f; + + // Set up boundary condition on inner surface + auto inner_surface = std::make_shared(); + auto zero = std::make_shared(0.0, 0.0, 0.0); + auto bc = std::make_shared(V, zero, inner_surface); + + // Assemble system, applying boundary conditions and preserving + // symmetry) + PETScMatrix A; + PETScVector b; + assemble_system(A, b, a, L, {bc}); + + // Create solution function + auto u = std::make_shared(V); + + // Create near null space basis (required for smoothed aggregation + // AMG). The solution vector is passed so that it can be copied to + // generate compatible vectors for the nullspace. + VectorSpaceBasis near_null_space = build_near_nullspace(*V, *u->vector()); + + // Attach near nullspace to matrix + A.set_near_nullspace(near_null_space); + + // Create PETSc smoothed aggregation AMG preconditioner + auto pc = std::make_shared("petsc_amg"); + + // Use Chebyshev smoothing for multigrid + PETScOptions::set("mg_levels_ksp_type", "chebyshev"); + PETScOptions::set("mg_levels_pc_type", "jacobi"); + + // Improve estimate of eigenvalues for Chebyshev smoothing + PETScOptions::set("mg_levels_esteig_ksp_type", "cg"); + PETScOptions::set("mg_levels_ksp_chebyshev_esteig_steps", 50); + + // Create CG PETSc linear solver and turn on convergence monitor + PETScKrylovSolver solver("cg", pc); + solver.parameters["monitor_convergence"] = true; + + // Solve + solver.solve(A, *(u->vector()), b); + + // Extract solution components (deep copy) + Function ux = (*u)[0]; + Function uy = (*u)[1]; + Function uz = (*u)[2]; + std::cout << "Norm (u vector): " << u->vector()->norm("l2") << std::endl; + std::cout << "Norm (ux, uy, uz): " << ux.vector()->norm("l2") << " " + << uy.vector()->norm("l2") << " " + << uz.vector()->norm("l2") << std::endl; + + // Save solution in VTK format + File vtk_file("elasticity.pvd", "compressed"); + vtk_file << *u; + + // Extract stress and write in VTK format + auto W = std::make_shared(mesh); + Elasticity::Form_a_s a_s(W, W); + Elasticity::Form_L_s L_s(W); + L_s.mu = mu; + L_s.lmbda = lambda; + L_s.disp = u; + + // Compute stress for visualisation + Function stress(W); + LocalSolver local_solver(std::shared_ptr(&a_s, NoDeleter()), + std::shared_ptr(&L_s, NoDeleter()), + LocalSolver::SolverType::Cholesky); + local_solver.solve_local_rhs(stress); + + File file_stress("stress.pvd"); + file_stress << stress; + + // Save colored mesh paritions in VTK format if running in parallel + if (dolfin::MPI::size(mesh->mpi_comm()) > 1) + { + MeshFunction + partitions(mesh, mesh->topology().dim(), dolfin::MPI::rank(mesh->mpi_comm())); + File file("partitions.pvd"); + file << partitions; + } + + // Displace mesh and write + ALE::move(*mesh, *u); + XDMFFile("deformed_mesh.xdmf").write(*mesh); + + #else + dolfin::cout << "DOLFIN must be configured with PETSc to run this demo." + << dolfin::endl; + #endif + + return 0; +} diff --git a/demo/undocumented/elasticity/pulley.xdmf b/demo/undocumented/elasticity/pulley.xdmf new file mode 100644 index 0000000..776111d --- /dev/null +++ b/demo/undocumented/elasticity/pulley.xdmf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cdf12376bba693ecd6a77f44e7ba68195b23457fc2bfa9f9376bf3f456ff07 +size 1822302 diff --git a/demo/undocumented/elastodynamics/cpp/DG0_eps_xx.ufl b/demo/undocumented/elastodynamics/cpp/DG0_eps_xx.ufl new file mode 100644 index 0000000..07dd55e --- /dev/null +++ b/demo/undocumented/elastodynamics/cpp/DG0_eps_xx.ufl @@ -0,0 +1,34 @@ +# Copyright (C) 2009 Mirko Maraldi and Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-01-22 +# Last changed: 2011-03-09 +# +# Projection +# +# Compile this form with FFC: ffc -l dolfin DG0_eps-xx.ufl + +vector = VectorElement("Lagrange", triangle, 1) +constant = FiniteElement("Discontinuous Lagrange", triangle, 0) + +eps = TrialFunction(constant) +v = TestFunction(constant) +u = Coefficient(vector) + +a = eps*v*dx +L = u[0].dx(0)*v*dx + diff --git a/demo/undocumented/elastodynamics/cpp/ElastoDynamics.ufl b/demo/undocumented/elastodynamics/cpp/ElastoDynamics.ufl new file mode 100644 index 0000000..d7b9f08 --- /dev/null +++ b/demo/undocumented/elastodynamics/cpp/ElastoDynamics.ufl @@ -0,0 +1,77 @@ +# Copyright (c) 2009 Mirko Maraldi and Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-01-22 +# Last changed: 2009-01-27 +# +# The bilinear form and linear form for linear elastodynamics +# using the generalised-alpha method +# +# Compile this form with FFC: ffc -l dolfin ElastoDynamics.ufl. + +element = VectorElement("Lagrange", triangle, 1) +DG0 = FiniteElement("Discontinuous Lagrange", triangle, 0) + +# Test and trial functions +r = TestFunction(element) +u = TrialFunction(element) + +# Fields from previous time step +u0 = Coefficient(element) # displacement +v0 = Coefficient(element) # velocity +a0 = Coefficient(element) # acceleration +p0 = Coefficient(element) # external load + +# External forces +f = Coefficient(element) # body forces +p = Coefficient(element) # externally applied loads + +# Material parameters +rho = Coefficient(DG0) # mass density +eta = Coefficient(DG0) # damping coefficient +lmbda = Coefficient(DG0) # Lame coefficient +mu = Coefficient(DG0) # Lame coefficient + +# Time stepping parameters +alpha_m = Coefficient(DG0) +alpha_f = Coefficient(DG0) +beta = Coefficient(DG0) +gamma = Coefficient(DG0) +dt = Coefficient(DG0) + +factor_m1 = rho*(1.0-alpha_m)/(beta*dt*dt) +factor_m2 = rho*(1.0-alpha_m)/(beta*dt) +factor_m3 = rho*(1.0-alpha_m-2.0*beta)/(2.0*beta) + +factor_d1 = eta*(1.0-alpha_f)*gamma/(beta*dt) +factor_d2 = eta*((1.0-alpha_f)*gamma-beta)/beta +factor_d3 = eta*(gamma-2.0*beta)*(1.0-alpha_f)*dt/(2.0*beta) + +# Stress tensor +def sigma(r): + return 2.0*mu*sym(grad(r)) + lmbda*tr(sym(grad(r)))*Identity(r.geometric_dimension()) + +# Forms +a = factor_m1*inner(r, u)*dx \ + +factor_d1*inner(r, u)*dx \ + +(1.0-alpha_f)*inner(grad(r), sigma(u))*dx + +L = factor_m1*inner(r, u0)*dx + factor_m2*inner(r, v0)*dx + factor_m3*inner(r, a0)*dx \ + + factor_d1*inner(r, u0)*dx + factor_d2*inner(r, v0)*dx + factor_d3*inner(r, a0)*dx \ + - alpha_f*inner(grad(r), sigma(u0))*dx \ + + inner(r, f)*dx + (1.0-alpha_f)*inner(r, p)*ds(3) + alpha_f*inner(r, p0)*ds(3) + diff --git a/demo/undocumented/elastodynamics/cpp/main.cpp b/demo/undocumented/elastodynamics/cpp/main.cpp new file mode 100644 index 0000000..d338bdf --- /dev/null +++ b/demo/undocumented/elastodynamics/cpp/main.cpp @@ -0,0 +1,236 @@ +// Copyright (C) 2009 Mirko Maraldi and Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg, 2011 +// +// First added: 2009-01-22 +// Last changed: 2011-06-28 + +#include +#include "ElastoDynamics.h" +#include "DG0_eps_xx.h" + +using namespace dolfin; + +// External load +class Pressure : public Expression +{ +public: + + Pressure(const double& t, const double& dt, bool old) + : Expression(2), t(t), dt(dt), old(old) {} + + void eval(Array& values, const Array& x) const + { + double time = t; + if(old && time > 0.0) + time -= dt; + + const double cutoff_time = 10.0*1.0/32.0; + if (time < cutoff_time) + { + values[0] = 1.0*time/cutoff_time; + values[1] = 0.0; + } + else + { + values[0] = 1.0; + values[1] = 0.0; + } + } + +private: + + const double& t; + const double& dt; + const bool old; +}; + +// Right boundary +class RightBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + if (1.0 - x[0] < DOLFIN_EPS && on_boundary) + return true; + else + return false; + } +}; + +class LeftBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + if (x[0] < DOLFIN_EPS) + return true; + else + return false; + } +}; + +// Acceleration update +void update_a(Function& a, const Function& u, const Function& a0, + const Function& v0, const Function& u0, + double beta, double dt) +{ + // a = 1/(2*beta)*((u - u0 - v0*dt)/(0.5*dt*dt) - (1-2*beta)*a0) + *a.vector() = *u.vector(); + *a.vector() -= *u0.vector(); + *a.vector() *= 1.0/dt; + *a.vector() -= *v0.vector(); + *a.vector() *= 1.0/((0.5-beta)*dt); + *a.vector() -= *a0.vector(); + *a.vector() *= (0.5-beta)/beta; +} + +// Velocity update +void update_v(Function& v, const Function& a, const Function& a0, + const Function& v0, double gamma, double dt) +{ + // v = dt * ((1-gamma)*a0 + gamma*a) + v0 + *v.vector() = *a0.vector(); + *v.vector() *= (1.0-gamma)/gamma; + *v.vector() += *a.vector(); + *v.vector() *= dt*gamma; + *v.vector() += *v0.vector(); +} + +int main(int argc, char* argv[]) +{ + init(argc, argv); + + // Create mesh + auto mesh = std::make_shared("../dolfin_fine.xml.gz"); + + // Create function space + auto V = std::make_shared(mesh); + + // Material parameters + auto rho = std::make_shared(1.0); // mass density + auto eta = std::make_shared(0.25); // damping coefficient + double E = 1.0; // Youngs modulus + double nu = 0.0; // Poisson ratio + auto lambda = std::make_shared((nu*E)/((1.0 + nu)*(1.0 - 2.0 * nu))); // Lame coefficient + auto mu = std::make_shared(E/(2.0*(1.0 + nu))); // Lame coefficient + + // Time stepping parameters + auto alpha_m = std::make_shared(0.2); + auto alpha_f = std::make_shared(0.4); + auto beta = std::make_shared(0.36); + auto gamma = std::make_shared(0.7); + auto dt = std::make_shared(1.0/32.0); // time step + double t = 0.0; // initial time + double T = 200*(*dt); // final time + + // Body force + auto f = std::make_shared(0.0, 0.0); + + // External load + RightBoundary right_boundary; + auto right_boundary_function + = std::make_shared>(mesh, 1); + right_boundary.mark(*right_boundary_function, 3); + auto p = std::make_shared(t, *dt, false); + auto p0 = std::make_shared(t, *dt, true); + + // Dirichlet boundary conditions + auto left_boundary = std::make_shared(); + auto zero = std::make_shared(0.0, 0.0); + DirichletBC bc(V, zero, left_boundary); + + // Define solution vectors + auto u = std::make_shared(V); // displacement + auto u0 = std::make_shared(V); + Function v(V); // velocity + auto v0 = std::make_shared(V); + Function a(V); // acceleration + auto a0 = std::make_shared(V); + + // Set initial conditions and initialise acceleration function + u0->vector()->zero(); + v0->vector()->zero(); + a0->vector()->zero(); + + // Create forms + ElastoDynamics::BilinearForm a_form(V, V); + ElastoDynamics::LinearForm L(V); + + // Attach functions + a_form.lmbda = lambda; a_form.mu = mu; a_form.rho = rho; + a_form.eta = eta; + a_form.beta = beta; + a_form.gamma = gamma; + a_form.dt = dt; + a_form.alpha_m = alpha_m; + a_form.alpha_f = alpha_f; + + L.lmbda = lambda; L.mu = mu; L.rho = rho; + L.eta = eta; + L.beta = beta; + L.gamma = gamma; + L.dt = dt; + L.alpha_m = alpha_m; + L.alpha_f = alpha_f; + L.u0 = u0; L.v0 = v0; L.a0 = a0; + L.f = f; + L.p = p; + L.p0 = p0; + + // Attach subdomains + a_form.ds = right_boundary_function; + L.ds = right_boundary_function; + + // Create projection to compute the normal strain eps_xx + auto Vdg = std::make_shared(mesh); + DG0_eps_xx::BilinearForm a_eps(Vdg, Vdg); + DG0_eps_xx::LinearForm L_eps(Vdg); + L_eps.u = u; + Function eps_xx(Vdg); + + // Create output files + File file_u("u.pvd", "compressed"); + File file_eps("eps_xx.pvd", "compressed"); + + // Start time stepping + std::size_t step = 0; + while (t < T) + { + // Update for next time step + t += *dt; + cout << "Time: " << t << endl; + + // Solve + solve(a_form == L, *u, {&bc}); + solve(a_eps == L_eps, eps_xx); + + // Update velocity and acceleration + update_a(a, *u, *a0, *v0, *u0, *beta, *dt); + update_v(v, a, *a0, *v0, *gamma, *dt); + *u0 = *u; *v0 = v; *a0 = a; + + // Save solutions to file + if (step % 2 == 0) + { + file_u << *u; + file_eps << eps_xx; + } + ++step; + } + + return 0; +} diff --git a/demo/undocumented/elastodynamics/dolfin_fine.xml.gz b/demo/undocumented/elastodynamics/dolfin_fine.xml.gz new file mode 100644 index 0000000..d70c0e2 --- /dev/null +++ b/demo/undocumented/elastodynamics/dolfin_fine.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b833101b1751853dc6c52be42ea1134b91ac54a9df087191e7f45b7b00a2822 +size 88283 diff --git a/demo/undocumented/eval/cpp/Projection.ufl b/demo/undocumented/eval/cpp/Projection.ufl new file mode 100644 index 0000000..1c8425e --- /dev/null +++ b/demo/undocumented/eval/cpp/Projection.ufl @@ -0,0 +1,33 @@ +# Copyright (C) 2008 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2008-03-17 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# projection onto piecewise quadratics. +# +# Compile this form with FFC: ffc -l dolfin Projection.ufl + +element = FiniteElement("Lagrange", tetrahedron, 2) + +u = TrialFunction(element) +v = TestFunction(element) +f = Coefficient(element) + +a = u*v*dx +L = f*v*dx diff --git a/demo/undocumented/eval/cpp/main.cpp b/demo/undocumented/eval/cpp/main.cpp new file mode 100644 index 0000000..1494bae --- /dev/null +++ b/demo/undocumented/eval/cpp/main.cpp @@ -0,0 +1,69 @@ +// Copyright (C) 2008-2011 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2008-03-11 +// Last changed: 2014-08-11 +// +// Demonstrating function evaluation at arbitrary points. + +#include +#include "Projection.h" + +using namespace dolfin; + +class F : public Expression +{ +public: + + F() {} + + void eval(Array& values, const Array& x) const + { + values[0] = sin(3.0*x[0])*sin(3.0*x[1])*sin(3.0*x[2]); + } + +}; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Create mesh and a point in the mesh + auto mesh = std::make_shared(8, 8, 8); + Point x(0.31, 0.32, 0.33); + + // A user-defined function + auto f = std::make_shared(); + + // Project to a discrete function + auto V = std::make_shared(mesh); + Projection::BilinearForm a(V, V); + Projection::LinearForm L(V); + L.f = f; + Function g(V); + solve(a == L, g); + + // Evaluate user-defined function f + info("f(x) = %g", (*f)(x)); + + // Evaluate discrete function g (projection of f) + info("g(x) = %g", g(x)); +} diff --git a/demo/undocumented/extrapolation/cpp/P1.ufl b/demo/undocumented/extrapolation/cpp/P1.ufl new file mode 100644 index 0000000..0f55fe5 --- /dev/null +++ b/demo/undocumented/extrapolation/cpp/P1.ufl @@ -0,0 +1 @@ +element = FiniteElement("Lagrange", triangle, 1) diff --git a/demo/undocumented/extrapolation/cpp/P2.ufl b/demo/undocumented/extrapolation/cpp/P2.ufl new file mode 100644 index 0000000..c90e03d --- /dev/null +++ b/demo/undocumented/extrapolation/cpp/P2.ufl @@ -0,0 +1 @@ +element = FiniteElement("Lagrange", triangle, 2) diff --git a/demo/undocumented/extrapolation/cpp/main.cpp b/demo/undocumented/extrapolation/cpp/main.cpp new file mode 100644 index 0000000..5e8c327 --- /dev/null +++ b/demo/undocumented/extrapolation/cpp/main.cpp @@ -0,0 +1,71 @@ +// Copyright (C) 2010 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-02-08 +// Last changed: 2012-07-05 +// +// This program demonstrates extrapolation of a P1 function to a P2 +// function on the same mesh. This is useful for postprocessing a +// computed dual approximation for use in an error estimate. + +#include +#include "P1.h" +#include "P2.h" + +using namespace dolfin; + +class Dual : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { + values[0] = sin(5.0*x[0])*sin(5.0*x[1]); + } + +}; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Create mesh and function spaces + auto mesh = std::make_shared(8, 8); + auto P1 = std::make_shared(mesh); + auto P2 = std::make_shared(mesh); + + // Create exact dual + Dual dual; + + // Create P1 approximation of exact dual + Function z1(P1); + z1.interpolate(dual); + + // Create P2 approximation from P1 approximation + Function z2(P2); + z2.extrapolate(z1); + + // Output extrapolations + XDMFFile("z1.xdmf").write(z1); + XDMFFile("z2.xdmf").write(z2); + + return 0; +} diff --git a/demo/undocumented/functional/cpp/EnergyNorm.ufl b/demo/undocumented/functional/cpp/EnergyNorm.ufl new file mode 100644 index 0000000..51b12fa --- /dev/null +++ b/demo/undocumented/functional/cpp/EnergyNorm.ufl @@ -0,0 +1,26 @@ +# Copyright (C) 2005-2006 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# This example demonstrates how to define a functional, here +# the energy norm (squared) for a reaction-diffusion problem. +# +# Compile this form with FFC: ffc -l dolfin EnergyNorm.ufl + +element = FiniteElement("Lagrange", triangle, 2) + +v = Coefficient(element) +M = (v*v + dot(grad(v), grad(v)))*dx diff --git a/demo/undocumented/functional/cpp/main.cpp b/demo/undocumented/functional/cpp/main.cpp new file mode 100644 index 0000000..aa546c3 --- /dev/null +++ b/demo/undocumented/functional/cpp/main.cpp @@ -0,0 +1,63 @@ +// Copyright (C) 2006-2008 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2006-09-19 +// Last changed: 2012-11-12 +// +// This demo program computes the value of the functional +// +// M(v) = int v^2 + (grad v)^2 dx +// +// on the unit square for v = sin(x) + cos(y). The exact +// value of the functional is M(v) = 2 + 2*sin(1)*(1-cos(1)) +// +// The functional M corresponds to the energy norm for a +// simple reaction-diffusion equation. + +#include +#include "EnergyNorm.h" + +using namespace dolfin; + +int main() +{ + // The function v + class MyFunction : public Expression + { + public: + + void eval(Array& values, const Array& x) const + { values[0] = sin(x[0]) + cos(x[1]); } + + }; + + // Define functional + auto mesh = std::make_shared(16, 16); + auto v = std::make_shared(); + EnergyNorm::Functional M(mesh, v); + + // Evaluate functional + double approximate_value = assemble(M); + + // Compute exact value + double exact_value = 2.0 + 2.0*sin(1.0)*(1.0 - cos(1.0)); + + info("The energy norm of v is: %.15g", approximate_value); + info("It should be: %.15g", exact_value); + + return 0; +} diff --git a/demo/undocumented/gmg-poisson/cpp/Poisson.ufl b/demo/undocumented/gmg-poisson/cpp/Poisson.ufl new file mode 100644 index 0000000..f255812 --- /dev/null +++ b/demo/undocumented/gmg-poisson/cpp/Poisson.ufl @@ -0,0 +1,37 @@ +# UFL input for the Poisson equation +# ================================== +# +# The first step is to define the variational problem at hand. We define +# the variational problem in UFL terms in a separate form file +# :download:`Poisson.ufl`. We begin by defining the finite element:: + +element = FiniteElement("Lagrange", triangle, 1) + +# The first argument to :py:class:`FiniteElement` is the finite element +# family, the second argument specifies the domain, while the third +# argument specifies the polynomial degree. Thus, in this case, our +# element ``element`` consists of first-order, continuous Lagrange basis +# functions on triangles (or in order words, continuous piecewise linear +# polynomials on triangles). +# +# Next, we use this element to initialize the trial and test functions +# (:math:`u` and :math:`v`) and the coefficient functions (:math:`f` and +# :math:`g`):: + +u = TrialFunction(element) +v = TestFunction(element) +#f = Coefficient(element) +#g = Coefficient(element) + +# Finally, we define the bilinear and linear forms according to the +# variational formulation of the equations:: + +a = inner(grad(u), grad(v))*dx +L = v*dx #+ g*v*ds + +# Before the form file can be used in the C++ program, it must be +# compiled using FFC by running (on the command-line): +# +# .. code-block:: sh +# +# ffc -l dolfin Poisson.ufl diff --git a/demo/undocumented/gmg-poisson/cpp/main.cpp b/demo/undocumented/gmg-poisson/cpp/main.cpp new file mode 100644 index 0000000..f21d569 --- /dev/null +++ b/demo/undocumented/gmg-poisson/cpp/main.cpp @@ -0,0 +1,116 @@ +// Copyright (C) 2016 Patrick E. Farrell and Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This is a highly experimental demo of a geometric multigrid solver +// using PETSc. It is very likely to change. +// +// This demo requires DOLFIN to be configured with PETSc enabled. + +#include +#include "Poisson.h" + +using namespace dolfin; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { values[0] = 1.0; } +}; + +// Normal derivative (Neumann boundary condition) +class dUdN : public Expression +{ + void eval(Array& values, const Array& x) const + { values[0] = sin(5*x[0]); } +}; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { return on_boundary; } +}; + +int main() +{ +#ifdef HAS_PETSC + + // Create hierarchy of meshes + std::vector> meshes + = {std::make_shared(16, 16), + std::make_shared(32, 32), + std::make_shared(64, 64)}; + + // Create hierarchy of funcrion spaces + std::vector> V; + for (auto mesh : meshes) + V.push_back(std::make_shared(mesh)); + + // Define boundary condition on fine grid + auto ubc = std::make_shared(0.0); + auto boundary = std::make_shared(); + auto bc = std::make_shared(V.back(), ubc, boundary); + + // Define variational forms on fine grid + Poisson::BilinearForm a(V.back(), V.back()); + Poisson::LinearForm L(V.back()); + auto f = std::make_shared(); + + // Assemble system + auto A = std::make_shared(); + PETScVector b; + assemble_system(*A, b, a, L, {bc}); + + // Create Krylove solver + PETScKrylovSolver solver; + solver.set_operator(A); + + // Set PETSc solver type + PETScOptions::set("ksp_type", "richardson"); + PETScOptions::set("pc_type", "mg"); + + // Set PETSc MG type and levels + PETScOptions::set("pc_mg_levels", V.size()); + PETScOptions::set("pc_mg_galerkin"); + + // Set smoother + PETScOptions::set("mg_levels_ksp_type", "chebyshev"); + PETScOptions::set("mg_levels_pc_type", "jacobi"); + + //Set tolerance and monitor residual + PETScOptions::set("ksp_monitor_true_residual"); + PETScOptions::set("ksp_atol", 1.0e-12); + PETScOptions::set("ksp_rtol", 1.0e-12); + solver.set_from_options(); + + // Create PETSc DM objects + PETScDMCollection dm_collection(V); + + // Get fine grid DM and attach fine grid DM to solver + solver.set_dm(dm_collection.get_dm(-1)); + solver.set_dm_active(false); + + Function u(V.back()); + solver.solve(*u.vector(), b); + +#else + info("This demo requires DOLFIN to be configured with PETSc"); +#endif + + return 0; +} diff --git a/demo/undocumented/lift-drag/cpp/Functionals.ufl b/demo/undocumented/lift-drag/cpp/Functionals.ufl new file mode 100644 index 0000000..d0407d4 --- /dev/null +++ b/demo/undocumented/lift-drag/cpp/Functionals.ufl @@ -0,0 +1,37 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2007 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Martin S. Alnæs, 2012 +# +# First added: 2007-05-14 +# Last changed: 2012-08-31 +# +# This form defines the functional for computing the +# drag on a body. +# +# Compile this form with FFC: ffc -l dolfin Functionals.ufl + +cell = triangle +element = FiniteElement("Lagrange", cell, 1) + +n = FacetNormal(cell) +p = Coefficient(element) +drag = -p*n[0]*ds(1) +lift = p*n[1]*ds(1) + +forms = [drag, lift] diff --git a/demo/undocumented/lift-drag/cpp/README b/demo/undocumented/lift-drag/cpp/README new file mode 100644 index 0000000..229d1d0 --- /dev/null +++ b/demo/undocumented/lift-drag/cpp/README @@ -0,0 +1 @@ +Alternative version placing both lift and drag functional in the same ufl file. diff --git a/demo/undocumented/lift-drag/cpp/main.cpp b/demo/undocumented/lift-drag/cpp/main.cpp new file mode 100644 index 0000000..bc97dc6 --- /dev/null +++ b/demo/undocumented/lift-drag/cpp/main.cpp @@ -0,0 +1,78 @@ +// Copyright (C) 2007-2008 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Garth N. Wells, 2009 +// Modified by Martin S. Alnæs, 2012 +// +// First added: 2007-05-14 +// Last changed: 2012-08-31 +// +// This demo demonstrates how to compute functionals (or forms in +// general) over subsets of the mesh. The two functionals lift and +// drag are computed for the pressure field around a dolphin. Here, we +// use the pressure field obtained from solving the Stokes equations +// (see demo program in the sub directory +// src/demo/pde/stokes/taylor-hood). +// +// The calculation only includes the pressure contribution (not shear +// forces). + +#include +#include "Functionals.h" + +using namespace dolfin; + +// Define sub domain for the dolphin +class Fish : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return (x[0] > DOLFIN_EPS && x[0] < (1.0 - DOLFIN_EPS) && + x[1] > DOLFIN_EPS && x[1] < (1.0 - DOLFIN_EPS) && + on_boundary); + } +}; + +int main() +{ + // Read mesh from file + auto mesh = std::make_shared("../dolfin_fine.xml.gz"); + + // Read velocity field from file + auto Vp = std::make_shared(mesh); + auto p = std::make_shared(Vp, "../dolfin_fine_pressure.xml.gz"); + + // Mark 'fish' + auto markers = std::make_shared>(mesh, mesh->topology().dim()-1, 1); + Fish fish; + fish.mark(*markers, 1); + + // Functionals for lift and drag + Functionals::Form_lift L(mesh, p); + Functionals::Form_drag D(mesh, p); + + // Attach markers to functionals + L.ds = markers; + D.ds = markers; + + // Assemble functionals over sub domain + const double lift = assemble(L); + const double drag = assemble(D); + + info("Lift: %f", lift); + info("Drag: %f", drag); +} diff --git a/demo/undocumented/lift-drag/dolfin_fine.xml.gz b/demo/undocumented/lift-drag/dolfin_fine.xml.gz new file mode 100644 index 0000000..d70c0e2 --- /dev/null +++ b/demo/undocumented/lift-drag/dolfin_fine.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b833101b1751853dc6c52be42ea1134b91ac54a9df087191e7f45b7b00a2822 +size 88283 diff --git a/demo/undocumented/lift-drag/dolfin_fine_pressure.xml.gz b/demo/undocumented/lift-drag/dolfin_fine_pressure.xml.gz new file mode 100644 index 0000000..dde6c84 --- /dev/null +++ b/demo/undocumented/lift-drag/dolfin_fine_pressure.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3555c140c8cfd812039997d0641db69c3eea9f5090058994f9902eae50541018 +size 49720 diff --git a/demo/undocumented/matnest/cpp/Stokes.ufl b/demo/undocumented/matnest/cpp/Stokes.ufl new file mode 100644 index 0000000..d46364d --- /dev/null +++ b/demo/undocumented/matnest/cpp/Stokes.ufl @@ -0,0 +1,43 @@ +# Copyright (c) 2005-2007 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# The bilinear form a(u, v) and Linear form L(v) for the Stokes +# equations using a mixed formulation (Taylor-Hood elements). +# +# Compile this form with FFC: ffc -l dolfin -f split Stokes.ufl + +P2 = VectorElement("Lagrange", tetrahedron, 2) +P1 = FiniteElement("Lagrange", tetrahedron, 1) + +u = TrialFunction(P2) +p = TrialFunction(P1) +v = TestFunction(P2) +q = TestFunction(P1) + +f = Coefficient(P2) +g = Coefficient(P1) +c = Coefficient(P1) + +a00 = inner(grad(u), grad(v))*dx +a01 = -div(v)*p*dx +a10 = -div(u)*q*dx +a11 = c*p*q*dx + +L0 = dot(f, v)*dx +L1 = dot(g, q)*dx + +forms = [a00, a01, a10, a11, L0, L1] diff --git a/demo/undocumented/matnest/cpp/main.cpp b/demo/undocumented/matnest/cpp/main.cpp new file mode 100644 index 0000000..5b19f58 --- /dev/null +++ b/demo/undocumented/matnest/cpp/main.cpp @@ -0,0 +1,327 @@ +// Copyright (C) 2016 Garth N. Wells and Chris N. Richardson +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This demo program solves Stokes's equations +// +// mu*div(grad(u)) - grad(p) = f +// div(u) = 0 +// +// on a unit cube, using the MatNest facility of PETSc. By doing this, it is possible +// to save memory when creating preconditioners, an essential requirement for computation +// at large scale (over 100 million degrees of freedom). + +#include +#include +#include +#include +#include +#include + +#include + +#include "Stokes.h" + +using namespace dolfin; + +#ifdef HAS_PETSC + +// Function to compute the near nullspace A00 operator +VectorSpaceBasis build_nullspace_nested(const FunctionSpace& V, + const GenericVector& x) +{ + // Get subspaces + auto V0 = V.sub(0); + auto V1 = V.sub(1); + auto V2 = V.sub(2); + + // Create vectors for nullspace basis + std::vector> basis(3); + for (std::size_t i = 0; i < basis.size(); ++i) + basis[i] = x.copy(); + + // x0, x1, x2 translations + V0->dofmap()->set(*basis[0], 1.0); + V1->dofmap()->set(*basis[1], 1.0); + V2->dofmap()->set(*basis[2], 1.0); + + // Rotations + /* + V0->set_x(*basis[3], -1.0, 1); + V1->set_x(*basis[3], 1.0, 0); + + V0->set_x(*basis[4], 1.0, 2); + V2->set_x(*basis[4], -1.0, 0); + + V2->set_x(*basis[5], 1.0, 1); + V1->set_x(*basis[5], -1.0, 2); + */ + + // Apply + for (std::size_t i = 0; i < basis.size(); ++i) + basis[i]->apply("add"); + + // Create vector space and orthonormalize + VectorSpaceBasis vector_space(basis); + vector_space.orthonormalize(); + return vector_space; +} + +// Function for no-slip boundary condition for velocity +class Source : public Expression +{ +public: + + Source() : Expression(3) {} + + void eval(Array& values, const Array& x) const + { + values[0] = x[1]; + values[1] = x[1]*x[2]; + values[2] = 0.0; + } +}; + +// Sub domain for top and bottom +class TopBottom : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary; + // return std::abs(1.0 - x[1]) < DOLFIN_EPS || std::abs(x[1]) < DOLFIN_EPS; + } +}; + +class LeftEdge : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS; + } +}; + +int main(int argc, char *argv[]) +{ + // Application parameters + Parameters application_parameters("application_parameters"); + application_parameters.add("size", 12); + + // Parse application parameters + application_parameters.parse(argc, argv); + const int size = application_parameters["size"]; + +// Parse PETSc parameters + parameters.parse(argc, argv); + + PETScOptions::set("ksp_monitor_true_residual"); + + // Create mesh + auto mesh = std::make_shared(size, size, size); + + // Velocity BC + auto top_bottom = std::make_shared(); + auto zero_vec = std::make_shared(0.0, 0.0, 0.0); + + auto f = std::make_shared(); + auto zero = std::make_shared(0.0); + + // Common fieldsplit options + PETScOptions::set("ksp_type", "minres"); + PETScOptions::set("pc_type", "fieldsplit"); + PETScOptions::set("pc_fieldsplit_type", "additive"); + + PETScOptions::set("ksp_view"); + + // AMG + PETScOptions::set("fieldsplit_0_ksp_type", "preonly"); + + // "gamg" or "hypre" + std::string mg = "gamg"; + + if (mg == "gamg") + { + PETScOptions::set("fieldsplit_0_pc_type", "gamg"); + PETScOptions::set("fieldsplit_0_pc_gamg_coarse_eq_limit", 10000); + + PETScOptions::set("fieldsplit_0_pc_gamg_threshold", 0.05); + //PETScOptions::set("fieldsplit_0_pc_gamg_square_graph", 2); + PETScOptions::set("fieldsplit_0_mg_levels_ksp_type", "chebyshev"); + PETScOptions::set("fieldsplit_0_mg_levels_pc_type", "sor"); + PETScOptions::set("fieldsplit_0_mg_levels_ksp_max_it", 3); + + PETScOptions::set("fieldsplit_0_mg_levels_esteig_ksp_type", "cg"); + PETScOptions::set("fieldsplit_0_mg_levels_ksp_chebyshev_esteig_steps", 20); + PETScOptions::set("fieldsplit_0_mg_levels_ksp_chebyshev_esteig_random"); + + PETScOptions::set("fieldsplit_0_mg_coarse_ksp_type", "preonly"); + PETScOptions::set("fieldsplit_0_mg_coarse_pc_type", "lu"); + PETScOptions::set("fieldsplit_0_mg_coarse_pc_factor_mat_solver_package", "mumps"); + } + else if (mg == "hypre") + { + PETScOptions::set("fieldsplit_0_pc_type", "hypre"); + PETScOptions::set("fieldsplit_0_hypre_type", "boomeramg"); + PETScOptions::set("fieldsplit_1_pc_hypre_boomeramg_strong_threshold", 0.5); + } + else + error("Unknown A00 pc"); + + PETScOptions::set("fieldsplit_1_ksp_type", "preonly"); + PETScOptions::set("fieldsplit_1_pc_type", "hypre"); + PETScOptions::set("fieldsplit_1_hypre_type", "boomeramg"); + PETScOptions::set("fieldsplit_1_pc_hypre_boomeramg_strong_threshold", 0.5); + + // Create function spaces + auto V = std::make_shared(mesh); + auto Q = std::make_shared(mesh); + + // Define variational problem + auto a00 = std::make_shared(V, V); + auto L0 = std::make_shared(V); + L0->f = f; + + auto a01 = std::make_shared(Q, V); + auto a10 = std::make_shared(V, Q); + auto a11 = std::make_shared(Q, Q); + a11->c = zero; + + auto L1 = std::make_shared(Q); + L1->g = zero; + + // Velocity BC + auto bcV = std::make_shared(V, zero_vec, + top_bottom); + + // Assemble all blocks with BCs + SystemAssembler assemblerA0({a00, a01, a10, a11}, {L0, L1}, + {{bcV}, {}}); + auto A00 = std::make_shared(); + auto A01 = std::make_shared(); + auto b0 = std::make_shared(); + auto A10 = std::make_shared(); + auto b1 = std::make_shared(); + + auto A11 = std::make_shared(); + std::cout << "Assemble A00, A01, A10, A11\n"; + assemblerA0.assemble({A00, A01, A10, A11}, {b0, b1}); + + // Assemble a mass matrix (QxQ) for the preconditioner + auto one = std::make_shared(1.0); + a11->c = one; + SystemAssembler assemblerP(a11, L1, {}); + auto P11 = std::make_shared(); + assemblerP.assemble(*P11); + + std::cout << "A00:" << A00->size(0) << "x" << A00->size(1) + << " : " << std::setprecision(10) + << std::pow(A00->norm("frobenius"), 2) << "\n"; + std::cout << "A01:" << A01->size(0) << "x" << A01->size(1) + << " : " << std::setprecision(10) + << std::pow(A01->norm("frobenius"), 2) << "\n"; + std::cout << "A10:" << A10->size(0) << "x" << A10->size(1) + << " : " << std::setprecision(10) + << std::pow(A10->norm("frobenius"), 2) << "\n"; + std::cout << "P11:" << P11->size(0) << "x" << P11->size(1) + << " : " << std::setprecision(10) + << std::pow(P11->norm("frobenius"), 2) << "\n"; + + std::cout << "b0:" << b0->local_range().second - b0->local_range().first + << " : " << std::setprecision(10) + << std::pow(b0->norm("l2"), 2) << "\n"; + std::cout << "b1:" << b1->local_range().second - b1->local_range().first + << " : " << std::setprecision(10) + << std::pow(b1->norm("l2"), 2) << "\n"; + + // Create nested A and P + + // NOTE: We need an empty bottom-right block when using PETSc Schur + // complement preconditioning. + std::vector> Amats, Pmats; + std::shared_ptr Anest, Pnest; + + Amats = {A00, A01, A10, NULL}; + Anest = std::make_shared(Amats); + + Pmats = {A00, NULL, NULL, P11}; + Pnest = std::make_shared(Pmats); + + // Create VecNest vectors for RHS and solution vector + auto u0 = std::make_shared(V); + auto p0 = std::make_shared(Q); + PETScVector xvec, bvec; + Anest->init_vectors(xvec, {u0->vector(), p0->vector()}); + Anest->init_vectors(bvec, {b0, b1}); + + // Create nullspace vector for p + auto u0tmp = std::make_shared(V); + auto p0tmp = std::make_shared(Q); + p0tmp->interpolate(*one); + u0tmp->interpolate(*zero_vec); + + auto xvec_nullspace = std::make_shared(); + Anest->init_vectors(*xvec_nullspace, {u0tmp->vector(), p0tmp->vector()}); + *xvec_nullspace /= xvec_nullspace->norm("l2"); + + VectorSpaceBasis basis({xvec_nullspace}); + Anest->set_nullspace(basis); + + // Create near null space basis for u + VectorSpaceBasis null_space + = build_nullspace_nested(*V, *u0->vector()); + A00->set_near_nullspace(null_space); + + // Solve + PETScKrylovSolver solver; + solver.set_from_options(); + solver.set_operators(Anest, Pnest); + + // Set field-split blocks for preconditioner + std::vector u_dofs, p_dofs; + Anest->get_block_dofs(u_dofs, 0); + Anest->get_block_dofs(p_dofs, 1); + PETScPreconditioner::set_fieldsplit(solver, {u_dofs, p_dofs}, + {"0", "1"}); + solver.solve(xvec, bvec); + + if (has_hdf5_parallel()) + { + XDMFFile xdmf_u(mesh->mpi_comm(), "u0.xdmf"); + xdmf_u.write(*u0); + + XDMFFile xdmf_p(mesh->mpi_comm(), "p0.xdmf"); + xdmf_p.write(*p0); + } + + double unorm = u0->vector()->norm("l2"); + if (MPI::rank(mesh->mpi_comm()) == 0) + { + std::cout << "u norm:" << unorm << std::endl; + } + + list_timings(TimingClear::clear, {TimingType::wall}); + + return 0; +} + +#else + +int main() +{ + info("DOLFIN has not been configured with PETSc. Exiting."); + return 0; +} + +#endif diff --git a/demo/undocumented/mesh-quality/cpp/main.cpp b/demo/undocumented/mesh-quality/cpp/main.cpp new file mode 100644 index 0000000..c7ca8b2 --- /dev/null +++ b/demo/undocumented/mesh-quality/cpp/main.cpp @@ -0,0 +1,66 @@ +// Copyright (C) 2013 Jan Blechta +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2013-11-20 +// Last changed: +// +// This demo illustrates basic inspection of mesh quality. + +#include + +using namespace dolfin; + +int main() +{ + // The output needs to be deterministic so that it can be piped to python + parameters["std_out_all_processes"] = false; + + // Read mesh from file + Mesh mesh("../dolfin_fine.xml.gz"); + + // Print minimal and maximal radius ratio + const std::pair qminmax + = MeshQuality::radius_ratio_min_max(mesh); + if (dolfin::MPI::rank(mesh.mpi_comm()) == 0) + { + std::cout << "# Minimal radius ratio: " << qminmax.first << std::endl; + std::cout << "# Maximal radius ratio: " << qminmax.second << std::endl; + std::cout << std::endl; + } + + // Print matplotlib code for generation of histogram + const std::string hist = MeshQuality::radius_ratio_matplotlib_histogram(mesh); + if (dolfin::MPI::rank(mesh.mpi_comm()) == 0) + { + std::cout << "# Execute following commands in python" << std::endl; + std::cout << "# to get histogram of radius ratios:" << std::endl; + std::cout << std::endl; + std::cout << "# ------------------------------------" << std::endl; + std::cout << "# ------------------------------------" << std::endl; + std::cout << hist << std::endl; + std::cout << "# ------------------------------------" << std::endl; + std::cout << "# ------------------------------------" << std::endl; + std::cout << "# or pass output of this program" << std::endl; + std::cout << "# to python, i.e.:" << std::endl; + std::cout << "# $> ./demo_mesh-quality | python" << std::endl; + } + + // Write out mesh to XDMF. + XDMFFile("mesh.xdmf").write(mesh); + + return 0; +} diff --git a/demo/undocumented/mesh-quality/dolfin_fine.xml.gz b/demo/undocumented/mesh-quality/dolfin_fine.xml.gz new file mode 100644 index 0000000..d70c0e2 --- /dev/null +++ b/demo/undocumented/mesh-quality/dolfin_fine.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b833101b1751853dc6c52be42ea1134b91ac54a9df087191e7f45b7b00a2822 +size 88283 diff --git a/demo/undocumented/meshfunction-refinement/cpp/main.cpp b/demo/undocumented/meshfunction-refinement/cpp/main.cpp new file mode 100644 index 0000000..e0bdbdc --- /dev/null +++ b/demo/undocumented/meshfunction-refinement/cpp/main.cpp @@ -0,0 +1,84 @@ +// Copyright (C) 2011 Marie E. Rognes +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Last changed: 2011-03-12 + +#include + +using namespace dolfin; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Sub domain for right part of mesh + class Right : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] <= 0.5; + } + }; + + // Sub domain for inflow (right) + class Inflow : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] > 1.0 - DOLFIN_EPS && on_boundary; + } + }; + + + auto mesh = std::make_shared(5, 5); + + parameters["refinement_algorithm"] = "plaza_with_parent_facets"; + + // Create MeshFunction over cells + MeshFunction right_cells(mesh, mesh->topology().dim(), 0); + Right right; + right.mark(right_cells, 1); + + // Create MeshFunction over facets + MeshFunction inflow_facets(mesh, mesh->topology().dim() - 1, 0); + Inflow inflow; + inflow.mark(inflow_facets, 1); + + // Mark cells for refinement + MeshFunction cell_markers(mesh, mesh->topology().dim(), false); + Point p(1.0, 0.0); + for (CellIterator c(*mesh); !c.end(); ++c) + { + if (c->midpoint().distance(p) < 0.5) + cell_markers[*c] = true; + } + + // Refine mesh + adapt(*mesh, cell_markers); + + // Adapt cell function to refined mesh + adapt(right_cells, mesh->child_shared_ptr()); + + // Adapt facet function to refined mesh + adapt(inflow_facets, mesh->child_shared_ptr()); + + return 0; +} diff --git a/demo/undocumented/meshview-2D2D/cpp/MeshView_2D2D.ufl b/demo/undocumented/meshview-2D2D/cpp/MeshView_2D2D.ufl new file mode 100644 index 0000000..799d076 --- /dev/null +++ b/demo/undocumented/meshview-2D2D/cpp/MeshView_2D2D.ufl @@ -0,0 +1,25 @@ +V = FiniteElement("Lagrange", triangle, 1) +V1 = FiniteElement("Lagrange", triangle, 1) +V2 = FiniteElement("Lagrange", triangle, 1) + +u = TrialFunction(V) +v = TestFunction(V) +f = Coefficient(V) + +u1 = TrialFunction(V1) +v1 = TestFunction(V1) +f1 = Coefficient(V1) + +u2 = TrialFunction(V2) +v2 = TestFunction(V2) +f2 = Coefficient(V2) + +a = inner(grad(u), grad(v))*dx +L = f*v*dx + +a00 = inner(grad(u1), grad(v1))*dx +a11 = inner(grad(u2), grad(v2))*dx +L0 = f1*v1*dx +L1 = f2*v2*dx + +forms = [a, L, a00, a11, L0, L1] \ No newline at end of file diff --git a/demo/undocumented/meshview-2D2D/cpp/main.cpp b/demo/undocumented/meshview-2D2D/cpp/main.cpp new file mode 100644 index 0000000..73affeb --- /dev/null +++ b/demo/undocumented/meshview-2D2D/cpp/main.cpp @@ -0,0 +1,107 @@ +#include +#include "MeshView_2D2D.h" + +using namespace dolfin; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS; + } +}; + +class DirichletBoundarySubdomain1 : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS; + } +}; + +class DirichletBoundarySubdomain2 : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] > 1.0 - DOLFIN_EPS; + } +}; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy) / 0.02); + } +}; + + +int main() +{ + // Create mesh and function space + auto mesh = std::make_shared(32, 32); + auto V = std::make_shared(mesh); + + MeshFunction marker(mesh, mesh->topology().dim(), 0); + for (CellIterator cell(*mesh); !cell.end(); ++cell) + { + auto x = cell->midpoint().coordinates(); + marker[cell->index()] = x[0] < 0.5; + } + + std::vector vertex_map,cell_map; + auto mapping = std::make_shared(mesh,vertex_map,cell_map); + auto submesh1 = std::make_shared(mapping->create(marker, 1)); + auto submesh2 = std::make_shared(mapping->create(marker, 0)); + + // Function spaces associated with each of the function spaces + auto V1 = std::make_shared(submesh1); + auto V2 = std::make_shared(submesh2); + + // Bilinear and linear forms + MeshView_2D2D::Form_a a(V, V); + MeshView_2D2D::Form_L L(V); + MeshView_2D2D::Form_a00 a1(V1, V1); + MeshView_2D2D::Form_a11 a2(V2, V2); + MeshView_2D2D::Form_L0 L1(V1); + MeshView_2D2D::Form_L1 L2(V2); + + // Define boundary conditions + auto zero = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, zero, boundary); + + auto boundarySubdomain1 = std::make_shared(); + auto boundarySubdomain2 = std::make_shared(); + DirichletBC bc1(V1, zero, boundarySubdomain1); + DirichletBC bc2(V2, zero, boundarySubdomain2); + + // Define RHS + auto f = std::make_shared(); + L.f = f; + L1.f1 = f; + L2.f2 = f; + + // Compute solution + // Global problem + Function u(V); + solve(a == L, u, bc); + // Subproblem 1 + Function u1(V1); + solve(a1 == L1, u1, bc1); + // Subproblem 1 + Function u2(V2); + solve(a2 == L2, u2, bc2); + + // Save solution in vtk format + File out_global("meshview-mapping-2D2D-global.pvd"); + out_global << u; + File out_sub1("meshview-mapping-2D2D-subdomain1.pvd"); + out_sub1 << u1; + File out_sub2("meshview-mapping-2D2D-subdomain2.pvd"); + out_sub2 << u2; +} diff --git a/demo/undocumented/meshview-3D1D/cpp/MeshView_3D1D.ufl b/demo/undocumented/meshview-3D1D/cpp/MeshView_3D1D.ufl new file mode 100644 index 0000000..009b7ec --- /dev/null +++ b/demo/undocumented/meshview-3D1D/cpp/MeshView_3D1D.ufl @@ -0,0 +1,18 @@ +intervalIn3D = Cell("interval", 3) +V1 = FiniteElement("Lagrange", tetrahedron, 1) +V2 = FiniteElement("Lagrange", intervalIn3D, 1) + +u1 = TrialFunction(V1) +v1 = TestFunction(V1) +f1 = Coefficient(V1) + +u2 = TrialFunction(V2) +v2 = TestFunction(V2) +f2 = Coefficient(V2) + +a00 = inner(grad(u1), grad(v1))*dx +a11 = inner(grad(u2), grad(v2))*dx +L0 = f1*v1*dx +L1 = f2*v2*dx + +forms = [a00, a11, L0, L1] \ No newline at end of file diff --git a/demo/undocumented/meshview-3D1D/cpp/main.cpp b/demo/undocumented/meshview-3D1D/cpp/main.cpp new file mode 100644 index 0000000..8e11deb --- /dev/null +++ b/demo/undocumented/meshview-3D1D/cpp/main.cpp @@ -0,0 +1,78 @@ +#include +#include "MeshView_3D1D.h" + +using namespace dolfin; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS; + } +}; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + values[0] = 10*exp(-(dx*dx) / 0.02); + } +}; + +int main() +{ + // Create mesh and function space + auto mesh = std::make_shared(32, 32, 32); + + MeshFunction marker(mesh, mesh->topology().dim() - 2, 0); + for (EdgeIterator edge(*mesh); !edge.end(); ++edge) + { + auto y = edge->midpoint().y(); + auto z = edge->midpoint().z(); + marker[edge->index()] = (0.5 - DOLFIN_EPS < z && z < 0.5 + DOLFIN_EPS) && (0.5 - DOLFIN_EPS < y && y < 0.5 + DOLFIN_EPS); + } + + std::vector vertex_map,cell_map; + auto mapping = std::make_shared(mesh,vertex_map,cell_map); + auto submesh = std::make_shared(mapping->create(marker, 1)); + + // Function spaces associated with each of the function spaces + auto V1 = std::make_shared(mesh); // 3D + auto V2 = std::make_shared(submesh); // 1D + + // Bilinear and linear forms + MeshView_3D1D::Form_a00 a_3D(V1, V1); + MeshView_3D1D::Form_a11 a_1D(V2, V2); + MeshView_3D1D::Form_L0 L_3D(V1); + MeshView_3D1D::Form_L1 L_1D(V2); + + // Define boundary conditions + auto zero = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc_3D(V1, zero, boundary); + DirichletBC bc_1D(V2, zero, boundary); + + // Define RHS + auto f = std::make_shared(); + L_3D.f1 = f; + L_1D.f2 = f; + + // Compute solution + // Subproblem 3D + Function u_3D(V1); + solve(a_3D == L_3D, u_3D, bc_3D); + // Subproblem 1D + Function u_1D(V2); + solve(a_1D == L_1D, u_1D, bc_1D); + + // Save solution in vtk format + File out_3D("meshview-mapping-3D1D-3Dsol.pvd"); + out_3D << u_3D; + File out_1D("meshview-mapping-3D1D-1Dsol.pvd"); + out_1D << u_1D; +} + + diff --git a/demo/undocumented/meshview-3D2D/cpp/MeshView_3D2D.ufl b/demo/undocumented/meshview-3D2D/cpp/MeshView_3D2D.ufl new file mode 100644 index 0000000..518be5c --- /dev/null +++ b/demo/undocumented/meshview-3D2D/cpp/MeshView_3D2D.ufl @@ -0,0 +1,18 @@ +triangleIn3D = Cell("triangle", 3) +V1 = FiniteElement("Lagrange", tetrahedron, 1) +V2 = FiniteElement("Lagrange", triangleIn3D, 1) + +u1 = TrialFunction(V1) +v1 = TestFunction(V1) +f1 = Coefficient(V1) + +u2 = TrialFunction(V2) +v2 = TestFunction(V2) +f2 = Coefficient(V2) + +a00 = inner(grad(u1), grad(v1))*dx +a11 = inner(grad(u2), grad(v2))*dx +L0 = f1*v1*dx +L1 = f2*v2*dx + +forms = [a00, a11, L0, L1] \ No newline at end of file diff --git a/demo/undocumented/meshview-3D2D/cpp/main.cpp b/demo/undocumented/meshview-3D2D/cpp/main.cpp new file mode 100644 index 0000000..21dc147 --- /dev/null +++ b/demo/undocumented/meshview-3D2D/cpp/main.cpp @@ -0,0 +1,78 @@ +#include +#include "MeshView_3D2D.h" + +using namespace dolfin; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS; + } +}; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy) / 0.02); + } +}; + +int main() +{ + // Create mesh and function space + auto mesh = std::make_shared(32, 32, 32); + + MeshFunction marker(mesh, mesh->topology().dim() - 1, 0); + for (FacetIterator facet(*mesh); !facet.end(); ++facet) + { + auto x = facet->midpoint().coordinates(); + marker[facet->index()] = 0.5 - DOLFIN_EPS < x[2] && x[2] < 0.5 + DOLFIN_EPS; + } + + std::vector vertex_map,cell_map; + auto mapping = std::make_shared(mesh,vertex_map,cell_map); + auto submesh = std::make_shared(mapping->create(marker, 1)); + + // Function spaces associated with each of the function spaces + auto V1 = std::make_shared(mesh); // 3D + auto V2 = std::make_shared(submesh); // 2D + + // Bilinear and linear forms + MeshView_3D2D::Form_a00 a_3D(V1, V1); + MeshView_3D2D::Form_a11 a_2D(V2, V2); + MeshView_3D2D::Form_L0 L_3D(V1); + MeshView_3D2D::Form_L1 L_2D(V2); + + // Define boundary conditions + auto zero = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc_3D(V1, zero, boundary); + DirichletBC bc_2D(V2, zero, boundary); + + // Define RHS + auto f = std::make_shared(); + L_3D.f1 = f; + L_2D.f2 = f; + + // Compute solution + // Subproblem 3D + Function u_3D(V1); + solve(a_3D == L_3D, u_3D, bc_3D); + // Subproblem 2D + Function u_2D(V2); + solve(a_2D == L_2D, u_2D, bc_2D); + + // Save solution in vtk format + File out_3D("meshview-mapping-3D2D-3Dsol.pvd"); + out_3D << u_3D; + File out_2D("meshview-mapping-3D2D-2Dsol.pvd"); + out_2D << u_2D; +} + + diff --git a/demo/undocumented/meshview-3D3D/cpp/MeshView_3D3D.ufl b/demo/undocumented/meshview-3D3D/cpp/MeshView_3D3D.ufl new file mode 100644 index 0000000..290e675 --- /dev/null +++ b/demo/undocumented/meshview-3D3D/cpp/MeshView_3D3D.ufl @@ -0,0 +1,25 @@ +V = FiniteElement("Lagrange", tetrahedron, 1) +V1 = FiniteElement("Lagrange", tetrahedron, 1) +V2 = FiniteElement("Lagrange", tetrahedron, 1) + +u = TrialFunction(V) +v = TestFunction(V) +f = Coefficient(V) + +u1 = TrialFunction(V1) +v1 = TestFunction(V1) +f1 = Coefficient(V1) + +u2 = TrialFunction(V2) +v2 = TestFunction(V2) +f2 = Coefficient(V2) + +a = inner(grad(u), grad(v))*dx +L = f*v*dx + +a00 = inner(grad(u1), grad(v1))*dx +a11 = inner(grad(u2), grad(v2))*dx +L0 = f1*v1*dx +L1 = f2*v2*dx + +forms = [a, L, a00, a11, L0, L1] \ No newline at end of file diff --git a/demo/undocumented/meshview-3D3D/cpp/main.cpp b/demo/undocumented/meshview-3D3D/cpp/main.cpp new file mode 100644 index 0000000..e821114 --- /dev/null +++ b/demo/undocumented/meshview-3D3D/cpp/main.cpp @@ -0,0 +1,110 @@ +#include +#include "MeshView_3D3D.h" + +using namespace dolfin; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS; + } +}; + +class DirichletBoundarySubdomain1 : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS; + } +}; + +class DirichletBoundarySubdomain2 : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] > 1.0 - DOLFIN_EPS; + } +}; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + double dz = x[2] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy + dz*dz) / 0.02); + } +}; + +int main() +{ + // Create mesh and function space + auto mesh = std::make_shared(32, 32, 32); + auto V = std::make_shared(mesh); + + MeshFunction marker(mesh, mesh->topology().dim(), 0); + for (CellIterator cell(*mesh); !cell.end(); ++cell) + { + auto x = cell->midpoint().coordinates(); + marker[cell->index()] = x[0] < 0.5; + } + + std::vector vertex_map,cell_map; + auto mapping = std::make_shared(mesh,vertex_map,cell_map); + auto submesh1 = std::make_shared(mapping->create(marker, 1)); + auto submesh2 = std::make_shared(mapping->create(marker, 0)); + + // Function spaces associated with each of the function spaces + auto V1 = std::make_shared(submesh1); + auto V2 = std::make_shared(submesh2); + + + // Bilinear and linear forms + MeshView_3D3D::Form_a a(V, V); + MeshView_3D3D::Form_L L(V); + MeshView_3D3D::Form_a00 a1(V1, V1); + MeshView_3D3D::Form_a11 a2(V2, V2); + MeshView_3D3D::Form_L0 L1(V1); + MeshView_3D3D::Form_L1 L2(V2); + + // Define boundary conditions + auto zero = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, zero, boundary); + + auto boundarySubdomain1 = std::make_shared(); + auto boundarySubdomain2 = std::make_shared(); + DirichletBC bc1(V1, zero, boundarySubdomain1); + DirichletBC bc2(V2, zero, boundarySubdomain2); + + // Define RHS + auto f = std::make_shared(); + L.f = f; + L1.f1 = f; + L2.f2 = f; + + // Compute solution + // Global problem + Function u(V); + solve(a == L, u, bc); + // Subproblem 1 + Function u1(V1); + solve(a1 == L1, u1, bc1); + // Subproblem 1 + Function u2(V2); + solve(a2 == L2, u2, bc2); + + // Save solution in vtk format + File out_global("meshview-mapping-3D3D-global.pvd"); + out_global << u; + File out_sub1("meshview-mapping-3D3D-subdomain1.pvd"); + out_sub1 << u1; + File out_sub2("meshview-mapping-3D3D-subdomain2.pvd"); + out_sub2 << u2; +} + + diff --git a/demo/undocumented/multimesh-3d/cpp/MultiMeshH10Norm.ufl b/demo/undocumented/multimesh-3d/cpp/MultiMeshH10Norm.ufl new file mode 100644 index 0000000..64ae712 --- /dev/null +++ b/demo/undocumented/multimesh-3d/cpp/MultiMeshH10Norm.ufl @@ -0,0 +1,20 @@ +#from L2Norm import * + +#M = l2norm(triangle) + +from ufl import * + +ORDER = 1 + +domain = triangle + +# Define element and FE solution +P1 = FiniteElement("Lagrange", domain, ORDER) +uh = Coefficient(P1) + +# Exact solution +P3 = FiniteElement("Lagrange", domain, ORDER + 2) +u = Coefficient(P3) + +# Squared L2 norm of error +M = inner(grad(u - uh), grad(u - uh))*dX diff --git a/demo/undocumented/multimesh-3d/cpp/MultiMeshL2Norm.ufl b/demo/undocumented/multimesh-3d/cpp/MultiMeshL2Norm.ufl new file mode 100644 index 0000000..a726277 --- /dev/null +++ b/demo/undocumented/multimesh-3d/cpp/MultiMeshL2Norm.ufl @@ -0,0 +1,20 @@ +#from L2Norm import * + +#M = l2norm(triangle) + +from ufl import * + +ORDER = 1 + +domain = triangle + +# Define element and FE solution +P1 = FiniteElement("Lagrange", domain, ORDER) +uh = Coefficient(P1) + +# Exact solution +Px = FiniteElement("Lagrange", domain, ORDER + 2) +u = Coefficient(Px) + +# Squared L2 norm of error +M = inner(u - uh, u - uh)*dX diff --git a/demo/undocumented/multimesh-3d/cpp/MultiMeshPoisson.ufl b/demo/undocumented/multimesh-3d/cpp/MultiMeshPoisson.ufl new file mode 100644 index 0000000..e97d6f2 --- /dev/null +++ b/demo/undocumented/multimesh-3d/cpp/MultiMeshPoisson.ufl @@ -0,0 +1,52 @@ +# Copyright (C) 2014-2015 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2013-06-26 +# Last changed: 2017-08-23 +# +# The bilinear form a(u, v) and linear form L(v) for a multimesh +# formulation of Poisson's equation. +# +# Compile this form with FFC: ffc -l dolfin MultiMeshPoisson.ufl. + +# Define element +simplex = tetrahedron +element = FiniteElement("Lagrange", simplex, 1) + +# Define trial and test functions and right-hand side +u = TrialFunction(element) +v = TestFunction(element) +f = Coefficient(element) + +# Define facet normal and mesh size +n = FacetNormal(simplex) +h = 2.0*Circumradius(simplex) +h = (h('+') + h('-')) / 2 + +# Parameters +alpha = 4.0 +beta = 4.0 + +# Define bilinear form +a = dot(grad(u), grad(v))*dX \ + - dot(avg(grad(u)), jump(v, n))*dI \ + - dot(avg(grad(v)), jump(u, n))*dI \ + + alpha/h*jump(u)*jump(v)*dI \ + + beta*dot(jump(grad(u)), jump(grad(v)))*dO + +# Define linear form +L = f*v*dX diff --git a/demo/undocumented/multimesh-3d/cpp/main.cpp b/demo/undocumented/multimesh-3d/cpp/main.cpp new file mode 100644 index 0000000..d59e20f --- /dev/null +++ b/demo/undocumented/multimesh-3d/cpp/main.cpp @@ -0,0 +1,224 @@ +// Copyright (C) 2017 August Johansson +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2013-08-24 +// Last changed: 2017-08-30 +// +// This demo program solves Poisson's equation on a domain defined by +// three overlapping and non-matching meshes. The solution is computed +// on a sequence of rotating meshes to test the multimesh +// functionality. + +#include +#include +#include +#include "MultiMeshPoisson.h" +#include "MultiMeshL2Norm.h" +#include "MultiMeshH10Norm.h" + +using namespace dolfin; + +class Arguments +{ +public: + std::size_t N = 1; + std::size_t Nx = 10; + + std::string print() const + { + std::stringstream ss; + ss << "N" << N<<"_" + << "Nx" << Nx; + return ss.str(); + } + + void parse(int argc, char** argv) + { + std::size_t c = 1; + + if (argc > c) + { + this->N = atoi(argv[c]); + c++; + if (argc > c) + this->Nx = atoi(argv[c]); + } + } +}; + + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary; + } +}; + +class ExactSolution : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = sin(DOLFIN_PI*x[0])*sin(DOLFIN_PI*x[1])*sin(DOLFIN_PI*x[2]); + } +}; + +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = 3.0*DOLFIN_PI*DOLFIN_PI*sin(DOLFIN_PI*x[0])*sin(DOLFIN_PI*x[1])*sin(DOLFIN_PI*x[2]); + } +}; + +void build_multimesh(std::size_t N, + std::size_t Nx, + std::shared_ptr multimesh, + double& exact_volume) +{ + // Background mesh + auto mesh_0 = std::make_shared(Nx, Nx, Nx); + multimesh->add(mesh_0); + exact_volume = 1.; + + // Initialize random generator (dolfin built-in) + dolfin::seed(1); + + for (std::size_t i = 1; i < N; ++i) + { + // Create domain range + double x_a = dolfin::rand(); + double x_b = dolfin::rand(); + + if (x_a > x_b) + std::swap(x_a, x_b); + double y_a = dolfin::rand(); + double y_b = dolfin::rand(); + if (y_a > y_b) + std::swap(y_a, y_b); + + double z_a = dolfin::rand(); + double z_b = dolfin::rand(); + if (z_a > z_b) + std::swap(z_a, z_b); + + // std::cout << i << ": " << x_a<<' '<(Point(x_a, y_a, z_a), + Point(x_b, y_b, z_b), + Nx_part, Ny_part, Nz_part); + multimesh->add(mesh_i); + } + + // Build + multimesh->build(); +} + +template +double compute_error(const std::shared_ptr V, + const std::shared_ptr u_h, + const std::shared_ptr u) +{ + std::cout << "Compute error" << std::endl; + + auto M = std::make_shared(V); + + for (std::size_t i = 0; i < V->multimesh()->num_parts(); ++i) + { + auto M_i = std::make_shared(V->multimesh()->part(i)); + const bool deepcopy = true; + M_i->uh = std::make_shared(*u_h->part(i, deepcopy)); + M_i->u = u; + M->add(M_i); + } + + M->build(); + + auto assembler = std::make_shared(); + auto m = std::make_shared(); + assembler->assemble(*m, *M); + + dolfin_assert(m->get_scalar_value() > 0.); + return std::sqrt(m->get_scalar_value()); +} + +void solve(const std::shared_ptr multimesh) +{ + // Create function space + auto V = std::make_shared(multimesh); + + // Create forms + auto a = std::make_shared(V, V); + auto L = std::make_shared(V); + + // Attach source + auto f = std::make_shared(); + L->f = f; + + // Assemble linear system + auto A = std::make_shared(); + auto b = std::make_shared(); + assemble_multimesh(*A, *a); + assemble_multimesh(*b, *L); + + // Apply boundary condition + auto zero = std::make_shared(0.0); + auto boundary = std::make_shared(); + auto bc = std::make_shared(V, zero, boundary); + bc->apply(*A, *b); + + // Compute solution + auto uh = std::make_shared(V); + std::cout << "Solve" << std::endl; + solve(*A, *uh->vector(), *b, "cg"); + + // Compute errors + auto exact_solution = std::make_shared(); + const double L2error = compute_error(V, uh, exact_solution); + const double H10error = compute_error(V, uh, exact_solution); + std::cout << L2error << ' ' << H10error << std::endl; +} + + +int main(int argc, char* argv[]) +{ + Arguments args; + args.parse(argc, argv); + + auto multimesh = std::make_shared(); + double exact_volume; + build_multimesh(args.N, args.Nx, multimesh, exact_volume); + + const double volume = multimesh->compute_volume(); + const double volume_error = std::abs(volume - exact_volume); + dolfin::cout << "volume error " << volume_error << dolfin::endl; + + if (volume_error > DOLFIN_EPS_LARGE) + { + dolfin::cout << " large error" << dolfin::endl; + } + + solve(multimesh); + +} diff --git a/demo/undocumented/multimesh-poisson/cpp/MultiMeshPoisson.ufl b/demo/undocumented/multimesh-poisson/cpp/MultiMeshPoisson.ufl new file mode 100644 index 0000000..032638d --- /dev/null +++ b/demo/undocumented/multimesh-poisson/cpp/MultiMeshPoisson.ufl @@ -0,0 +1,51 @@ +# Copyright (C) 2014-2015 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2013-06-26 +# Last changed: 2015-11-28 +# +# The bilinear form a(u, v) and linear form L(v) for a multimesh +# formulation of Poisson's equation. +# +# Compile this form with FFC: ffc -l dolfin MultiMeshPoisson.ufl. + +# Define element +element = FiniteElement("Lagrange", triangle, 1) + +# Define trial and test functions and right-hand side +u = TrialFunction(element) +v = TestFunction(element) +f = Coefficient(element) + +# Define facet normal and mesh size +n = FacetNormal(triangle) +h = 2.0*Circumradius(triangle) +h = (h('+') + h('-')) / 2 + +# Parameters +alpha = 10.0 +beta = 1.0 + +# Define bilinear form +a = dot(grad(u), grad(v))*dX \ + - dot(avg(grad(u)), jump(v, n))*dI \ + - dot(avg(grad(v)), jump(u, n))*dI \ + + alpha/h * jump(u)*jump(v)*dI \ + + beta/h**2 * dot(jump(u), jump(v))*dO + +# Define linear form +L = f*v*dX diff --git a/demo/undocumented/multimesh-poisson/cpp/P1.ufl b/demo/undocumented/multimesh-poisson/cpp/P1.ufl new file mode 100644 index 0000000..9d92788 --- /dev/null +++ b/demo/undocumented/multimesh-poisson/cpp/P1.ufl @@ -0,0 +1,27 @@ +# Copyright (C) 2009 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-06-18 +# Last changed: +# +# The bilinear form a(v, u) and linear form L(v) for +# projection onto piecewise quadratics. +# +# Compile this form with FFC: ffc -l dolfin P1.ufl + +element = FiniteElement("Lagrange", triangle, 1) + diff --git a/demo/undocumented/multimesh-poisson/cpp/main.cpp b/demo/undocumented/multimesh-poisson/cpp/main.cpp new file mode 100644 index 0000000..3c85406 --- /dev/null +++ b/demo/undocumented/multimesh-poisson/cpp/main.cpp @@ -0,0 +1,140 @@ +// Copyright (C) 2013-2015 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2013-06-26 +// Last changed: 2016-03-02 +// +// This demo program solves Poisson's equation on a domain defined by +// three overlapping and non-matching meshes. The solution is computed +// on a sequence of rotating meshes to test the multimesh +// functionality. + +#include +#include +#include "MultiMeshPoisson.h" + +using namespace dolfin; +using std::make_shared; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary; + } +}; + +// Compute solution for given mesh configuration +std::shared_ptr solve_poisson(double t, + double x1, double y1, + double x2, double y2) +{ + // Create meshes + double r = 0.5; + auto mesh_0 = make_shared(Point(-r, -r), Point(r, r), 16, 16); + auto mesh_1 = make_shared(Point(x1 - r, y1 - r), Point(x1 + r, y1 + r), 8, 8); + auto mesh_2 = make_shared(Point(x2 - r, y2 - r), Point(x2 + r, y2 + r), 8, 8); + mesh_1->rotate(70*t); + mesh_2->rotate(-70*t); + + // Build multimesh + auto multimesh = make_shared(); + multimesh->add(mesh_0); + multimesh->add(mesh_1); + multimesh->add(mesh_2); + multimesh->build(); + + // Create function space + auto V = make_shared(multimesh); + + // Create forms + auto a = make_shared(V, V); + auto L = make_shared(V); + + // Attach coefficients + auto f = make_shared(1); + L->f = f; + + // Assemble linear system + auto A = make_shared(); + auto b = make_shared(); + assemble_multimesh(*A, *a); + assemble_multimesh(*b, *L); + + // Apply boundary condition + auto zero = make_shared(0); + auto boundary = make_shared(); + auto bc = make_shared(V, zero, boundary); + bc->apply(*A, *b); + + // Lock inactive dofs + V->lock_inactive_dofs(*A, *b); + + // Compute solution + auto u = make_shared(V); + solve(*A, *u->vector(), *b); + + return u; +} + +int main(int argc, char* argv[]) +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + info("Sorry, this demo does not (yet) run in parallel."); + return 0; + } + + // Parameters + const double T = 10.0; + const std::size_t N = 100; + const double dt = T / N; + + // Create files for output + XDMFFile f0("output/u0.xdmf"); + XDMFFile f1("output/u1.xdmf"); + XDMFFile f2("output/u2.xdmf"); + + // Iterate over configurations + for (std::size_t n = 0; n < N; n++) + { + info("Computing solution, step %d / %d.", n + 1, N); + + // Compute coordinates for meshes + const double t = dt*n; + const double x1 = sin(t)*cos(2*t); + const double y1 = cos(t)*cos(2*t); + const double x2 = cos(t)*cos(2*t); + const double y2 = sin(t)*cos(2*t); + + // Compute solution + std::shared_ptr u = solve_poisson(t, x1, y1, x2, y2); + + // Save to file + f0.write(*u->part(0), t); + f1.write(*u->part(1), t); + f2.write(*u->part(2), t); + } + + // Close files + f0.close(); + f1.close(); + f2.close(); + + return 0; +} diff --git a/demo/undocumented/multimesh-stokes/cpp/MultiMeshStokes.ufl b/demo/undocumented/multimesh-stokes/cpp/MultiMeshStokes.ufl new file mode 100644 index 0000000..88b297a --- /dev/null +++ b/demo/undocumented/multimesh-stokes/cpp/MultiMeshStokes.ufl @@ -0,0 +1,73 @@ +# Copyright (C) 2014-2015 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2014-06-10 +# Last changed: 2015-11-17 +# +# The bilinear form a(u, v) and linear form L(v) for a multimesh +# formulation of the Stokes equations. +# +# Compile this form with FFC: ffc -l dolfin MultiMeshStokes.ufl. + +# Define element +P2 = VectorElement("Lagrange", triangle, 2) +P1 = FiniteElement("Lagrange", triangle, 1) +TH = P2 * P1 + +# Define trial and test functions and right-hand side +(u, p) = TrialFunctions(TH) +(v, q) = TestFunctions(TH) +f = Coefficient(P2) + +# Define facet normal and mesh size +n = FacetNormal(triangle) +h = 2.0*Circumradius(triangle) + +# Parameters +alpha = 20.0 +beta = 5 + +def tensor_jump(v, n): + return outer(v('+'), n('+')) + outer(v('-'), n('-')) + +def a_h(v, w): + return inner(grad(v), grad(w))*dX \ + - inner(avg(grad(v)), tensor_jump(w, n))*dI \ + - inner(avg(grad(w)), tensor_jump(v, n))*dI \ + + alpha/avg(h) * inner(jump(v), jump(w))*dI + +def b_h(v, q): + return -div(v)*q*dX + jump(v, n)*avg(q)*dI + +def l_h(v, q, f): + return inner(f, v)*dX + +def s_O(v, q, w, r): + return (beta/avg(h)**2) * inner(jump(v), jump(w))*dO \ + + beta * inner(jump(q), jump(r))*dO + +def s_C(v, q, w, r): + return h*h*inner(-div(grad(v)) + grad(q), -div(grad(w)) - grad(r))*dC + +def l_C(v, q, f): + return h*h*inner(f, -div(grad(v)) - grad(q))*dC + +# Define bilinear form +a = a_h(u, v) + b_h(v, p) + b_h(u, q) + s_O(u, p, v, q) + s_C(u, p, v, q) + +# Define linear form +L = l_h(v, q, f) + l_C(v, q, f) diff --git a/demo/undocumented/multimesh-stokes/cpp/main.cpp b/demo/undocumented/multimesh-stokes/cpp/main.cpp new file mode 100644 index 0000000..e8d40e4 --- /dev/null +++ b/demo/undocumented/multimesh-stokes/cpp/main.cpp @@ -0,0 +1,152 @@ +// Copyright (C) 2014-2015 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2014-06-10 +// Last changed: 2017-09-28 +// +// This demo program solves the Stokes equations on a domain defined +// by three overlapping and non-matching meshes. + +#include +#include "MultiMeshStokes.h" + +using namespace dolfin; +using std::make_shared; + +// Value for inflow boundary condition for velocity +class InflowValue : public Expression +{ +public: + + InflowValue() : Expression(2) {} + + void eval(Array& values, const Array& x) const + { + values[0] = sin(x[1]*DOLFIN_PI); + values[1] = 0.0; + } + +}; + +// Subdomain for inflow boundary +class InflowBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary && near(x[0], 0.0); + } +}; + +// Subdomain for outflow boundary +class OutflowBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary && near(x[0], 1.0); + } +}; + +// Subdomain for no-slip boundary +class NoslipBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary && (near(x[1], 0.0) || near(x[1], 1.0)); + } +}; + +int main(int argc, char* argv[]) +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + info("Sorry, this demo does not (yet) run in parallel."); + return 0; + } + + // Create meshes + auto mesh_0 = make_shared(16, 16); + auto mesh_1 = make_shared(Point(0.2, 0.2), Point(0.6, 0.6), 8, 8); + auto mesh_2 = make_shared(Point(0.4, 0.4), Point(0.8, 0.8), 8, 8); + + // Build multimesh + auto multimesh = make_shared(); + multimesh->add(mesh_0); + multimesh->add(mesh_1); + multimesh->add(mesh_2); + multimesh->build(); + + // Create function space + auto W = make_shared(multimesh); + + // Create forms + auto a = make_shared(W, W); + auto L = make_shared(W); + + // Attach coefficients + auto f = make_shared(0, 0); + L->f = f; + + // Assemble linear system + auto A = make_shared(); + auto b = make_shared(); + assemble_multimesh(*A, *a); + assemble_multimesh(*b, *L); + + // Create boundary values + auto inflow_value = make_shared(); + auto outflow_value = make_shared(0); + auto noslip_value = make_shared(0, 0); + + // Create subdomains for boundary conditions + auto inflow_boundary = make_shared(); + auto outflow_boundary = make_shared(); + auto noslip_boundary = make_shared(); + + // Create subspaces for boundary conditions + auto V = make_shared(*W, 0); + auto Q = make_shared(*W, 1); + + // Create boundary conditions + auto bc0 = make_shared(V, noslip_value, noslip_boundary); + auto bc1 = make_shared(V, inflow_value, inflow_boundary); + auto bc2 = make_shared(Q, outflow_value, outflow_boundary); + + // Apply boundary conditions + bc0->apply(*A, *b); + bc1->apply(*A, *b); + bc2->apply(*A, *b); + + // Remove inactive dofs + V->lock_inactive_dofs(*A, *b); + + // Compute solution + auto w = make_shared(W); + solve(*A, *w->vector(), *b); + + // Save solution parts and components to file + for (int part = 0; part < 3; part++) + { + XDMFFile ufile("output/u" + std::to_string(part) + ".xdmf"); + XDMFFile pfile("output/p" + std::to_string(part) + ".xdmf"); + ufile.write((*w->part(part))[0]); + pfile.write((*w->part(part))[1]); + ufile.close(); + pfile.close(); + } + + return 0; +} diff --git a/demo/undocumented/nonmatching-projection/cpp/P1_projection.ufl b/demo/undocumented/nonmatching-projection/cpp/P1_projection.ufl new file mode 100644 index 0000000..90453d0 --- /dev/null +++ b/demo/undocumented/nonmatching-projection/cpp/P1_projection.ufl @@ -0,0 +1,34 @@ +# Copyright (C) 2009 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-10-10 +# Last changed: +# +# The bilinear form a(u, v) and linear form L(v) for +# projection onto piecewise linears. +# +# Compile this form with FFC: ffc -l dolfin P1_projection.ufl + +P3 = FiniteElement("Lagrange", triangle, 3) +P1 = FiniteElement("Lagrange", triangle, 1) + +u = TrialFunction(P1) +v = TestFunction(P1) +f = Coefficient(P3) + +a = u*v*dx +L = f*v*dx diff --git a/demo/undocumented/nonmatching-projection/cpp/P3.ufl b/demo/undocumented/nonmatching-projection/cpp/P3.ufl new file mode 100644 index 0000000..a4839ec --- /dev/null +++ b/demo/undocumented/nonmatching-projection/cpp/P3.ufl @@ -0,0 +1,27 @@ +# Copyright (C) 2009 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2009-06-18 +# Last changed: +# +# The bilinear form a(v, u) and linear form L(v) for +# projection onto piecewise quadratics. +# +# Compile this form with FFC: ffc -l dolfin P3.ufl + +element = FiniteElement("Lagrange", triangle, 3) + diff --git a/demo/undocumented/nonmatching-projection/cpp/main.cpp b/demo/undocumented/nonmatching-projection/cpp/main.cpp new file mode 100644 index 0000000..006a524 --- /dev/null +++ b/demo/undocumented/nonmatching-projection/cpp/main.cpp @@ -0,0 +1,77 @@ +// Copyright (C) 2009 Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg, 2011. +// +// First added: 2009-10-10 +// Last changed: 2014-08-11 +// +// This program demonstrates the L2 projection of a function onto a +// non-matching mesh. + +#include +#include "P1_projection.h" +#include "P3.h" + +using namespace dolfin; + +class MyExpression : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { + values[0] = sin(10.0*x[0])*sin(10.0*x[1]); + } + +}; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Create meshes + auto mesh0 = std::make_shared(16, 16); + auto mesh1 = std::make_shared(64, 64); + + // Create P3 function space + auto V0 = std::make_shared(mesh0); + + // Interpolate expression into V0 + MyExpression e; + auto f0 = std::make_shared(V0); + f0->interpolate(e); + + // Define variational problem + auto V1 = std::make_shared(mesh1); + P1_projection::BilinearForm a(V1, V1); + P1_projection::LinearForm L(V1, f0); + + // Compute solution + Function f1(V1); + solve(a == L, f1); + + // Plot results + XDMFFile("f0.xdmf").write(*f0); + XDMFFile("f1.xdmf").write(f1); + + return 0; +} diff --git a/demo/undocumented/parallel-refinement/cpp/main.cpp b/demo/undocumented/parallel-refinement/cpp/main.cpp new file mode 100644 index 0000000..c6fab1a --- /dev/null +++ b/demo/undocumented/parallel-refinement/cpp/main.cpp @@ -0,0 +1,59 @@ +// Copyright (C) 2013 Chris Richardson +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2013-04-26 +// Last changed: 2013-04-26 + +#include + +using namespace dolfin; + +int main() +{ + // Create mesh + auto mesh = std::make_shared(20, 20); + + // Create MeshFunction to hold cell process rank + MeshFunction + processes0(mesh, mesh->topology().dim(), dolfin::MPI::rank(mesh->mpi_comm())); + + // Output cell distribution to VTK file + File file("processes.pvd"); + file << processes0; + + // Mark all cells on process 0 for refinement + const MeshFunction + marker(mesh, mesh->topology().dim(), (dolfin::MPI::rank(mesh->mpi_comm()) == 0)); + + // Refine mesh, but keep all new cells on parent process + auto mesh0 = std::make_shared(refine(*mesh, marker, false)); + + // Create MeshFunction to hold cell process rank + const MeshFunction + processes1(mesh0, mesh->topology().dim(), dolfin::MPI::rank(mesh->mpi_comm())); + file << processes1; + + // Refine mesh, but this time repartition the mesh after refinement + auto mesh1 = std::make_shared(refine(*mesh, marker, false)); + + // Create MeshFunction to hold cell process rank + MeshFunction + processes2(mesh1, mesh->topology().dim(), dolfin::MPI::rank(mesh->mpi_comm())); + file << processes2; + + return 0; +} diff --git a/demo/undocumented/parameters/cpp/main.cpp b/demo/undocumented/parameters/cpp/main.cpp new file mode 100644 index 0000000..e802f28 --- /dev/null +++ b/demo/undocumented/parameters/cpp/main.cpp @@ -0,0 +1,121 @@ +// Copyright (C) 2009 Johan Hake and Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2009-09-05 +// Last changed: 2009-09-14 +// +// This demo demonstrates the DOLFIN parameter system. +// +// Try running this demo with +// +// ./demo --bar 1 --solver_parameters.max_iterations 1000 + +#include + +using namespace dolfin; + +int main(int argc, char* argv[]) +{ + SubSystemsManager::init_mpi(); + + //--- Demo of global DOLFIN parameters --- + + // Set some global DOLFIN parameters + parameters["linear_algebra_backend"] = "Eigen"; + + // Print global DOLFIN parameters + info(parameters, true); + cout << endl; + + // Read parameters from file + File file("parameters.xml"); + file >> parameters; + info(parameters, true); + cout << endl; + + //--- Demo of nested parameter sets --- + + // Create an application parameter set + Parameters application_parameters("application_parameters"); + + // Create application parameters + application_parameters.add("foo", 1.0); + application_parameters.add("bar", 100); + application_parameters.add("baz", false); + application_parameters.add("pc", "amg"); + + // Create a solver parameter set + Parameters solver_parameters("solver_parameters"); + + // Create solver parameters + solver_parameters.add("max_iterations", 100); + solver_parameters.add("tolerance", 1e-16); + solver_parameters.add("relative_tolerance", 1e-16, 1e-16, 1.0); + + // Set range for parameter + solver_parameters["max_iterations"].set_range(0, 1000); + + // Set some parameter values + solver_parameters["max_iterations"] = 500; + solver_parameters["relative_tolerance"] = 0.1; + + // Set solver parameters as nested parameters of application parameters + application_parameters.add(solver_parameters); + + // Parse command-line options + application_parameters.parse(argc, argv); + + // Access parameter values + double foo = application_parameters["foo"]; + int bar = application_parameters["bar"]; + double tol = application_parameters("solver_parameters")["tolerance"]; + + // Print parameter values + cout << "foo = " << foo << endl; + cout << "bar = " << bar << endl; + cout << "tol = " << tol << endl; + cout << endl; + + // Print application parameters + info(application_parameters, true); + cout << endl; + + //--- Demo of Krylov solver parameters --- + + // Set a parameter for the Krylov solver + KrylovSolver solver; + solver.parameters["relative_tolerance"] = 1e-20; + + // Print Krylov solver parameters + info(solver.parameters, true); + cout << endl; + + //--- Demo of updating a parameter set --- + + // Create a subset of the application parameter set + Parameters parameter_subset("parameter_subset"); + parameter_subset.add("foo", 3.0); + Parameters nested_subset("solver_parameters"); + nested_subset.add("max_iterations", 850); + parameter_subset.add(nested_subset); + + // Update application parameters + application_parameters.update(parameter_subset); + info(application_parameters, true); + + return 0; +} diff --git a/demo/undocumented/parameters/cpp/parameters.xml b/demo/undocumented/parameters/cpp/parameters.xml new file mode 100644 index 0000000..dd4e1a4 --- /dev/null +++ b/demo/undocumented/parameters/cpp/parameters.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/demo/undocumented/poisson-disc/cpp/PoissonDisc.ufl b/demo/undocumented/poisson-disc/cpp/PoissonDisc.ufl new file mode 100644 index 0000000..0097999 --- /dev/null +++ b/demo/undocumented/poisson-disc/cpp/PoissonDisc.ufl @@ -0,0 +1,53 @@ +# -*- coding: utf-8 -*- +# Copyright (C) 2015-2015 Martin Sandve Alnæs +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation with quadratic isoparametric elements. +# +# Compile this form with FFC: ffc -r uflacs -l dolfin PoissonDisc.ufl + +# Solving +# -laplace u = 1 +# u(r=1) = 0 + +degree = 2 +cell = triangle + +coordinate_element = VectorElement("Lagrange", cell, degree) +mesh = Mesh(coordinate_element) + +element = FiniteElement("Lagrange", cell, degree) +V = FunctionSpace(mesh, element) + +u = TrialFunction(V) +v = TestFunction(V) + +x = SpatialCoordinate(mesh) + +f = Coefficient(V) + +# Variational formulation +a = dot(grad(u), grad(v))*dx +L = f*v*dx + +# Exact solution +uexact = (1.0 - x**2) / 4.0 + +# Error norm functional +uh = Coefficient(V) +M = (uh - uexact)**2*dx diff --git a/demo/undocumented/poisson-disc/cpp/main.cpp b/demo/undocumented/poisson-disc/cpp/main.cpp new file mode 100644 index 0000000..1d9f5c7 --- /dev/null +++ b/demo/undocumented/poisson-disc/cpp/main.cpp @@ -0,0 +1,95 @@ +// Copyright (C) 2006-2015 Anders Logg, Martin Sandve Alnæs +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This demo program solves Poisson's equation +// +// - div grad u(x, y) = f(x, y) +// +// on the unit disk with source f given by +// +// f(x, y) = 1.0 +// +// and boundary conditions given by +// +// u(x, y) = 0 for x^2 + y^2 = 1 + +#include +#include "PoissonDisc.h" + +using namespace dolfin; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = 1.0; + } +}; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return on_boundary; + } +}; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Create mesh and function space + int degree = 2; + int gdim = 2; + auto mesh = std::make_shared(UnitDiscMesh::create(MPI_COMM_WORLD, 32, degree, gdim)); + + auto V = std::make_shared(mesh); + + // Define boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, u0, boundary); + + // Define variational forms + PoissonDisc::BilinearForm a(V, V); + PoissonDisc::LinearForm L(V); + + auto f = std::make_shared(); + L.f = f; + + // Compute solution + auto u = std::make_shared(V); + solve(a == L, *u, bc); + + // Error norm functional + PoissonDisc::Functional M(mesh); + M.uh = u; + double uerror = assemble(M); + std::cout << uerror << std::endl; + + // Save solution in VTK format + //File file("poisson.pvd"); + //file << u; + + return 0; +} diff --git a/demo/undocumented/poisson1D-in-2D/cpp/Poisson.ufl b/demo/undocumented/poisson1D-in-2D/cpp/Poisson.ufl new file mode 100644 index 0000000..b1a3249 --- /dev/null +++ b/demo/undocumented/poisson1D-in-2D/cpp/Poisson.ufl @@ -0,0 +1,38 @@ +# Copyright (C) 2007 Kristian B. Oelgaard +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by David Ham 2012 +# +# First added: 2007-11-23 +# Last changed: 2012-12-04 +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation in 1D embedded in 2D space. +# +# Compile this form with FFC: ffc -l dolfin Poisson.ufl +domain = Cell("interval", geometric_dimension=2) + +element = FiniteElement("Lagrange", domain, 1) + +u = TrialFunction(element) +v = TestFunction(element) + +f = Coefficient(element) +g = Coefficient(element) + +a = dot(grad(u), grad(v))*dx +L = f*v*dx + g*v*ds diff --git a/demo/undocumented/poisson1D-in-2D/cpp/main.cpp b/demo/undocumented/poisson1D-in-2D/cpp/main.cpp new file mode 100644 index 0000000..c491021 --- /dev/null +++ b/demo/undocumented/poisson1D-in-2D/cpp/main.cpp @@ -0,0 +1,146 @@ +// Copyright (C) 2012 Imperial College London and others. +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by David Ham 2012 +// +// First added: 2012-12-04 +// Last changed: 2012-12-04 +// +// This demo program solves Poisson's equation +// +// - div grad u(xi) = f(xi) +// +// on a unit interval embedded in 2D and rotated pi/4 radians +// anticlockwise from the x axis, where xi is the distance along the +// interval (ie the domain is 0 +#include "Poisson.h" + +using namespace dolfin; + +#define THETA DOLFIN_PI/4.0 + +// Map the point x back to the horizontal line +double to_interval(const Array& x) +{ + return (x[0]*cos(THETA) + x[1]*sin(THETA)); +} + +// Rotate the mesh through theta +void rotate(Mesh& mesh) +{ + std::vector& x = mesh.coordinates(); + double tmpx; + for (std::size_t i = 0; i < mesh.num_vertices(); i++) + { + tmpx = x[2*i]*cos(THETA) - x[2*i+1]*sin(THETA); + + x[2*i+1] = x[2*i]*sin(THETA) + x[2*i+1]*cos(THETA); + x[2*i] = tmpx; + } +} + +// Subdomain to extract the bottom boundary of the mesh. +class BottomEdge : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { return (std::abs(x[1]) < DOLFIN_EPS); } +}; + +// Boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { return (std::abs(to_interval(x)) < DOLFIN_EPS); } +}; + +// Source term +class Source : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { values[0] = 9.0*DOLFIN_PI*DOLFIN_PI*sin(3.0*DOLFIN_PI*to_interval(x)); } + +}; + +// Neumann boundary condition +class Flux : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { values[0] = 3.0*DOLFIN_PI*cos(3.0*DOLFIN_PI*to_interval(x)); } + +}; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Create original square mesh + UnitSquareMesh squaremesh(50, 2); + + // Grab the surface of the mesh + BoundaryMesh boundarymesh(squaremesh, "exterior"); + + // The actual mesh is just the bottom. + auto mesh = std::make_shared(boundarymesh, BottomEdge()); + + // Rotate mesh coordinates. + rotate(*mesh); + + // Create function space + auto V = std::make_shared(mesh); + + // Set up BCs + auto zero = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, zero, boundary); + + // Create source and flux terms + auto f = std::make_shared(); + auto g = std::make_shared(); + + // Define variational problem + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + L.f = f; + L.g = g; + + // Solve PDE + Function u(V); + solve(a == L, u, bc); + + // Save solution in VTK format + File file_u("poisson.pvd"); + file_u << u; + + return 0; +} diff --git a/demo/undocumented/poisson1D/cpp/Poisson.ufl b/demo/undocumented/poisson1D/cpp/Poisson.ufl new file mode 100644 index 0000000..64b6b29 --- /dev/null +++ b/demo/undocumented/poisson1D/cpp/Poisson.ufl @@ -0,0 +1,35 @@ +# Copyright (C) 2007 Kristian B. Oelgaard +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2007-11-23 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation. +# +# Compile this form with FFC: ffc -l dolfin Poisson.ufl + +element = FiniteElement("Lagrange", interval, 1) + +u = TrialFunction(element) +v = TestFunction(element) + +f = Coefficient(element) +g = Coefficient(element) + +a = dot(grad(u), grad(v))*dx +L = f*v*dx + g*v*ds diff --git a/demo/undocumented/poisson1D/cpp/main.cpp b/demo/undocumented/poisson1D/cpp/main.cpp new file mode 100644 index 0000000..439a357 --- /dev/null +++ b/demo/undocumented/poisson1D/cpp/main.cpp @@ -0,0 +1,105 @@ +// Copyright (C) 2007 Kristian B. Oelgaard +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg, 2011 +// +// First added: 2007-11-23 +// Last changed: 2012-11-12 +// +// This demo program solves Poisson's equation, +// +// - div grad u(x) = f(x) +// +// on the unit interval with source f given by +// +// f(x) = 9.0*DOLFIN_PI*DOLFIN_PI*sin(3.0*DOLFIN_PI*x[0]); +// +// and boundary conditions given by +// +// u(x) = 0 for x = 0, +// du/dx = 0 for x = 1. + +#include +#include "Poisson.h" + +using namespace dolfin; + +// Boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return (std::abs(x[0]) < DOLFIN_EPS); + } +}; + +// Source term +class Source : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { + values[0] = 9.0*DOLFIN_PI*DOLFIN_PI*sin(3.0*DOLFIN_PI*x[0]); + } + +}; + +// Neumann boundary condition +class Flux : public Expression +{ +public: + + void eval(Array& values, const Array& x) const + { + values[0] = 3.0*DOLFIN_PI*cos(3.0*DOLFIN_PI*x[0]); + } +}; + +int main() +{ + // Create mesh + auto mesh = std::make_shared(50); + + // Create function space + auto V = std::make_shared(mesh); + + // Set up BCs + auto zero = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, zero, boundary); + + // Create source and flux terms + auto f = std::make_shared(); + auto g = std::make_shared(); + + // Define variational problem + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + L.f = f; + L.g = g; + + // Solve PDE + Function u(V); + solve(a == L, u, bc); + + // Save solution in VTK format + File file_u("poisson.pvd"); + file_u << u; + + return 0; +} diff --git a/demo/undocumented/refinement/cpp/main.cpp b/demo/undocumented/refinement/cpp/main.cpp new file mode 100644 index 0000000..7bc8067 --- /dev/null +++ b/demo/undocumented/refinement/cpp/main.cpp @@ -0,0 +1,59 @@ +// Copyright (C) 2006-2011 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Johan Hoffman, 2006. +// +// First added: 2006-10-26 +// Last changed: 2012-11-12 + +#include + +using namespace dolfin; + +int main() +{ + File file("mesh.pvd"); + + // Create mesh of unit square + auto mesh = std::make_shared(UnitSquareMesh(5, 5)); + + file << *mesh; + + // Uniform refinement + mesh = std::make_shared(refine(*mesh)); + file << *mesh; + + // Refine mesh close to x = (0.5, 0.5) + Point p(0.5, 0.5); + for (unsigned int i = 0; i < 5; i++) + { + // Mark cells for refinement + MeshFunction cell_markers(mesh, mesh->topology().dim(), false); + for (CellIterator c(*mesh); !c.end(); ++c) + { + if (c->midpoint().distance(p) < 0.1) + cell_markers[*c] = true; + } + + // Refine mesh + mesh = std::make_shared(refine(*mesh, cell_markers)); + + file << *mesh; + } + + return 0; +} diff --git a/demo/undocumented/spatial-coordinates/cpp/SpatialCoordinates.ufl b/demo/undocumented/spatial-coordinates/cpp/SpatialCoordinates.ufl new file mode 100644 index 0000000..2e08267 --- /dev/null +++ b/demo/undocumented/spatial-coordinates/cpp/SpatialCoordinates.ufl @@ -0,0 +1,36 @@ +# Copyright (C) 2010 Kristian B. Oelgaard +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation where spatial coordinates are used to define the source +# and boundary flux terms. +# +# Compile this form with FFC: ffc -l dolfin SpatialCoordinates.ufl + +element = FiniteElement("Lagrange", triangle, 2) + +u = TrialFunction(element) +v = TestFunction(element) + +x = SpatialCoordinate(triangle) +d_x = x[0] - 0.5 +d_y = x[1] - 0.5 +f = 10.0*exp(-(d_x*d_x + d_y*d_y) / 0.02) +g = -sin(5.0*x[0]) + +a = inner(grad(u), grad(v))*dx +L = f*v*dx + g*v*ds diff --git a/demo/undocumented/spatial-coordinates/cpp/main.cpp b/demo/undocumented/spatial-coordinates/cpp/main.cpp new file mode 100644 index 0000000..1293df6 --- /dev/null +++ b/demo/undocumented/spatial-coordinates/cpp/main.cpp @@ -0,0 +1,80 @@ +// Copyright (C) 2010 Kristian B. Oelgaard +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-03-05 +// Last changed: 2012-11-12 +// +// This demo program solves Poisson's equation +// +// - div grad u(x, y) = f(x, y) +// +// on the unit square with source f given by +// +// f(x, y) = 10*exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02) +// +// and boundary conditions given by +// +// u(x, y) = 0 for x = 0 or x = 1 +// du/dn(x, y) = -sin(5*x) for y = 0 or y = 1 +// +// This demo is identical to the Poisson demo with the only difference that +// the source and flux term is expressed using SpatialCoordinates in the +// variational formulation. + +#include +#include "SpatialCoordinates.h" + +using namespace dolfin; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS; + } +}; + +int main() +{ + // Create mesh and function space + auto mesh = std::make_shared(32, 32); + auto V = std::make_shared(mesh); + + // Define boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + auto bc = std::make_shared(V, u0, boundary); + + // Define variational problem + auto a = std::make_shared(V, V); + auto L = std::make_shared(V); + auto u = std::make_shared(V); + std::vector> bcs = {bc}; + auto problem = std::make_shared(a, L, u, bcs); + + // Compute solution + LinearVariationalSolver solver(problem); + solver.parameters["linear_solver"] = "iterative"; + solver.solve(); + + // Save solution in VTK format + File file("spatial-coordinates.pvd"); + file << *u; + + return 0; +} diff --git a/demo/undocumented/submesh/cpp/main.cpp b/demo/undocumented/submesh/cpp/main.cpp new file mode 100644 index 0000000..0a6059b --- /dev/null +++ b/demo/undocumented/submesh/cpp/main.cpp @@ -0,0 +1,78 @@ +// Copyright (C) 2009, 2015 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// This demo program demonstrates how to extract matching sub meshes +// from a common mesh. + +#include + +using namespace dolfin; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Structure sub domain + class Structure : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] > 1.4 - DOLFIN_EPS and x[0] < 1.6 + DOLFIN_EPS + and x[1] < 0.6 + DOLFIN_EPS; + } + }; + + // Create mesh + auto mesh = std::make_shared(Point(0.0, 0.0), + Point(3.0, 1.0), 60, 20); + + // Create sub domain markers and mark everything as 0 + MeshFunction sub_domains(mesh, mesh->topology().dim()); + sub_domains = 0; + + // Mark structure domain as 1 + Structure structure; + structure.mark(sub_domains, 1); + + // Extract sub meshes + auto fluid_mesh = std::make_shared(*mesh, sub_domains, 0); + auto structure_mesh = std::make_shared(*mesh, sub_domains, 1); + + // Move structure mesh + MeshGeometry& geometry = structure_mesh->geometry(); + + for (VertexIterator v(*structure_mesh); !v.end(); ++v) + { + std::array x = {{v->x()[0], v->x()[1]}}; + x[0] += 0.1*x[0]*x[1]; + geometry.set(v->index(), x.data()); + } + + // Move fluid mesh according to structure mesh + ALE::move(fluid_mesh, *structure_mesh); + fluid_mesh->smooth(); + + // Write out meshes to files. + XDMFFile("fluid_mesh.xdmf").write(*fluid_mesh); + XDMFFile("structure_mesh.xdmf").write(*structure_mesh); + + return 0; +} diff --git a/demo/undocumented/sym-dirichlet-bc/cpp/Poisson.ufl b/demo/undocumented/sym-dirichlet-bc/cpp/Poisson.ufl new file mode 100644 index 0000000..e952455 --- /dev/null +++ b/demo/undocumented/sym-dirichlet-bc/cpp/Poisson.ufl @@ -0,0 +1,34 @@ +# Copyright (C) 2005-2007 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation. +# +# Compile this form with FFC: ffc -l dolfin Poisson.ufl + +element = FiniteElement("Lagrange", triangle, 1) + +u = TrialFunction(element) +v = TestFunction(element) +f = Coefficient(element) +g = Coefficient(element) + +a = dot(grad(u), grad(v))*dx +L = f*v*dx + g*v*ds diff --git a/demo/undocumented/sym-dirichlet-bc/cpp/main.cpp b/demo/undocumented/sym-dirichlet-bc/cpp/main.cpp new file mode 100644 index 0000000..f23fd88 --- /dev/null +++ b/demo/undocumented/sym-dirichlet-bc/cpp/main.cpp @@ -0,0 +1,138 @@ +// Copyright (C) 2006-2007 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Garth N. Wells, 2008. +// +// First added: 2006-02-07 +// Last changed: 2012-11-12 +// +// This demo program solves Poisson's equation, +// +// - div grad u(x, y) = f(x, y) +// +// on the unit square with source f given by +// +// f(x, y) = 500*exp(-((x - 0.5)^2 + (y - 0.5)^2)/0.02) +// +// and boundary conditions given by +// +// u(x, y) = 0 for x = 0, +// du/dn(x, y) = 25 cos(5 pi y) for x = 1, +// du/dn(x, y) = 0 otherwise. + +#include +#include "Poisson.h" + +using namespace dolfin; + +int main() +{ + // Source term + class Source : public Expression + { + public: + + Source() : Expression() {} + + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 500.0*exp(-(dx*dx + dy*dy)/0.02); + } + + }; + + // Neumann boundary condition + class Flux : public Expression + { + public: + + Flux() : Expression() {} + + void eval(Array& values, const Array& x) const + { + if (x[0] > (1.0 - DOLFIN_EPS)) + values[0] = 25.0*cos(5.0*DOLFIN_PI*x[1]); + else + values[0] = 0.0; + } + + }; + + // Sub domain for Dirichlet boundary condition + class DirichletBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS; + } + }; + + // Create mesh + auto mesh = std::make_shared(300, 300); + + // Create functions + auto f = std::make_shared(); + auto g = std::make_shared(); + + // Define forms and attach functions + auto V = std::make_shared(mesh); + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + L.f = f; L.g = g; + + // Create boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + auto bc = std::make_shared(V, u0, boundary); + + // Create function + Function u(V); + + // Create table + Table table("Assembly and application of bcs"); + + // Matrix and vector to assemble + Matrix A; + Vector b; + + // Assemble A and b separately + tic(); + assemble(A, a); + assemble(b, L); + bc->apply(A, b); + table("Standard", "Assembly time") = toc(); + + // Assemble A and b together + tic(); + assemble_system(A, b, a, L, {bc}); + table("Symmetric", "Assembly time") = toc(); + + // Display summary + info(table); + + // Solve system + LUSolver solver; + solver.solve(A, *u.vector(), b); + + // Save solution in VTK format + File file("poisson.pvd"); + file << u; + + return 0; +} diff --git a/demo/undocumented/time-series/cpp/main.cpp b/demo/undocumented/time-series/cpp/main.cpp new file mode 100644 index 0000000..4b02909 --- /dev/null +++ b/demo/undocumented/time-series/cpp/main.cpp @@ -0,0 +1,76 @@ +// Copyright (C) 2009 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2009-11-11 +// Last changed: 2012-11-12 +// +// This program demonstrates the use of the TimeSeries +// class for storing a series of meshes and vectors. + +#include + +using namespace dolfin; + +int main() +{ + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + #ifdef HAS_HDF5 + + // Create empty time series + TimeSeries series(MPI_COMM_WORLD, "primal"); + + // Create a mesh and a vector + UnitSquareMesh unit_square(2, 2); + Mesh mesh(unit_square); + + // Add a bunch of meshes and vectors to the series + double t = 0.0; + while (t < 1.0) + { + // Refine mesh and resize vector + mesh = refine(mesh); + Vector x(mesh.mpi_comm(), mesh.num_vertices()); + + // Set some vector values + std::vector values(x.local_size()); + const std::size_t offset = x.local_range().first; + for (std::size_t i = 0; i < x.local_size(); i++) + values[i] = (t + 1.0)*static_cast(offset + i); + x.set_local(values); + x.apply("insert"); + + // Append to series + series.store(mesh, t); + series.store(x, t); + + t += 0.2; + } + + // Retrieve mesh and vector at some point in time + series.retrieve(mesh, 0.29); + Vector x; + series.retrieve(x, 0.31, false); + + #endif + + return 0; +} diff --git a/demo/undocumented/waveguide/cpp/Forms.py b/demo/undocumented/waveguide/cpp/Forms.py new file mode 100644 index 0000000..8d53959 --- /dev/null +++ b/demo/undocumented/waveguide/cpp/Forms.py @@ -0,0 +1,46 @@ +# Copyright (C) 2008 Evan Lezar +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Forms for solving the transverse magnetic (TM) cutoff modes of a waveguide +# +# Compile this form with FFC: ffc -l dolfin Forms.form + +from ufl import * +from ufl.log import set_level +from ffc.compiler.compiler import compile + +# Set debug level +set_level(20) + +# Reserved variables for forms +(a, L, M) = (None, None, None) + +# Reserved variable for element +element = None + +element = FiniteElement("Nedelec 1st kind H(curl)", "triangle", 2) + +v = TestFunction(element) +u = TrialFunction(element) + +def curl_t(w): + return Dx(w[1], 0) - Dx(w[0], 1) + +a = curl_t(v)*curl_t(u)*dx +L = inner(v, u)*dx + +compile([a, L, M, element], "Forms", {'log_level': 20, 'format': 'dolfin', 'form_postfix': True, 'quadrature_order': 'auto', 'precision': '15', 'cpp optimize': False, 'split_implementation': False, 'cache_dir': None, 'output_dir': '.', 'representation': 'auto', 'optimize': True}, globals()) diff --git a/demo/undocumented/waveguide/cpp/Forms.ufl b/demo/undocumented/waveguide/cpp/Forms.ufl new file mode 100644 index 0000000..80c52b9 --- /dev/null +++ b/demo/undocumented/waveguide/cpp/Forms.ufl @@ -0,0 +1,31 @@ +# Copyright (C) 2008 Evan Lezar +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Forms for solving the transverse magnetic (TM) cutoff modes of a waveguide +# +# Compile this form with FFC: ffc -l dolfin Forms.form + +element = FiniteElement("Nedelec 1st kind H(curl)", triangle, 3) + +u = TrialFunction(element) +v = TestFunction(element) + +def curl_t(w): + return Dx(w[1], 0) - Dx(w[0], 1) + +a = curl_t(u)*curl_t(v)*dx +L = inner(u, v)*dx diff --git a/demo/undocumented/waveguide/cpp/main.cpp b/demo/undocumented/waveguide/cpp/main.cpp new file mode 100644 index 0000000..4c0fbaa --- /dev/null +++ b/demo/undocumented/waveguide/cpp/main.cpp @@ -0,0 +1,110 @@ +// Copyright (C) 2008 Evan Lezar +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg 2008, 2015 +// +// First added: 2008-08-22 +// Last changed: 2015-06-15 +// +// This demo demonstrates the calculation of a TM (Transverse Magnetic) +// cutoff wavenumber of a rectangular waveguide with dimensions 1x0.5m. +// +// For more information regarding waveguides, see +// +// http://www.ee.bilkent.edu.tr/~microwave/programs/magnetic/rect/info.htm +// +// See the pdf in the parent folder and the following reference: +// +// The Finite Element in Electromagnetics (2nd Ed) +// Jianming Jin [7.2.1 - 7.2.2] + +#include +#include "Forms.h" + +using namespace dolfin; + +#if defined(HAS_PETSC) && defined(HAS_SLEPC) + +int main() +{ + // Create mesh + double width = 1.0; + double height = 0.5; + auto mesh = std::make_shared(Point(0.0, 0.0), + Point(width, height), 4, 2); + + // Define the forms - gererates an generalized eigenproblem of the form + // [S]{h} = k_o^2[T]{h} + // with the eigenvalues k_o^2 representing the square of the cutoff wavenumber + // and the corresponding right-eigenvector giving the coefficients of the + // discrete system used to obtain the approximate field anywhere in the domain + auto V = std::make_shared(mesh); + Forms::Form_a s(V, V); + Forms::Form_L t(V, V); + + // Assemble the system matrices stiffness (S) and mass matrices (T) + auto S = std::make_shared(); + auto T = std::make_shared(); + assemble(*S, s); + assemble(*T, t); + + // Solve the eigen system + SLEPcEigenSolver esolver(S, T); + esolver.parameters["spectrum"] = "smallest real"; + esolver.parameters["solver"] = "lapack"; + esolver.solve(); + + // The result should have real eigenvalues but due to rounding + // errors, some of the resultant eigenvalues may be small complex + // values. only consider the real part + + // Now, the system contains a number of zero eigenvalues (near zero + // due to rounding) which are eigenvalues corresponding to the + // null-space of the curl operator and are a mathematical construct + // and do not represent physically realizable modes. These are + // called spurious modes. So, we need to identify the smallest, + // non-zero eigenvalue of the system - which corresponds with cutoff + // wavenumber of the the dominant cutoff mode. + double cutoff = -1.0; + double lr, lc; + for (std::size_t i = 0; i < S->size(1); i++) + { + esolver.get_eigenvalue(lr, lc, i); + if (lr > 1 && lc == 0) + { + cutoff = sqrt(lr); + break; + } + } + + if (cutoff == -1.0) + info("Unable to find dominant mode."); + else + info("Cutoff frequency = %g", cutoff); + + return 0; +} + +#else + +int main() +{ + info("Sorry, this demo is only available when DOLFIN is compiled with PETSc and SLEPc."); + return 0; +} + +#endif diff --git a/doc/Doxyfile b/doc/Doxyfile new file mode 100644 index 0000000..1aff615 --- /dev/null +++ b/doc/Doxyfile @@ -0,0 +1,2496 @@ +# Doxyfile 1.8.13 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project. +# +# All text after a double hash (##) is considered a comment and is placed in +# front of the TAG it is preceding. +# +# All text after a single hash (#) is considered a comment and will be ignored. +# The format is: +# TAG = value [value, ...] +# For lists, items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (\" \"). + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all text +# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv +# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# for the list of possible encodings. +# The default value is: UTF-8. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by +# double-quotes, unless you are using Doxywizard) that should identify the +# project for which the documentation is generated. This name is used in the +# title of most generated pages and in a few other places. +# The default value is: My Project. + +PROJECT_NAME = "DOLFIN" + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. This +# could be handy for archiving the generated documentation or if some version +# control system is used. + +PROJECT_NUMBER = + +# Using the PROJECT_BRIEF tag one can provide an optional one line description +# for a project that appears at the top of each page and should give viewer a +# quick idea about the purpose of the project. Keep the description short. + +PROJECT_BRIEF = "DOLFIN C++ interface" + +# With the PROJECT_LOGO tag one can specify a logo or an icon that is included +# in the documentation. The maximum height of the logo should not exceed 55 +# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy +# the logo to the output directory. + +PROJECT_LOGO = + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path +# into which the generated documentation will be written. If a relative path is +# entered, it will be relative to the location where doxygen was started. If +# left blank the current directory will be used. + +OUTPUT_DIRECTORY = + +# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- +# directories (in 2 levels) under the output directory of each output format and +# will distribute the generated files over these directories. Enabling this +# option can be useful when feeding doxygen a huge amount of source files, where +# putting all generated files in the same directory would otherwise causes +# performance problems for the file system. +# The default value is: NO. + +CREATE_SUBDIRS = YES + +# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII +# characters to appear in the names of generated files. If set to NO, non-ASCII +# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode +# U+3044. +# The default value is: NO. + +ALLOW_UNICODE_NAMES = YES + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese, +# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States), +# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian, +# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian, +# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian, +# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish, +# Ukrainian and Vietnamese. +# The default value is: English. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member +# descriptions after the members that are listed in the file and class +# documentation (similar to Javadoc). Set to NO to disable this. +# The default value is: YES. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief +# description of a member or function before the detailed description +# +# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. +# The default value is: YES. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator that is +# used to form the text in various listings. Each string in this list, if found +# as the leading text of the brief description, will be stripped from the text +# and the result, after processing the whole list, is used as the annotated +# text. Otherwise, the brief description is used as-is. If left blank, the +# following values are used ($name is automatically replaced with the name of +# the entity):The $name class, The $name widget, The $name file, is, provides, +# specifies, contains, represents, a, an and the. + +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# doxygen will generate a detailed section even if there is only a brief +# description. +# The default value is: NO. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. +# The default value is: NO. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path +# before files name in the file list and in the header files. If set to NO the +# shortest path that makes the file name unique will be used +# The default value is: YES. + +FULL_PATH_NAMES = YES + +# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path. +# Stripping is only done if one of the specified strings matches the left-hand +# part of the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the path to +# strip. +# +# Note that you can specify absolute paths here, but also relative paths, which +# will be relative from the directory where doxygen is started. +# This tag requires that the tag FULL_PATH_NAMES is set to YES. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the +# path mentioned in the documentation of a class, which tells the reader which +# header file to include in order to use a class. If left blank only the name of +# the header file containing the class definition is used. Otherwise one should +# specify the list of include paths that are normally passed to the compiler +# using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but +# less readable) file names. This can be useful is your file systems doesn't +# support long names like on DOS, Mac, or CD-ROM. +# The default value is: NO. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the +# first line (until the first dot) of a Javadoc-style comment as the brief +# description. If set to NO, the Javadoc-style will behave just like regular Qt- +# style comments (thus requiring an explicit @brief command for a brief +# description.) +# The default value is: NO. + +JAVADOC_AUTOBRIEF = NO + +# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first +# line (until the first dot) of a Qt-style comment as the brief description. If +# set to NO, the Qt-style will behave just like regular Qt-style comments (thus +# requiring an explicit \brief command for a brief description.) +# The default value is: NO. + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a +# multi-line C++ special comment block (i.e. a block of //! or /// comments) as +# a brief description. This used to be the default behavior. The new default is +# to treat a multi-line C++ comment block as a detailed description. Set this +# tag to YES if you prefer the old behavior instead. +# +# Note that setting this tag to YES also means that rational rose comments are +# not recognized any more. +# The default value is: NO. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the +# documentation from any documented member that it re-implements. +# The default value is: YES. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new +# page for each member. If set to NO, the documentation of a member will be part +# of the file/class/namespace that contains it. +# The default value is: NO. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen +# uses this value to replace tabs by spaces in code fragments. +# Minimum value: 1, maximum value: 16, default value: 4. + +TAB_SIZE = 4 + +# This tag can be used to specify a number of aliases that act as commands in +# the documentation. An alias has the form: +# name=value +# For example adding +# "sideeffect=@par Side Effects:\n" +# will allow you to put the command \sideeffect (or @sideeffect) in the +# documentation, which will result in a user-defined paragraph with heading +# "Side Effects:". You can put \n's in the value part of an alias to insert +# newlines. + +ALIASES = + +# This tag can be used to specify a number of word-keyword mappings (TCL only). +# A mapping has the form "name=value". For example adding "class=itcl::class" +# will allow you to use the command class in the itcl::class meaning. + +TCL_SUBST = + +# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources +# only. Doxygen will then generate output that is more tailored for C. For +# instance, some of the names that are used will be different. The list of all +# members will be omitted, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or +# Python sources only. Doxygen will then generate output that is more tailored +# for that language. For instance, namespaces will be presented as packages, +# qualified scopes will look different, etc. +# The default value is: NO. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources. Doxygen will then generate output that is tailored for Fortran. +# The default value is: NO. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for VHDL. +# The default value is: NO. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it +# parses. With this tag you can assign which parser to use for a given +# extension. Doxygen has a built-in mapping, but you can override or extend it +# using this tag. The format is ext=language, where ext is a file extension, and +# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: +# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: +# Fortran. In the later case the parser tries to guess whether the code is fixed +# or free formatted code, this is the default for Fortran type files), VHDL. For +# instance to make doxygen treat .inc files as Fortran files (default is PHP), +# and .f files as C (default is Fortran), use: inc=Fortran f=C. +# +# Note: For files without extension you can use no_extension as a placeholder. +# +# Note that for custom extensions you also need to set FILE_PATTERNS otherwise +# the files are not read by doxygen. + +EXTENSION_MAPPING = + +# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments +# according to the Markdown format, which allows for more readable +# documentation. See http://daringfireball.net/projects/markdown/ for details. +# The output of markdown processing is further processed by doxygen, so you can +# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in +# case of backward compatibilities issues. +# The default value is: YES. + +MARKDOWN_SUPPORT = YES + +# When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up +# to that level are automatically included in the table of contents, even if +# they do not have an id attribute. +# Note: This feature currently applies only to Markdown headings. +# Minimum value: 0, maximum value: 99, default value: 0. +# This tag requires that the tag MARKDOWN_SUPPORT is set to YES. + +TOC_INCLUDE_HEADINGS = 0 + +# When enabled doxygen tries to link words that correspond to documented +# classes, or namespaces to their corresponding documentation. Such a link can +# be prevented in individual cases by putting a % sign in front of the word or +# globally by setting AUTOLINK_SUPPORT to NO. +# The default value is: YES. + +AUTOLINK_SUPPORT = YES + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should set this +# tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); +# versus func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. +# The default value is: NO. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. +# The default value is: NO. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip (see: +# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen +# will parse them like normal C++ but will assume all classes use public instead +# of private inheritance when no explicit protection keyword is present. +# The default value is: NO. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate +# getter and setter methods for a property. Setting this option to YES will make +# doxygen to replace the get and set methods by a property in the documentation. +# This will only work if the methods are indeed getting or setting a simple +# type. If this is not the case, or you want to show the methods anyway, you +# should set this option to NO. +# The default value is: YES. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. +# The default value is: NO. + +DISTRIBUTE_GROUP_DOC = NO + +# If one adds a struct or class to a group and this option is enabled, then also +# any nested class or struct is added to the same group. By default this option +# is disabled and one has to add nested compounds explicitly via \ingroup. +# The default value is: NO. + +GROUP_NESTED_COMPOUNDS = NO + +# Set the SUBGROUPING tag to YES to allow class member groups of the same type +# (for instance a group of public functions) to be put as a subgroup of that +# type (e.g. under the Public Functions section). Set it to NO to prevent +# subgrouping. Alternatively, this can be done per class using the +# \nosubgrouping command. +# The default value is: YES. + +SUBGROUPING = YES + +# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions +# are shown inside the group in which they are included (e.g. using \ingroup) +# instead of on a separate page (for HTML and Man pages) or section (for LaTeX +# and RTF). +# +# Note that this feature does not work in combination with +# SEPARATE_MEMBER_PAGES. +# The default value is: NO. + +INLINE_GROUPED_CLASSES = NO + +# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions +# with only public data fields or simple typedef fields will be shown inline in +# the documentation of the scope in which they are defined (i.e. file, +# namespace, or group documentation), provided this scope is documented. If set +# to NO, structs, classes, and unions are shown on a separate page (for HTML and +# Man pages) or section (for LaTeX and RTF). +# The default value is: NO. + +INLINE_SIMPLE_STRUCTS = NO + +# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or +# enum is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically be +# useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. +# The default value is: NO. + +TYPEDEF_HIDES_STRUCT = NO + +# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This +# cache is used to resolve symbols given their name and scope. Since this can be +# an expensive process and often the same symbol appears multiple times in the +# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small +# doxygen will become slower. If the cache is too large, memory is wasted. The +# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range +# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536 +# symbols. At the end of a run doxygen will report the cache usage and suggest +# the optimal cache size from a speed point of view. +# Minimum value: 0, maximum value: 9, default value: 0. + +LOOKUP_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in +# documentation are documented, even if no documentation was available. Private +# class members and static file members will be hidden unless the +# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES. +# Note: This will also disable the warnings about undocumented members that are +# normally produced when WARNINGS is set to YES. +# The default value is: NO. + +EXTRACT_ALL = NO + +# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will +# be included in the documentation. +# The default value is: NO. + +EXTRACT_PRIVATE = NO + +# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal +# scope will be included in the documentation. +# The default value is: NO. + +EXTRACT_PACKAGE = NO + +# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be +# included in the documentation. +# The default value is: NO. + +EXTRACT_STATIC = NO + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined +# locally in source files will be included in the documentation. If set to NO, +# only classes defined in header files are included. Does not have any effect +# for Java sources. +# The default value is: YES. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. If set to YES, local methods, +# which are defined in the implementation section but not in the interface are +# included in the documentation. If set to NO, only methods in the interface are +# included. +# The default value is: NO. + +EXTRACT_LOCAL_METHODS = NO + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base name of +# the file that contains the anonymous namespace. By default anonymous namespace +# are hidden. +# The default value is: NO. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all +# undocumented members inside documented classes or files. If set to NO these +# members will be included in the various overviews, but no documentation +# section is generated. This option has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. If set +# to NO, these classes will be included in the various overviews. This option +# has no effect if EXTRACT_ALL is enabled. +# The default value is: NO. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend +# (class|struct|union) declarations. If set to NO, these declarations will be +# included in the documentation. +# The default value is: NO. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any +# documentation blocks found inside the body of a function. If set to NO, these +# blocks will be appended to the function's detailed documentation block. +# The default value is: NO. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation that is typed after a +# \internal command is included. If the tag is set to NO then the documentation +# will be excluded. Set it to YES to include the internal documentation. +# The default value is: NO. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file +# names in lower-case letters. If set to YES, upper-case letters are also +# allowed. This is useful if you have classes or files whose names only differ +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. +# The default value is: system dependent. + +CASE_SENSE_NAMES = YES + +# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with +# their full class and namespace scopes in the documentation. If set to YES, the +# scope will be hidden. +# The default value is: NO. + +HIDE_SCOPE_NAMES = NO + +# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will +# append additional text to a page's title, such as Class Reference. If set to +# YES the compound reference will be hidden. +# The default value is: NO. + +HIDE_COMPOUND_REFERENCE= NO + +# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of +# the files that are included by a file in the documentation of that file. +# The default value is: YES. + +SHOW_INCLUDE_FILES = YES + +# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each +# grouped member an include statement to the documentation, telling the reader +# which file to include in order to use the member. +# The default value is: NO. + +SHOW_GROUPED_MEMB_INC = NO + +# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include +# files with double quotes in the documentation rather than with sharp brackets. +# The default value is: NO. + +FORCE_LOCAL_INCLUDES = NO + +# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the +# documentation for inline members. +# The default value is: YES. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the +# (detailed) documentation of file and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. +# The default value is: YES. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief +# descriptions of file, namespace and class members alphabetically by member +# name. If set to NO, the members will appear in declaration order. Note that +# this will also influence the order of the classes in the class list. +# The default value is: NO. + +SORT_BRIEF_DOCS = NO + +# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the +# (brief and detailed) documentation of class members so that constructors and +# destructors are listed first. If set to NO the constructors will appear in the +# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS. +# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief +# member documentation. +# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting +# detailed member documentation. +# The default value is: NO. + +SORT_MEMBERS_CTORS_1ST = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy +# of group names into alphabetical order. If set to NO the group names will +# appear in their defined order. +# The default value is: NO. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by +# fully-qualified names, including namespaces. If set to NO, the class list will +# be sorted only by class name, not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the alphabetical +# list. +# The default value is: NO. + +SORT_BY_SCOPE_NAME = NO + +# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper +# type resolution of all parameters of a function it will reject a match between +# the prototype and the implementation of a member function even if there is +# only one candidate or it is obvious which candidate to choose by doing a +# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still +# accept a match between prototype and implementation in such cases. +# The default value is: NO. + +STRICT_PROTO_MATCHING = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo +# list. This list is created by putting \todo commands in the documentation. +# The default value is: YES. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test +# list. This list is created by putting \test commands in the documentation. +# The default value is: YES. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug +# list. This list is created by putting \bug commands in the documentation. +# The default value is: YES. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO) +# the deprecated list. This list is created by putting \deprecated commands in +# the documentation. +# The default value is: YES. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional documentation +# sections, marked by \if ... \endif and \cond +# ... \endcond blocks. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the +# initial value of a variable or macro / define can have for it to appear in the +# documentation. If the initializer consists of more lines than specified here +# it will be hidden. Use a value of 0 to hide initializers completely. The +# appearance of the value of individual variables and macros / defines can be +# controlled using \showinitializer or \hideinitializer command in the +# documentation regardless of this setting. +# Minimum value: 0, maximum value: 10000, default value: 30. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at +# the bottom of the documentation of classes and structs. If set to YES, the +# list will mention the files that were used to generate the documentation. +# The default value is: YES. + +SHOW_USED_FILES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This +# will remove the Files entry from the Quick Index and from the Folder Tree View +# (if specified). +# The default value is: YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces +# page. This will remove the Namespaces entry from the Quick Index and from the +# Folder Tree View (if specified). +# The default value is: YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command command input-file, where command is the value of the +# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided +# by doxygen. Whatever the program writes to standard output is used as the file +# version. For an example see the documentation. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed +# by doxygen. The layout file controls the global structure of the generated +# output files in an output format independent way. To create the layout file +# that represents doxygen's defaults, run doxygen with the -l option. You can +# optionally specify a file name after the option, if omitted DoxygenLayout.xml +# will be used as the name of the layout file. +# +# Note that if you run doxygen from a directory containing a file called +# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE +# tag is left empty. + +LAYOUT_FILE = + +# The CITE_BIB_FILES tag can be used to specify one or more bib files containing +# the reference definitions. This must be a list of .bib files. The .bib +# extension is automatically appended if omitted. This requires the bibtex tool +# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info. +# For LaTeX the style of the bibliography can be controlled using +# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the +# search path. See also \cite for info how to create references. + +CITE_BIB_FILES = + +#--------------------------------------------------------------------------- +# Configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated to +# standard output by doxygen. If QUIET is set to YES this implies that the +# messages are off. +# The default value is: NO. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES +# this implies that the warnings are on. +# +# Tip: Turn warnings on while writing the documentation. +# The default value is: YES. + +WARNINGS = YES + +# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate +# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag +# will automatically be disabled. +# The default value is: YES. + +WARN_IF_UNDOCUMENTED = YES + +# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some parameters +# in a documented function, or documenting parameters that don't exist or using +# markup commands wrongly. +# The default value is: YES. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that +# are documented, but have no documentation for their parameters or return +# value. If set to NO, doxygen will only warn about wrong or incomplete +# parameter documentation, but not about the absence of documentation. +# The default value is: NO. + +WARN_NO_PARAMDOC = NO + +# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when +# a warning is encountered. +# The default value is: NO. + +WARN_AS_ERROR = NO + +# The WARN_FORMAT tag determines the format of the warning messages that doxygen +# can produce. The string should contain the $file, $line, and $text tags, which +# will be replaced by the file and line number from which the warning originated +# and the warning text. Optionally the format may contain $version, which will +# be replaced by the version of the file (if it could be obtained via +# FILE_VERSION_FILTER) +# The default value is: $file:$line: $text. + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning and error +# messages should be written. If left blank the output is written to standard +# error (stderr). + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# Configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag is used to specify the files and/or directories that contain +# documented source files. You may enter file names like myfile.cpp or +# directories like /usr/src/myproject. Separate the files or directories with +# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING +# Note: If this tag is empty the current directory is searched. + +INPUT = ../dolfin + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses +# libiconv (or the iconv built into libc) for the transcoding. See the libiconv +# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# possible encodings. +# The default value is: UTF-8. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and +# *.h) to filter out the source-files in the directories. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# read by doxygen. +# +# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, +# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, +# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, +# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, +# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. + +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.idl \ + *.ddl \ + *.odl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.cs \ + *.d \ + *.php \ + *.php4 \ + *.php5 \ + *.phtml \ + *.inc \ + *.m \ + *.markdown \ + *.md \ + *.mm \ + *.dox \ + *.py \ + *.pyw \ + *.f90 \ + *.f95 \ + *.f03 \ + *.f08 \ + *.f \ + *.for \ + *.tcl \ + *.vhd \ + *.vhdl \ + *.ucf \ + *.qsf + +# The RECURSIVE tag can be used to specify whether or not subdirectories should +# be searched for input files as well. +# The default value is: NO. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should be +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. +# +# Note that relative paths are relative to the directory from which doxygen is +# run. + +EXCLUDE = ../dolfin/io/pugixml.hpp \ + ../dolfin/io/pugixml.cpp + + +# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or +# directories that are symbolic links (a Unix file system feature) are excluded +# from the input. +# The default value is: NO. + +EXCLUDE_SYMLINKS = NO + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test +# +# Note that the wildcards are matched against the file with absolute path, so to +# exclude all test directories use the pattern */test/* + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or directories +# that contain example code fragments that are included (see the \include +# command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and +# *.h) to filter out the source-files in the directories. If left blank all +# files are included. + +EXAMPLE_PATTERNS = * + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude commands +# irrespective of the value of the RECURSIVE tag. +# The default value is: NO. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or directories +# that contain images that are to be included in the documentation (see the +# \image command). + +IMAGE_PATH = + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command: +# +# +# +# where is the value of the INPUT_FILTER tag, and is the +# name of an input file. Doxygen will then use the output that the filter +# program writes to standard output. If FILTER_PATTERNS is specified, this tag +# will be ignored. +# +# Note that the filter must not add or remove lines; it is applied before the +# code is scanned, but not when the output code is generated. If lines are added +# or removed, the anchors will not be placed correctly. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. The filters are a list of the form: pattern=filter +# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how +# filters are used. If the FILTER_PATTERNS tag is empty or if none of the +# patterns match the file name, INPUT_FILTER is applied. +# +# Note that for custom extensions or not directly supported extensions you also +# need to set EXTENSION_MAPPING for the extension otherwise the files are not +# properly processed by doxygen. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will also be used to filter the input files that are used for +# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES). +# The default value is: NO. + +FILTER_SOURCE_FILES = NO + +# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file +# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and +# it is also possible to disable source filtering for a specific pattern using +# *.ext= (so without naming a filter). +# This tag requires that the tag FILTER_SOURCE_FILES is set to YES. + +FILTER_SOURCE_PATTERNS = + +# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that +# is part of the input, its contents will be placed on the main page +# (index.html). This can be useful if you have a project on for instance GitHub +# and want to reuse the introduction page also for the doxygen output. + +USE_MDFILE_AS_MAINPAGE = + +#--------------------------------------------------------------------------- +# Configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will be +# generated. Documented entities will be cross-referenced with these sources. +# +# Note: To get rid of all source code in the generated output, make sure that +# also VERBATIM_HEADERS is set to NO. +# The default value is: NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body of functions, +# classes and enums directly into the documentation. +# The default value is: NO. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any +# special comment blocks from generated source code fragments. Normal C, C++ and +# Fortran comments will always remain visible. +# The default value is: YES. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES then for each documented +# function all documented functions referencing it will be listed. +# The default value is: NO. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES then for each documented function +# all documented entities called/used by that function will be listed. +# The default value is: NO. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set +# to YES then the hyperlinks from functions in REFERENCES_RELATION and +# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will +# link to the documentation. +# The default value is: YES. + +REFERENCES_LINK_SOURCE = YES + +# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the +# source code will show a tooltip with additional information such as prototype, +# brief description and links to the definition and documentation. Since this +# will make the HTML file larger and loading of large files a bit slower, you +# can opt to disable this feature. +# The default value is: YES. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +SOURCE_TOOLTIPS = YES + +# If the USE_HTAGS tag is set to YES then the references to source code will +# point to the HTML generated by the htags(1) tool instead of doxygen built-in +# source browser. The htags tool is part of GNU's global source tagging system +# (see http://www.gnu.org/software/global/global.html). You will need version +# 4.8.6 or higher. +# +# To use it do the following: +# - Install the latest version of global +# - Enable SOURCE_BROWSER and USE_HTAGS in the config file +# - Make sure the INPUT points to the root of the source tree +# - Run doxygen as normal +# +# Doxygen will invoke htags (and that will in turn invoke gtags), so these +# tools must be available from the command line (i.e. in the search path). +# +# The result: instead of the source browser generated by doxygen, the links to +# source code will now point to the output of htags. +# The default value is: NO. +# This tag requires that the tag SOURCE_BROWSER is set to YES. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a +# verbatim copy of the header file for each class for which an include is +# specified. Set to NO to disable this. +# See also: Section \class. +# The default value is: YES. + +VERBATIM_HEADERS = YES + +# If the CLANG_ASSISTED_PARSING tag is set to YES then doxygen will use the +# clang parser (see: http://clang.llvm.org/) for more accurate parsing at the +# cost of reduced performance. This can be particularly helpful with template +# rich C++ code for which doxygen's built-in parser lacks the necessary type +# information. +# Note: The availability of this option depends on whether or not doxygen was +# generated with the -Duse-libclang=ON option for CMake. +# The default value is: NO. + +CLANG_ASSISTED_PARSING = NO + +# If clang assisted parsing is enabled you can provide the compiler with command +# line options that you would normally use when invoking the compiler. Note that +# the include paths will already be set by doxygen for the files and directories +# specified with INPUT and INCLUDE_PATH. +# This tag requires that the tag CLANG_ASSISTED_PARSING is set to YES. + +CLANG_OPTIONS = + +#--------------------------------------------------------------------------- +# Configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all +# compounds will be generated. Enable this if the project contains a lot of +# classes, structs, unions or interfaces. +# The default value is: YES. + +ALPHABETICAL_INDEX = YES + +# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in +# which the alphabetical index list will be split. +# Minimum value: 1, maximum value: 20, default value: 5. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all classes will +# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag +# can be used to specify a prefix (or a list of prefixes) that should be ignored +# while generating the index headers. +# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output +# The default value is: YES. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a +# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of +# it. +# The default directory is: html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each +# generated HTML page (for example: .htm, .php, .asp). +# The default value is: .html. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a user-defined HTML header file for +# each generated HTML page. If the tag is left blank doxygen will generate a +# standard header. +# +# To get valid HTML the header file that includes any scripts and style sheets +# that doxygen needs, which is dependent on the configuration options used (e.g. +# the setting GENERATE_TREEVIEW). It is highly recommended to start with a +# default header using +# doxygen -w html new_header.html new_footer.html new_stylesheet.css +# YourConfigFile +# and then modify the file new_header.html. See also section "Doxygen usage" +# for information on how to generate the default header that doxygen normally +# uses. +# Note: The header is subject to change so you typically have to regenerate the +# default header when upgrading to a newer version of doxygen. For a description +# of the possible markers and block names see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each +# generated HTML page. If the tag is left blank doxygen will generate a standard +# footer. See HTML_HEADER for more information on how to generate a default +# footer and what special commands can be used inside the footer. See also +# section "Doxygen usage" for information on how to generate the default footer +# that doxygen normally uses. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style +# sheet that is used by each HTML page. It can be used to fine-tune the look of +# the HTML output. If left blank doxygen will generate a default style sheet. +# See also section "Doxygen usage" for information on how to generate the style +# sheet that doxygen normally uses. +# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as +# it is more robust and this tag (HTML_STYLESHEET) will in the future become +# obsolete. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_STYLESHEET = + +# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined +# cascading style sheets that are included after the standard style sheets +# created by doxygen. Using this option one can overrule certain style aspects. +# This is preferred over using HTML_STYLESHEET since it does not replace the +# standard style sheet and is therefore more robust against future updates. +# Doxygen will copy the style sheet files to the output directory. +# Note: The order of the extra style sheet files is of importance (e.g. the last +# style sheet in the list overrules the setting of the previous ones in the +# list). For an example see the documentation. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_STYLESHEET = + +# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or +# other source files which should be copied to the HTML output directory. Note +# that these files will be copied to the base HTML output directory. Use the +# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these +# files. In the HTML_STYLESHEET file, use the file name only. Also note that the +# files will be copied as-is; there are no commands or markers available. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_EXTRA_FILES = + +# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen +# will adjust the colors in the style sheet and background images according to +# this color. Hue is specified as an angle on a colorwheel, see +# http://en.wikipedia.org/wiki/Hue for more information. For instance the value +# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 +# purple, and 360 is red again. +# Minimum value: 0, maximum value: 359, default value: 220. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_HUE = 220 + +# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors +# in the HTML output. For a value of 0 the output will use grayscales only. A +# value of 255 will produce the most vivid colors. +# Minimum value: 0, maximum value: 255, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_SAT = 100 + +# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the +# luminance component of the colors in the HTML output. Values below 100 +# gradually make the output lighter, whereas values above 100 make the output +# darker. The value divided by 100 is the actual gamma applied, so 80 represents +# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not +# change the gamma. +# Minimum value: 40, maximum value: 240, default value: 80. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_COLORSTYLE_GAMMA = 80 + +# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML +# page will contain the date and time when the page was generated. Setting this +# to YES can help to show when doxygen was last run and thus if the +# documentation is up to date. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_TIMESTAMP = NO + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_DYNAMIC_SECTIONS = NO + +# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries +# shown in the various tree structured indices initially; the user can expand +# and collapse entries dynamically later on. Doxygen will expand the tree to +# such a level that at most the specified number of entries are visible (unless +# a fully collapsed tree already exceeds this amount). So setting the number of +# entries 1 will produce a full collapsed tree by default. 0 is a special value +# representing an infinite number of entries and will result in a full expanded +# tree by default. +# Minimum value: 0, maximum value: 9999, default value: 100. +# This tag requires that the tag GENERATE_HTML is set to YES. + +HTML_INDEX_NUM_ENTRIES = 100 + +# If the GENERATE_DOCSET tag is set to YES, additional index files will be +# generated that can be used as input for Apple's Xcode 3 integrated development +# environment (see: http://developer.apple.com/tools/xcode/), introduced with +# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a +# Makefile in the HTML output directory. Running make will produce the docset in +# that directory and running make install will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at +# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html +# for more information. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_DOCSET = NO + +# This tag determines the name of the docset feed. A documentation feed provides +# an umbrella under which multiple documentation sets from a single provider +# (such as a company or product suite) can be grouped. +# The default value is: Doxygen generated docs. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# This tag specifies a string that should uniquely identify the documentation +# set bundle. This should be a reverse domain-name style string, e.g. +# com.mycompany.MyDocSet. Doxygen will append .docset to the name. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify +# the documentation publisher. This should be a reverse domain-name style +# string, e.g. com.mycompany.MyDocSet.documentation. +# The default value is: org.doxygen.Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_ID = org.doxygen.Publisher + +# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. +# The default value is: Publisher. +# This tag requires that the tag GENERATE_DOCSET is set to YES. + +DOCSET_PUBLISHER_NAME = Publisher + +# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three +# additional HTML index files: index.hhp, index.hhc, and index.hhk. The +# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop +# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on +# Windows. +# +# The HTML Help Workshop contains a compiler that can convert all HTML output +# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML +# files are now used as the Windows 98 help format, and will replace the old +# Windows help format (.hlp) on all Windows platforms in the future. Compressed +# HTML files also contain an index, a table of contents, and you can search for +# words in the documentation. The HTML workshop also contains a viewer for +# compressed HTML files. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_HTMLHELP = NO + +# The CHM_FILE tag can be used to specify the file name of the resulting .chm +# file. You can add a path in front of the file if the result should not be +# written to the html output directory. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_FILE = + +# The HHC_LOCATION tag can be used to specify the location (absolute path +# including file name) of the HTML help compiler (hhc.exe). If non-empty, +# doxygen will try to run the HTML help compiler on the generated index.hhp. +# The file has to be specified with full path. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +HHC_LOCATION = + +# The GENERATE_CHI flag controls if a separate .chi index file is generated +# (YES) or that it should be included in the master .chm file (NO). +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +GENERATE_CHI = NO + +# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc) +# and project file content. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +CHM_INDEX_ENCODING = + +# The BINARY_TOC flag controls whether a binary table of contents is generated +# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it +# enables the Previous and Next buttons. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members to +# the table of contents of the HTML help documentation and to the tree view. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTMLHELP is set to YES. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and +# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that +# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help +# (.qch) of the generated HTML documentation. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify +# the file name of the resulting .qch file. The path specified is relative to +# the HTML output folder. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help +# Project output. For more information please see Qt Help Project / Namespace +# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace). +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_NAMESPACE = org.doxygen.Project + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt +# Help Project output. For more information please see Qt Help Project / Virtual +# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual- +# folders). +# The default value is: doc. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_VIRTUAL_FOLDER = doc + +# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom +# filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the +# custom filter to add. For more information please see Qt Help Project / Custom +# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom- +# filters). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this +# project's filter section matches. Qt Help Project / Filter Attributes (see: +# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes). +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHP_SECT_FILTER_ATTRS = + +# The QHG_LOCATION tag can be used to specify the location of Qt's +# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the +# generated .qhp file. +# This tag requires that the tag GENERATE_QHP is set to YES. + +QHG_LOCATION = + +# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be +# generated, together with the HTML files, they form an Eclipse help plugin. To +# install this plugin and make it available under the help contents menu in +# Eclipse, the contents of the directory containing the HTML and XML files needs +# to be copied into the plugins directory of eclipse. The name of the directory +# within the plugins directory should be the same as the ECLIPSE_DOC_ID value. +# After copying Eclipse needs to be restarted before the help appears. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_ECLIPSEHELP = NO + +# A unique identifier for the Eclipse help plugin. When installing the plugin +# the directory name containing the HTML and XML files should also have this +# name. Each documentation set should have its own identifier. +# The default value is: org.doxygen.Project. +# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES. + +ECLIPSE_DOC_ID = org.doxygen.Project + +# If you want full control over the layout of the generated HTML pages it might +# be necessary to disable the index and replace it with your own. The +# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top +# of each HTML page. A value of NO enables the index and the value YES disables +# it. Since the tabs in the index contain the same information as the navigation +# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +DISABLE_INDEX = NO + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. If the tag +# value is set to YES, a side panel will be generated containing a tree-like +# index structure (just like the one that is generated for HTML Help). For this +# to work a browser that supports JavaScript, DHTML, CSS and frames is required +# (i.e. any modern browser). Windows users are probably better off using the +# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can +# further fine-tune the look of the index. As an example, the default style +# sheet generated by doxygen has an example that shows how to put an image at +# the root of the tree instead of the PROJECT_NAME. Since the tree basically has +# the same information as the tab index, you could consider setting +# DISABLE_INDEX to YES when enabling this option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +GENERATE_TREEVIEW = NO + +# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that +# doxygen will group on one line in the generated HTML documentation. +# +# Note that a value of 0 will completely suppress the enum values from appearing +# in the overview section. +# Minimum value: 0, maximum value: 20, default value: 4. +# This tag requires that the tag GENERATE_HTML is set to YES. + +ENUM_VALUES_PER_LINE = 4 + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used +# to set the initial width (in pixels) of the frame in which the tree is shown. +# Minimum value: 0, maximum value: 1500, default value: 250. +# This tag requires that the tag GENERATE_HTML is set to YES. + +TREEVIEW_WIDTH = 250 + +# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to +# external symbols imported via tag files in a separate window. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +EXT_LINKS_IN_WINDOW = NO + +# Use this tag to change the font size of LaTeX formulas included as images in +# the HTML documentation. When you change the font size after a successful +# doxygen run you need to manually remove any form_*.png images from the HTML +# output directory to force them to be regenerated. +# Minimum value: 8, maximum value: 50, default value: 10. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_FONTSIZE = 10 + +# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# generated for formulas are transparent PNGs. Transparent PNGs are not +# supported properly for IE 6.0, but are supported on all modern browsers. +# +# Note that when changing this option you need to delete any form_*.png files in +# the HTML output directory before the changes have effect. +# The default value is: YES. +# This tag requires that the tag GENERATE_HTML is set to YES. + +FORMULA_TRANSPARENT = YES + +# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see +# http://www.mathjax.org) which uses client side Javascript for the rendering +# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX +# installed or if you want to formulas look prettier in the HTML output. When +# enabled you may also need to install MathJax separately and configure the path +# to it using the MATHJAX_RELPATH option. +# The default value is: NO. +# This tag requires that the tag GENERATE_HTML is set to YES. + +USE_MATHJAX = NO + +# When MathJax is enabled you can set the default output format to be used for +# the MathJax output. See the MathJax site (see: +# http://docs.mathjax.org/en/latest/output.html) for more details. +# Possible values are: HTML-CSS (which is slower, but has the best +# compatibility), NativeMML (i.e. MathML) and SVG. +# The default value is: HTML-CSS. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_FORMAT = HTML-CSS + +# When MathJax is enabled you need to specify the location relative to the HTML +# output directory using the MATHJAX_RELPATH option. The destination directory +# should contain the MathJax.js script. For instance, if the mathjax directory +# is located at the same level as the HTML output directory, then +# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax +# Content Delivery Network so you can quickly see the result without installing +# MathJax. However, it is strongly recommended to install a local copy of +# MathJax from http://www.mathjax.org before deployment. +# The default value is: http://cdn.mathjax.org/mathjax/latest. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest + +# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax +# extension names that should be enabled during MathJax rendering. For example +# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_EXTENSIONS = + +# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces +# of code that will be used on startup of the MathJax code. See the MathJax site +# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an +# example see the documentation. +# This tag requires that the tag USE_MATHJAX is set to YES. + +MATHJAX_CODEFILE = + +# When the SEARCHENGINE tag is enabled doxygen will generate a search box for +# the HTML output. The underlying search engine uses javascript and DHTML and +# should work on any modern browser. Note that when using HTML help +# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET) +# there is already a search function so this one should typically be disabled. +# For large projects the javascript based search engine can be slow, then +# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to +# search using the keyboard; to jump to the search box use + S +# (what the is depends on the OS and browser, but it is typically +# , /

~z+e88Qx(htg=GoI%S?2zV2l4t-? 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 Kyb@>-_`d)`XZ+Rx literal 0 HcmV?d00001 diff --git a/demo/documented/mixed-poisson/mixed-poisson_u.png b/demo/documented/mixed-poisson/mixed-poisson_u.png new file mode 100644 index 0000000000000000000000000000000000000000..1003afc0addab5e86eb820a20b2e121b0baf2796 GIT binary patch literal 34205 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 NNlsO^R@yA|e*ySlu;%~( literal 0 HcmV?d00001 diff --git a/demo/documented/navier-stokes/common.txt b/demo/documented/navier-stokes/common.txt new file mode 100644 index 0000000..f5429f7 --- /dev/null +++ b/demo/documented/navier-stokes/common.txt @@ -0,0 +1,91 @@ +This demo solves the incompressible Navier-Stokes equations. It +illustrates how to: + +* Implement a splitting method where different fields are coupled + via a set of partial differential equations +* Use different iterative solvers and different preconditioners for + different steps of the solution process +* Use time-dependent Expressions +* Set boundary conditions based on geometric constraints +* Perform time-stepping + +Equation and solution method +---------------------------- + +We consider the incompressible Navier-Stokes equations on a domain +:math:`\Omega \subset \mathbb{R}^2`, consisting of a pair of momentum +and continuity equations: + +.. math:: + + \dot{u} + \nabla u \cdot u - \nu \Delta u + \nabla p &= f, \\ + \nabla \cdot u = 0. + +Here, :math:`u` is the unknown velocity, :math:`p` is the unknown +pressure, :math:`\nu` is the kinematic viscosity, and :math:`f` is a +given source. There exist many solution strategies for the +incompressible Navier-Stokes equations. One of the oldest is the +splitting method proposed by Chorin (1968) and Temam (1969), often +refered to as Chorin's method. + +In Chorin's method, one first ignores the pressure in the momentum +equation and computes the *tentative velocity* :math:`u_h^{\star}` +according to: + +.. math:: + + \langle (u_h^{\star} - u_h^{n-1}) / \Delta t_n, v \rangle + + \langle \nabla u_h^{n-1} \cdot u_h^{n-1}, v \rangle + + \langle \nu \nabla u_h^{\star}, \nabla v \rangle = + \langle f, v \rangle . + +Here, :math:`\langle \cdot, \cdot \rangle` denotes the +:math:`L^2(\Omega)` inner product. Subsequently, the velocity is +projected to the space of divergence free fields. This step may be +obtained by subtracting the variational problem for the tentative +velocity :math:`u_h^{\star}` from the incompressible Navier-Stokes +equations and using the continuity equation. One obtains the following +pair of equations for computing the velocity :math:`u_h^n` and +pressure :math:`p_h^n` at time :math:`t = t_n` based on the tentative +velocity :math:`u_h^{\star}`: + +.. math:: + + \langle \nabla p^n, \nabla q \rangle &= + - \langle \nabla \cdot u_h^{\star}, q \rangle / \Delta t_n, \\ + \langle u_h^n, v \rangle &= + \langle u_h^{\star}, v \rangle - \Delta t_n \langle \nabla p^n, v \rangle. + +Problem definition +------------------ + +In this demo, we solve the incompressible Navier-Stokes equations on +an L-shaped domain. The L-shape is the subset of the unit square +obtained by removing the upper right quadrant. + +The flow is driven by an oscillating pressure +:math:`p_{\mathrm{in}}(t) = \sin 3t` at the inflow :math:`y = 1` while +the pressure is kept constant :math:`p_{\mathrm{out}} = 0` at the +outflow :math:`x = 1`. + +At the inflow and outflow, we impose free flow ("do nothing") boundary +conditions for the velocity and no-slip boundary conditions on the +remaining boundary. + +The (kinematic) viscosity is set to :math:`\nu = 0.01`, the time step +is :math:`\Delta t = 0.01` and the length of the time interval is +:math:`T = 3`. The solution is computed using continuous vector-valued +piecewise quadratics for the velocity, and continuous scalar piecewise +linears for the pressure (the Taylor-Hood elements). + +With the above input the solution for the velocity :math:`u` and pressure +:math:`p` will look as follows: + +.. image:: ../navier-stokes_u.png + :scale: 75 + :align: center + +.. image:: ../navier-stokes_p.png + :scale: 75 + :align: center + diff --git a/demo/documented/navier-stokes/cpp/PressureUpdate.ufl b/demo/documented/navier-stokes/cpp/PressureUpdate.ufl new file mode 100644 index 0000000..aea4b9a --- /dev/null +++ b/demo/documented/navier-stokes/cpp/PressureUpdate.ufl @@ -0,0 +1,42 @@ +# Copyright (C) 2010 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2010-08-30 +# Last changed: 2010-09-01 +# +# The bilinear form a(u, v) and linear form L(v) for the pressure +# update step in Chorin's method for the incompressible Navier-Stokes +# equations. +# +# Compile this form with FFC: ffc -l dolfin PressureUpdate.ufl. + +# Define function spaces (P2-P1) +V = VectorElement("Lagrange", triangle, 2) +Q = FiniteElement("Lagrange", triangle, 1) +R = FiniteElement("Real", triangle, 0) + +# Define trial and test functions +p = TrialFunction(Q) +q = TestFunction(Q) + +# Define coefficients +k = Coefficient(R) +u1 = Coefficient(V) + +# Define bilinear and linear forms +a = inner(grad(p), grad(q))*dx +L = -(1/k)*div(u1)*q*dx diff --git a/demo/documented/navier-stokes/cpp/TentativeVelocity.ufl b/demo/documented/navier-stokes/cpp/TentativeVelocity.ufl new file mode 100644 index 0000000..64186b2 --- /dev/null +++ b/demo/documented/navier-stokes/cpp/TentativeVelocity.ufl @@ -0,0 +1,46 @@ +# Copyright (C) 2010 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2010-08-30 +# Last changed: 2011-06-30 +# +# The bilinear form a(u, v) and linear form L(v) for the tentative +# velocity step in Chorin's method for the incompressible +# Navier-Stokes equations. +# +# Compile this form with FFC: ffc -l dolfin TentativeVelocity.ufl. + +# Define function spaces (P2-P1) +V = VectorElement("Lagrange", triangle, 2) +Q = FiniteElement("Lagrange", triangle, 1) +R = FiniteElement("Real", triangle, 0) + +# Define trial and test functions +u = TrialFunction(V) +v = TestFunction(V) + +# Define coefficients +k = Coefficient(R) +u0 = Coefficient(V) +f = Coefficient(V) +nu = 0.01 + +# Define bilinear and linear forms +eq = (1/k)*inner(u - u0, v)*dx + inner(grad(u0)*u0, v)*dx + \ + nu*inner(grad(u), grad(v))*dx - inner(f, v)*dx +a = lhs(eq) +L = rhs(eq) diff --git a/demo/documented/navier-stokes/cpp/VelocityUpdate.ufl b/demo/documented/navier-stokes/cpp/VelocityUpdate.ufl new file mode 100644 index 0000000..6068293 --- /dev/null +++ b/demo/documented/navier-stokes/cpp/VelocityUpdate.ufl @@ -0,0 +1,43 @@ +# Copyright (C) 2010 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2010-08-30 +# Last changed: 2010-09-01 +# +# The bilinear form a(u, v) and linear form L(v) for the velocity +# update step in Chorin's method for the incompressible Navier-Stokes +# equations. +# +# Compile this form with FFC: ffc -l dolfin TentativeVelocity.ufl. + +# Define function spaces (P2-P1) +V = VectorElement("Lagrange", triangle, 2) +Q = FiniteElement("Lagrange", triangle, 1) +R = FiniteElement("Real", triangle, 0) + +# Define trial and test functions +u = TrialFunction(V) +v = TestFunction(V) + +# Define coefficients +k = Coefficient(R) +u1 = Coefficient(V) +p1 = Coefficient(Q) + +# Define bilinear and linear forms +a = inner(u, v)*dx +L = inner(u1, v)*dx - k*inner(grad(p1), v)*dx diff --git a/demo/documented/navier-stokes/cpp/documentation.rst b/demo/documented/navier-stokes/cpp/documentation.rst new file mode 100644 index 0000000..cac8ec8 --- /dev/null +++ b/demo/documented/navier-stokes/cpp/documentation.rst @@ -0,0 +1,435 @@ +.. Documentation for the incompressible Navier-Stokes demo from DOLFIN. + +.. _demo_pde_navier_stokes_cpp_documentation: + +Incompressible Navier-Stokes equations +====================================== + +.. include:: ../common.txt + +Implementation +-------------- + +The implementation is split in four files: three form files containing the +definition of the variational forms expressed in UFL and a C++ file +containing the actual solver. + +Running this demo requires the files: :download:`main.cpp`, +:download:`TentativeVelocity.ufl`, :download:`VelocityUpdate.ufl`, +:download:`PressureUpdate.ufl` and :download:`CMakeLists.txt`. + +UFL form files +^^^^^^^^^^^^^^ + +The variational forms for the three steps of Chorin's method are +implemented in three separate UFL form files. + +The variational problem for the tentative velocity is implemented as +follows: + +.. code-block:: python + + # Define function spaces (P2-P1) + V = VectorElement("Lagrange", triangle, 2) + Q = FiniteElement("Lagrange", triangle, 1) + + # Define trial and test functions + u = TrialFunction(V) + v = TestFunction(V) + + # Define coefficients + k = Constant(triangle) + u0 = Coefficient(V) + f = Coefficient(V) + nu = 0.01 + + # Define bilinear and linear forms + eq = (1/k)*inner(u - u0, v)*dx + inner(grad(u0)*u0, v)*dx + \ + nu*inner(grad(u), grad(v))*dx - inner(f, v)*dx + a = lhs(eq) + L = rhs(eq) + +The variational problem for the pressure update is implemented as +follows: + +.. code-block:: python + + # Define function spaces (P2-P1) + V = VectorElement("Lagrange", triangle, 2) + Q = FiniteElement("Lagrange", triangle, 1) + + # Define trial and test functions + p = TrialFunction(Q) + q = TestFunction(Q) + + # Define coefficients + k = Constant(triangle) + u1 = Coefficient(V) + + # Define bilinear and linear forms + a = inner(grad(p), grad(q))*dx + L = -(1/k)*div(u1)*q*dx + +The variational problem for the velocity update is implemented as +follows: + +.. code-block:: python + + # Define function spaces (P2-P1) + V = VectorElement("Lagrange", triangle, 2) + Q = FiniteElement("Lagrange", triangle, 1) + + # Define trial and test functions + u = TrialFunction(V) + v = TestFunction(V) + + # Define coefficients + k = Constant(triangle) + u1 = Coefficient(V) + p1 = Coefficient(Q) + + # Define bilinear and linear forms + a = inner(u, v)*dx + L = inner(u1, v)*dx - k*inner(grad(p1), v)*dx + +Before the form files can be used in the C++ program, they must be +compiled using FFC: + +.. code-block:: sh + + ffc -l dolfin TentativeVelocity.ufl + ffc -l dolfin VelocityUpdate.ufl + ffc -l dolfin PressureUpdate.ufl + +Note the flag ``-l dolfin`` which tells FFC to generate +DOLFIN-specific wrappers that make it easy to access the generated +code from within DOLFIN. + +C++ program +^^^^^^^^^^^ + +In the C++ program, :download:`main.cpp`, we start by including +``dolfin.h`` and the generated header files: + +.. code-block:: c++ + + #include + #include "TentativeVelocity.h" + #include "PressureUpdate.h" + #include "VelocityUpdate.h" + +To be able to use classes and functions from the DOLFIN namespace +directly, we write + +.. code-block:: c++ + + using namespace dolfin; + +Next, we define the subdomains that we will use to specify boundary +conditions. We do this by defining subclasses of +:cpp:class:`SubDomain` and overloading the function ``inside``: + +.. code-block:: c++ + + // Define noslip domain + class NoslipDomain : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return (on_boundary && + (x[0] < DOLFIN_EPS || x[1] < DOLFIN_EPS || + (x[0] > 0.5 - DOLFIN_EPS && x[1] > 0.5 - DOLFIN_EPS))); + } + }; + + // Define inflow domain + class InflowDomain : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return x[1] > 1.0 - DOLFIN_EPS; } + }; + + // Define inflow domain + class OutflowDomain : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return x[0] > 1.0 - DOLFIN_EPS; } + }; + +We also define a subclass of :cpp:class:`Expression` which we will use +to specify the time-dependent boundary value for the pressure at the +inflow. + +.. code-block:: c++ + + // Define pressure boundary value at inflow + class InflowPressure : public Expression + { + public: + + // Constructor + InflowPressure() : t(0) {} + + // Evaluate pressure at inflow + void eval(Array& values, const Array& x) const + { values[0] = sin(3.0*t); } + + // Current time + double t; + + }; + +Note that the member variable ``t`` is not automatically updated +during time-stepping, so we must remember to manually update the value +of the current time in each time step. + +Once we have defined all classes we will use to write our program, we +start our C++ program by writing + +.. code-block:: c++ + + int main() + { + +For the parallel case, we turn off log messages from processes other than +the the root process to avoid excessive output: + +.. code-block:: c++ + + // Print log messages only from the root process in parallel + parameters["std_out_all_processes"] = false; + +We then load the mesh for the L-shaped domain from file: + +.. code-block:: c++ + + // Load mesh from file + auto mesh = std::make_shared("../lshape.xml.gz"); + +We next define a pair of function spaces :math:`V` and :math:`Q` for +the velocity and pressure, and test and trial functions on these +spaces: + +.. code-block:: c++ + + // Create function spaces + auto V = std::make_shared(mesh); + auto Q = std::make_shared(mesh); + +The time step and the length of the interval are defined by: + +.. code-block:: c++ + + // Set parameter values + double dt = 0.01; + double T = 3; + +We next define the time-dependent pressure boundary value, and zero +scalar and vector constants that will be used for boundary conditions +below. + +.. code-block:: c++ + + // Define values for boundary conditions + auto p_in = std::make_shared(); + auto zero = std::make_shared(0.0); + auto zero_vector = std::make_shared(0.0, 0.0); + +Before we can define our boundary conditions, we also need to +instantiate the classes we defined above for the boundary subdomains: + +.. code-block:: c++ + + // Define subdomains for boundary conditions + auto noslip_domain = std::make_shared(); + auto inflow_domain = std::make_shared(); + auto outflow_domain = std::make_shared() ; + +We may now define the boundary conditions for the velocity and +pressure. We define one no-slip boundary condition for the velocity +and a pair of boundary conditions for the pressure at the inflow and +outflow boundaries: + +.. code-block:: c++ + + // Define boundary conditions + DirichletBC noslip(V, zero_vector, noslip_domain); + DirichletBC inflow(Q, p_in, inflow_domain); + DirichletBC outflow(Q, zero, outflow_domain); + std::vector bcu = {&noslip}; + std::vector bcp = {{&inflow, &outflow}}; + +We collect the boundary conditions in the two arrays ``bcu`` and +``bcp`` so that we may easily iterate over them below when we apply +the boundary conditions. This makes it easy to add new boundary +conditions or use this demo program to solve the Navier-Stokes +equations on other geometries. + +We next define the functions and the coefficients that will be used +below: + +.. code-block:: c++ + + // Create functions + auto u0 = std::make_shared(V); + auto u1 = std::make_shared(V); + auto p1 = std::make_shared(Q); + + // Create coefficients + auto k = std::make_shared(dt); + auto f = std::make_shared(0, 0); + +The next step is now to define the variational problems for the three +steps of Chorin's method. We do this by instantiating the classes +generated from our UFL form files: + +.. code-block:: c++ + + // Create forms + TentativeVelocity::BilinearForm a1(V, V); + TentativeVelocity::LinearForm L1(V); + PressureUpdate::BilinearForm a2(Q, Q); + PressureUpdate::LinearForm L2(Q); + VelocityUpdate::BilinearForm a3(V, V); + VelocityUpdate::LinearForm L3(V); + +Since the forms depend on coefficients, we have to attach the +coefficients defined above to the appropriate forms: + +.. code-block:: c++ + + // Set coefficients + a1.k = k; L1.k = k; L1.u0 = u0; L1.f = f; + L2.k = k; L2.u1 = u1; + L3.k = k; L3.u1 = u1; L3.p1 = p1; + +Since the bilinear forms do not depend on any coefficients that change +during time-stepping, the corresponding matrices remain constant. We +may therefore assemble these before the time-stepping begins: + +.. code-block:: c++ + + // Assemble matrices + Matrix A1, A2, A3; + assemble(A1, a1); + assemble(A2, a2); + assemble(A3, a3); + + // Create vectors + Vector b1, b2, b3; + + // Use amg preconditioner if available + const std::string prec(has_krylov_solver_preconditioner("amg") ? "amg" : "default"); + +We also created the vectors that will be used below to assemble +right-hand sides. + +During time-stepping, we will store the solution in VTK format +(readable by MayaVi and Paraview). We therefore create a pair of files +that can be used to store the solution. Specifying the ``.pvd`` suffix +signals that the solution should be stored in VTK format: + +.. code-block:: c++ + + // Create files for storing solution + File ufile("results/velocity.pvd"); + File pfile("results/pressure.pvd"); + +The time-stepping loop is now implemented as follows: + +.. code-block:: c++ + + // Time-stepping + double t = dt; + while (t < T + DOLFIN_EPS) + { + // Update pressure boundary condition + p_in->t = t; + +We remember to update the current time for the time-dependent pressure +boundary value. + +For each of the three steps of Chorin's method, we assemble the +right-hand side, apply boundary conditions, and solve a linear +system. Note the different use of preconditioners. Incomplete LU +factorization is used for the computation of the tentative velocity +and the velocity update, while algebraic multigrid is used for the +pressure equation if available: + +.. code-block:: c++ + + // Compute tentative velocity step + begin("Computing tentative velocity"); + assemble(b1, L1); + for (std::size_t i = 0; i < bcu.size(); i++) + bcu[i]->apply(A1, b1); + solve(A1, *u1->vector(), b1, "gmres", "default"); + end(); + + // Pressure correction + begin("Computing pressure correction"); + assemble(b2, L2); + for (std::size_t i = 0; i < bcp.size(); i++) + { + bcp[i]->apply(A2, b2); + bcp[i]->apply(*p1->vector()); + } + solve(A2, *p1->vector(), b2, "bicgstab", prec); + end(); + + // Velocity correction + begin("Computing velocity correction"); + assemble(b3, L3); + for (std::size_t i = 0; i < bcu.size(); i++) + bcu[i]->apply(A3, b3); + solve(A3, *u1->vector(), b3, "gmres", "default"); + end(); + +Note the use of ``begin`` and ``end``; these improve the readability +of the output from the program by adding indentation to diagnostic +messages. + +At the end of the time-stepping loop, we store the solution to file +and update values for the next time step: + +.. code-block:: c++ + + // Save to file + ufile << *u1; + pfile << *p1; + + // Move to next time step + *u0 = *u1; + t += dt; + + return 0; + } + + + +Complete code +------------- + +Complete UFL files +^^^^^^^^^^^^^^^^^^ + +.. literalinclude:: TentativeVelocity.ufl + :start-after: # Compile + :language: python + + +.. literalinclude:: VelocityUpdate.ufl + :start-after: # Compile + :language: python + + +.. literalinclude:: PressureUpdate.ufl + :start-after: # Compile + :language: python + +Complete main file +^^^^^^^^^^^^^^^^^^ + +.. literalinclude:: main.cpp + :start-after: // Begin demo + :language: c++ diff --git a/demo/documented/navier-stokes/cpp/main.cpp b/demo/documented/navier-stokes/cpp/main.cpp new file mode 100644 index 0000000..668dcc6 --- /dev/null +++ b/demo/documented/navier-stokes/cpp/main.cpp @@ -0,0 +1,191 @@ +// Copyright (C) 2010-2011 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2010-08-30 +// Last changed: 2013-03-21 +// +// This demo program solves the incompressible Navier-Stokes equations +// on an L-shaped domain using Chorin's splitting method. + +// Begin demo + +#include +#include "TentativeVelocity.h" +#include "PressureUpdate.h" +#include "VelocityUpdate.h" + +using namespace dolfin; + +// Define noslip domain +class NoslipDomain : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return (on_boundary && + (x[0] < DOLFIN_EPS || x[1] < DOLFIN_EPS || + (x[0] > 0.5 - DOLFIN_EPS && x[1] > 0.5 - DOLFIN_EPS))); + } +}; + +// Define inflow domain +class InflowDomain : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { return x[1] > 1.0 - DOLFIN_EPS; } +}; + +// Define inflow domain +class OutflowDomain : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { return x[0] > 1.0 - DOLFIN_EPS; } +}; + +// Define pressure boundary value at inflow +class InflowPressure : public Expression +{ +public: + + // Constructor + InflowPressure() : t(0) {} + + // Evaluate pressure at inflow + void eval(Array& values, const Array& x) const + { values[0] = sin(3.0*t); } + + // Current time + double t; + +}; + +int main() +{ + // Print log messages only from the root process in parallel + parameters["std_out_all_processes"] = false; + + // Load mesh from file + auto mesh = std::make_shared("../lshape.xml.gz"); + + // Create function spaces + auto V = std::make_shared(mesh); + auto Q = std::make_shared(mesh); + + // Set parameter values + double dt = 0.01; + double T = 3; + + // Define values for boundary conditions + auto p_in = std::make_shared(); + auto zero = std::make_shared(0.0); + auto zero_vector = std::make_shared(0.0, 0.0); + + // Define subdomains for boundary conditions + auto noslip_domain = std::make_shared(); + auto inflow_domain = std::make_shared(); + auto outflow_domain = std::make_shared() ; + + // Define boundary conditions + DirichletBC noslip(V, zero_vector, noslip_domain); + DirichletBC inflow(Q, p_in, inflow_domain); + DirichletBC outflow(Q, zero, outflow_domain); + std::vector bcu = {&noslip}; + std::vector bcp = {{&inflow, &outflow}}; + + // Create functions + auto u0 = std::make_shared(V); + auto u1 = std::make_shared(V); + auto p1 = std::make_shared(Q); + + // Create coefficients + auto k = std::make_shared(dt); + auto f = std::make_shared(0, 0); + + // Create forms + TentativeVelocity::BilinearForm a1(V, V); + TentativeVelocity::LinearForm L1(V); + PressureUpdate::BilinearForm a2(Q, Q); + PressureUpdate::LinearForm L2(Q); + VelocityUpdate::BilinearForm a3(V, V); + VelocityUpdate::LinearForm L3(V); + + // Set coefficients + a1.k = k; L1.k = k; L1.u0 = u0; L1.f = f; + L2.k = k; L2.u1 = u1; + L3.k = k; L3.u1 = u1; L3.p1 = p1; + + // Assemble matrices + Matrix A1, A2, A3; + assemble(A1, a1); + assemble(A2, a2); + assemble(A3, a3); + + // Create vectors + Vector b1, b2, b3; + + // Use amg preconditioner if available + const std::string prec(has_krylov_solver_preconditioner("amg") ? "amg" : "default"); + + // Create files for storing solution + File ufile("results/velocity.pvd"); + File pfile("results/pressure.pvd"); + + // Time-stepping + double t = dt; + while (t < T + DOLFIN_EPS) + { + // Update pressure boundary condition + p_in->t = t; + + // Compute tentative velocity step + begin("Computing tentative velocity"); + assemble(b1, L1); + for (std::size_t i = 0; i < bcu.size(); i++) + bcu[i]->apply(A1, b1); + solve(A1, *u1->vector(), b1, "gmres", "default"); + end(); + + // Pressure correction + begin("Computing pressure correction"); + assemble(b2, L2); + for (std::size_t i = 0; i < bcp.size(); i++) + { + bcp[i]->apply(A2, b2); + bcp[i]->apply(*p1->vector()); + } + solve(A2, *p1->vector(), b2, "bicgstab", prec); + end(); + + // Velocity correction + begin("Computing velocity correction"); + assemble(b3, L3); + for (std::size_t i = 0; i < bcu.size(); i++) + bcu[i]->apply(A3, b3); + solve(A3, *u1->vector(), b3, "gmres", "default"); + end(); + + // Save to file + ufile << *u1; + pfile << *p1; + + // Move to next time step + *u0 = *u1; + t += dt; + cout << "t = " << t << endl; + } + + return 0; +} diff --git a/demo/documented/navier-stokes/lshape.xml.gz b/demo/documented/navier-stokes/lshape.xml.gz new file mode 100644 index 0000000..e92aff5 --- /dev/null +++ b/demo/documented/navier-stokes/lshape.xml.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23c7cfc3202259d07f70a6063f37c6c04a8a22c0dd51b966cd17338eb5c2eac +size 3420 diff --git a/demo/documented/navier-stokes/navier-stokes_p.png b/demo/documented/navier-stokes/navier-stokes_p.png new file mode 100644 index 0000000000000000000000000000000000000000..7865121372e56a54e4fd621108e7384c455f7e2b GIT binary patch literal 28878 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 JT+}e&{{ceV=A!@r literal 0 HcmV?d00001 diff --git a/demo/documented/neumann-poisson/common.txt b/demo/documented/neumann-poisson/common.txt new file mode 100644 index 0000000..810ee6b --- /dev/null +++ b/demo/documented/neumann-poisson/common.txt @@ -0,0 +1,99 @@ +This demo illustrates how to: + +* Solve a linear partial differential equation with Neumann boundary conditions +* Use mixed finite element spaces + +The solution for :math:`u` in this demo will look as follows: + +.. image:: ../neumann-poisson_u.png + :scale: 75 % + +Equation and problem definition: +-------------------------------------- + + +The Poisson equation is the canonical elliptic partial differential +equation. For a domain :math:`\Omega \subset \mathbb{R}^n` with +boundary :math:`\partial \Omega`, the Poisson equation with particular +boundary conditions reads: + +.. math:: + + - \nabla^{2} u &= f \quad {\rm in} \ \Omega, \\ + \nabla u \cdot n &= g \quad {\rm on} \ \partial \Omega. + +Here, :math:`f` and :math:`g` are input data and :math:`n` denotes the +outward directed boundary normal. Since only Neumann conditions are +applied, :math:`u` is only determined up to a constant :math:`c` by +the above equations. An additional constraint is thus required, for +instance: + +.. math:: + + \int_{\Omega} u \, {\rm d} x = 0. + +This can be accomplished by introducing the constant :math:`c` as an +additional unknown (to be sought in :math:`\mathbb{R}`) and the above +constraint expressed via a Lagrange multiplier. + +We further note that a necessary condition for the existence of a +solution to the Neumann problem is that the right-hand side :math:`f` +satisfies + +.. math:: + + \int_{\Omega} f \, {\rm d} x = - \int_{\partial\Omega} g \, {\rm d} s. + +This can be seen by multiplying by :math:`1` and integrating by +parts: + +.. math:: + + \int_{\Omega} f \, {\rm d} x = - \int_{\Omega} 1 \cdot \nabla^{2} u \, {\rm d} x + = - \int_{\partial\Omega} 1 \cdot \partial_n u \, {\rm d} s + + \int_{\Omega} \nabla 1 \cdot \nabla u \, {\rm d} x + = - \int_{\partial\Omega} g \, {\rm d} s. + +This condition is not satisfied by the specific right-hand side chosen +for this test problem, which means that the partial differential +equation is not well-posed. However, the variational problem expressed +below is well-posed as the Lagrange multiplier introduced to satisfy +the condition :math:`\int_{\Omega} u \, {\rm d} x = 0` *effectively +redefines the right-hand side such that it safisfies the necessary +condition* :math:`\int_{\Omega} f \, {\rm d} x = - +\int_{\partial\Omega} g \, {\rm d} s`. + +Our variational form reads: Find :math:`(u, c) \in V \times R` such +that + +.. math:: + + + a((u, c), (v, d)) = L((v, d)) \quad \forall \ (v, d) \in V \times R, + + + +.. math:: + + a((u, c), (v, d)) &= \int_{\Omega} \nabla u \cdot \nabla v \, {\rm d} x + + \int_{\Omega} cv \, {\rm d} x + + \int_{\Omega} ud \, {\rm d} x, \\ + L(v) &= \int_{\Omega} f v \, {\rm d} x + + \int_{\partial\Omega} g v \, {\rm d} s. + +:math:`V` is a suitable function space containing :math:`u` and +:math:`v`, and :math:`R` is the space of real numbers. + +The expression :math:`a(\cdot, \cdot)` is the bilinear form and +:math:`L(\cdot)` is the linear form. + +Note that the above variational problem may alternatively be expressed +in terms of the modified (and consistent) right-hand side +:math:`\tilde{f} = f - c`. + +In this demo we shall consider the following definitions of the domain +and input functions: + +* :math:`\Omega = [0, 1] \times [0, 1]` (a unit square) +* :math:`g = - \sin(5x)` (normal derivative) +* :math:`f = 10\exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02)` (source term) diff --git a/demo/documented/neumann-poisson/cpp/Poisson.ufl b/demo/documented/neumann-poisson/cpp/Poisson.ufl new file mode 100644 index 0000000..ea12495 --- /dev/null +++ b/demo/documented/neumann-poisson/cpp/Poisson.ufl @@ -0,0 +1,36 @@ +# Copyright (C) 2005-2009 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2005 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation. +# +# Compile this form with FFC: ffc -l dolfin Poisson.ufl. + +V = FiniteElement("Lagrange", quadrilateral, 1) +R = FiniteElement("R", quadrilateral, 0) +element = V * R + +(u, c) = TrialFunctions(element) +(v, d) = TestFunctions(element) +f = Coefficient(V) +g = Coefficient(V) + +a = (inner(grad(u), grad(v)) + c*v + u*d)*dx +L = f*v*dx + g*v*ds diff --git a/demo/documented/neumann-poisson/cpp/documentation.rst b/demo/documented/neumann-poisson/cpp/documentation.rst new file mode 100644 index 0000000..2279d16 --- /dev/null +++ b/demo/documented/neumann-poisson/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for the Neumann-Poisson demo from DOLFIN. + +.. _demo_pde_neumann-poisson_cpp_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/neumann-poisson/cpp/main.cpp b/demo/documented/neumann-poisson/cpp/main.cpp new file mode 100644 index 0000000..c7360ef --- /dev/null +++ b/demo/documented/neumann-poisson/cpp/main.cpp @@ -0,0 +1,99 @@ +// Copyright (C) 2010 Marie E. Rognes +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Johannes Ring, 2011 +// +// First added: 2010 +// Last changed: 2012-11-12 +// +// This demo program illustrates how to solve Poisson's equation +// +// - div grad u(x, y) = f(x, y) +// +// on the unit square with pure Neumann boundary conditions: +// +// du/dn(x, y) = -sin(5*x) +// +// and source f given by +// +// f(x, y) = 10*exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02) +// +// Since only Neumann conditions are applied, u is only determined up to +// a constant c by the above equations. An addition constraint is thus +// required, for instance +// +// \int u = 0 +// +// This can be accomplished by introducing the constant c as an +// additional unknown (to be sought in the space of real numbers) +// and the above constraint. + +#include +#include "Poisson.h" + +using namespace dolfin; + +// Source term (right-hand side) +class Source : public Expression +{ + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy) / 0.02); + } +}; + +// Boundary flux (Neumann boundary condition) +class Flux : public Expression +{ + void eval(Array& values, const Array& x) const + { + values[0] = -sin(5*x[0]); + } +}; + +int main() +{ + // Create mesh and function space + auto mesh = std::make_shared( + UnitSquareMesh::create({{64, 64}}, CellType::Type::quadrilateral)); + auto V = std::make_shared(mesh); + + // Define variational problem + auto a = std::make_shared(V, V); + auto L = std::make_shared(V); + auto f = std::make_shared(); + auto g = std::make_shared(); + L->f = f; + L->g = g; + auto w = std::make_shared(V); + std::vector> bcs; + auto problem = std::make_shared(a, L, w, bcs); + + // Compute solution + LinearVariationalSolver solver(problem); + solver.solve(); + + // Extract subfunction + Function u = (*w)[0]; + + // Write to file + XDMFFile("u.xdmf").write(u); + + return 0; +} diff --git a/demo/documented/neumann-poisson/neumann-poisson_u.png b/demo/documented/neumann-poisson/neumann-poisson_u.png new file mode 100644 index 0000000000000000000000000000000000000000..292e16cfd7fe60e6dab562d166335b7669ac7454 GIT binary patch literal 42812 zcmeFXRa9JE)FoQDJ3)gx!Civ{4esvlF2M;9+}+)S6I_A@cMWdA-JyVc`2OxO?qfgo zQ@_u;E8~3C%$-~(NdSYIF zSJSa(w7y)--3vNU)e&x0jdw{P_1ML<7b%m1mTd`ls%5q4zW(E_x8b5#O_O^5>?6A5 zefn!r+uPq`p&|Fao{NN&P4j^S5Cc^U0i-*ZXe&+oSnOjnZSnu=K@Sym!Q3Fw_|j zM0DQ$wMmrY;ytPDb6>G*Za-@~247F+vYHI4Y3SWXXmo6+=6b)q+@Axl>wa$Ue)jOc z_h` z{9M`8e`;R7dy4<8WryVLlH?q)%VW)LG2J4E*J2{ern=QUlCg=j0H56)IqPc4BsMxG zCdYF-e6nr!7T=735m@O~Z*K^a$C6Pfp+m=I_PNi#zW1rys?#4m;63kv`FxX)Ca3j| zm(Y*SLnq4(3V`nqi4HmP!)o7iAp98kSB>xK82hBpu#En82)p?hU>5s?;Qi{b*V#KT z$U;9}UG$;(-&PuA|Agd5O|ohP9^_JW)q~sIczf9}0B_^&Uvb(jfbj6~(|txpl0T97 z-b{DiuY3Qu50&awPnWU&;1P|k8Khib^#EEPx}MJn2?g4WcsUwn?)J&^v9+}Y z&?_JONuwG7-NwVz7c@Pmfe$P8?WZm$u7Z;PRS4U%gSN9FidfxR!yYI!fz6P2Nd5VI zS63Lr7a@fbSeoN?RH0Vc(fho9--YIP5d@fAlloJ$ZhI0ytODO5a8M9Q?0r)AzV`q?6Zynk z{}6ecG|tM`KSvsXjbFi!+^dd#-s{&ndhW}6XYJ>o_p@Bw|5}xPs%|l!mE(RHR`9!O zTkJer_deHaw464@5%`y8l4D+~fc0Wgsut@;bC-w|2@iy^QQsg%tNkd zfaB)DkJq@2+DV;WP-5_gr+>27U0MkNd8x)P5v)PL)?DcZq1_oPubP9*pyqmg&*P2 zevde^|8e>MuP7(Qz5^8T82M$h6m1bA0$6gd%RmMHAN4g>RKwI}M$JVNI_w8A3eD=fBBrmL`rC^bE1MW(eVUpPYR~(+;g6< zi1w>?dOjddLjUU525yAabh}@w*xP9~5I{`l#Y1L+x`G4klrhWJMX2SoQ2D*yT178s zUEa|VPbdSe!GQcX%y2;`_V=p@WCH&upWZUeTF;5D@B-|4-u z0q?nn1tvxBbKBK=UGf_jDr|Jwcp^kp0G@Dx@QmJ#;g%F+KqeFZX`o;P5>hwzuLJjd zMa^@^;}3<+`mBiPtR_WjfgrrjKLb%|h#WD{L54r2TOMboHO^S>lUF8nJTz1^H(2Y4 z8QS!e03?ezT|XQ!?i4~Jem=%$cnsXk;SKqb5GiVzA0b+18mz{15Zk4qtLaG(zA=z2 zX=oqcU}J5q1u%l=F5tTHFfJoO^0d{0uE~;h;!G_-E#_*e(!=YljKGQt?mGvUp8k`& z5Bb0a{a=gb77pjn^V<1I5_p6sJ!*$|47~{|K;KGXI%ppGYd?rbm6YK74Nehcz|LDm z0uqvnp)YCg70~^CiHPjF`WLDmg#|^#mv`Rt6JHJ5v8IQ4w~htbl{Cfo2HBik^MUqv zC!Q>V@Z=Q6#p)iN@dTMV=4}B7A?koSHcHE zLWJMpoJOtdyVhG-qX(ZSlcKQI{So!c+39g0agi3*iA*_)YKo{GW9ht$BDKH*Ea=*Q z-TiFkHLs;MkMeBOZ=ViY{EVRak(YOd4|9Up=y!Lz>S)AX!lm$M-A4`o^mC*eTPL z65Y@9e7o|^?WTEMIdTHq+AJODWqLQ^&|+dYS`I?dn9e|$=Epr_dKQQZVn+Lvl49oY zr|DV~U+Wd%oyEXm&_Wu$R_~kG|?1+mfu$Op&1U> z;IdQvUXVjRs=7~`TMx4>hPs|Mm``FzHSg&zEKE3sqU=M0L{cy!W%SUXqjO1?3^7m# zE!#oATds7F@I8HjbfQ=26CBbz806sZFzwNGZ$!l<<8}ZKO8nteK=Hs8$QVR^MKXj* z%(nv5V6p5?D|ZL(F|qLRO%KDBE13FvRlr`8!+D=}?`QGXUdhO}FKAJrlK5GnTdRjH zq*o%sn^+s{k=jvAVZ=Nb{3FP^y55mE2wot6D^EUfmku5M>ke(WrGhIcEg4eKomzZ^ zR5J1Fx_FIuLIQ?wJ_1uVugzKAKuBK%$=Xf9;mMhrH`w?;xYZi%oQ2{Tc+KM93p9F) zsgH8CE?`LYYKp;#ntYbF%Rk{*h^Ol{q+9r{)O0SdDc>0`Fdr6A+7qs*2iaz7N)%Po z|8K>4!T;Oo>YKVQPtt!lnj{`2(FTuaPPFX*k%6awNSjXorQ+jB1VKLJ_2!yKBwDYZ zA@Olj0Cviy$r{!Gag<;_o@Q+ySyXdpxIaQH_rT=7do1I*odz2hmFRymcz+0Y_GNVD z=NXLlzfdlc6=Pw`I|f5xRY4_};fQ0$W#P;0v@9wFRqNR3gXCgF3*Kt-d<;@czFgySOv>JbnHTsv; zX~@_4jDQ19pHRJz=v!GNW{wV9xSH#rJy*Ijo+{k7@sOHH3mN|1@Rw@}319P$>)`XT zRrj;TwaMPLf$lZdDzS&Z+3$4}1;1ISW%rod|E3xaSB5Vy0joSwK`jr=>ih4tTYd=6 zkuS9LN2#|50bA2((%V*C=7K` z-~8GxljR^8TwNcQFiE})Lq&&hbW+){y~MC71s063aCl_J$%IvT;SF}vRy#;jJ0+Dw z!+>%q3YbyXglplnsktxih2_=#D6V3HIt4J|j&$E3KO^;MxgbC4=eq|lsZFQ3hd)F( zFq;k%ep>6g=q&_H)AV;bhLY*_>HA}^)0zY_K3e?#n<%~oD*RhfA#pX>l}OQOq?!U} z0UC4!kF~5T4Z_kIAr0%rDC2}UAmG3fY=ua)EpE&aAw8;x-u?HfOFJDD6XjiQh_nE& zsijF(dam#ED2l$W+2&X{m?3wlq2U$ye)RuY%5(n|o9nUjCv3`XH>R_?FkIiqa}`6b zj7*iTB-ao`Attt3`IrGjJefhloK=7bg_F#UOmnbM8hdOajkz=)-AM%EKYy^oZ2 z2Db08RxQnXleWc7MX4FRfvHD>ipu(*V-( z@2C|X4)qt=6KE@CRN>$RM4=zA>`qn^N=J;ua1u2O(54&mGy&b$K*sB6ZK=KZp8wqp zG2|A0L&s_F&Hp8x`|V()8VaMmDuI?KJZ#zpPQhVH3ZI->Q<1h#+)%q9Km8Mb{g6T> zK7Jr_{p956n_CYT8b?U6ktVXW>9P(b{W0z-0$cY|f-Q~*pZMo4xCxHKM~v_hka?&3 znK%7_qe;Ksy)9q%+G)#a#&8JG+Vwttcd35u7t-~nc9ZZnJvM{tUyV)^qZlXHMWAY} zR#85b`XW62374R-mYIqE-#AkZr*&YVap%~liIxvZ3?Ag_+dodJ30xe|I4Kv4?0#Pz z)4@b$gtAd-h)JTe<#5`ZW$rVlsabs>#7$Yd-#$FCUrc}d{9j9R})92y%KzpL4++Uk)CWZu=?wRr{b!OLF`GeXyr1vN2Al zVpa0BfMyOZnl(U*);8f&fH^OrT(bimOFdfhW~~3YM+6c#^{Vq5PzTRyn1Fh^z`lCX zckcH(qTqKfxlt@XmcTF}K(7AzIG~G0%`c82xVm9zGN+F=10{dTR+N&kBwSQSQD;YI zrog5tvctUDLd!u*#lwi;@p%{7%oRe7L-Ld)xHH)nU;iz{h1X6``V%YJUx8+g`W ziKK)@Pm?69_I-ohel(=|9l6K|N%zkwarY3+EE^d!%D5t9JpGa-&6miD^MTEP_ojx3 z%IVLiWi18?@L-P><&Ms)BEF#ua*#~3VR}cRQlZ=QM@x>})Ppir4LutpiGK|#!>XKE zk0G;%{layO$c7NU+@r3naoEQRx29Jqbp0LW;A=z1{;#_jKpOZxOKHNjoWW`Mx`SuA z!3Xq44BALh!g}_CSklCh@wQmh)EvHXpr3AibgXIK2_F{Ida%BFXCWu(?Gy9l(+B4( zcM~ZLTGKfWrdX)NOSXNEGMkG0#YQ#Pm&v92(Z4|>Q2#szAW3HMVb>NJt%?axA6n{*W(y|((e4H;7UbI>l#XTwO zIOq~av%38FxRiXm#1X?0Ll7F0In^zOfsBik^0yTfb&F-g7Y49wVOxY)x5_m7JAPP8XlRTRirmJqJS<6#Xkge6w|C@y)k;Y zB1NL1aa0ZS(-vCj{Zd*#2!MS-|KRBmH$5 zv~F3r%_3pzCZqa6p>TAunf*}(Dw5%s`)|)t9eID5bZKtcpJ-y5pL<2OVE&Xczhrj5 zE@-X6tAzShwY+GW$nqt$e2|Dq3RE2I*QO>9SKi8@TZqRXEcsU>6M)3$I9W^0-vpye z=}3)Zk~oETb@T0qB2qepIxcRsW3pxd3d2TME$HJu3j!)k9b7l4ZKAA&W-sBIp8ev3 zDe@7tsTh~V$E5XhIB*n7kj^!}{M(9%%))}B-Sm1v#E#1y+_ z4YC#Fdf^Lh{&Utz0qRevGc+ps8_DF7xPb8?vl#Jnw880G5yD=F{=&oE6kgL85bLd! zO{gH&lz0mRjX`BdNGlLZ3=wj9rKhg5z%5EUzPb+`Z!|N2wr8*|hstNI( z9LMMQDlw?v9&4`B=5fKisEqxvXZtog#xvE+<_%VJNA1g8IwB_DGF&-Ak3df$;?3pu z{5EG04!oVZKM2uNKDRBqx;Jn5dpiHuEM9cJ$CS-Ym49M>52#0hKCWF-?EU5%M$vzgbE2~<(V z+d5eE(in}YK_2i@NGWWv@N5M8=G-p&{qYGz(accXOkXwwnzQ_brTb8zfqofY5L_3&&407ZRP zwE3MOv=!h1_x&NcjKA0YwvV#PelM)B8AJ11b~VWR0{S=6eZOEnO~4bvO{d>jw)fF5 zHm6uWNacoH(0v?qL^y&~1m1!74c3A8c>S^WQB}rAV+k~tDfZh=O!Z0NkDrfz`ic00 zg%(F4Sz&4A7Uc-kM_LIyl$BpHKM<&3F{(_?g=T$0BMOLdG}QPZshwU$VXtt{=T(ic zPFzyrLeb>A+>E2|zTE5fEFen=P>fD9(ln>7`#G6*P0M5H?C&I&B=NUhjU2aWaa@3a z($940dIUJ9OMnQp+dKgHS&2kPfJyoWWB&Pm)#V=G9mlyhe9k-XyLJ;~a@IB%qo!P6 z)18su8OR(sA8=)^(DiX{VT@I{2l1DeD+#B?IhrqQnYrcAyyT0|LdOOM3j zMmO>wYO`ZSTdp_3UiXmJUdC4xz3Rvg*)do5?hXHPT(>21oVx#y$nWxrw$1NI06iVn z-2HM2_tEjU9QWEy>!j})KmiU0!Vw>QKotUC095ul6v=}yP{yH9-$`JzXP4aP)nS@k zpY3p(Gk~Pk(Eqjv5aPw7OzpM+BRA;^-tgO|n!HKc|Nhea(EUFI+kSBIs6F^WL&$$G zdl3slk6BmB5FQs1$=z6kgYRT%El}R!40q1%Uo{lNB5|$WR>#CzV1^d_0i;!ri)ERN zRPWW<)>d8{ViW-(oX~!e#KZ;j-z!#Pn-RHZDd=#qIHh#)fpmIVd9nLD{8J}I>V1`r zr$bA}{eaX9rF56Ui!JNhlpbR-ngv=7cI*!7fJt zB22D+k@PETFr+oo9)eW9wg^7ykvDtX2-!k6!~+>=viCT#1im^JsPgvLIn@!2G25?` zPFo71RW~GShm8f!2J0mn@232=cy_JNc7#t%Amb8S>eJ|3SuE-Xi)wa5>RZfb3J1hg z{ichV=sDSuvA2iVw-&=5NDC2AjnCdETqfOzVrJj+^JltA?M|;-KtphU*a}T#-1QnF z3te>{Wz^par^$KfLGxqrzB?&Bx(7hv3ETlt)`rZyH&b6+kO*<;HA~(}Md#6b)YnaE zju|YB!o~jf@EpFp#l7EU6gPtGg%qw+v1~)CYeDdM5DI0l31=$0bv9DCinB%q>S@?AUCo)}A5FPd7;u*Bu~X_nPbj9iN>eE3&XFlwB0GPK zJ{X!44W2<~>a^Xmc)c6nczb=|5Tu>`{w~=#c4vQiI4>79mynPEjLpRDei#5zQ&U%W zJsk->Hwbwj>uel-5L?Lxw5}1VH7c*i|y-fd&wH_ z!jaC#(*j*-R)SuX0!cSs{vnus5AR)a5`gNsRgl;BI*y)$n41mbf%Hc4%+KM24djEp zJ(@Z8iepS+Bo^^N8NnK;vZ(cwi_UZHUP^vUd}u=e6GiZUJez6o~C2JhP=DuT|czQ z^?g0eeLZYDuI2~oWHXRHxI4B`0Lk&7tv$mc7LW*fYkqGNI(*)Ve5>94msvL3qUb6Z zKO~|M$MS12<)3R|p^A zUIlM4`&bQ+a}&Pt&fhv#5JL3CW`w9P6!deDE3pd>W3t!!i0J9cB_bssNoby=s6$Ld zwh@=3N3j;;sq)t|W4H_J8&oAOL^aMZ3Gh$h$AERNQ(VcYM+|vvxR$2vDsbo%>DZTK zD#@ai`YbN?~ zG++5{v4h`rCe$7f0u5PifXojbbO1}BMq`BWI}S$S8;fM~y8IIkS?u`7DfBq3kaPR% z=a+W{CP>rgg^_uECjia=l_c>}4k5w_0a+dje&IA9osaXTcxXbt89iY%3Msu%wUJl@*B{AzX*{15bL%f%DpyurX0}zB| z7gYeCvG7yty#cP&zpVh;Trkik5tqHUzb^?c>pYE&q8CH;4 z@+gB%KY2vl@+%J4QS`Ry-6=%e;KY#X=bo{w{*;Nc9=?zG7&wo{;C{zI_##gnx#p=s zLq^L|K~CiTbj+WS6IMDuOl=ZHRo0gIzur(ZLng{E7SgkNn@nZdJIu^}o95-jYt;HN z_lzQLcjRJCv}_wRQ%lD;AN64~VH79lHk}(tKo8eX9CC1N)%;gO6u1nUq}BXAi9mB- z7wdacRv6<9w+{4ZZPxSj%hUxM&z&33q5cn{9Wi5lXhI#1TfOfcFbL4V*?~a=fYtDA z9p4*G_1^^g-W{P=lk*!u-F-Wn-*WK2=z;4DK|$T4V88|$g8%B^zMQs3I<&wfypf^` zAw>j2cSJ3T(zZEj$D-0HOLX}9_77OX4hSzmACni%^>vBB|0_dVY4XHJioV1W#F1F@ z#_X?7Q~#E;{&d$(cc@pz-mPQry4*)TX;k$41bbgQ@sqx{6!POn_~+8PqQ1ZryE@_cPp`g_zs|c z)&K3q;Gq}Sd?KqA=x%`n0`~7Uj}1ZpS1=7Qd+}ZsfTvR!b?)x{-|hkZdxN|Caa@jT z8Tz+LtY8x`0`Laj7xLfd-vC}V1|-^NB;a+Z{3o@h!wK(`Fq4*G1MT+tYcC-`7(a)^ zKQy>N8vQ}Ev$)!Jz`h@C;1PL25}YpZu@NgYsRa4&wEkgqK}=n0|Fk8S(UcDAC%bag z9A>Gyo2Idat}a^gzhEif>taQ#sP z^gi{`PxJZmw#NSj=%JU~7WIG`njxW=Ss@~P{7Xb&uw)X4N!RnRICb4+Qt*AW07LTQ zCD58Edfwo_52tAU(R^4m(7#E)j^nKv{VJa}nUvfA-90W^D&in%Z0c6R0Y~!d1+8Ln zW0s;q6e{JXMoxMb@dyHMx?E`vt3Mg27)p5(-tulKk{BP_`l)K?yy?g$e|fahahl;B z>o6^LaobNx%Q3GSi;u++ zkbu6&aLKkH?7mh9ot=?cbYZ}gxa;M&zKdb-N{A%6G0li(N8Q^ya+|Bdty%= zt5#vcdu7IG7jjD0Ih5DkOZKgFG18jyTPo%I+F|fX-zR!|S$Q z?p4SY@*A%@*!&^4tR7jM!M9gNAWF90CBG*3TBR5KR-+L_FTgY?S5hK4)DfFvS+meF zp}eLk5GFj~uR>$+WLt9)RI<_@KWm#0A4zK%BWO39l5hwrwpgxx$dE_LDgPL-qTxa@ zTw;A?`@3)P8BkckANuRY=ytqkBWH4qi810_jWOKy{!gp(Bm=)ZN-tT{R2{5Pr^3wDo9)-qX(Ij-)G1Oi3 z_atEq8O|&$oiyrijN~^-)=maec{!YMH;ejZADpLtD{ zAzEo-ER-Fh8%SY+ky7fvV9J6}M$+GU(`j9B_#x)YKys+~^agQQ)lb@A{ib}TG$ap(42*J--sBQnOO zK!{bF+NhY?#m6=JOs(X!V4@e%F;_xdDW`mQH)9q`6T}^lPT6`ly)kTh&S<$`Sq+>n zzgrH)FLSwwnHdDi3!3e^^{r!UFRI8?alaULLo5ipTDuuaY(+Bb!*AvVjmow;6#$)8 zG>(Y|lg>k`0e-hvdOF7dbcF3zlwG~4$l4Ea&xli1=hr3K5MavpJ1dj+KvYwLcLQ+E}3I((&2b$-;W(vizhGFT?A z$h)#gb7sDP3k0m&43Ug-~|epx>eJ4IlcW z=hPt_k+SQ9&vwI$f7ZmA{7K1!gb7`5uS8hgCkMip{>R7~ZCDMdxv`9@ASpzMS-yZW z!E7XHnDBBz-cPdj6$N7ilAtNVoe{1>xV=+FwnWinN;l~hC*&W`0xUB_1U6C8Wv-Q> z-#!k=RxHZP$|5I6(cg2>hpJZgz!r(lYrF*SQPAr_hlz z*s9{aJZMM=U4B4Uv0x=8)+Gyf&In{`sMHZz9&_kCW=X?@1T`2X5WfDd8j!O%Wr;R# zAjNpn7rcVL8OxrAYM9)FJ^fT5TSdn%gXywuOMb>#k3HxjL5x#vjg7=UpD`X6XB%IX zPfgnJ;hSsOH4gfRF^R9it_8Zi%zL7ZcBtqT8bkB5F$BhNvU&33C-<_n0>9R8L`bR8 z|7`E5C{YJKeNG`oXVUHR0dIc6vF+~D#pXf;5=Jenq3vP)bgaJ_xV^a?q>M$I-lOsr z-td8s*&6qB-1MkPE|%16kMj9I89L+dh($dP@{AX&_H0$g9F!uVRRqy5zA0UAR==Y^ zdn!Y;uKbKtP@e)Kwq zRL;F9qNA}>u!R&0R-`+zN?~d61=KEFW~u*nHxO}tT}8}D66zT%@^ytC>9_+tPIA%hQO%H8+5-wG*X7LMg5VL&-Mlf+~dN3l_?p5Ml%GdhTG*wI!lkNRqvIikBJfJ# z)Fr@>Q&Q23w?9}H5W^>m8(H>~qD4S}E{w!#WfOT0#*fah)4zYiRXG&hwO*wapY_R# zC0}>JlP)+UlecjU z@DmL#Fu7%Gh^JF;>vL%LzIKCFWU;~TyZ`#r@{Pul%Ihv6>#za>P5O4=x4yxs8?TgH zULo40U_i{8RjWIjk%V`K*N3iq+Wwe3{7Hl|jDefikcTAZjbJE77e|#!5}qTw*%C1O z%$D2~`3ZYp$6CA3sbnT3(QMmPk4Ni{YVRL+2u*k|Y+|9`3@b^9Tl#$2TP*MWQB{b9 zs}e2uR8}OeK?}Mt;N8e~@4}kMq(uAO0NypTYGk_kPA~M;iIrhj5_;IDRus!rt1raE zaisU>n<#q>Q;rd^r;(n*Gvci!nuAITjHUU$nSKIL3AC}C@9MB27FoETn^nhOdJkw z*%I9_3bEHh(km-nI-&|_MfTlpq|=Wnc0Lu}SG_k436GYg)9#iQ zlaQQ&zp5{$4{*kl$%0|NCXRLiqo>b&e*$O3WIfU*8%89kFQr2hhRMyxSZ>1jT-+%7 zEZ}V~v>jtqFX*16^Vq|l{}H#ubfLf0+3vRF!I&=77#4!~i$P^39qgcAiyjpeOUtzS zTQQ=x_SM*S7)TdcLR~jpzpch@Bj4ghOGG9{spzo?a!Ir{X$i*n$!FY*r24=E#U-mI zU$YIwD~G*`%mb*fVy5n>=Ge_Pporm*KKBOx{AOULO25mZq-iEZuvdblCnnMAPLD@x zW!?KD-Yg3))lV_LL%5SE2djW*pqMAek@wW>GTu*Ci z@K0z&#oQT1dB$H^YM3eGr{N$R$n*}A*g7lB>Xm}qk8_0ivnD$E*hkf*QvFXq&fS`d zD>If2c^+|nvkDSvH5vI_?ykBs5nJj{;iO2 zJjw=1Og;<>F`I72ZTFT!=v+AJ6#&`Jw`XbFYzKfjqZSS}JQ|!_h1e46R|gDItR_X% zP?CTlB3tMz`fhd9rkq|0{yTNHGWgQJFoxQSFzR<0NAAiI)QDKW65EjpmvM=EL@q51 z(x*fVS1vB7=#x+5!lmp6b>O_m6&fxi9e%fGI;>#;Y0R1_#Jy zQRZeTT<& zU1q~hd{vRI8c~CiE$-~7Naw>1v5MxYk}@lJ<&c)7N>2+msYKEnNS~NZo;AL8G;qnv ze7cO39ih0-OG?Cbc!cK6Vzf*C$d8txbN_pfF!q| zx`EL_TxLQY=i{Y>6W|k+CNv@O>jk6c>%T~VOeq=ag!0es)>tITPHdp7~D6br$p2$-m zNOvrr7@*BNu?>F3BCjDyij{jn4r)ONt^b9Sh8Nml(nHp*;>rUff9~(g*RHc9$kJL1 zU`rd=n&kuheJFvZUH42Fw;$BGx(IPpxhr8YQ!cdw#tFRGpgaRM>ynwxjyX~F&;Yt0 zMUbqAu`XjZEn>O8F5%EmcR=G46(KSDpQuU!&;D6y6H z9t$TK3>SHS>39%XWQPJA*!pSo z$gna0tjjx0(5`G_3zQ=AkpeZ@sQF>sv^XQ4s^4y$IW$#=XIfgz19+y-i*GDHm9^r= z{iFktK{sq7spn8);md{FVT~Q&cjsS!EdZDSCNA^w#yD*oBt8l&zgn5uy# zhw137ZFD`sUfWf6EY4WhAKl^Ht`=tZg0;iD>w$w!WDfrJmRs7;9_#vv`kmv@r;TFN z=X%<@7Wo=H;!l1%wS4lC-Tp6EaT>Bkn3bS(r$C(<$0;{oThLb zm4Q*vDZwg>OEJqQHZw0(8MXpGBndHOWwEFgnZ2B0NQeBF0yz#29M>>SF-E#kpU|Mn zzf$-`$X>@RHBPh6Mx)jhZvraHpaq*N%wbRT%F;@iPV!^}@9 zxv6!IGt`+&|4HGq2W50n923YbMXnKW>L(}}EA9y<2%@E$Vk^fu0{ZdS$SXC$lJ z>-!jo&traqWSV)!=!=fO^-BtCIiKf~wZ-5{nSeN6{8JIF)qUlc=aF038?qnEwo_Xe ziDW{R>lOwihy94Uf#zsteJ&uLmJ-Z_;cnVeQc1hggt=yATE`KRh7{Z}=viE4XW*sp zcnceAo1R8XD-r*djgB#6*2vXX{{lZH1_1lxIF1!Qr!h*2RYJJ+B22696&~N zRNZ?}y{yAbof|>clkF}TgRf9+JhRrd5G@s%Y?>04-1D$SIVcr!1)C-D=1z84rj{JW znaN}*ZE4q6(rxHal_h2v<&aG3$JDIBUa@qse)J!BhMBBy8>|Ix4q!rw*ymgyUVpIz z093Gd-q`IW@9kwDT-sg%x|N4Y^f!|D1QMTr6wjmjm%hwt(G<|Imd#rPO1E-fg73J$ z<6*)aQF0hU!gwlocPWQlDRTQ^M1OhbI_zg)RO$p-`gs z&03StBvfGXm=JalX9LyH=hDt3(t$*$UUrYj(7)jd$EUz7*BFA+PU1F=2uo|w-Zt&A zG5f;jjI1Wklq3qFEc=we`b6hnLplRohiH`frj~%O9^>i%+ zx379bB@}4S4oIkP=U*g4-{*j0Ygu5T9?$S}oL7JyyGFJodnZ4cI&C$Z+<2w`ZG0tm5T(Mxr}9ru+CYz%YB42s?Yu zSq;iv8Cg`WF5{JEpcTFB-YB@UPDUk%<{Ab?(nqoXnjN%dVqa5oC7(;`6 zNfe5^BySE~C_wk)LLVBjhkhyv9R3mBfQs_x^-zU%@1JtqntYCT6AWgHMx_FPj9_>Z zg#;qjaSl!Qh97$K=|pdeFVWh?NB+hSKfN(+CZu%)DjXb(Wcm^nUEoJeZ^uqELDN1@ zd2Xn!%NUjNds71zBc55*@M#PFymOo&%ANKUvu?D7%LjHw8;>QtoT9nC!ftjk;}GPy zSgi9`Tr_{ZScs6wLR_sBe(kd1iyXDOA^W3c z#gM*jfv78E`(;9+Z-n|R?@zs2Rlf0aRVk8k5|&VFT;8BKyCplKmfM8B?UB0&&xXr2 zgvZ2dRD45660ImhQ-%Dj3A)4Y&r)?f+buAX9WFbieTfTW853u(?z7(SB7i*@IHG?1 z{jl9Wn6e5}TWbim!Frvwd(#n%?e0^+`OfImg-RgngFjW#IY z`Iy@WzpK;hVPgh;EPkep*!4}CaX#3))tueUo;Au6e>AzTy>VxoL9rfdXUR1X+jcdDoPJ=C9EUc`KvJ}~{;7qVNJ9klLOF0zjE|oKrek#xFP0M8Pf3iadA<9h^h9cGvG=SN56Y=zupHa^ zzVSiNoRqPvZ_At2=(4YGjpy(6r|56$Odzcnb1ZXU6gih^OdNE`*Jreq*cPv26UHM= zYl>hj2SPccSJhz;hS|e#B8o`~Q(2X9s8*Ki{rhc^me*4}2hSf7)%OtiU2AWVMc%DM zR>t<%-K<B z=`+NbD&#rT?cALhj-&2=9rvd7Rs2 zULqqyp2Jr0j&K*VifQa}HIE4A#mKyu;Ze_+SN+X59ujct5+`#&-+FP zH^J~n;%7r!Iv;VsbfD*7UxsC?@UC;@4!pW{RaEHm+Z-S+XW!T2wu(R>{iK*y6fOnR z6hXPxUqrH{P%p+0d~ma0Y0CG44s+jBrSTg37Bi*gT}!L_%*!~W5;Z65j@Nm;Zl zCt}@B2#I(da%I!==VoA@yGq!2-ckD@e*M0r*TlKAQ~F^K6^&VBP5iM5V#rtX#v4gm z<{cD%UhzM>mNS-QA$=?a<9`kvG?C;=rIcqWN2Q?>Q3;mmD0!GCGF8TlXA9%^OtUwjG$Y} zB%JkAGXG+_P zFV1L)z2Gu|R4X0!FGHde^Udp>UmIp&Nl(1i^O6?DSp^4`hDi;*eve-ii{M|1QIQ8P zoabrXR@N`DZ_S7k8VTZU@%FXB+1uGoL3Q5SS&|DolxmAEN7zTgb8t!1&36RmH@+PI zA5CW!)n*edP@uR5cXxNENE+NBXmPjV(qhHk-Q6h^clY3~h2q5>TKwj}cipU&mn099 z`DV_Xk-dkeK~;4}sOn|($cGiS?}*q~`1zCUtIm^zb^Mm+D-r4ptR=~29rq>12IC)b zF<6$@;0cQOF6sjCQ6pS)W7LX!nJHsq)0_Z`g?PfU89|^P33Gm`0*T1o)r7o1D1#Dn z(ZH(f<+P6W=kFP1`}qEv^r_l)-q*tl+6B8L66r6sryXO)XLOsYYa(lkQ++GK7KH0V_b0d<)KZObA7ryKu6EDi-fv$0oj!EG4YXHi|D16=!|i zi->{Mr&@-v9lEp4mgQuodh79Ip6?!8p?WepA*(Xa+}PpI9~_3JvA*|AXWLhgRqAZ!6I;`+6qHS96(#3 z?vc_G#9;;2Fnqdf3zOj=@WFjC@`=U@z}l{u#&M zXGG#`hvC0i&*+t_?;^ZJ-COaH%YIw4;^GfH6!TFE+B|1$5-m1=@KU!m)Vw?}drkq_ zoD25zkiqir=U5M>jTmB2`)_v9s_NEBX%?6iMbusWs^6Z$q7XgefJv_4NLM->5Tm9l zQZ(~-F>5?7f-WK{WxD%C{nZQCmrhca7Ff0%YF4{j?f zb(oS1p3iy83Lzc`<##@rTa7{ye8WXJno)SE8znkBcx5$NQ*9WqeBK_bku3VsCy$@W znr0PA@Z}B@Wx)@s^P=yi*=DR0R4mT5CehXHekGSXThi$j1Q1tsxyiTZ%t>Y4h3$Wrh`YDa%%u!k1%vf-0y6l=F;H z$byKIK7(<$TXlobJk4FA_lR-dqa~=Kp)0wuqQ>G0GQP{+RVdRJvK??3EZ@2s3+Zbv zCS%B7FeEB%r^Zd9EPHo3xP*}GQ zAe)DMANl?2GOGRwfVAkY{X# zPeNiQBmPP8NY(Hvlfq+%3mM5D%U*NuANL93z5A_`aR{-8014_;w z`3Rpllewkk&4kRQvn5RY$1UJ6?$?kjk*7g!{!5ByL3y`0 z?2vhzefGviWPHJ;ac_33z(qGvcLtY5O{O?WGzUCOhB-X4D$Lwdo_QvcTfZpdgzbF= zZL{9HfRda1h)H3q9-!ZGoe)0%be1u1N@)VkU}k!Wt=CAEybd$?(6y8av#@eYSfJI+ zMs}4ws25cz6v;__SGsd3&{_aDJD!$8V~^Jy6o6Q)(?{TFK82znPt|w|35o$P|_RFr!dJ9wc`oaDN3{_ocs<3D3YGf{#g7W*LwDgxCG(PO7O z!b$a6`s?@U-CW5$!7huP67GvW1SUexi{_osomS(`r?mghfD2MgZa9tBmwFxhF3v7# zCgxmql~06p7^NH-F8&<`@+=cwRQ>if;hpESB$8V9 z%T2pVCLY{ee1}fd%XhujN13BxK8E9!?%<2n5Bpy>8_7-llxY-`jRi=3LY2bj@$?$^ z=lDE#Qp`-p*z$Qs?PUsL!^b2_ORN=b&|SD>N)cj#JG>ZWmNVqXd(=8OT)yZl&a8PUTe;(a zXAY)BvQc%Aa}+TiPa`-d^>o#t#PBOe!OT~VGa|DDr5Jm^A!HlJRg`cxM&O9rwd`2CgMUK>6%!GLB?E@#DB zZ5cWC`$y=el(!7SSn=Cv5cJKZQPAhta0)mTFYUb&GwVmfLW)^o@|8o(c206_pq-YN ziLwyj$akA<*|$^8RaarxJ~~gfZ7ZOOf?fT!i994^=<9GHsTeG1TtIOTdsNFWhxfZE z720Zp@?+T#W^j)M-SiH>7|t))q`OZ!KyGCJR9o5ydwV0LHJc8(tp*Oi$%qrJE#Vh7 z*X?a-!%L59E58LW_ngyN+nVx?tw;YZR>}XsKxM*Lb)Q&K z8*LQFvAFsdwLc&ojByyGH7jsT&u>;v77ApypA@k1q2&Fnxg++o>1A0faN)3FZx#2S zPW^&&Vv-cGG2W3i8NgKvOTS*K<9(x5MQq|8634eG#w^wX*&?xKr8~!FX5x-%Vs4rH zHiS{JBOW5$z8HZ%7eE$+m25a)yWIR2gXYkPKmL^{CeMUqRzO$FQWZus{r2dbZC+CS z^)AshPMB@a6q~fBMw!HQ1%1r>?;0P?Y-i&vMex_GGX_RWB9{`EpqHa-8<6d@OgT`; z&PSu`nL8Km+;!kao&)uh%ZU0%#qQuI+P{@>&Ud1OWcSm%z4r*xA*7@PzS~!V>HU%9A9%`4-Z#Nkdp(k$?Bcqa$(xOhdbtzO!Bm#SGQ!rShDh-b$!LMU!s za$cRkJrK7W57A5^*l$azOUZiFRPOh*Jp9reZB06tk|!ZN@ZiAD>UgRO^8Dgm3L(gH z3L*HDeWut9`MD|kcm1mhs?zs;^%KpmqqEIF6t6zefsz{w0j6(gs6$W*y3pwWZ3`+> zicV?>t@K}`ZWxXL&T;Mppvk^zuQ%f~wTFk_;Hb@IS|aE{G@U)QyW&S2rf_W3gAf|@ zq-ZqTIM2siNdom#`dJX~uUuof>WbN@vGfGVhHc{DPk8z?wAQs=vf0lsa=pUk$v<$i z4I`%Ce>mhjmb*&t!*!V9>`EXG`GGEYq~%Zf|KB&>kic;{M96 zbER;NGmXEiZ=e#uBK-oLgoy(memhB$hspBf5s9w${N;C$eXQudL9kz!Jt-{_ocg0` zcDobNW)9N`ohus_uXWCRd}>2z{BBNxiUKuk?I863di5kR_O?C?ca8G%k(#2{v(l3n zZ^aI}mRMqk1f;^LwtZQiw)@AH&4e8S2yPII2uuXU#3Ty_v+EiC>D^a@Zff19J;sy@ zyNmqv+{sny&p!t#>^GJr>zNr$6gUT+Oh#q7Q{y0@a<0M&$Y0g_aM2#<$o>h_A|+KX z@8_ZTP3b%O%O|U2^Mk4`A+C-7U!`E`)HN6_F(uGI5cQ=bwcpt2hkpo}_v(ai307*!oxd4vRR?6-=@!`$G(5x5o`9O5t`8|kQoBZ z3RXMJZ24Vq_kPA}dnm0)jZ=Adhd+FrnJyjY|{P^M2T-83DDK*xr-V71@89u=IY#E1x_` z7Z$2iWhkE?$ShQ1H)>Hx-`02dhsN!5MkAL3{>gMDIZ(>##jQ8gHhN|I+3AuaEF_CNX}?@y7)^+E;;c! zGgl#HPmK9BU3WRlGASoayY8v>^?U$zxyRk~ti(87t!K_gH7qoEU{4~lR5msrFDVtr zp6kRNhUNx$t_(5pVJLw~lMDB+cSpSPu3R&Kyf~UlgTMc&CH3zR1?M^~Qm!{4K{#`W zv^V?5ZR$$9tq{b-s-5K3Q@IId0C>|1WJTJNp#D9~oz5|OR!!@B%f5?zE1&U-xHUZoSpTVCm=3)qyG>}Y%V-I@Ri4PXh=c_HF8H`?2H zw5Ox=0j(A)LM%yES%)6)7u;}YgpwwCzBiEnC;&IHga5!xs7=%VR`9zU)N%P03f{d} zs`}ZPnbGJ7oi{Dm;5b4ZnbsmzJ>~x)mzx#z%K|Df?A^D@;khUl0@suxtX(0H(Au;t z)Ta^guN=y?nW&IbY71I<`RwtoPULJs>&%zU(xQKDBN zub6u`U()4~z`c3Ml!)DWdU}O}@@e(j7}By%Bf-l`UD;Xbz~@GTl(yCfY^>Fvedn(! z0a@J?khw^WYTC;)MvhqLzO4j~J%My>b9fXb@qYWn$$d%YvZyBevLf@9cf z37-ciO1HBhL$B;`+x{qgR;bhUCzLPQuN%btPkIV z@b&BK{R)(jKY(&z?I~hV%KJYxfcW#78pmhsn0rgqfjC*{c z_4*OoP~VQ?-{cgGp4V6YQ|3bP_+>XTEo{>rgrU_`2GqpJ__B(uRLTROR~eCCScZjp zo4`d113$9)lu~AvIFoGqvB=cKi96b3L}$HIjo4Mk)NBxJQ*(5#US?|HGuAUSSC+KkoL3 zKxp6$<%glHbjK;;tFh{z6um|(sHm0#3Lv)+K;hBX|0p4-=ot12DhqaKKS+auvkxeY zIag$|&Ef#lM`S_$$qlda1aZkNp14BrVNj6Cf>BCvK$Bc%0~HAY`ghY^eNOjNnv&A# zb?n;nEVug<=XH7sGk`}YtDnc2X01k=aqtf~bNrGaU)y6EpS<^EEPcGu)#(JHDg zf<~^Co=2k9%is8|fWMnVbMb;A^A75SGHP5KWiEOiK|x&#)2m) z9s#R^jDUPY!4yK_esofFGI(g($ytYm+}8+2Aa#qCRlcqLkr9U0^?z;cz56XK-FE1a zj|U{5yqB_K$5W>tWT4yaP42yTIhnSGD+yoooTXiz_E#_p!;sZK+5zAVF)s!w{X_|1Wm@M~336ig8yv zL%ks%U+)%31s&l7pyV7n47Af6heg!;r{TJV*{$^R&}kx-yTTT{-jj? zBpQ`SO+$A64TogGnuy3adzE^`ZY*qrtNbbe|5C;lq(-!LFu@$6vedqKB~iH-=duTi zG)wrhb^oYf$Gq%?a2>au5yU0od2HdOf)ZhVh3!cv)AA6U!9>c6fBm2QA;lS zUpY3+cB+oi8Z-|3KTa6K^+5yoLt?z|{^Or~N@&$XB`YmouXq3Rb^BP~uU9*5Y*lX^ zJ4*{C%)Lw=%RCZ)unO?NkEDluqFu8Mh?Z-jqI+U{nFi~Z!fU3*dZ_W!fP{${W6~53 zB3ZLIH9*+p{HuQ(U|hmx8SJDLk#-r*Tp^2*k&PACTS^|()~E<90jMUuQ%$KAA5D&N zzc*}wobYAD*Zp;ofeFDS-rx{Jh^wZArY&2j3sr;}w}(uue~G>(e*4#CNoE<{CEvMW z@V-Q6h76{Tjuy946bBtZz|yDW6;>pWn zL`7j|SYt~fVw*GT9SU1NsQQfsNz2;h|NmJ4n3t30KY2b@2Z0H8Iz27x`w5>g*PsCA z_v>h53w)@VARmKN;A}e>3o!ty$^MQIkPn3`p>h&`D3bUe&-tG*e4$L)=YC1Y%R$=@ zjd36_Ca=<*L{paZ*6N>*vg%W>==!Y&t71qEU#0>F{rb9HA!Y_+B{<3djx%9i1fB&6 zS7Y)YRt+rfzi;|Pja4_bC}}V;^i)5H6^7h^EO^4^nM5dG=)qu+(d1-&Atf$a|1a7v z%*B&xjd&AwXI*LwOq5mKO-dq>`SeBuIP9r6h}&Zl>cY%ztvdwxH<( z)c?@67ccP!HH!b^^uLb&&s773;C+89`;P8_g!<+T+&knrt}}VV`p1H8;^?Dd6alds zc&r-pN);T9o?*bL#h~#~=@Lf%D`HMUM`Da54R-b9FvntVMa8O+aG=w*seXcuxas(S zMga$WkaHv#ah5hhYNAjw{U;XpO3oAEgD#%)WbiwFf!)uTGkj5tT)Ya=Zn4!#XvX--m0gFXsOM+%do7n2fM`)DoZ4J8uVb_M1f zkG3RnGOipe|5xCREXhpPjKcf_XBIL;oYTv2((_DSC!do!Ul=a}uQay1>#ekiNh(JT}n`!lYneYVpzo0MLjgK>4~@)ylVvZzurKF zP(B+QNvSPU*@7SX3Z#NPe?aJXFV>E~E;F0yEI#B!#fIjf^CN#*E-gMhsfIOlkmrYvn~b$n9HkUU2H%nC)* z-W5m&!*7fD#1W|T>@KaQgLIBs#I};i252Blx#UxUkvb-m)Q07zkf~(6lq>w4?a0ux zLo{J`<0V(|&I+Pbhk^Syd#ot&ed+Zz7D4Kls*&&Y@DH)CR?CQsPUgvjP`LXUYN7cr zLe)SOD_dRPpsxLh@&5m8@)_oFC_k*Oq2E)$AYxH;88#L*tfopdx6VaEYsdN|qm5&% zicK=lz#%jR2~EEt<;leZFtr=UyfT`^&LduM-g6y5W)tYnVCv~ha{sHyDB}}%9^wq88i5MiTD%snAf_9GaBk% z%BzFZHgE>Ci*59X6clCT)9I)+OxjM8YSO6)bo9vayoeYC5>`=SX8{bf+(Q#z=uk}~ z?Fu7c}R=OSj~zlhu@f&dKuWcET6i&)R+Hh@>heLtb9a&sq{H z>!Rm_sa)sX?{_Ss!VWB0;)$(rEJ7f1NQwuaYBd6en`D81}|7M|LlZSJoCb?9r>>JV!YJqD$JTWGf*8!}} zbu8I@>#+V9fbE;5M>@Io4@mSuooiXj_wVY+_s(6U@2=hwrF{WKOovn1D-HrHKlF-2 zvjx6%Kts}u*saoLt0g3f{&cx!qm}^{nwDMucO}DrdM>EcNgtZIL0>LVf7=>`KlEY- z!*2(vXasDlThvb<>L|S%L_9?(zFt9&-Fk?`vn2*PBxIE)4j>7QU~S>(hQ21i7el@H zT{}EIfh-NFuR8j+@FAY|;j?^&WkXj#Yex`LX&UERvhrj)qt>hg5D-UfxgSsOMrEUBmizy952MLs!@oFu7g#Wa5WeJRzU zrY{gSOSo_FjdhsYXD=8)w=}R4#?#Y5jx4lM%KZR?>)J0aY({zjp@Ovu69BLilfng+ z$e=YQ4cQWLl<(V_`n3ZH*aPU4NvL7I1itqi^?1b}dxg#F|7SD0*@t8cI*FhDXdHE>Ba-qkN1l) z#Jv8`8^8YxY{fFM-q3l>e?O_Mt-bXB+euA)+=4ZCovitLpi{FyKK`>dyE}~oVUEzB z=m|>S270tZOwP>5#g?Kju8v^+-IS*ac7B{6JP2i|YHtgf$bxe1^A=|cLRcv|`@!P< zAKvBP>sZ-R({cGC zj=MFSq+V%vStLPDk9gNbZ4?{5lsWgu^lRo%jeFG~5yf6EwXAz;=#iT8`TZf8A%(*Qfjc zZprx12LhGkphG(>bY)=$D!v&@q-_Suglx>i!}#A7Q+jxL{dOM2kose(+v>Ra-}(*o zdKr7DAqba2DMQd{3wjSp4eewLIxNhk-@m(DH^LT-c#8KLyFy&kPH4K8@B5qBm=A&J z2SMCEFEErg`MXkKgHEZKplcZRnKRX(skbikzBTtr;hl+$tUAlUXDX#+HqMq^fwveF z1(j(wIZf$ zrrc9j8Ifrj_GOW&f%YxC2b)=ZP&_-7FSyZ|yoW?ABe%&T+wIlRBP`JBU;pYj!{9t-a~2D2>zT>f z2DNWY=9+_*wpc0X@i4lAu*Z7dk}xP~jGl*s<820`KOSwWo#l2OSuX;p#88K@TqC@- zWKzSw&}gXd;!xGW1%@aCs@UU~(m_aL9Oq?Dxut&T$bpEikKSqFNm#z;NdwA1LKCW7 zX_{4K?C86H(+LJhuCg1oPW6m@7~L3YO}6;Xw)`2M45Pnh43y}63*ePfqe0}?IZ?z4 z-9~3HqiZ*VgJC-0RDc*P6EPdrY~lBO0N;FpEtA_rMm)4T_!*$kX1e3268Ht0JqrxX zPpH10eK$r_V|>P`psG$eU7+77Z0ZqDb0|#pMy)yr1iHsZsIlV_9=2O@Ql~@+$AqX2 zeiBI_Mx`aPc11u2p8W5)0sahc?@N;9?w!HI|0FIuwBOTKMt>t4<| z(1)qV5hgWIO@0KaK9uFQ$kd@Hbh2lj$rs_!Nj`#ygFv=ci@WA`c{k}O1^;<5rLOCl zItTnSj#F1&Io;;{e}9LsEXG!excjBwc(`aNhIxj-KdYE|24rEk^n*WtyhQriR?l-TFV zdP7W{L2{T@W?}DglNpu&@KUpUc`Kqcl}4*D_VAI9Bc?Ta%y8;MV5tc74+O>!sgBK( z^y=^8bO@dz#?u2wgT@WEi zQs#Qxj~XD0!1P7dZO(R`Egoa}M`Gb*(yv#C5wiZWq?|{FGzwQL*%p!j7o>QJ)2kGV zGnM$CS23-NFIbeEh_uiX<{|+{nz)71-L$#ZL27wt+@I62eII%f+Bx;5571;-3rxi+ zfN}e|fuWf>3dh39LlCiD%OQ%%bAc{~))G9eQrCttiFi5~?1>EF(R+cnlIxPcX#q1xEvd^nhzMMb(cDFIFRn<(=9 z-*Au^I3_#N^njnZ^QHGHbpPyf!c#rBB%o7-WR`x56^w8n-C|tU&6@A1&q~rYt{P-SHvAVS=Wn>f%XPBls^ zHn})8!bx{iyM_)*@lIKtuRdS{i9NMtvhij9isGS`{vxP4&8AlpX?Wgito5H^Y7G^^ z5yEaEC(#^XGkydc>CZSPBwMo2+%MBvYWv^mNSjtvv;0VqZCu8#jbH;4e`LY6l^*93 zxdexyI7R)4HP8_B>48`NP{WvN$J@@ps7`r#4WamhKb%@?iJCgPkqVwQnz}pdQ=pE7 zw}=yb0%wXwFq_7F&7@PwDQbnP8-)vKqr~+N%%9jMzyuAyaVE^+nCM!)>fow(Ibdnr zWCsok&@RMWOX{eM(N_NgmM-X3cW@gCzWW|7J?6(2|GbuwSj|}3L*Bp+#uTQ6Ioqq# zpij2Z&r$DdS!5hE(%`P|mq}9a!E{xSLmdP2l0>0pGMlx1o@bX{8drB=pFRo5$lpaV zDW!AADaN9%8f7!$GNO`~ClKenc;}W>E21j#_tv)7C1f6Z-59s@b`lu0y?@TecPJ!|Ntb{+A?L{TaaNa-t4|dwFO{fO zfd|7!yf*HDk`5(Na5sahaeXH7y9&TG9egN0_Rp}YkSj4DEmiZmYI?v(*4{(6T1h(D zju+#1HMtC}*jYE+9w#lmul^FX&0TIT`cGP!a$@iT0~HLO9Q;VNPDd(fZJLt0F~E#y z7HpMlTls`mOvG@mq>X^Gb`wclP%g3@m$+a44jy)@;?7ZPMT>B|KU?eC- zDtW51aP!6JU}QK@mFnyAQB-%WlGfql3+)Lc3c(}ra7e2o2Flk1&C(EO@s%ATkdZAR zaT0&>n*Qx@cJHzst+E(kx6qR07L(?h4_P7>q1u&R*-aFmC_K#y99!cETbg3I zO6UAyxlT_cMA~LvM~Pr-wQV`LxPB|FgRxA*u}{x6;;#U*;13FCg; ztiX@><@0c=jITv0BU3 zQ*xh!l)nbT)$m3?wFKlO<)N4>E3~OGRoIm`sUypig`gP3!;gcQ^ zsAOs)U^R2B6Q9%Vmn#rkQtZwYVrDs)Hgs~0*Y;$Ta|=*lB6=-CsA#YQDnf3p*~H&V zSo`a<3w(<&Z7VLVw~ui7L}bfLO3}VTNA(HK8hLJdoo{)WSFQ@076)`BOk9eR!NeQR z2Npt~JYGP{1wM+lOlW5CX&U`Ji1ch}1|Iv_CBUQ!>0_O=pC?WQD7sv^n&74mjf{#< znUeEdSRzeTajVtvk#e}$0S2ZJuXIQ|OeqB>UkH(1d>?#7zpS*c-8AFkztTc_Xd18&s-k7 zDQbfpeJNxQfV!r?&$u|Ed7J_MEB4fcN~ZWv95rM$Sywyu4I_<7aKcnWnt0J3GEai| zQIhs@K_)X>OfKlNjUD+?SOHtIzf8nphGBiBM+A4m|55EU0)X4cKkQx9ro7%~b_qdodwGNLo3L{fyZ zCSLWM?T^GKKWkW&oOBqF4-b)7AWYrfSY@l<35D}nUO~g9pFr;aRdeigFt>6xDDaZ^iw%hdPr`Vlkapd?X@s7-rS6w|O zj~iCGCEa!O*mFKaxC-~?bpmu;UgCN(3kbcoV&kE5O0l?tt_ncqrM36PGS_ySqt!|9OFK^{x#v9p=iAWBfv~^@7$&knu4!wyLp3nYH>( zm{f=R3!EZAf&}nb(TsWk+`N<=ifpH8^v%%K@wijEj&!EutrDIM>FVogW zeUu?VK;12|6~ehO;4K>7jfR8IF280;I;B%Ll2YO!Y>bad^a?#$(#45VP!7X@L4XZ} z9yI0;3=pJ+hYx^DxVsTLux~@Ld>KsO3|`?xlT=Hm4nnhH>$obB-gfS?g(ejI-XgN! z2`*BLx1>!yS(;Cu*T2} ziJOBlz-qT9Il9{#E;&E8_-R|4+$=>oAVyCTPfN|%4|0l9GoMwO7ygMw6c^^%ey8V~WDC}{hy zN%CZ-FfjEc+ji3AvP$jFBL~UxIU4P!n4@vfJhf)-NUUm3xP#%IiHUvK{5G4#IyHog z8JpGkiV#1qD8&QEpBo`_K8l>-K~zo}{3Fe!u${^9k0zz8C>M!*))p**p&f&=%J65C zpCJyHV#!CWr1I(y>(vSDYZE&!>*}%!Q+*4CNQItpqnfnlG&0;jdJ8iNVPFWd%)oX8 zL)=#~6$%M7y%Yd!#P=+mU@~;LpOSC`8a2yjFq3+wL56s!aJ#QeFcm4_UqjCqW_&j{ zHEma~>BjE!mZ?soJF70xM$SI!3=y&pzZ)dO$pb4^6E* zX}&2i{$ijEm>K!gvaH-u9~dCBEZvIDtA(K&?=Cm5-CSHNq>ruCy#*gI$(Lm>Rhn5r zu59{`kz+5AD}ji4(2okHa4=|1V_;ry36`cD9|0a24pWNUdLMBdWL83zoxDV?72D`- zuQ;3I#Qi|yD2f~rIzn6Ji{6^^TOI(b*dt1<3k0!XYsimM3Lhk8qA^mgt)2RLo>{Hl zoNV{x1>u@*6wiGF7vEM8u!h!Yg-x(#;M0r4TWa%Z@F<5Tor=XQR=R|jG)T_at$wKR zk>jA`Ek)+ZuW+=Ggwgt8by!BJgfw%hRKkHmHTyYH&)^*06;QXWfR^~j<|tD>9z^Qu zAnb~4L_9UjVm`&6LNkLZkb&5<`!nKI4@Rq}N;akq!o;1{;f4!Kz;?QOF3AR5PvgrS@XbvxEU0XA{2cU8@AfwIZs7U{>&dc+e)k4eu1z(wW>(vEzL1 z*Pya%pHGP>mjg@VePT27R*$XR!3(Lg&@|HIZ7|C(z1U)k%$86@Xlw73U&aLF!P@_~ z|8uN|>99dFO!r4)3<1xIZqV3%qE_CY^qkkxpMSqG6O7>&c!MACf89rR+;RNoqzfdAkxEx!*Wj?Ux@ zzlW$Z1`J+n4@AzwLc=%-V+_t|MOCmqtgJ&*5J6S~Yim+W;^e@BjtGCSv=z_13^8)4 zi{m@`nKX)2)O7SWFfw}aYI!F)iT#PiitJjXoiYEH$tAijyVD5F#WsX5p-W@o7Gmx0 z0PW=TtSfD`EZ5Q_V7Cyxmm*3(eK_HTBqXL6yCgwX*|F|leAbc5u0a9)_s^yO&gkZn z#(XI46fSV;m|!AWuFwf5b9zk<>De#J&9@8ggn+UVQf@m)Wi!tTG`uH?>zfTXBx>F) zADbS{ir8@$8dF+6y(!zZFPNRS7nYRmDylAV=cEPS7&OU8jT9;*f7NnvjhwLjn5ey} zb$XZ>%$T8UtTRmz28_ZD?*O`_00n5!@YcI6?kidw`VLg=ojL}a7xeQ^2tA=eGhB_R@dzY4 zifLV+sFNA1k-;A#Re!CYdO;jYtPk^NyhPZg7@6|ea|!YU+eqtLyJmJLuyj*QY%PRazBQLFa^?i3ScG7@ zqu{mzvh94PFN7^ZG!@FIn*UbTgIFt2JRNVuHMgxQw27GYg>paym!m?u7n2u22%iCM&`a5)BUu~wxTvDpBx9`*`urHoXhzMq z3H*$Y_8#$;20Yl8n04j}EEa>suC6B}cPUi{a+w z*GjI7T4H)+-D`oKRA|K9OE<(o+2YvjFGEQ|1lvJ-i9vw2xF7Ctv%5KI1B2 zX45QUSd2I^Bq_*fQPn~C+8`nQ$n^V zj&s&XW3)KX2f{_kLDHav2|n(BO)Eu7^JUnSk!gGzfD_xoNe8W@Naam?%gV-^6ZHh|{?)v- zfvhs1^px)iP}t_FPG+>V4E?m(!a#S4QAQw(QLT{;Zs^V-2R97GU{ECCk`X&J<(KrI z4Egl$SIL?(lt`Ge`Ov6^J$FQwN}%>@Fb$3CThEHVcyL){2Yc%)y~xZB!Qg&$Bzc)K zmHZCz%pnWFa=OJJ*2`ung^+iy$u}*Gn7EQ@lA}VT+<7n*(2r~c(Ihx8 z&JYNxTbFf!zz+fSl-E?Yn1X8A&E3f0K~1F=H?+ucyf6hf934ENWZYR!wc80&w>bT$ z(KiA(L!LxcbTDkN$eh`JTSb}@D44Pm0l0;oVBr(ZEawR+-m$UjwtTJ{Ah zgzZ@qz6IPC6Vv^b`=S23(Q=l>WtoUq*}bbIGEqe4cr$6%!@)%DPbR2fT61t2U02YPaVlox+Hfg|)p;q5L@)Nkh!$*NbDQ?s zqP}e71aA^^;kP=pgu`H~>bSjI;zdC?X(?*6_@NI7_W~uX(PE8ou&d=MPDQ^&EI!zx z+e%I;<0f~z-1!l)|6+jW?@(BkVM;9FrKcGQjPFgTZE$X%CINWHkQsa>#~a3)*{8mmGmFqu=p-HbL%u_%NUcw_=OWVN)2E>)+M zRr!43S98tLp7M(kVKP4yMxZP{Q0Kn9;LX7xs`^W|z$9MwJz)*D^Dp0+BQ|(|Sfp4PB-zpt7SksjC6clTmI~*Wh`13|WHD?sGKBIMvm};l@>44D|A&pLhXEHU%)WD;+ z>C9}S@?%=eGPoZpjc4I-+mcWEF`=Kw`lG?b`C6fZw!IGA?7f3-oOtKhh0b>jc8b(+H-N=E2YIZU$ ztbcs>qj=w%E|SRO-r)W#oXnrZSmtF*#1r(q8ai6K6wTku1Twc&ZW=&a8L1Ivb9)3c z5y#01=2t2P_>}9!QYOBZ<*M!!kJJWp1Nr2Mc@tkBzy5&?JtdFldv|=*@FBT@k`LKH zn1qip05v4`b9NfYGaSnzoTZD682pVnada>UfuIYQD&%uu4l~{XD+?m5tRDQ1ZdeJg zQW|vm$k05#-Rwfxa4!xvyqI6%cgD(`#GHXpF+)L}Hrz6W{Q=5^h5fxNafQnXF0aDbE{mW-OENKRmd)u*d+IkMKUuoBk?LZBWm{LrYd2=;ga1U zIcp>k!im=sz1;xZD(PbSnMU|20|lZW&dJo2hA+4f{)u54m@_GQ>LfO9;H0JkQA>I6 zZj4)P&ht)3=MJwV;h#eCSz#gkR4T-vSQ0!!$D0qvVC6sAR2n$Hg=A)U!w^}} zV4?&a?JL8Z7jDt8z?g|N1>y5z?)n$PCy*8O+v%qTaQo?-D6uKVr6QZPsoAp`-!5L` z63&Qr+P{FDg*qJc599hjeq- z@%MkY_vL=yeZ4%fH*4)ZSIo878q6^VZL;KW0^WBf6gsGO%nnlF03)Ydk7u_n^Lt6u zfp`PcywjYW>G!er4@gWeOv8w!`aFC3)eX_?UU0|=g)JwsHmBY_Kk|Z^XJ{mFu_HcO zp`r?8{q~mZk<)-(7G4#Sf6?ma)}5i6rsxb+cWP|ehY-?<5wWmm` zbZ@`VPABp9sLbnFHIyn$NPWz2v@Bgypv#KSlef%iP~;EVxmEAiF!64uswjTL80*K$ zvBYIz>szVGplNqeB&TPLJDdqm;Ct94|DrX*55NLYw5s85tV(YZOxHk0VIPj zGQ%O^ft|1AAC!;hWck^ZqvC1^xCN?Ni}Ie$aI&bcG2S3 z0BOLBmt3bT=g{Ykks1Q-MZQ?$b)9$$E5nq5H#kBFv8}jaKSwAaPwV65e5|No5;_dk ztWU-9dm(>nb9>oEyzMT6bK93;2p(q7Wc_49&=BhtLJ5Y=)vSrW#kUpXJ+ay^&rx4t z974`XEa|S35SBM4TJuSNI(roSG@jP&E)hC*CX5*Va|0k5!hW4Ur`BIh8q0V(v=WESKg zLsp8Ma^lK_o>~a+A;yxE7mNf9Do8B>67hWVtJ9gRNb(Y2sL4erezpm-#lFy71WzfiH;J`DynLMx z`ms=ro|$nan<1@LyHc7&M_AdE)r^s{SVx__^8$Or*vIisI{6k9f>iFk!pYB}JqWy2 zo=n^H8NE{B_wQrA4$SG653rW&><-1~5h-L= zQqgZ#_Ay&m$nWrSr?~8o8HnB5BIR)U>DHN7WW@yA{t~WZ;)o0#@(j3z_{UI{KFCw} z|FHvWuk=NgEZfyq|70{dGInnpSk6Ghl>~AClk+%X^vKbbm#HRphLpgX`3(+pDocsR z@bs6WuDlPX?h*X*Ci%KdjBl%P1{N|Q&O9K}H5HU^KwD=?+n~g7@hmk^8%Yqpe-1gYyIuD&%i-eRS zL(9Ht?>nXMXJ?3WufH*UO_1Kl^x_9n8q1G4+dQUR+*R$q3dGpj`19uh=5!<9eTXmY zASXHgW=s@W@CiMumFPh8$V=8aE6q{*?2i*7z- z-VEv-r*NQgu^|T_`q%qE_PXk7A7FF!=&|}Ve(Oq!6q-aQPHb(Jsaoz(IZi#-NpXbg z=S_rH?HU~;k>#&kV#z+*(FO5pX5h-6D#0^5qUMbkWuK$2EWe0-C; zk&`Y`&smc9tEf?()b=Mc&CYEq&u>{I4J2mbQ_|v65EfWweCM{~Tpn#=hWkpbysW1A zn!{t8Q(wAVlLj#`+WN8lGwL$A9QDE=qeKMrIs}`JMz3 zFa1gzsSZO|e3;8kW-c39)sX(sKaffnH{`WigZ#wFxlG>a2O2s`w}im+*BF-3{iwu9 z9CFu>XGuv2#gOBX4>gHzSRm(r=uNknzLFzVqHaGPRMmca5{~cZFxi`qjEV=XFz{Ut zAyQ7|u>>lp6r9FgKtFD_;@!__sPpECv^e`TTrQ1v1w>!lECZR)NLT)Y@2g(h#Xi0j z`d1o4sCiABp`B{oSwU%x-i%I@rdDg6c^Fy>cy6URP;n~?8)mZR|l zMWh<2wMKU0UC>p3B+XgClKC*ZE>n^qXY1mJwQgEYf|EzA$Q#ob%e=JjSFp*VkyH&% z`YmU_F7>hhs!B6C+nJ7IP+2tjENnKKA?&!)1%ykFffgF^E03dr1ZEt;tthxiKmWsY_&Mwz2X=bm^}6GEVh46=u{a?ySrbsTr3I!wJ)eESkZpqgZRjlZF8T6r&CtE7W%M3 zBmI+W+YkGjganV(p1BRyvgDhbDtzGWvXQ1v>2y)B7?EHq;7-u-Rwz;nSG~1Uk18zd zFtSWj^f6?V(taeCyE=3)IJa+!gi(f#rJIt?f68DCwU3&w?$}R= zw3I)r!V-A2RQYJl3y)d0zH$ze1X+GUizKZgjRw7aN309?L;sVVG%KAarqW;CDy#xf%DhwkUm8(T^vQHi-t!uIAI^bdR!go>(Otp=z;<&irQW zZR?n;vqmrkLB%?re|~}x^g|9@1NQ}2plG`{j|?hO*}GwCZv zr42HZhYm=xi*&x)xs!j);M-FAd^JhtRQ)4Gu&3}Qze1sanH+R)Q5$5+v$59X?B$9Q_Xq}yoVpWRzs<> zi3+5;iCn%4WMTZaGPbfYIyxu9FX(WJNJP2oNCYN$q!a_@%A!PosNU=9tXB+w{n62# zd+NRsxv{iZaPgDblVslQnah5rxEqtiLAFbK<$2ufd6KW3er@h|ZqE1HK@xhEsAuO1 zs1t0>M;)!n+ipN1gM2=8gT}S4S5RTFPe$^TiNH#!sD+HgF&`JxtuF&VND+i+ORGPVGo#XvExg-)V3te`)CErW$z_5tk$~$a5XzhZ15T zLE~N3J%I_d$GbvC0;AI((KMZm2>m1f^EmngWSX6UJ|7=7sxG`8s*U=PR}!9PZM)&vh^06lauDhtH8#COiV<4*7K6L zryhz%2m%hUOL+t9wdrTBXvX`h0hgI;XxX->;zAr_V1n}5z#M>%sQEfM zIXQ^oz8QVE9Sy<}(Z+oEOZo5@h;jb_QOXV9%)tS?>L%NKAWUWx&4j${`0d9THg2!h zi!X~wbi1tI2I>-O&`ZQe0{f$z5Tu!Di%%(Mu{%XK_KBHAzGcT4&v(r+-WB3$tumT9 z*Rv2i4nL1eJz2txu5bS;;H=C~t#b!gDFsLG2=>;?a`%?OjJZl9M93+H>JmnP2H>G3 zU;P2>KXgdx&&Rk6Ai5WjsnU2XC$Jw+F~Bz>e5ny6lbb%d2SfFxMD^8v=jt^?6y5PV z5;}*Np;S^5yaZMaN)j5ZoNcLXB67n1#m}0`Nb)4!+Gsu)cQ`@$-XIzw^Z0kOW{jn1}Lw4YybxooLoRV}fBAmlwTCtHAb zz$G{5j)7RIVOJP#BHF|HyZiNVS;`h5RqJjT-wH@Og7u`r8nT)L#k(N{aVBN230yo& zC+hhUEE^S&zp4fFTcuEo&T~|lBtDKCP%VOXeW;dJpm?E=jAW1%pDOLNOqZf7KKp1G zX+_-_p%!(Fs>ZF)*}$vcyZ)7Lc}j@-=IOe71;K&mVa}&q`*?)tD$SC+CUB9vh`jL~m3P@C(-@ zq|mzar!?0$DMpFaVDPxtTPZ6~w}{8GT5$~ER`SEGthijt&wAeb9(Wy?*qB;Ar#;u-aoKCRCtkkDYrCNPfrS2>>$F}=Rxw0z# zga%e|^4AHd{NoRJpU0D(44q>&vO23uz<1L_!$OI?>Q?q4cCa=08%wOJ;!OYUoBo=a zJRQ9+XJ##Gc@p$w*0V&}BY%EbJ+C&%HbXH`jFN9q3eZS@L~e^ZS54cf;?4#(iS`)7 zqb@3<`+l?C{m8XW_C*|TN64O)F|lh!Wx7IN%Z%p)62!YQ`#JVMiOaT5?Zc2QxpJl_ z!CW?Txp(G=)Sn7to!vbq`@!p#Pf^dCIm+Z$Yj9PIP~CRBhR}xkF^en{zgi+-|sc)J|Azn?d$O}8G zay?r93rQp<-rC*~&Qcx66q>_G*{){eY5izdLYHc1kV!1TxL?opd?1D0$IgX(s`;4M z0sdwTxC>KdkGpC&JqyX1S;kkQeqLw8BauG=fhb(5HdrM2<)1ps*u?kVN+*5wDF$y& zdqaWf4+gv!5(EI0f^5%_g~%MXDd8)n>Oh$HCDj^9tkDt;K-3sWSY=**n(?ZfQ$7~M zv~X#u@m%K=)<>_2 zRF-2fc*+TJ(L&?GCsN|fZdq|OKf^NWn^l$O~Qab(Jj z*qq|1PHHkVfDjE5Rdi^>mVp!oH@IAK`-ciY3SsIS7nO%3=!_a`?Rda)r82FtG%eRa zyf}9z(U&^OGIm;ZFEj`ws$9~mX=!@P%UtC`sNqBxEFzEq&|>qP0_!elX)a`?O$US5 z^b4C5Lb1&6;ymsJC!}oGmZGAiEkPtmTEx=)q;FreetzdNu^fC!d(Ts`mvP_Dgp1-- zj73>mJ`s|tS!9UF#5G({h~o{q2NRMSAq2@PxX~B#a>NcbG0$DM%m0B5yfZyAqa62m z{7Yuev;swKWcnu4jF^?Fahc3x5%z%FXjBH#(A=e!sMdn)*31BtKiQmTmFvtIMM4^+ zxXInpFdR4X*t}NLu2SlkP4`d0TT~!oph{;IE8H$09wL>r4+Go@#%E~5E4R8`9U6wM zRQCfUQH6^c`k{}+oc}(BY;E6nrh7ie4$Xyo2<(buMy)VeI6LD?`z%4drqHBS`{%f; zh028y=r!*qoP{f*KMwqJ=)m>{q^NR3@-jNleo_2!LWr1HjhWq@9Om|ss(((S2NUGf zh4Or6`1i8IoD6uq@A(md`O z47W7wXoxF1AZlY}`{>HgZGF>$|C-w;YHZnopUn58crM@mz;gYq)uB~3vqUJc_w*Tj zN`qhc=bqgehF*iAgkO;PqA~pYdoAy8o*i%<-6|=1H0wg+!cT@RyVO35Mve`tZ|MPl zA_L=720l^nQuQA}Z^CaJ{y{i{m$0xt4a%FhBXNb-)9VcXXNWBpU(|o4RL{@gP%J1p zo^-_f?~VM|0I&P6>c5BgLb`yuJ3Bb5$;Z*}1Gs}$CNf#n@BaF1x1q&TCvjn6A*^x1 z=~uNWfQKl!-uG33tR5h1z(KIMoM&8g@xXFSPBFFF}qWQS6C0Td49+jk(S4QKR=-Y(-T4Q2h;6|nyQ3;5!t z_mnm#PFZjpV01vXS_oiTrDRo(t3A|`AAh?{zRtX!Dv;=hrwcglXZU%0JZNt=b}tr8 zAp##~L=1Lt3m_swf`Zk@(b3Vb0b3VVx$KXKz4h%1=z!k`QQrOmyk;#UqDmkGUZK}8 zLMZZZdmD>*sT9AHCsIqSs%7!wl?wGjy)NAr!gjM6qtUK=f|A zJqQ(kNHS%=0~p9Y7_Ni8y|(}s0Rr3?^r-tdU`YWJ3>DJ0bhog?s#m{P^6qX2&gM5L z9!}<5h2u{ZfY`a*8LE;gB3z1lF!Mh(z!~HGiz1r3oKOgRv?hf2*j=@EUox9=KJ>oz2gz0kvEU=34Qx5S< z8`#lu=bQ4kDOw-aVr4&Klcyp}BL%;=1jA5HkhIzpg$R)XIK$6I@Q(Y_0#V>e-ZdXT z3!lR-|E?k!qN41J9{GC#Mc8#XsT+IwEMdQSq z=dut*7640~|a=^0s-=c^AKR5o5h3kJ`75~2|(DQ)0 XE2Z}!g(PbT0YCE6%2MSLhJpVJKUj!F literal 0 HcmV?d00001 diff --git a/demo/documented/nonlinear-poisson/common.txt b/demo/documented/nonlinear-poisson/common.txt new file mode 100644 index 0000000..934d26b --- /dev/null +++ b/demo/documented/nonlinear-poisson/common.txt @@ -0,0 +1,80 @@ +This demo illustrates how to: + +* Solve a nonlinear partial differential equation (in this case a nonlinear variant of Poisson's equation) +* Create and apply Dirichlet boundary conditions +* Define an :py:class:`Expression ` +* Define a :py:class:`FunctionSpace ` +* Create a :py:class:`SubDomain ` + +The solution for :math:`u` in this demo will look as follows: + +.. image:: ../plot_u.png + :scale: 75 % + +and the gradient of :math:`u` will look like this: + +.. image:: ../plot_u_gradient.png + :scale: 75 % + +Equation and problem definition +------------------------------- + +For a domain :math:`\Omega \subset \mathbb{R}^N` with boundary +:math:`\partial \Omega = \Gamma_{D} \cup \Gamma_{N}`, we consider the +following nonlinear Poisson equation with particular boundary +conditions reads: + +.. math:: + + - \nabla\cdot((1 + u^2) \nabla u) &= f \quad {\rm in}\, \Omega,\\ + u &= 1 \quad {\rm on}\, \Gamma_D,\\ + \nabla u\cdot n &= 0 \quad {\rm on}\, \Gamma_N. + +Here :math:`f` is input data and :math:`n` denotes the outward +directed boundary normal. The nonlinear variational form can be +written in the following canonical form: find :math:`u \in V` such that + +.. math:: + + F(u;v)=0\quad \forall\,v\in\hat{V} + +Here :math:`F:V\times\hat{V}\rightarrow\mathbb{R}` is a semilinear +form, linear in the argument subsequent to the semicolon, and +:math:`V` is some suitable function space. The semilinear form is +defined as follows: + +.. math:: + + F(u;v) = \int_\Omega (1 + u^2)\cdot\nabla u \cdot \nabla v - f v \,{\rm dx} = 0. + +To solve the nonlinear system :math:`b(U) = 0` by Newton's method we +compute the Jacobian :math:`A = b'`, where :math:`U` is the +coefficients of the linear combination in the finite element solution +:math:`u_h = \sum_{j=1}^{N}U_j\phi_j, \; +b:\mathbb{R}^N\rightarrow\mathbb{R}^N` and + +.. math:: + + b_i(U) = F(u_h;\hat{\phi}_i),\quad i = 1,2,\dotsc,N. + +Linearizing the semilinear form :math:`F` around :math:`u = u_h`, we obtain + +.. math:: + + F'(u_h;\delta u,v) = \int_\Omega [(2 \delta u\nabla u_h)\cdot\nabla v + ((1+u_h^2)\nabla\delta u)\nabla v] \,{\rm dx} + +We note that for each fixed :math:`u_h`, :math:`a = F'(u_h;\,\cdot\,,\,\cdot\,)` is a bilinear form and :math:`L = F(u_h;\,\cdot\,,\,\cdot\,)` is a linear form. In each Newton iteration, we thus solve a linear variational problem of the canonical form: +find :math:`\delta u \in V_{h,0}` such that + +.. math:: + + + F'(u_h;\delta u,v) = -F(u_h;v)\quad\forall\,v\in\hat{V}_h. + + +In this demo, we shall consider the following definitions of the input function, the domain, and the boundaries: + +* :math:`\Omega = [0,1] \times [0,1]\,\,\,` (a unit square) +* :math:`\Gamma_{D} = \{(1, y) \subset \partial \Omega\}\,\,\,` (Dirichlet boundary) +* :math:`\Gamma_{N} = \{(x, 0) \cup (x, 1) \cup (0, y) \subset \partial \Omega\}\,\,\,` (Neumann boundary) +* :math:`f(x, y) = x\sin(y)\,\,\,` (source term) diff --git a/demo/documented/nonlinear-poisson/cpp/NonlinearPoisson.ufl b/demo/documented/nonlinear-poisson/cpp/NonlinearPoisson.ufl new file mode 100644 index 0000000..5ebcf7c --- /dev/null +++ b/demo/documented/nonlinear-poisson/cpp/NonlinearPoisson.ufl @@ -0,0 +1,35 @@ +# Copyright (C) 2005 Garth N. Wells +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# Modified by Harish Narayanan 2009 +# Modified by Anders Logg 2011 +# +# The residal form F and the Jacobian (linearised) form J +# for the nonlinear equation - div (1+u^2) grad u = f +# +# Compile this form with FFC: ffc -l dolfin NonlinearPoisson.ufl + +element = FiniteElement("Lagrange", triangle, 1) + +f = Coefficient(element) +u = Coefficient(element) +v = TestFunction(element) + +F = inner((1 + u**2)*grad(u), grad(v))*dx - f*v*dx + +du = TrialFunction(element) +J = derivative(F, u, du) diff --git a/demo/documented/nonlinear-poisson/cpp/documentation.rst b/demo/documented/nonlinear-poisson/cpp/documentation.rst new file mode 100644 index 0000000..75e82a5 --- /dev/null +++ b/demo/documented/nonlinear-poisson/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for the nonlinear Poisson demo from DOLFIN. + +.. _demo_pde_nonlinear-poisson_cpp_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/nonlinear-poisson/cpp/main.cpp b/demo/documented/nonlinear-poisson/cpp/main.cpp new file mode 100644 index 0000000..a2dbf92 --- /dev/null +++ b/demo/documented/nonlinear-poisson/cpp/main.cpp @@ -0,0 +1,107 @@ +// Copyright (C) 2006-2007 Garth N. Wells +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// Modified by Anders Logg, 2005-2011. +// +// First added: 2005 +// Last changed: 2012-11-12 +// +// This demo illustrates how to use of DOLFIN for solving a nonlinear +// PDE, in this case a nonlinear variant of Poisson's equation, +// +// - div (1 + u^2) grad u(x, y) = f(x, y) +// +// on the unit square with source f given by +// +// f(x, y) = x*sin(y) +// +// and boundary conditions given by +// +// u(x, y) = 1 for x = 0 +// du/dn(x, y) = 0 otherwise +// +// This is equivalent to solving the variational problem +// +// F(u) = ((1 + u^2)*grad(u), grad(v)) - (f, v) = 0 + +#include +#include "NonlinearPoisson.h" + +using namespace dolfin; + +// Right-hand side +class Source : public Expression +{ +public: + + Source() : Expression() {} + + void eval(Array& values, const Array& x) const + { + values[0] = x[0]*sin(x[1]); + } + +}; + +// Sub domain for Dirichlet boundary condition +class DirichletBoundary : public SubDomain +{ + bool inside(const Array& x, bool on_boundary) const + { + return std::abs(x[0] - 1.0) < DOLFIN_EPS && on_boundary; + } +}; + +int main() +{ + // Create mesh and define function space + auto mesh = std::make_shared(16, 16); + auto V = std::make_shared(mesh); + + // Define boundary condition + auto dirichlet_boundary = std::make_shared(); + auto g = std::make_shared(1.0); + DirichletBC bc(V, g, dirichlet_boundary); + + // Define source and solution functions + auto f = std::make_shared(); + auto u = std::make_shared(V); + + // Create residual form defining (nonlinear) variational problem + NonlinearPoisson::LinearForm F(V); + F.u = u; + F.f = f; + + // Create Jacobian form J = F' (for use in nonlinear solver). + NonlinearPoisson::JacobianForm J(V, V); + J.u = u; + + // Create solver Parameters + Parameters params("nonlinear_variational_solver"); + Parameters newton_params("newton_solver"); + newton_params.add("relative_tolerance", 1e-6); + params.add(newton_params); + + // Solve nonlinear variational problem + solve(F == 0, *u, bc, J, params); + + // Save solution in VTK format + File file("nonlinear_poisson.pvd"); + file << *u; + + return 0; +} diff --git a/demo/documented/nonlinear-poisson/cpp/plot.py b/demo/documented/nonlinear-poisson/cpp/plot.py new file mode 100644 index 0000000..6fef0d3 --- /dev/null +++ b/demo/documented/nonlinear-poisson/cpp/plot.py @@ -0,0 +1,10 @@ +# Load mayavi +from mayavi import * + +# Plot solution +v = mayavi() +d = v.open_vtk_xml("nonlinear_poisson000000.vtu", 0) +m = v.load_module("BandedSurfaceMap", 0) + +# Wait until window is closed +v.master.wait_window() diff --git a/demo/documented/nonmatching-interpolation/cpp/P1.ufl.rst b/demo/documented/nonmatching-interpolation/cpp/P1.ufl.rst new file mode 100644 index 0000000..2b80232 --- /dev/null +++ b/demo/documented/nonmatching-interpolation/cpp/P1.ufl.rst @@ -0,0 +1,14 @@ +UFL input for P1 finite element +=============================== + +We define the finite element in UFL in a separate form file +:download:`P1.ufl`. We define the linear finite element:: + + element = FiniteElement("Lagrange", triangle, 1) + +Before the form file can be used in the C++ program, it must be +compiled using FFC by running (on the command-line): + +.. code-block:: sh + + ffc -l dolfin P1.ufl diff --git a/demo/documented/nonmatching-interpolation/cpp/P3.ufl.rst b/demo/documented/nonmatching-interpolation/cpp/P3.ufl.rst new file mode 100644 index 0000000..811bb75 --- /dev/null +++ b/demo/documented/nonmatching-interpolation/cpp/P3.ufl.rst @@ -0,0 +1,14 @@ +UFL input for P3 finite element +=============================== + +We define the finite element in UFL in a separate form file +:download:`P3.ufl`. We define the linear finite element:: + + element = FiniteElement("Lagrange", triangle, 3) + +Before the form file can be used in the C++ program, it must be +compiled using FFC by running (on the command-line): + +.. code-block:: sh + + ffc -l dolfin P3.ufl diff --git a/demo/documented/nonmatching-interpolation/cpp/main.cpp.rst b/demo/documented/nonmatching-interpolation/cpp/main.cpp.rst new file mode 100644 index 0000000..1b1fc29 --- /dev/null +++ b/demo/documented/nonmatching-interpolation/cpp/main.cpp.rst @@ -0,0 +1,117 @@ +Interpolation from a non-matching mesh +====================================== + +This example demonstrates how to interpolate functions between +finite element spaces on non-matching meshes. + +.. note:: + + Interpolation on non-matching meshes is not presently support in + parallel. See + https://bitbucket.org/fenics-project/dolfin/issues/162. + + +Implementation +-------------- + +The implementation is split in three files: two UFL form files +containing the definition of finite elements, and a C++ file +containing the runtime code. + +Running this demo requires the files: :download:`main.cpp`, +:download:`P1.ufl`, :download:`P3.ufl` and :download:`CMakeLists.txt`. + + +UFL form file +^^^^^^^^^^^^^ + +The UFL files are implemented in :download:`P1.ufl` and +:download:`P1.ufl`, and the explanations of the UFL files can be found +at :doc:`here (P1) ` and :doc:`here (P3) `. + +At the top we include the DOLFIN header file and the generated header +files "P1.h" and "P2.h". For convenience we also include the DOLFIN +namespace. + +.. code-block:: cpp + + #include + #include "P1.h" + #include "P3.h" + + using namespace dolfin; + +We then define an ``Expression``: + +.. code-block:: cpp + + class MyExpression : public Expression + { + public: + + void eval(Array& values, const Array& x) const + { + values[0] = sin(10.0*x[0])*sin(10.0*x[1]); + } + + }; + +Next, the ``main`` function is started and we create two unit square +meshes with a differing number of vertices in each direction: + +.. code-block:: cpp + + int main() + { + if (dolfin::MPI::size(MPI_COMM_WORLD) > 1) + { + std::cout << "This demo does not work in parallel" << std::endl; + return 0; + } + + // Create meshes + auto mesh0 = std::make_shared(16, 16); + auto mesh1 = std::make_shared(64, 64); + +We create a linear Lagrange finite element space on the coarser mesh, +and a cubic Lagrange space on the finer mesh: + +.. code-block:: cpp + + // Create function spaces + auto P1 = std::make_shared(mesh0); + auto P3 = std::make_shared(mesh1); + +One each space we create a finite element function: + +.. code-block:: cpp + + // Create functions + Function v1(P1); + Function v3(P3); + +We create an instantiation of ``MyExpression``, and interpolate it +into ``P3``: + +.. code-block:: cpp + + // Interpolate expression into P3 + MyExpression e; + v3.interpolate(e); + +Now, we interpolate ``v3`` into the linear finite element space on a +coarser grid: + +.. code-block:: cpp + + v1.interpolate(v3); + +Finally, we can save the output of each function on each mesh to XDMF: + +.. code-block:: cpp + + XDMFFile("v1.xdmf").write(v1); + XDMFFile("v3.xdmf").write(v3); + + return 0; + } diff --git a/demo/documented/periodic/common.txt b/demo/documented/periodic/common.txt new file mode 100644 index 0000000..be315cb --- /dev/null +++ b/demo/documented/periodic/common.txt @@ -0,0 +1,50 @@ +This demo illustrates how to: + +* Solve a linear partial differential equation +* Read mesh and subdomains from file +* Create and apply Dirichlet and periodic boundary conditions + +The solution for u in this demo will look as follows: + +.. image:: ../plot_u.png + +Equation and problem definition +------------------------------- + +The Poisson equation is the canonical elliptic partial differential +equation. For a domain :math:`\Omega \subset \mathbb{R}^n` with +boundary :math:`\partial \Omega = \Gamma_{D} \cup \Gamma_{P}`, the +Poisson equation with particular boundary conditions reads: + +.. math:: + - \nabla \cdot (\nabla u) &= f \quad {\rm in} \ \Omega, \\ + u &= 0 \quad {\rm on} \ \Gamma_{D}, \\ + u(0, y) &= u(1, y) \quad {\rm on} \ \Gamma_{P}. \\ + +Here, :math:`f` is a given source function. The most standard +variational form of Poisson equation reads: find :math:`u \in V` such +that + +.. math:: + + a(u, v) = L(v) \quad \forall \ v \in V, + +where :math:`V` is a suitable function space and + +.. math:: + + a(u, v) &= \int_{\Omega} \nabla u \cdot \nabla v \, {\rm d} x, \\ + L(v) &= \int_{\Omega} f v \, {\rm d} x. + +The expression :math:`a(u, v)` is the bilinear form and :math:`L(v)` +is the linear form. It is assumed that all functions in :math:`V` +satisfy the Dirichlet boundary conditions (:math:`u = 0 \ {\rm on} \ +\Gamma_{D}`). + +In this demo, we shall consider the following definitions of the input +functions, the domain, and the boundaries: + +* :math:`\Omega = [0,1] \times [0,1]` (a unit square) +* :math:`\Gamma_{D} = \{(x, 0) \cup (x, 1) \subset \partial \Omega\}` (Dirichlet boundary) +* :math:`\Gamma_{P} = \{(0, y) \cup (1, y) \subset \partial \Omega\}` (Periodic boundary) +* :math:`f = x \sin(5.0 \pi y) + \exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02)` (source term) diff --git a/demo/documented/periodic/cpp/Poisson.ufl b/demo/documented/periodic/cpp/Poisson.ufl new file mode 100644 index 0000000..9bcdea8 --- /dev/null +++ b/demo/documented/periodic/cpp/Poisson.ufl @@ -0,0 +1,33 @@ +# Copyright (C) 2007 Anders Logg +# +# This file is part of DOLFIN. +# +# DOLFIN is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# DOLFIN is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with DOLFIN. If not, see . +# +# First added: 2007-07-11 +# Last changed: 2011-03-09 +# +# The bilinear form a(u, v) and linear form L(v) for +# Poisson's equation. +# +# Compile this form with FFC: ffc -l dolfin Poisson.ufl + +element = FiniteElement("Lagrange", triangle, 1) + +u = TrialFunction(element) +v = TestFunction(element) +f = Coefficient(element) + +a = dot(grad(u), grad(v))*dx +L = f*v*dx diff --git a/demo/documented/periodic/cpp/documentation.rst b/demo/documented/periodic/cpp/documentation.rst new file mode 100644 index 0000000..47abf1b --- /dev/null +++ b/demo/documented/periodic/cpp/documentation.rst @@ -0,0 +1,6 @@ +.. Documentation for the Periodic Poisson demo from DOLFIN. + +.. _demo_pde_periodic_cpp_documentation: + +There is as yet no documentation for the C++ version of this demo. +Please consider contributing the missing documentation. diff --git a/demo/documented/periodic/cpp/main.cpp b/demo/documented/periodic/cpp/main.cpp new file mode 100644 index 0000000..8936863 --- /dev/null +++ b/demo/documented/periodic/cpp/main.cpp @@ -0,0 +1,103 @@ +// Copyright (C) 2007-2008 Anders Logg +// +// This file is part of DOLFIN. +// +// DOLFIN is free software: you can redistribute it and/or modify +// it under the terms of the GNU Lesser General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// DOLFIN is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public License +// along with DOLFIN. If not, see . +// +// First added: 2007-07-11 +// Last changed: 2012-11-12 +// +// This demo program solves Poisson's equation, +// +// - div grad u(x, y) = f(x, y) +// +// on the unit square with homogeneous Dirichlet boundary conditions +// at y = 0, 1 and periodic boundary conditions at x = 0, 1. + +#include +#include "Poisson.h" + +using namespace dolfin; + +int main() +{ + // Source term + class Source : public Expression + { + public: + + void eval(Array& values, const Array& x) const + { + const double dx = x[0] - 0.5; + const double dy = x[1] - 0.5; + values[0] = x[0]*sin(5.0*DOLFIN_PI*x[1]) + 1.0*exp(-(dx*dx + dy*dy)/0.02); + } + + }; + + // Sub domain for Dirichlet boundary condition + class DirichletBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { return (x[1] < DOLFIN_EPS || x[1] > (1.0 - DOLFIN_EPS)) && on_boundary; } + }; + + // Sub domain for Periodic boundary condition + class PeriodicBoundary : public SubDomain + { + // Left boundary is "target domain" G + bool inside(const Array& x, bool on_boundary) const + { return (std::abs(x[0]) < DOLFIN_EPS); } + + // Map right boundary (H) to left boundary (G) + void map(const Array& x, Array& y) const + { + y[0] = x[0] - 1.0; + y[1] = x[1]; + } + }; + + // Create mesh + auto mesh = std::make_shared(32, 32); + + // Create periodic boundary condition + auto periodic_boundary = std::make_shared(); + + // Create functions + auto f = std::make_shared(); + + // Define PDE + auto V = std::make_shared(mesh, periodic_boundary); + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + L.f = f; + + // Create Dirichlet boundary condition + auto u0 = std::make_shared(0.0); + auto dirichlet_boundary = std::make_shared(); + DirichletBC bc0(V, u0, dirichlet_boundary); + + // Collect boundary conditions + std::vector bcs = {&bc0}; + + // Compute solution + Function u(V); + solve(a == L, u, bcs); + + // Save solution in VTK format + File file_u("periodic.pvd"); + file_u << u; + + return 0; +} diff --git a/demo/documented/periodic/plot_u.png b/demo/documented/periodic/plot_u.png new file mode 100644 index 0000000000000000000000000000000000000000..c587c0932e2dc651b6d610b618b1a07ddad595ab GIT binary patch literal 58379 zcmeFYRa9I})UesOJHaI(KyVB0F2UVBjk~+MCWPQlaCdi0aJR=4vkI z?!V}@&gye|pQ_zktDcHhQIf$xB|!xM02p$zl4<||tPTJG^9>mm`pv6$^b`Q_9v~+v zrs0)!*5yBKuWLy0SI{>1wtF2z=Yx``D3y(TktA)MB|N;itANFDv8)9?JYyNH)+18F zs+=Ot2P;}&WOr2`wxWWRo&BJOJ`ih^M-7b6PRvi07r%v+FGgoJw5(2!2mJa3_TOxH zxJ(xb=xGA49%lJI!%n;&Jv`i1wLIwho;QhX+*VtP^wdbn$x`D+OYZzCFgQW`pG!5W zXtwXr%TFY7VbPLQ-+5dUC~+ns<3aB@7krmY`}Z5Xck4VXCnb; zPp36K;8ok6L*MSh?MTY*-fPyE`P9$IaqyMS?W&0@$fYqxH zO&D^W7-%FEcySnT;a=mro(MTg?A|56{CgEC^6~)L*zEXL$O09_M|Z4dEb-3`x<%KV z1~4|Csy2O|&s&~l6+6D{8$gwCyVwWm^hUiKe01ABM^E?jfru8;z+ zkPbyo`j!13&E4g6dH*@6F)xMRl^8(T|3v+HxI}QD9!uzM`f%Zv+0k3x*6-i@_CAR` zGIsAUP6p10=RV!Y{O7+0Wy^Nlfa>;>^6u-CiW-WMYqX
)9~*QM{~^TtE>!?|Oi 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 literal 0 HcmV?d00001 diff --git a/demo/documented/poisson/cpp/Poisson.ufl.rst b/demo/documented/poisson/cpp/Poisson.ufl.rst new file mode 100644 index 0000000..4a881e5 --- /dev/null +++ b/demo/documented/poisson/cpp/Poisson.ufl.rst @@ -0,0 +1,37 @@ +UFL input for the Poisson equation +================================== + +The first step is to define the variational problem at hand. We define +the variational problem in UFL terms in a separate form file +:download:`Poisson.ufl`. We begin by defining the finite element:: + + element = FiniteElement("Lagrange", triangle, 1) + +The first argument to :py:class:`FiniteElement` is the finite element +family, the second argument specifies the domain, while the third +argument specifies the polynomial degree. Thus, in this case, our +element ``element`` consists of first-order, continuous Lagrange basis +functions on triangles (or in order words, continuous piecewise linear +polynomials on triangles). + +Next, we use this element to initialize the trial and test functions +(:math:`u` and :math:`v`) and the coefficient functions (:math:`f` and +:math:`g`):: + + u = TrialFunction(element) + v = TestFunction(element) + f = Coefficient(element) + g = Coefficient(element) + +Finally, we define the bilinear and linear forms according to the +variational formulation of the equations:: + + a = inner(grad(u), grad(v))*dx + L = f*v*dx + g*v*ds + +Before the form file can be used in the C++ program, it must be +compiled using FFC by running (on the command-line): + +.. code-block:: sh + + ffc -l dolfin Poisson.ufl diff --git a/demo/documented/poisson/cpp/main.cpp.rst b/demo/documented/poisson/cpp/main.cpp.rst new file mode 100644 index 0000000..daf1828 --- /dev/null +++ b/demo/documented/poisson/cpp/main.cpp.rst @@ -0,0 +1,210 @@ +Poisson equation (C++) +====================== + +This demo illustrates how to: + +* Solve a linear partial differential equation +* Create and apply Dirichlet boundary conditions +* Define Expressions +* Define a FunctionSpace +* Create a SubDomain + +The solution for :math:`u` in this demo will look as follows: + +.. image:: ../poisson_u.png + :scale: 75 % + + +Equation and problem definition +------------------------------- + +The Poisson equation is the canonical elliptic partial differential +equation. For a domain :math:`\Omega \subset \mathbb{R}^n` with +boundary :math:`\partial \Omega = \Gamma_{D} \cup \Gamma_{N}`, the +Poisson equation with particular boundary conditions reads: + +.. math:: + - \nabla^{2} u &= f \quad {\rm in} \ \Omega, \\ + u &= 0 \quad {\rm on} \ \Gamma_{D}, \\ + \nabla u \cdot n &= g \quad {\rm on} \ \Gamma_{N}. \\ + +Here, :math:`f` and :math:`g` are input data and :math:`n` denotes the +outward directed boundary normal. The most standard variational form +of Poisson equation reads: find :math:`u \in V` such that + +.. math:: + a(u, v) = L(v) \quad \forall \ v \in V, + +where :math:`V` is a suitable function space and + +.. math:: + a(u, v) &= \int_{\Omega} \nabla u \cdot \nabla v \, {\rm d} x, \\ + L(v) &= \int_{\Omega} f v \, {\rm d} x + + \int_{\Gamma_{N}} g v \, {\rm d} s. + +The expression :math:`a(u, v)` is the bilinear form and :math:`L(v)` +is the linear form. It is assumed that all functions in :math:`V` +satisfy the Dirichlet boundary conditions (:math:`u = 0 \ {\rm on} \ +\Gamma_{D}`). + +In this demo, we shall consider the following definitions of the input +functions, the domain, and the boundaries: + +* :math:`\Omega = [0,1] \times [0,1]` (a unit square) +* :math:`\Gamma_{D} = \{(0, y) \cup (1, y) \subset \partial \Omega\}` (Dirichlet boundary) +* :math:`\Gamma_{N} = \{(x, 0) \cup (x, 1) \subset \partial \Omega\}` (Neumann boundary) +* :math:`g = \sin(5x)` (normal derivative) +* :math:`f = 10\exp(-((x - 0.5)^2 + (y - 0.5)^2) / 0.02)` (source term) + + +Implementation +-------------- + +The implementation is split in two files: a form file containing the +definition of the variational forms expressed in UFL and a C++ file +containing the actual solver. + +Running this demo requires the files: :download:`main.cpp`, +:download:`Poisson.ufl` and :download:`CMakeLists.txt`. + + +UFL form file +^^^^^^^^^^^^^ + +The UFL file is implemented in :download:`Poisson.ufl`, and the +explanation of the UFL file can be found at :doc:`here `. + + +C++ program +^^^^^^^^^^^ + +The main solver is implemented in the :download:`main.cpp` file. + +At the top we include the DOLFIN header file and the generated header +file "Poisson.h" containing the variational forms for the Poisson +equation. For convenience we also include the DOLFIN namespace. + +.. code-block:: cpp + + #include + #include "Poisson.h" + + using namespace dolfin; + +Then follows the definition of the coefficient functions (for +:math:`f` and :math:`g`), which are derived from the +:cpp:class:`Expression` class in DOLFIN + +.. code-block:: cpp + + // Source term (right-hand side) + class Source : public Expression + { + void eval(Array& values, const Array& x) const + { + double dx = x[0] - 0.5; + double dy = x[1] - 0.5; + values[0] = 10*exp(-(dx*dx + dy*dy) / 0.02); + } + }; + + // Normal derivative (Neumann boundary condition) + class dUdN : public Expression + { + void eval(Array& values, const Array& x) const + { + values[0] = sin(5*x[0]); + } + }; + +The ``DirichletBoundary`` is derived from the :cpp:class:`SubDomain` +class and defines the part of the boundary to which the Dirichlet +boundary condition should be applied. + +.. code-block:: cpp + + // Sub domain for Dirichlet boundary condition + class DirichletBoundary : public SubDomain + { + bool inside(const Array& x, bool on_boundary) const + { + return x[0] < DOLFIN_EPS or x[0] > 1.0 - DOLFIN_EPS; + } + }; + +Inside the ``main`` function, we begin by defining a mesh of the +domain. As the unit square is a very standard domain, we can use a +built-in mesh provided by the :cpp:class:`UnitSquareMesh` factory. In +order to create a mesh consisting of 32 x 32 squares with each square +divided into two triangles, and the finite element space (specified in +the form file) defined relative to this mesh, we do as follows + +.. code-block:: cpp + + int main() + { + // Create mesh and function space + auto mesh = std::make_shared( + UnitSquareMesh::create({{32, 32}}, CellType::Type::triangle)); + auto V = std::make_shared(mesh); + +Now, the Dirichlet boundary condition (:math:`u = 0`) can be created +using the class :cpp:class:`DirichletBC`. A :cpp:class:`DirichletBC` +takes three arguments: the function space the boundary condition +applies to, the value of the boundary condition, and the part of the +boundary on which the condition applies. In our example, the function +space is ``V``, the value of the boundary condition (0.0) can +represented using a :cpp:class:`Constant`, and the Dirichlet boundary +is defined by the class :cpp:class:`DirichletBoundary` listed +above. The definition of the Dirichlet boundary condition then looks +as follows: + +.. code-block:: cpp + + // Define boundary condition + auto u0 = std::make_shared(0.0); + auto boundary = std::make_shared(); + DirichletBC bc(V, u0, boundary); + +Next, we define the variational formulation by initializing the +bilinear and linear forms (:math:`a`, :math:`L`) using the previously +defined :cpp:class:`FunctionSpace` ``V``. Then we can create the +source and boundary flux term (:math:`f`, :math:`g`) and attach these +to the linear form. + +.. code-block:: cpp + + // Define variational forms + Poisson::BilinearForm a(V, V); + Poisson::LinearForm L(V); + auto f = std::make_shared(); + auto g = std::make_shared(); + L.f = f; + L.g = g; + +Now, we have specified the variational forms and can consider the +solution of the variational problem. First, we need to define a +:cpp:class:`Function` ``u`` to store the solution. (Upon +initialization, it is simply set to the zero function.) Next, we can +call the ``solve`` function with the arguments ``a == L``, ``u`` and +``bc`` as follows: + +.. code-block:: cpp + + // Compute solution + Function u(V); + solve(a == L, u, bc); + +The function ``u`` will be modified during the call to solve. A +:cpp:class:`Function` can be saved to a file. Here, we output the +solution to a ``VTK`` file (specified using the suffix ``.pvd``) for +visualisation in an external program such as Paraview. + +.. code-block:: cpp + + // Save solution in VTK format + File file("poisson.pvd"); + file << u; + + return 0; + } diff --git a/demo/documented/poisson/poisson_u.png b/demo/documented/poisson/poisson_u.png new file mode 100644 index 0000000000000000000000000000000000000000..1bf0bede3ff538c772eabdba3ec9534ed6789683 GIT binary patch literal 35484 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